report redundant suppressions on line with suppression or on corresponding member if member annotated (IDEA-145472)

This commit is contained in:
Anna Kozlova
2015-09-24 13:09:22 +03:00
parent eb6981dfed
commit dc5e1732f7
8 changed files with 17 additions and 15 deletions
@@ -3,7 +3,7 @@
<problem>
<file>X.java</file>
<line>4</line>
<line>5</line>
<problem_class>Redundant suppression</problem_class>
<description>Redundant suppression</description>
<entry_point TYPE="method" FQNAME="x.S void f()" />
@@ -28,7 +28,7 @@
<problem>
<file>X.java</file>
<line>19</line>
<line>20</line>
<problem_class>Redundant suppression</problem_class>
<description>Redundant suppression</description>
<entry_point TYPE="method" FQNAME="x.S void h()" />