Back to Intellij Community

EmptyStatementBody

java/java-impl/resources/inspectionDescriptions/EmptyStatementBody.html

2025.3-rc-2209 B
Original Source

Reports if, while, do, for, and switch statements with empty bodies.

While occasionally intended, such code is confusing and is often the result of a typo.

This inspection is disabled in JSP files.