anna
f42960991c
rename wrong ref by Shift-F6 (IDEA-61734)
2011-04-17 19:58:06 +02:00
Roman Shevchenko
847ad86feb
IDEA-68179 (Javac quirks inspection)
2011-04-17 18:53:22 +02:00
anna
b4a99e051b
correct field/getters naming in extract method object (EA-26268 - assert: ExtractMethodObjectProcessor.b)
2011-04-15 20:24:51 +02:00
Alexey Kudravtsev
a1aeacd499
leaks in AddAnnotationFix
2011-04-15 15:46:29 +04:00
peter
54d554f1d1
IDEA-63335 complete current statement error when statement spans on 2 lines
2011-04-14 20:35:48 +02:00
peter
868418935f
don't autopopup with word suggestions in groovy/java literals
2011-04-14 19:26:50 +02:00
peter
cabb823fd2
word completion in groovy/java string literals (IDEA-61238)
2011-04-14 19:26:50 +02:00
peter
e32c7644b5
IDEA-67250 Invoke completion automatically when none of the predefined live template variants match
2011-04-14 19:26:49 +02:00
peter
a70cf1c7ed
IDEA-67951 Suggest comparator type in Collections.sort()
2011-04-14 19:26:49 +02:00
anna
2e0cd2d032
interface 'overrides' object: methods can declare different exceptions (IDEA-67753)
2011-04-13 20:05:34 +02:00
anna
8f4a7ee0d0
interface 'overrides' object: methods with same erasure should be accepted (IDEA-67752)
2011-04-13 20:05:33 +02:00
peter
0acf0df76e
don't classes by ( not after new, don't insert space when completing an already typed variable name by comma
2011-04-13 19:04:39 +02:00
peter
cc8eb23f33
don't choose template items by space if normally they're not configured to do so
2011-04-13 19:04:39 +02:00
peter
e83810e358
IDEA-67939 Smart completion completes private field from parent class inside a static inner inheritor
2011-04-13 19:04:38 +02:00
Alexey Kudravtsev
5b6a43015d
IDEA-61333
2011-04-13 17:45:11 +04:00
Denis Zhdanov
dbb27d2579
IDEA-68003 Java Formatter: Correct formatting of anonymous classes at method call arguments
...
1. Corrected formatting of anonymous class used as aligned method call arguments;
2. Corresponding tests are added;
3. Green code policy is applied at affected classes;
2011-04-13 12:11:38 +04:00
anna
cb836b3251
respect javadoc policy for inlined members on inline super class as well as push down with existing members (IDEA-67580)
2011-04-12 20:57:36 +02:00
anna
98568c1380
type arguments agree when one is type parameter and another is not any wildcard (IDEA-67427)
2011-04-12 15:17:39 +02:00
Alexey Kudravtsev
ee9a68bf44
PSI leaks via LocalQuickFix
2011-04-12 11:42:23 +04:00
anna
0633dddcc0
message fixed
2011-04-11 17:24:31 +02:00
Eugene Zhuravlev
b63986dce8
non-VFS based FileTemplatesManager
2011-04-09 19:36:08 +02:00
anna
82e049d035
preserve arguments list for enum constant on implement methods (IDEA-67719)
2011-04-07 19:55:19 +02:00
Roman Shevchenko
e856733aab
IDEA-67596 (class stub builder: decode only relevant access modifiers)
2011-04-06 20:54:42 +02:00
peter
8080667544
don't suggest void methods in a context where some return value is expected (suggest on second invocation)
2011-04-06 19:21:15 +02:00
peter
8d12f07a6a
fix some empty stack exceptions during dfa analysis
2011-04-06 13:02:50 +02:00
peter
6ae83662cf
the non-green completion items were sorted by proximity in the wrong direction (IDEA-67349)
2011-04-06 13:02:49 +02:00
peter
885ec01362
don't let live templates prevent case-insensitive matching items
...
don't accept live template variants by commas and other strange characters
2011-04-06 13:02:44 +02:00
peter
6a12b9c4de
IDEA-67445 no smart completion for "new Ex<caret>"
2011-04-06 13:02:44 +02:00
Roman Shevchenko
cce2c02db1
IDEA-67556 (use highest language level in an artificial elements was a bad idea)
2011-04-05 20:59:18 +02:00
anna
dde2360a0c
keep spaces (IDEA-67541 )
2011-04-05 18:13:36 +02:00
anna
3aaa7fb39b
diamonds: check according to diamonds even if expected type is raw
2011-04-05 15:45:49 +02:00
Roman Shevchenko
bf9add7eb8
IDEA-67385 (explicitly imported types should shadow inherited ones)
2011-04-05 13:30:10 +02:00
Dmitry Jemerov
01814e913c
remove meaningless copyright comments
2011-04-02 20:02:13 +02:00
anna
6f8b67665c
unimplement interface in generics case: check by subst. signature (IDEA-67230 )
2011-03-31 16:31:08 +02:00
anna
3507e39732
inline redundant array: remove tailing commas (IDEA-67212)
2011-03-31 13:18:23 +02:00
Alexey Kudravtsev
d6ac5f1dd3
test
2011-03-31 14:57:26 +04:00
Denis Zhdanov
3e27c48fa2
IDEA-67294 unexpected reformat result for package-private annotation
...
No indent is defined for annotations now
2011-03-31 12:40:16 +04:00
peter
d231d788c8
honor completion-case-sensitive=ALL option in the new matcher
2011-03-30 20:29:08 +02:00
peter
c622695382
minuscule matching by default
2011-03-30 19:07:53 +02:00
peter
68d8890b7f
suggest 'final' in for-in loop clause (IDEA-67249)
2011-03-30 19:07:52 +02:00
anna
2946bdfeb3
undo and rename/move class used in run configuration (IDEA-36423)
2011-03-30 18:31:21 +02:00
peter
bbcacf8e4f
a test for method lookup element presentation
2011-03-30 14:40:00 +02:00
Roman Shevchenko
5d95c304c6
IDEA-67190 (correctly unwrap try statement if it's not in a code block)
2011-03-29 15:58:52 +02:00
peter
1743362364
don't walk cached super methods more than once (red field.getName() problem)
...
make raw method substitutor apply only to this method
2011-03-29 13:17:04 +02:00
Denis Zhdanov
6daecc2141
IDEA-66583 "blank line after anonymous class header" does not work with comment
2011-03-28 19:48:04 +04:00
peter
027c366b4d
IDEA-66656 Suggest static fields in Class Name completion
2011-03-28 17:26:41 +02:00
peter
bb32018645
IDEA-66892 'else' variant in completion should be preferred in this case
2011-03-28 17:26:38 +02:00
peter
943c822123
IDEA-66899 Completing enum constant defined in the same class (private) will insert full FQN (including parent class name) instead of EnumName.ENUM_VALUE
2011-03-28 17:26:37 +02:00
peter
e79c732ce8
simplify test
2011-03-28 17:26:30 +02:00
Dennis Ushakov
12b0211ef6
RUBY-5332 Enable "Lossy encoding" inspection in platform
2011-03-28 11:13:38 +04:00