Commit Graph

5 Commits

Author SHA1 Message Date
Tagir Valeev
389e6a828d ConstantExpressionVisitor: for class access expression return the operand type
Before for String.class the "Class<String> type was returned (instead of simply "String" type). This was usually fine, but for int.class and Integer.class the same "Class<Integer>" type was returned, despite the constants are different.
2017-09-28 13:15:14 +07:00
Dmitry Avdeev
65ddb4c454 IDEA-164851 Inspection "redundant default parameter value assignment" does not work on all parame... 2017-03-07 18:14:58 +03:00
Bas Leijdekkers
eae8f18550 Report default annotation parameters in more cases 2016-11-21 17:09:17 +01:00
Dmitry Avdeev
03d53cc1d5 IDEA-160207 Redundant default parameter value assignment doesn’t catch unnecessary array assignments 2016-08-25 12:13:37 +03:00
Dmitry Avdeev
ad9d9397fc DefaultAnnotationParamInspection 2015-12-03 11:12:28 +03:00