MultiVariableDeclaration
Variable declarations should declare only one variable

Severity
SUGGESTION
Tags
Style

Suppression

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