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