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