Commit Graph
1270 Commits
Author SHA1 Message Date
anna ea622c99f3 create public inner class in interface (IDEA-70577) 2011-06-06 19:09:04 +04:00
anna c17e86b4b5 case change 2011-06-04 11:37:44 +04:00
anna 2280dade76 skip parenthesized expressions during type inference (IDEA-70591) 2011-06-03 17:59:04 +04:00
anna 48e81bb6c1 do not add conditional goto switch end when no default label present but all enum constants were mentioned (IDEA-68872) 2011-06-03 17:59:04 +04:00
Alexey Kudravtsev 3b85c2fa23 cleanup 2011-06-03 11:57:31 +04:00
Denis Zhdanov 1f4f83165b IDEA-70242 Optimize imports will occasionally move the cursor location into the imports section of the file
Caret position is preserved during 'wrap long lines' now
2011-06-03 11:30:35 +04:00
Roman Shevchenkoandanna d62745a9b0 Field names formatting in highlighting made independent of pesky plugins 2011-06-02 09:23:14 +04:00
Roman Shevchenko 69e549128e Resolve in overlapping single type and on-demand static imports fixed 2011-06-01 21:50:08 +04:00
Roman Shevchenko be3925acc2 Test "lightened" 2011-06-01 21:50:07 +04:00
peter 648ebaaaa0 don't be smart, just calculate the common prefix based on lookup strings and insert it (IDEA-63646,IDEA-70503) 2011-06-01 16:20:04 +02:00
Denis Zhdanov 82ed80cffa IDEA-70492 Javadoc Smart Complete Statement: Improve processing in case of the last parameter 2011-06-01 15:00:22 +04:00
anna e7262d47ea extract method: do not fold when write access was used inside common expressions (IDEA-70376) 2011-06-01 13:36:22 +04:00
Roman Shevchenko b66b7a9d0a Resolve in overlapping single and on-demand static imports fixed 2011-06-01 12:03:15 +04:00
peter b2eab818ee [^jeka] move case-insensitive exact prefix matches to the top of the completion list 2011-05-31 14:58:50 +02:00
Roman Shevchenko 2484d68569 Similar highlighting tests united 2011-05-31 16:08:05 +04:00
Roman Shevchenko 5a45068521 Resolve and highlighting in ambiguous single static imports fixed 2011-05-31 16:07:06 +04:00
Denis Zhdanov 62df932d36 IDEA-70194 Javadoc: Provide support for completing javadoc parameters description 2011-05-31 14:31:08 +04:00
anna bd8e7b33fd qualify with this refs in super calls when containing class has fields with the same names 2011-05-27 15:43:39 +04:00
anna 23d1e4adf4 add constructor param from field: filter constructors for all field assignments (IDEA-61889) 2011-05-27 15:43:38 +04:00
anna 419cca8a1a add all fields as parameter when one constructor found (then params can be in the dialog adjusted) 2011-05-27 15:43:38 +04:00
Roman Shevchenko 79cc737cfa Cleanup 2011-05-27 13:08:22 +04:00
anna 4d1a5f247b do not suggest to replace with diamond for anonymous inner class (IDEA-70258) 2011-05-26 19:22:41 +04:00
anna 6f3a5a0578 inplace introduce api: inplace introduce parameter: tests 2011-05-26 16:08:20 +04:00
anna a55dd09e68 inplace introduce api: tests 2011-05-26 15:25:26 +04:00
anna 34cecc05ca inplace introduce api extracted 2011-05-26 15:25:24 +04:00
peter a062004656 don't suggest class variants where a package is expected (IDEA-69907) and in import statement when there's no qualifier (IDEA-68855) 2011-05-24 20:43:24 +02:00
peter f897591a52 calculate the correct lookup original element for all clients of TargetElementUtil 2011-05-23 20:06:52 +02:00
anna d1d28956e6 implementations view test: pick up original element even from completion lookup 2011-05-23 20:56:21 +04:00
anna 81c958ccfd check if constructor already contains field assignment before add new one (IDEA-69792) 2011-05-23 20:56:20 +04:00
anna c862b52ae8 introduce new array from varargs list (IDEA-68180) 2011-05-23 20:56:19 +04:00
anna f5c0a858dd simplify @SuppressWarnings (IDEA-69286) 2011-05-23 20:56:19 +04:00
peter ab06d12a17 correctly treat accepting "new int[]" with [ (IDEA-70002) 2011-05-23 14:24:37 +02:00
anna 9d52527293 ignore unused params in main methods (IDEA-69989) 2011-05-23 15:28:45 +04:00
Alexey Kudravtsev 444594e90c tests fix 2011-05-23 13:35:03 +04:00
Denis Zhdanov c8a9c6fcb8 IDEA-69972 Smart Complete Statement: Leave code block if the action is called for the complete statement
Don't leave method code block on smart completion
2011-05-23 11:08:17 +04:00
Bas Leijdekkers 417fb950bb IDEA-69795 (Quickfix "Remove explicit array creation" breaks code) 2011-05-20 17:33:37 +02:00
Bas Leijdekkers c15ff45554 IDEA-69981 ("Redundant array creation" inspection does not warn on enum constant) 2011-05-20 16:46:53 +02:00
Denis Zhdanov 0e58d431cd IDEA-69972 Smart Complete Statement: Leave code block if the action is called for the complete statement 2011-05-20 18:16:34 +04:00
Denis Zhdanov ac43d5c0a0 IDEA-68003 Java Formatter: Correct formatting of anonymous classes at method call arguments
Corrected processing of multi-args method calls with single anonymous class argument
2011-05-20 15:45:04 +04:00
Roman Shevchenko 1d9f3e525b IDEA-69629 (don't override erasure during check) 2011-05-19 15:39:11 +04:00
Roman Shevchenko fc32246f0c [cdr] Improved catch analysis relaxed for general exceptions 2011-05-18 22:08:01 +04:00
Alexey Kudravtsev 8ef9e5ce08 IDEA-69394: implemented heuristics for wrong encoding 2011-05-18 20:17:34 +04:00
Alexey Kudravtsev a8880257e9 adjust timings according to agent speed 2011-05-18 20:17:32 +04:00
Roman Shevchenko 220dd97181 [ann] IDEA-69800 (unrestricted cast of argument types of JSR-292 "polymorphic" methods) 2011-05-18 17:19:55 +04:00
Roman Shevchenko 00f10ef907 [ann] Exceptions with interfaces in multi-catch: correct erasure 2011-05-18 17:18:49 +04:00
Roman Shevchenko 6c93e44f46 [ann] Exceptions with interfaces in multi-catch: completion fix 2011-05-18 17:17:22 +04:00
Roman Shevchenko 49e9988a40 [ann] Exceptions with interfaces in multi-catch: assignability and control flow fix 2011-05-18 17:15:49 +04:00
Roman Shevchenko a66489593b [ann] IDEA-69688 (unrestricted cast of return types of JSR-292 "polymorphic" methods) 2011-05-18 17:14:14 +04:00
anna 097a350597 diamonds: cannot use diamonds with explicit constructor types/disable checks on type args for non generics constructors (sic!?) 2011-05-17 21:00:44 +04:00
Bas Leijdekkers af4873b8aa IDEA-69645 (bad code is green: attribute value must be constant) 2011-05-16 19:37:27 +02:00