Alternate names: empty
An if statement contains an empty statement as the then clause. A semicolon may have been inserted by accident.
Suppress false positives by adding the suppression annotation @SuppressWarnings("EmptyIf")
to the enclosing element.