All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.l10n.checkstyle.com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck.html Maven / Gradle / Ivy

Checks for fall through in switch statements Finds locations where a case contains Java code - but lacks a break, return, throw or continue statement.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy