
org.sonar.l10n.java.rules.java.S1309.html Maven / Gradle / Ivy
Why is this an issue?
This rule allows you to track the usage of the @SuppressWarnings
mechanism.
Noncompliant code example
With a parameter value of "unused" :
@SuppressWarnings("unused")
@SuppressWarnings("unchecked") // Noncompliant
© 2015 - 2025 Weber Informatics LLC | Privacy Policy