org.sonar.l10n.checkstyle.com.puppycrawl.tools.checkstyle.checks.coding.OneStatementPerLineCheck.html Maven / Gradle / Ivy
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