Files
openide/platform/analysis-impl
Vladimir Krivosheev 640aec156b do not use java 8 CompletableFuture — use our Promise instead
CompletableFuture requires us to explicitly add catch handler to avoid error swallow — but our Promise automatically logs error if no catch handler
(cherry picked from commit 78c1814)
2016-08-01 11:46:40 +02:00
..