3 <font face=
"verdana" size=
"-1">This inspection reports usages of
5 <li><code>@SuppressWarning
</code> annotation, or
</li>
6 <li><code>// noinspection
</code> line comment, or
</li>
7 <li><code>/** noinspection */
</code> JavaDoc comment
</li>
10 which can be safely removed because inspection they affect is no longer applicable in this context.
14 <b><font color=
"#000080">public class
</font></b> C {
15 // symbol is already private,
16 // but annotation is still around
17 @SuppressWarnings({
"WeakerAccess"})
18 <b><font color=
"#000080">private boolean
</font></b> CONST =
<b><font color=
"#000080">true
</font></b>;
19 <b><font color=
"#000080">void
</font></b> f() {
20 CONST =
<b><font color=
"#000080">false
</font></b>;