org.sonar.l10n.checkstyle.rules.checkstyle.com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sonar-checkstyle-plugin Show documentation
Show all versions of sonar-checkstyle-plugin Show documentation
Checkstyle is a code analyser to help programmers write Java code that adheres to a coding standard.
Checks that package names conform to the specified format. The default value of format
has been chosen to match the requirements in the Java Language specification and the Sun coding conventions.
However both underscores and uppercase letters are rather uncommon, so most configurations should probably
assign value ^[a-z]+(\.[a-z][a-z0-9]*)*$ to format
This rule is deprecated, use {rule:squid:S00120} instead.