anna
|
ca8c474bf6
|
illegal generic type for instanceof checks (IDEA-76997)
|
2012-04-17 12:26:40 +02:00 |
|
anna
|
7a17222ff6
|
test data for (IDEA-70468)
|
2012-04-17 12:26:39 +02:00 |
|
anna
|
e5706b0fc5
|
foreach param visibility restored (IDEA-84676)
|
2012-04-16 17:21:30 +02:00 |
|
anna
|
654f6cd973
|
replace <? extends Object> with <?> during substitution (IDEA-64775)
|
2012-04-16 14:24:33 +02:00 |
|
anna
|
0c15dccf23
|
good code red fixed
|
2012-04-16 14:24:32 +02:00 |
|
anna
|
9da3e3f81d
|
test data for IDEA-72912
|
2012-04-14 19:14:01 +02:00 |
|
anna
|
20b902f626
|
delete assert statements when simplify (IDEA-84527)
|
2012-04-14 14:44:10 +02:00 |
|
anna
|
06a398831d
|
unimplement interface: find ref correctly (IDEA-84554)
|
2012-04-14 13:51:13 +02:00 |
|
anna
|
a37c58c745
|
bad code is green (IDEA-84533)
|
2012-04-14 10:28:57 +02:00 |
|
Alexey Kudravtsev
|
03152e9fa5
|
IDEA-84307 Useless intention (change Comparator to Comparator)
|
2012-04-10 13:01:54 +04:00 |
|
anna
|
e620a9e7b3
|
revert
|
2012-04-10 10:18:10 +02:00 |
|
Alexey Kudravtsev
|
d4ac758388
|
IDEA-84224
|
2012-04-10 12:06:43 +04:00 |
|
anna
|
e545e4a316
|
test data for IDEA-22547
|
2012-04-09 13:14:20 +02:00 |
|
anna
|
e53c751c96
|
test data for IDEA-21660
|
2012-04-09 13:07:33 +02:00 |
|
anna
|
38c8ea8d02
|
ambiguous method calls: conflict resolver, tests
(IDEA-24768)
warn in jdk7 about static methods classes with same erased signature
|
2012-04-09 12:43:31 +02:00 |
|
anna
|
6cfb2cafce
|
ambiguous method calls: conflict resolver, tests
(IDEA-25097)
|
2012-04-09 12:22:53 +02:00 |
|
anna
|
e386cea3ab
|
ambiguous method calls: conflict resolver, tests (IDEA-78027)
|
2012-04-09 12:12:56 +02:00 |
|
anna
|
d8748bb076
|
ambiguous method calls: conflict resolver, tests
(IDEA-67832; IDEA-67837; IDEA-67573; IDEA-57306;
IDEA-57535; IDEA-57269; IDEA-57278; IDEA-57317)
|
2012-04-09 11:57:27 +02:00 |
|
anna
|
8fe1604bd1
|
show warning on type parameter declaration if it lead to multiple methods with same erasure (java7 only)
|
2012-04-08 14:05:51 +02:00 |
|
Alexey Kudravtsev
|
713aa0a2b0
|
IDEABKL-3891
|
2012-04-06 19:59:08 +04:00 |
|
anna
|
dc5c191afc
|
ambiguous method calls: conflict resolver, tests
(IDEA-67919; IDEA-67863; IDEA-67920;
IDEA-67831; IDEA-67833; IDEA-67674;
IDEA-67587; IDEA-57646; IDEA-57407;
IDEA-57279; IDEA-57296; IDEA-57297;
IDEA-57316; IDEA-57331)
|
2012-04-06 11:55:43 +02:00 |
|
anna
|
27b6395f89
|
fix inference for object type arg
|
2012-04-05 19:08:45 +02:00 |
|
anna
|
9242d62213
|
good code is red: wildcard should check the bound if any in order to prove difference (IDEA-63291)
|
2012-04-05 19:08:45 +02:00 |
|
anna
|
b706c5284e
|
testdata for IDEA-74899
|
2012-04-05 19:08:44 +02:00 |
|
anna
|
5e682f1319
|
good code is red: take bounds into account during types agree (IDEA-76283)
|
2012-04-05 12:12:38 +02:00 |
|
anna
|
dab1c48d59
|
additional testdata for inaccessible type params members from IDEA-66305
|
2012-04-05 09:57:05 +02:00 |
|
anna
|
3156fab144
|
jdk7 incompatibility: red good code is green: always check signature erasure equals for jdk7 (IDEA-66311)
add checks for param erasure for jdk6
|
2012-04-05 09:57:04 +02:00 |
|
anna
|
db78c2d427
|
enable create enum constant from switch label statements (IDEA-84054)
|
2012-04-04 16:38:00 +02:00 |
|
anna
|
a4e23d3546
|
good code red: do not allow unchecked conversions on deeper wildcard levels (IDEA-80386)
|
2012-04-03 19:19:44 +02:00 |
|
anna
|
6719c86450
|
good code red: do not create ? super Object constraint as nothing would match (IDEA-77991)
|
2012-04-03 19:19:43 +02:00 |
|
anna
|
0a99721ccb
|
substitution should not expand captured unbounded type (IDEA-79360)
|
2012-03-30 11:11:07 +02:00 |
|
anna
|
6ea7222b14
|
ensure that cast won't be marked as redundant for jdk7 (IDEA-82002)
(is valid though for jdk6)
|
2012-03-29 20:04:23 +02:00 |
|
anna
|
8c852b28d5
|
unchecked warning: argument type doesn't depend on call substitutor (IDEA-82605)
|
2012-03-29 20:04:22 +02:00 |
|
anna
|
1563df17f1
|
red code is green wildcard problems ++(IDEA-66750;IDEA-75178;IDEA-73377)
|
2012-03-29 15:17:24 +02:00 |
|
anna
|
24d2eeb3d0
|
service to detect java version;
highlight access to private class members according to java version used (IDEA-83045)
|
2012-03-29 11:06:43 +02:00 |
|
anna
|
09246f5482
|
process captured wildcards (IDEA-82913)
|
2012-03-28 18:01:15 +02:00 |
|
anna
|
b68e03ec53
|
hide iterate intention for non expression statements (IDEA-83625)
|
2012-03-28 16:37:48 +02:00 |
|
anna
|
bc7e569fa1
|
covariant return types: difference between java7 & java6 (IDEA-83599)
|
2012-03-28 13:27:06 +02:00 |
|
anna
|
b4c42eb076
|
IDEA-83600: pull up for local classes
|
2012-03-28 13:27:05 +02:00 |
|
Roman Shevchenko
|
2a99d489af
|
IDEA-80590 (hint to ignore unused for-each parameters and resource variables)
|
2012-03-28 00:15:10 +02:00 |
|
anna
|
caf67194d7
|
IDEA-82857 fix javadoc during delegate with default parameter (cherry picked from commit d6ac82f)
|
2012-03-21 18:01:59 +01:00 |
|
Roman Shevchenko
|
81f0d72e8f
|
[ann] IDEA-82436 (check unclosed non-empty char literals)
|
2012-03-15 19:08:59 +01:00 |
|
anna
|
08585afbb4
|
deprecation inspection: check non default constructors used in anonymous classes (IDEA-82794)
|
2012-03-15 11:29:56 +01:00 |
|
anna
|
2c7d491f4b
|
incorrect default deprecation is used (IDEA-82721)
|
2012-03-14 17:24:57 +01:00 |
|
anna
|
cf78075c97
|
allow override method suggestions on method name only
|
2012-02-29 12:02:19 +01:00 |
|
anna
|
eab8b8b456
|
make create field from parameter available on the method name
|
2012-02-29 10:38:30 +01:00 |
|
anna
|
d2bacb97be
|
collapse fqn in intention text (IDEA-81839)
|
2012-02-24 16:50:25 +01:00 |
|
anna
|
9c91d9374f
|
add convert switch to if for invalid switch types (IDEA-81580)
|
2012-02-23 11:50:19 +01:00 |
|
Bas Leijdekkers
|
0a71148672
|
Improve quickfix to replace += operator with StringBuilder on left hand side with append() call
now works on java.lang.Appendable and splits concatenated strings into separate append calls
|
2012-02-22 16:57:49 +01:00 |
|
anna
|
7e2db60abd
|
create constructor parameter from field: suggest to choose fields to create parameters from (IDEA-76417);
insert parameters in "fields" order (IDEA-81634)
|
2012-02-21 20:56:16 +01:00 |
|