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

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

There is a newer version: 5.1
Show newest version
Checks there is only one statement per line. The following line will be flagged as an error: x = 1; y = 2; // Two statments on a single line.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy