Commit Graph
15187 Commits
Author SHA1 Message Date
Anna Kozlova 39ec50333b testdata for IDEA-120498 2014-03-28 20:47:26 +01:00
Anna Kozlova 0cfb14eeb3 hide fix with possible dialogs in batch mode 2014-03-28 20:36:02 +01:00
Anna Kozlova 123ba34507 create enum constant: support constant creation when static import is used, process varargs method candidates as vararg/basic separately (IDEA-121287) 2014-03-28 20:31:52 +01:00
Anna Kozlova 1cf32d2b3d EA-55404 - assert: PsiPackageBase.getChildren 2014-03-28 20:31:51 +01:00
peter 6b91f55eb7 IDEA-122414 Boolean expression simplification changes behavior of the code 2014-03-28 19:30:28 +01:00
peter e24e934c7f remove the test committed by mistake 2014-03-28 19:28:37 +01:00
peter 6d2412b599 dfa: a variable can't be null after dereference (IDEA-122215) 2014-03-28 19:12:00 +01:00
peter 87a2944e37 IDEA-122624 @Contract fails on vararg methods 2014-03-28 19:12:00 +01:00
Anna Kozlova f89a7938fc IDEA-122974 expected type suggester should ignore 'null' types 2014-03-28 17:42:11 +01:00
Anna Kozlova fddab7b0c0 IDEA-123034 Unused assignment inspection - Remove quick fix 2014-03-28 17:42:10 +01:00
peter 406c45f9ae some TemplateContext improvements after review 2014-03-28 17:33:55 +01:00
Bas Leijdekkers 47ab9b5121 DSM project disposed checks 2014-03-28 13:41:09 +01:00
Egor.Ushakov a8bfd9c147 added notnulls 2014-03-28 16:40:11 +04:00
Egor.Ushakov 779508ef61 do not stop in case of exceptions in position managers impls 2014-03-28 16:40:10 +04:00
Egor.Ushakov 6f25948419 fixes after review 2014-03-28 16:08:59 +04:00
Egor.Ushakov 6afba27d74 IDEA-122950 Breakpoints aren't set, unless debugger already active 2014-03-28 15:57:31 +04:00
Anna Kozlova 84451e644a IDEA-121400 2014-03-27 20:54:28 +01:00
Anna Kozlova b55c83742b new inference: processing of compound bounds 2014-03-27 20:54:27 +01:00
Anna Kozlova e55a20cc24 raw substitutor when erasure happened during inference 2014-03-27 20:54:26 +01:00
Roman Shevchenko dfa3ef17fb Cleanup (arrangement; formatting) 2014-03-27 19:08:00 +01:00
peter fefc5a31f3 debugging blinking GroovyCompilerTest 2014-03-27 18:05:18 +01:00
Egor.Ushakov 5c114911f3 added extra logging 2014-03-27 20:06:47 +04:00
nik a859eeceb6 IDEA-122924: FileProcessingCompilerAdapterTask ignores value of ValidityState 2014-03-27 17:29:14 +04:00
Anna Kozlova 9f03f56c85 fix test 2014-03-27 13:54:35 +01:00
Egor.Ushakov 979822c576 IDEA-119804 second click on item in watches panel should toggle edit mode - avoid NPE 2014-03-27 14:53:24 +04:00
Egor.Ushakov 9d97c23358 IDEA-119804 second click on item in watches panel should toggle edit mode 2014-03-27 14:37:15 +04:00
Anna Kozlova c7eb840149 new inference: use available in stack methods, do not cache if this info was used (IDEA-122406) 2014-03-26 18:54:41 +01:00
Anna Kozlova a4f36f237c anonym to lambda: rename conflicting locals (IDEA-120221) 2014-03-26 18:54:40 +01:00
Anna Kozlova 72203e26ef default methods: check for super class is now needed (IDEA-122720) 2014-03-26 18:54:39 +01:00
Svetlana.Zemlyanskay c3e242f03f IDEA-118590 Rule matcher for arrangement of Java code does not use the most specific rule 2014-03-26 16:04:52 +04:00
Sergey Ignatov 812ce07c01 better test deps 2014-03-26 14:16:52 +04:00
Egor.Ushakov f3a4990602 IDEA-122662 Breakpoints dialog: on new breakpoint adding it should get focus 2014-03-26 14:04:17 +04:00
Dmitry Batrak eb997fbc03 multi-caret typing fixes for Java files 2014-03-26 12:41:22 +04:00
Anna Kozlova 0beea24a95 NPE during completion for lambda params 2014-03-25 20:24:34 +01:00
Rustam Vishnyakov b197f05047 "Line/block comment at first column" options to be taken from language-specific settings [CR-IC-4952] 2014-03-25 18:35:38 +04:00
Anna Kozlova 9f58257359 new inference: String::length should be exact (IDEA-122191) 2014-03-25 14:47:59 +01:00
Anna Kozlova 5605b2e6f0 field can be local: quick fix to register stop-annotations is added (IDEA-122836) 2014-03-25 14:47:58 +01:00
Egor.Ushakov a1456bf790 warn about active method breakpoints on debug session start 2014-03-25 17:13:10 +04:00
Egor.Ushakov 4c49d4f550 reverted fix for IDEA-122637 2014-03-25 16:36:00 +04:00
Anton Makeev 879f4bfc94 Content and source roots can now be files 2014-03-25 09:28:04 +01:00
Dmitry Avdeev 68ba599e31 IDEA-121510 JSP: reindex: INRE through JspSpiUtil.isIncludedOrIncludesSomething(): check for JSP includes should be invoked from pass itself, because it involves some index processing. 2014-03-25 11:45:17 +04:00
Anna Kozlova f8b3fa2aac testdata fixed 2014-03-24 21:18:34 +01:00
Anna Kozlova 8632fe1bb2 testng: forbid to run abstract tests not annotated with @Test (IDEA-122724) 2014-03-24 21:13:16 +01:00
Anna Kozlova 3d7bf9f020 layout (IDEA-122614) 2014-03-24 20:22:27 +01:00
Anna Kozlova 40424a1615 wildcard substitution partly reverted (IDEA-122700) 2014-03-24 20:22:26 +01:00
Anna Kozlova b500c13eb0 effectively final: check usages inside inner classes/lambdas (IDEA-122686) 2014-03-24 20:22:25 +01:00
Anna Kozlova aa6dbcd24a collapse statement lambda to expression lambda: enable for value compatible lambdas (IDEA-122785) 2014-03-24 20:22:24 +01:00
Anna Kozlova b19b34af63 shorten qNames on adding explicit type arguments (IDEA-122667) 2014-03-24 20:22:23 +01:00
Anna Kozlova 43b8f9cdf4 stream migration: collapse identity matching (IDEA-122706) 2014-03-24 20:22:22 +01:00
Roman Shevchenko c82446fc18 java: .class stub builder API cleaned from explicit ASM dependency 2014-03-24 19:43:22 +01:00