All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.l10n.java.rules.java.S1309.html Maven / Gradle / Ivy

There is a newer version: 8.10.0.38194
Show newest version

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