UnnecessaryParentheses
These grouping parentheses are unnecessary; it is unlikely the code will be misinterpreted without them

Severity
WARNING

Suppression

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