Commit Graph
211698 Commits
Author SHA1 Message Date
Roman Shevchenko ab283f3cec [java] adds language level 10 2018-01-24 15:43:12 +03:00
Maxim.Mossienko 9da271bf6d more understandable code after review (IDEA-CR-28595) 2018-01-24 13:41:25 +01:00
Vladimir Krivosheev d3f1378cc7 all stats should be stored in one file, usage.statistics.xml 2018-01-24 13:38:41 +01:00
Dmitry Semeniouta aa6eee26d7 PsiDocumentManager: do not log control flow exceptions (remove fake delay) 2018-01-24 15:29:40 +03:00
Dmitry Semeniouta 2c843a388b PsiDocumentManager: do not log control flow exceptions 2018-01-24 15:27:52 +03:00
Rustam Vishnyakov aa9b4798cc Import Eclipse "Organize Imports" settings 2018-01-24 15:26:29 +03:00
Vladimir Krivosheev 3edd85056e ensure that empty servers tag are not serialized 2018-01-24 13:05:08 +01:00
Vladimir Krivosheev 8ff7a4164e read artifacts and libraries data from both external and in-project sources
Problem is that both artifacts and libraries still don't use SchemeManager and so, we still need to use deprecated DirectoryBasedStorage
2018-01-24 13:05:08 +01:00
Vladimir Krivosheev e02148153a convert IComponentStore to kotlin 2018-01-24 13:05:07 +01:00
Vladimir Krivosheev 4d4b7ec3ec convert IComponentStore to kotlin 2018-01-24 13:05:07 +01:00
Vladimir Krivosheev 3538864206 cleanup (add arg name to make code more clear) 2018-01-24 13:05:06 +01:00
Vladimir Krivosheev 103316bc1b cleanup (throws) 2018-01-24 13:05:06 +01:00
Gregory.Shrago a9d2330c9c do not record undo for already disposed projects 2018-01-24 14:44:30 +03:00
Anton Tarasov 5ce2a759fd Test SVG icon load time 2018-01-24 14:31:20 +03:00
Sergey Karashevich 1f690eb399 [gui-test] update fest-swing library to fix multi monitor issue 2018-01-24 14:13:43 +03:00
Denis Fokin 38ff8e3cc2 Dispose rejected callback 2018-01-24 14:11:08 +03:00
Petr Kudriavtsev 77dc416bc5 Additional fix for IDEA-59638 Actions to navigate to prev/next occurrence of identifier under caret
-- fixed "duplicate shortcuts" test
2018-01-24 14:07:48 +03:00
Anton Makeev e900a35167 Merge branch 'amakeev/pm' 2018-01-24 12:02:26 +01:00
Ivan Bessonov a4b1b41b67 IDEA-184868 maven "Before Run/Debug" tasks improvements 2018-01-24 13:23:01 +03:00
Anna Kozlova e5e3e7679f collect corrected super methods by scope during overload resolution
IDEA-185309
2018-01-24 12:51:55 +03:00
Tagir Valeev b7ada9e1dd DfaMemoryStateImpl#uniteClasses do not corrupt distinctClasses when returning false
In NaN handling memstate may still be alive even if classes to unite are already distinct. In this case we uniteClasses processing was incomplete resulting in corrupted memory state.
2018-01-24 16:35:09 +07:00
Tagir Valeev 4296de3a2e ConditionalCanBeOptionalInspection: activate always on condition (even in information mode)
Review ID: IDEA-CR-28692
2018-01-24 16:35:08 +07:00
Egor Ushakov ea54dc0e19 use random port in tests 2018-01-24 12:23:58 +03:00
Roman Shevchenko 366c48308c [ui] correct line separators in custom properties/VM options actions (IDEA-185422) 2018-01-24 12:15:25 +03:00
peter 7ad81e7906 migrate more usages of deprecated com.intellij.util.containers.HashMap/Set to java.util 2018-01-24 09:48:09 +01:00
Semyon Kolton b0e0f9a769 Use getEnvironmentMap() instead of System.getEnv() during inline parent occurences
Otherwise on macOS we get incorrect environment if we try to change PATH inside IDEA
2018-01-24 11:24:04 +03:00
nik be5b76e46f project structure dialog: fixed loading artifacts (IDEA-185428)
Fixed exceptions caused by 74fdc3f.
2018-01-24 11:19:20 +03:00
Denis Fokin 975ca4fb6b Project view toolwindow popup goes behind the frame. 2018-01-24 11:11:33 +03:00
Tagir Valeev e2d5de3528 ExpressionUtils#isEvaluatedAtCompileTime: fixed for casts to String (operand was not checked) 2018-01-24 14:36:20 +07:00
Tagir Valeev d828baf6e3 LambdaAndExplicitMethodPair: Arrays.setAll -> Arrays.fill pair added
Allows to make IDEA-185394 in two steps
2018-01-24 13:37:55 +07:00
Gregory.Shrago 3e3017f4f4 do not leak projects, dispose stuff 2018-01-24 01:22:27 +03:00
peter 7db2e1a56e allow CompletionParameters to have nullable editor
a step towards retrieving completion suggestions from a headless process
2018-01-23 22:15:35 +01:00
peter 355f52313e fold more junit4 lines in console 2018-01-23 22:15:35 +01:00
Anton Makeev c8a049d221 ContainerUtil.unmodifiableOrEmpty* utility methods 2018-01-23 21:24:58 +01:00
Julia Beliaeva 38927b2642 [vcs-log] remove selection listener from table on dispose 2018-01-23 21:34:36 +03:00
Aleksey Pivovarov 0db6f61c0a DevKit: fix misleading error message 2018-01-23 21:03:37 +03:00
Daniil Ovchinnikov 6f9668561c @NotNull/@Nullable in RenamePsiElementProcessor implementations 2018-01-23 20:37:52 +03:00
Petr Kudriavtsev 98f8a2737b Additional fix for IDEA-59638 Actions to navigate to prev/next occurrence of identifier under caret
-- added shortcuts for default and NetBeans configurations
2018-01-23 20:08:57 +03:00
Daniil Ovchinnikov 55635fcd1f @NotNull/@Nullable in RenamePsiElementProcessor 2018-01-23 20:07:22 +03:00
Bas Leijdekkers ffa4af8259 IG: description tweaks 2018-01-23 17:58:03 +01:00
Bas Leijdekkers 2e3a5d9e6e check more carefully if method is a redundant override (IDEA-185066) 2018-01-23 17:58:03 +01:00
Sergey Malenkov faaa9ccfde add logging to find out who changes toggle click count for module 2018-01-23 19:51:49 +03:00
Dmitry Avdeev ba49dd419e PatchInstallerFactoryTest excluded due to OOME/hanging 2018-01-23 19:34:20 +03:00
Anton Tarasov ac272ef608 [followup] Log PNG/SVG icons load time statistics
Now logs both PNG & SVG stats in one run.
2018-01-23 19:19:48 +03:00
Anna Kozlova c4a91e5d41 simplify test detection (IDEA-CR-28691) 2018-01-23 19:13:52 +03:00
Egor Ushakov d55b877d16 do not capture Runnable objects - sometimes the same objects are scheduled from different stacks 2018-01-23 19:03:18 +03:00
Alexey Kudravtsev fdd8c7acc5 cleanup 2018-01-23 18:57:45 +03:00
Maxim.Kolmakov e53adb9bdb Collect all java error logs 2018-01-23 15:46:05 +01:00
Dmitry Batkovich 580ddbcfd1 do posponed formatting after processing each file in batch quick fix application (IDEA-185248) 2018-01-23 17:37:20 +03:00
Dmitry Batkovich 9e31253649 fix quotes in SameParameterValueInspection problem description 2018-01-23 17:37:20 +03:00