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