Reports all suppressed unchecked warnings which can be removed as the @SafeVarargs annotation is used on the corresponding method declaration.
The @SafeVarargs annotation (since Java 1.7) suppresses unchecked warnings about parameterized array creation at call sites.