Commit Graph
2767 Commits
Author SHA1 Message Date
Maxim Medvedev 7afe8ae5f1 IDEA-61244 introduce parameter refactoring for Groovy 2011-03-10 11:49:24 +03:00
anna df2d7e740f suppress with javadoc tags restored for multiple tools (IDEA-66342) 2011-03-09 21:07:05 +01:00
anna e1fc66adaa remove local redundant unchecked suppress inspection - replace with existing global one (IDEA-66039) 2011-03-09 20:53:21 +01:00
anna c61a0360a7 suppress possible heap pollution with unchecked id (IDEA-66066) 2011-03-09 20:53:20 +01:00
peter 58235e314a new HashMap< 2011-03-09 20:14:22 +01:00
Roman Shevchenko c992b9c216 Resolve in javadoc fixed 2011-03-09 13:03:29 +01:00
anna 2a95160715 ui cleanup 2011-03-09 12:07:37 +01:00
anna da1aab6e43 introduce parameter: correct introduce parameter and remove unused from the enclosing method 2011-03-09 12:07:37 +01:00
Alexey Kudravtsev 7725214e6b made getText() work even for invalid action 2011-03-09 12:59:08 +03:00
peter 925cc2fba6 [ and < to finish completion in groovy (IDEA-40461) 2011-03-08 19:48:58 +01:00
peter ae03a1e758 java-like pair <> handling in groovy 2011-03-08 19:48:57 +01:00
peter 16fae492a8 accept class suggestions in java by < 2011-03-08 18:07:29 +01:00
peter 435b14a0ad finishing completion with [ (IDEA-40461) 2011-03-08 18:00:37 +01:00
peter 24b5e9a888 by default execute typed handler when finishing completion by a character 2011-03-08 18:00:36 +01:00
anna f0db1be49c diamond: replace wildcards with corresponding bound when inference (IDEA-66124) 2011-03-08 17:45:01 +01:00
anna 675a660b14 replace explicit with diamond: do not leave incorrect psi (IDEA-66114 ) 2011-03-08 17:45:01 +01:00
anna afd90a6695 replace diamond with type on inline when after inline diamond won't be inferred (IDEA-66142) 2011-03-08 11:27:13 +01:00
anna 7a2f03d06b do not try to generify according to failed diamond inference 2011-03-08 11:27:13 +01:00
anna b5303937f9 diamonds: do not warn about broken inference for raw types (IDEA-66132) 2011-03-08 11:27:12 +01:00
Roman Shevchenko c3b799c246 IDEA-66081 (resolve methods in javadoc by signatures) 2011-03-07 22:01:53 +01:00
Roman Shevchenko 20b933ac87 IDEA-66266 (add/remove modifier quick fix to work on explicit ones only) 2011-03-07 22:01:52 +01:00
Roman Shevchenko a9c8cd157b Cleanup 2011-03-07 22:01:52 +01:00
peter f8a71caecd no global member name completion with minuscule matcher 2011-03-07 19:19:47 +01:00
peter 09108a1141 in a class, prefer member modifiers to other classes 2011-03-07 18:25:00 +01:00
peter bb17460a04 lowercase camelhump matching support 2011-03-07 18:24:59 +01:00
anna d4fae71f38 introduce constant in non existing class: NPE (IDEA-66180) 2011-03-07 11:27:42 +01:00
anna 9372039c59 NPE (IDEA-66164) 2011-03-07 11:14:43 +01:00
anna 3df58b681b extract method dialog: cosmetics: space between (IDEA-66099) 2011-03-07 10:46:05 +01:00
Maxim Medvedev ca2eb3b70b Merge commit 'origin/master' 2011-03-06 18:13:15 +03:00
Maxim Medvedev cb86b6978f improved 'move' for groovy scripts and classes 2011-03-06 18:08:37 +03:00
anna de8ae316f5 inplace introduce parameter: cleanup 2011-03-06 15:01:00 +01:00
anna 92696623d4 NPE 2011-03-06 15:01:00 +01:00
anna 703612fcc7 inplace introduce parameter: choose methods to introduce parameters in popup 2011-03-06 15:00:59 +01:00
anna 5436cbad01 inplace introduce parameter: move occurrences chooser to balloon 2011-03-06 15:00:59 +01:00
Maxim Medvedev 587e9430c5 IDEA-64814 Move-refactoring import statements bug 2011-03-05 21:13:44 +03:00
Alexey Kudravtsev 951285d91b cleanup 2011-03-05 11:56:08 +03:00
nik afd3bcc61b migrated for new method to merge string arrays 2011-03-04 11:16:00 +03:00
peter 893c24c52f IDEA-57403 Completion cannot suggest members of an intersection type 2011-03-03 20:07:58 +01:00
peter d783a84360 minor 2011-03-03 20:07:57 +01:00
peter f145812a77 foreach loop variable shouldn't be visible from the loop expression (IDEA-55859) 2011-03-03 20:07:54 +01:00
peter 4f420a80b2 don't filter out the implicitly initialized fields 2011-03-02 20:36:31 +01:00
Roman Shevchenko 636877d224 Generalize catch fix made aware of try-with-resources 2011-03-01 20:34:18 +01:00
Roman Shevchenko 618e0e3ac0 Surround with try/catch fix made aware of try-with-resources 2011-03-01 20:34:18 +01:00
Roman Shevchenko 77f94dbece Add exception to method signature fix made aware of try-with-resources 2011-03-01 20:34:18 +01:00
Roman Shevchenko a5a7e6846a Add catch block fix made aware of try-with-resources 2011-03-01 20:34:17 +01:00
Roman Shevchenko f627677fdd Use formatter settings for multi-catch type element 2011-03-01 20:34:17 +01:00
Alexey Kudravtsev 7230e5416d read action 2011-03-01 14:12:40 +03:00
Alexey Kudravtsev 7bcc65ffea cleanup 2011-03-01 14:12:39 +03:00
anna ec6d894db4 inplace introduce parameter: ensure that only param refs would be replaced with old expr 2011-03-01 11:56:48 +01:00
Roman Shevchenko 8f62093a5c Allow resource variables in-place rename; Java in-place rename tests updated 2011-03-01 11:42:09 +01:00