@SafeVarargs annotation (since Java 1.7) suppresses unchecked warnings about parameterized array creation at call sites.
This inspection reports all suppressed unchecked warnings which are safe to remove because @SafeVarargs annotation on corresponding method declaration.