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

org.sonar.l10n.squidjava.rules.squid.S00122.html Maven / Gradle / Ivy

For better readability, do not put more than one statement on a single line.

The following code snippet illustrates this rule:

a = "something"; b = "somethingElse"; // Non-Compliant
c = "anotherThing"; // Compliant




© 2015 - 2025 Weber Informatics LLC | Privacy Policy