This rule allows you to track the usage of the @SuppressWarnings mechanism.
In case "listOfWarnings=unused" :
@SuppressWarnings("unused")
In case "listOfWarnings=all" (default value) :
@SuppressWarnings("unchecked")
@SuppressWarnings("unused")