ExplicitArrayForVarargs
Avoid explicit array creation for varargs

Severity
WARNING

Suppression

Suppress false positives by adding the suppression annotation @SuppressWarnings("ExplicitArrayForVarargs") to the enclosing element.