![JAR search and dependency download from the Maven repository](/logo.png)
org.sonar.l10n.jproperties.rules.jproperties.line-length.html Maven / Gradle / Ivy
Having to scroll horizontally makes it harder to get a quick overview and understanding of any piece of code.
Noncompliant Code Example
With maximum length set to 50:
myProperty=blabla blabla blabla blabla blabla blabla blabla blabla blabla
Compliant Solution
With maximum length set to 50:
myProperty=blabla blabla blabla blabla blabla\
blabla blabla blabla blabla
© 2015 - 2025 Weber Informatics LLC | Privacy Policy