rspec/rules/S1309/java/rule.adoc

11 lines
186 B
Plaintext
Raw Normal View History

2020-06-30 12:47:33 +02:00
include::../description.adoc[]
== Noncompliant Code Example
With a parameter value of "unused" :
2020-06-30 12:47:33 +02:00
----
@SuppressWarnings("unused")
@SuppressWarnings("unchecked") // Noncompliant
----