Commit Graph
182956 Commits
Author SHA1 Message Date
Tagir Valeev 29cefc5859 Java8ReplaceMapGetInspection: missing statements.length check is added (EA-91331) 2016-11-08 15:51:02 +07:00
Yann Cébron bad5350584 [devkit] EA-91294 - NPE: LanguageResolvingUtil.getStringConstantExpression 2016-11-08 09:32:49 +01:00
Dmitry Avdeev 1b04f387e1 IDEA-84959 Billion laughs XML pasting/clipboard & create 100% CPU 2016-11-08 10:54:17 +03:00
Tagir Valeev de4752f4cc PsiElementConcatenationInspectionTest: mock library interfaces instead of actually loading them as library (IDEA-CR-15335) 2016-11-08 12:23:46 +07:00
Vladimir.Orlov bf52ff6a03 Win Installer: the reset icon cache is moved to the end of copying data to installation folder. 2016-11-08 06:38:02 +03:00
Tagir Valeev 63b119cae8 ExpressionUtils.getAssignmentTo 2016-11-08 10:32:21 +07:00
Tagir Valeev 1227db0d42 JavaDoc for OptionalUtil#getOptionalElementType; MethodCallUtils#isCallToStaticMethod created and used; ExpressionUtils#isIdentityMapping -> isReferenceTo; used where applicable (IDEA-CR-15464). 2016-11-08 10:19:29 +07:00
Dmitry Trofimov 75c134d363 Fix test 2016-11-08 00:54:40 +01:00
Konstantin Bulenkov 53bcb7283c Merge remote-tracking branch 'origin/master' 2016-11-08 02:26:35 +03:00
Konstantin Bulenkov 700589510b IDEA-163617 Project view throws exception and becomes unavailable until IDE is restarted 2016-11-08 02:23:54 +03:00
Maxim.Mossienko 172e238510 avoid extra diskaccess for windows 2016-11-07 21:54:48 +01:00
Daniil Ovchinnikov ccb3e793b4 [groovy] @ListenerList: test AST not loaded 2016-11-07 21:29:25 +03:00
Daniil Ovchinnikov fe87ad153c [groovy] @ListenerList tests: move common stuff to setUp() 2016-11-07 21:11:37 +03:00
Daniil Ovchinnikov 040979f5b1 [groovy] @ListenerList: fix empty custom name processing, add tests 2016-11-07 21:11:37 +03:00
Anna.Kozlova c81f48ae21 junit 5 assertions conversion: skip assertNotEquals fix for delta-methods (IDEA-163354) 2016-11-07 18:56:11 +01:00
Anna.Kozlova 761bcaf077 ensure sending tree is specified for root node even (IDEA-163309) 2016-11-07 18:56:11 +01:00
Anna.Kozlova 5d3f4634cd junit 4 compatibility: ensure no ClassNotFoundError is thrown for unsupported cases (IDEA-163641) 2016-11-07 18:56:11 +01:00
Anna.Kozlova 68b073041c junit 5: warn about junit 3 methods inside classes with junit 5 annotations (IDEA-163651) 2016-11-07 18:56:11 +01:00
Anna.Kozlova 08c5a244c3 reigiable local classes inside static methods (IDEA-163615) 2016-11-07 18:56:11 +01:00
Daniil Ovchinnikov 32b5e5fac0 [groovy] @ListenerList: highlight errors 2016-11-07 20:31:09 +03:00
Daniil Ovchinnikov 1ac494813a [groovy] @ListenerList: implement as transformation support 2016-11-07 20:31:09 +03:00
Daniil Ovchinnikov 00c8ad15c6 [groovy] fix language level in tests 2016-11-07 20:31:09 +03:00
Daniil Ovchinnikov 36e8ea1fc4 [groovy] extract findDeclaredDetachedValue() to utility file 2016-11-07 20:31:09 +03:00
Nadya Zabrodina 4f99558cd5 [vcs]: (IDEA-163332) extended toggle action for pushDialog (win/linux fix) 2016-11-07 20:00:48 +03:00
Nadya Zabrodina 0c189124a9 [patch]: cleanUp - inline 2016-11-07 20:00:47 +03:00
Vladimir Krivosheev 0112cc26f0 blockingGet — do not call await if not pending 2016-11-07 17:43:57 +01:00
Bas Leijdekkers 8fd99aaaa2 SSR: improve multi-matching references qualified with this or super (IDEA-144697) 2016-11-07 17:08:10 +01:00
Bas Leijdekkers e0587ee75e fix typo in regexp test data 2016-11-07 17:08:10 +01:00
Julia Beliaeva b7c4244bfb [vcs-log] apply text filter on focus change only when it has some unsaved changes
IDEA-146772
2016-11-07 18:58:21 +03:00
Andrey Vlasovskikh 0bb6ce2997 Re-fix NPE by creating list when it's needed
We depend on the fact that myResult is null if there is no __all__ in
the current file, so we cannot initialize it with an empty list.
2016-11-07 18:53:39 +03:00
Dmitry Batkovich 7ae35e5551 javac ast indices: revert enable by default 2016-11-07 18:52:40 +03:00
Dmitry Batkovich 8e8a114133 javac ast indices: enable by default 2016-11-07 18:22:27 +03:00
Denis Fokin 9d485af969 IDEA-163567 FileChooserFactoryImpl.createSaveFileDialog doesn't use native file chooser 2016-11-07 18:05:56 +03:00
Dmitry Batkovich e8f19b81be batch inspections: use psi-elements as keys for RefManager's table (IDEA-156604) 2016-11-07 17:58:11 +03:00
Dmitry Avdeev 247e0c030a IDEA-84959 Billion laughs XML pasting/clipboard & create 100% CPU 2016-11-07 17:36:24 +03:00
Egor.Ushakov fcfb13f844 disable emulation for native methods 2016-11-07 17:10:37 +03:00
peter bdb25aa4b8 run intentions under transaction (IDEA-CR-15393) 2016-11-07 15:05:26 +01:00
peter ec829ba511 improve runInReadActionWithWriteActionPriority, add assertion (IDEA-CR-15454) 2016-11-07 15:05:26 +01:00
Julia Beliaeva 3ae90e31bb [vcs-log] check for rendering component being SimpleColoredComponent instead of direct call to GraphCommitCellRenderer method
EA-91206
2016-11-07 17:02:29 +03:00
Dmitry Batkovich 0f30ce7977 migrate to matchers inspection: fix for migration of "assertFalse(collection.contains(item));" statement (IDEA-163310) 2016-11-07 16:51:18 +03:00
Egor.Ushakov 5e96d7ca9f process only prepared classes 2016-11-07 16:42:03 +03:00
Sergey Ignatov dada18040a cleanup 2016-11-07 14:32:08 +01:00
Sergey Ignatov 54603a1c37 show new scratch file action only in main menu and at well known popups 2016-11-07 14:32:07 +01:00
Sergey Ignatov 0c3756f8d5 cleanup 2016-11-07 14:32:06 +01:00
Dmitry Batkovich e3353f4d49 redundant throws inspection: do not cache created quick fixes 2016-11-07 16:12:05 +03:00
Sergey Simonchik b498623903 override NotNullLazyValue#isComputed to compare actual field (IDEA-CR-15467) 2016-11-07 15:38:43 +03:00
Egor.Ushakov 264be02e7a show modal progress on setting emulated method breakpoints 2016-11-07 15:31:27 +03:00
Vladimir.Orlov a23dc06ffc Win Installer: "Installation Options" dialog correctly shows checkbox for downloading jre64. Earlier it worked if oracle jre 64 had been preinstalled. 2016-11-07 15:22:44 +03:00
Dmitry Batkovich 8a7922b717 javac ast indices: check that project is not disposed before read action (IDEA-CR-15200) 2016-11-07 15:21:23 +03:00
Daniil Ovchinnikov 613d038d68 [groovy] script declarations: make code even more readable 2016-11-07 15:15:06 +03:00