This rule allows you to track the usage of the @SuppressWarnings mechanism.
@SuppressWarnings
With a parameter value of "unused" :
@SuppressWarnings("unused") @SuppressWarnings("unchecked") // Noncompliant