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 |
|
Roman Shevchenko
|
b66b7a9d0a
|
Resolve in overlapping single and on-demand static imports fixed
|
2011-06-01 12:03:15 +04: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 |
|
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 |
|
anna
|
4d1a5f247b
|
do not suggest to replace with diamond for anonymous inner class (IDEA-70258)
|
2011-05-26 19:22:41 +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
|
f5c0a858dd
|
simplify @SuppressWarnings (IDEA-69286)
|
2011-05-23 20:56:19 +04:00 |
|
Alexey Kudravtsev
|
444594e90c
|
tests fix
|
2011-05-23 13:35:03 +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 |
|
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
|
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 |
|
anna
|
d469a37fb7
|
skip copyright for tests
|
2011-05-12 18:02:23 +04:00 |
|
anna
|
865c7b0bcc
|
EA-27650 - IAE: ChangeSignatureProcessor.<init>
|
2011-05-12 15:48:49 +04:00 |
|
anna
|
b7c7f173e1
|
qualified diamonds fixed
|
2011-05-05 21:45:26 +02:00 |
|
Alexey Kudravtsev
|
f99cbb9757
|
IDEA-69120
|
2011-05-04 14:49:21 +04:00 |
|
Roman Shevchenko
|
475354f2b6
|
[ann] Improved catch analysis
|
2011-05-03 21:10:11 +02:00 |
|
Roman Shevchenko
|
8072b38603
|
[ann] Correct highlighting for subtypes in multi-catch
|
2011-05-03 21:10:10 +02:00 |
|
anna
|
4814482749
|
insert template: do not handle [] twice (IDEA-69106)
(cherry picked from commit 2b98c3ab3529a3b1a0f34a3e3e4f62d393ce4d61)
|
2011-05-03 17:34:34 +02:00 |
|
anna
|
3bb0c9d03a
|
diamonds; actual types accepted in java 7 even if no formal types were defined!
(cherry picked from commit 903984b162008a56def605c72743c22517304a2d)
|
2011-05-02 21:14:20 +02:00 |
|
Roman Shevchenko
|
c723f3be41
|
[ann] IDEA-68850 (add empty try block if try statement is incomplete)
|
2011-04-27 16:07:06 +02:00 |
|
anna
|
b94ead9094
|
diamonds: accept captured types; discard anonymous inner classes (IDEA-67125)
|
2011-04-20 20:10:21 +02:00 |
|
Roman Shevchenko
|
370794e5f7
|
Cleanup
|
2011-04-18 18:49:30 +02:00 |
|
Roman Shevchenko
|
847ad86feb
|
IDEA-68179 (Javac quirks inspection)
|
2011-04-17 18:53:22 +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 |
|
Alexey Kudravtsev
|
5b6a43015d
|
IDEA-61333
|
2011-04-13 17:45:11 +04: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 |
|
anna
|
0633dddcc0
|
message fixed
|
2011-04-11 17:24:31 +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
|
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 |
|
anna
|
6f8b67665c
|
unimplement interface in generics case: check by subst. signature (IDEA-67230 )
|
2011-03-31 16:31:08 +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 |
|
Roman Shevchenko
|
fe7b1d3f5b
|
Only parse diamonds where they're welcomed
|
2011-03-24 21:42:06 +01:00 |
|
anna
|
516bef4f42
|
create class from usage: do not show dialog from write action (IDEA-66872)
|
2011-03-23 21:05:59 +01:00 |
|
Gregory Shrago
|
a2c449009a
|
IDEA-66790 "Private field is never used" does not appear when @Resource annotation used
|
2011-03-21 18:56:26 +03:00 |
|
anna
|
a3aacb032c
|
redundant suppression: correct redundancy for tools with the same id
|
2011-03-18 12:48:30 +01:00 |
|
Roman Shevchenko
|
91c7d40078
|
Project Coin precise rethrow support
|
2011-03-17 17:47:38 +01:00 |
|
anna
|
63bb62c7fa
|
heap pollution:check if possible to make final (IDEA-65920)
|
2011-03-14 17:02:11 +01:00 |
|