peter
|
1a9b32f1b8
|
finishing lookup with a smart enter should actually work like a smart enter
|
2011-09-14 18:21:02 +02:00 |
|
peter
|
8ea2424104
|
suggest inner classes from superclas in smart completion
|
2011-09-14 13:11:29 +02:00 |
|
anna
|
b9f48882af
|
create field from parameter: when field would be final and parameter is NotNull then the field should be also @NotNull (IDEA-74136)
|
2011-09-13 20:23:49 +02:00 |
|
peter
|
a3a880da44
|
smart completion of primitive and array type class object access (IDEA-72265)
|
2011-09-13 17:06:51 +02:00 |
|
peter
|
9ddcf4fde8
|
nothing but .class after primitive or array types in basic completion (IDEA-72265)
|
2011-09-13 17:06:51 +02:00 |
|
Bas Leijdekkers
|
8ff3af2a35
|
Simplification of "@NotNull/@Nullable problems" inspection settings
|
2011-09-09 15:53:55 +02:00 |
|
peter
|
22a6e37301
|
basic completion of class keyword after primitive types and arrays (IDEA-72265)
|
2011-09-09 12:18:56 +02:00 |
|
anna
|
32e09dafb3
|
fix delegation to abstract method (EA-29618 - NPE: DelegateWithDefaultParamValueIntentionAction.invoke)
|
2011-09-09 10:54:30 +02:00 |
|
peter
|
2ffcdf1cb9
|
IDEA-72776 JAVA: duplicate "boolean" autocomplete suggestion
|
2011-09-08 19:38:07 +02:00 |
|
peter
|
a4f4d931e3
|
IDEA-72951 'break' keyword is not suggested by completion in a loop with single statement body
|
2011-09-08 19:38:06 +02:00 |
|
anna
|
b294192ac2
|
diamonds: should check raw types when error occurs before inference is even started (IDEA-74053)
|
2011-09-08 19:27:51 +02:00 |
|
peter
|
c6343bf710
|
IDEA-70589 autocomplete in interfaces thinks that everything is a constant
|
2011-09-08 16:15:57 +02:00 |
|
anna
|
0eb2875056
|
surround expression with: support for expression's parts (IDEA-73868)
|
2011-09-08 11:21:17 +02:00 |
|
anna
|
8fef5fc92d
|
replace with diamonds should always check if inferred type agrees with expected type (IDEA-73944)
|
2011-09-07 12:18:58 +02:00 |
|
peter
|
bff5d16471
|
dot chooses lookup items, even those that contain dot
|
2011-09-06 18:38:34 +02:00 |
|
peter
|
3efabdc178
|
preselect the most relevant item when lexicographic sorting is enabled in the lookups
|
2011-09-06 18:16:55 +02:00 |
|
anna
|
ca2c3bc539
|
SOE (IDEA-69752 )
|
2011-09-06 11:54:45 +02:00 |
|
anna
|
c09410b3b5
|
@Override quick fixes: suggest to pull method up; pull members up, extract interface/superclass (IDEA-55720 )
|
2011-09-06 11:54:45 +02:00 |
|
peter
|
c8e59d711c
|
IDEA-73717 Completion after 'new' and generics
|
2011-09-02 18:37:54 +02:00 |
|
Alexey Kudravtsev
|
ee1a3cb532
|
IDEA-72851
|
2011-09-02 13:50:55 +04:00 |
|
anna
|
a8172fdc67
|
replace inaccessible field with getter/setter (IDEA-22752)
|
2011-09-01 16:04:33 +02:00 |
|
anna
|
cd43fc0173
|
change new type & collapse generics for java 7 (IDEA-73517)
|
2011-09-01 16:04:31 +02:00 |
|
anna
|
ab1d2768b6
|
diamonds: do not capture wildcard on inference (IDEA-73689 )
|
2011-08-31 16:53:36 +02:00 |
|
anna
|
818ef93d29
|
rename constructor matching class (IDEA-22812 )
|
2011-08-26 19:01:05 +02:00 |
|
anna
|
b07cacac30
|
expect errors on importing from default packet
|
2011-08-26 18:14:26 +02:00 |
|
anna
|
9bc5f34ff8
|
process c-style arrays in setInitializer (IDEA-20538 )
|
2011-08-26 17:57:19 +02:00 |
|
anna
|
ef6071d1ca
|
test data fixed to exclude imports for default package
|
2011-08-26 15:58:34 +02:00 |
|
anna
|
15b1d535cd
|
add single static import on inaccessible element - retrieve accessible or do not suggest intention (IDEA-18050 )
|
2011-08-26 15:58:33 +02:00 |
|
anna
|
df6d79ce8a
|
add single static import on type elements, e.g. inside annotations, type elements (IDEA-22130)
|
2011-08-26 13:34:31 +02:00 |
|
anna
|
6794da37dd
|
add single static import: check method base class beforehand (IDEA-12607 )
|
2011-08-26 13:34:30 +02:00 |
|
anna
|
c88166026e
|
forbid default package classes in imports (IDEA-18695)
|
2011-08-26 13:34:27 +02:00 |
|
anna
|
0f5615356b
|
provide also create annotation from usage (IDEA-19746 )
|
2011-08-25 19:26:03 +02:00 |
|
anna
|
008326cc84
|
forbid cast primitive to type parameter (IDEA-52484; IDEA-23260)
|
2011-08-25 19:26:02 +02:00 |
|
anna
|
6f31251be4
|
disable add single static import when on demand exists (IDEA-62321)
|
2011-08-24 12:06:00 +02:00 |
|
anna
|
2787a3a5f4
|
add warning on switch by inaccessible enums (IDEA-65961 )
|
2011-08-24 12:05:55 +02:00 |
|
anna
|
c0a11624a2
|
insert instance of|cast when condition contains intersection with instanceof (IDEA-64776)
|
2011-08-23 12:57:59 +02:00 |
|
anna
|
40dd8914ae
|
change parameter class: allow for constructor calls (IDEA-64657); for variable assignments (IDEA-71592 )
|
2011-08-22 21:31:12 +02:00 |
|
anna
|
1615e8f030
|
create class from usage: types in wildcard bounds accepted (IDEA-50310 )
|
2011-08-22 21:31:11 +02:00 |
|
anna
|
9d4f40f5f5
|
additional test for (IDEA-65857; IDEA-62515 )
|
2011-08-22 21:31:10 +02:00 |
|
anna
|
613f9fddae
|
space (IDEA-67070)
|
2011-08-22 17:56:05 +02:00 |
|
anna
|
f087cd8c25
|
generate private enum constructor everywhere (IDEA-69128 )
|
2011-08-22 17:56:04 +02:00 |
|
anna
|
e23fd301ad
|
forbid default package classes in static imports (IDEA-26971 )
|
2011-08-22 17:56:03 +02:00 |
|
anna
|
c71a873d1d
|
i18n && wording (IDEA-72585 )
|
2011-08-21 17:39:34 +02:00 |
|
anna
|
6aba03f21c
|
expand static import to class qualification (IDEA-68853)
|
2011-08-19 21:11:35 +02:00 |
|
anna
|
129d370f24
|
surround with runnable: check if name unique; start inplace rename; place caret after
|
2011-08-19 21:11:07 +02:00 |
|
anna
|
a02dca8eca
|
allow to create field inside static inner class when outer class has the field with the same name (IDEA-71841)
|
2011-08-19 21:10:10 +02:00 |
|
anna
|
50c39a05d2
|
diamonds: forbid diamonds completion with inapplicable inferred types (IDEA-73068)
|
2011-08-17 18:13:50 +02:00 |
|
anna
|
b66c85fdee
|
diamonds: forbid diamonds completion with anonymous rollover (IDEA-72527)
|
2011-08-17 18:13:49 +02:00 |
|
peter
|
440204554c
|
infer Boolean in if(runReadAction(new Computab<caret>)){}
|
2011-08-16 19:54:55 +02:00 |
|
anna
|
1d34a95b0f
|
rename: use simple rename when reference is resolved (IDEA-72876)
|
2011-08-05 12:27:57 +04:00 |
|