Checkstyle Results

The following document contains the results of Checkstyle 12.1.0 with checkstyle-4space.xml ruleset.

Summary

Files  Info  Warnings  Errors
1 0 38 0

Files

File  I  W  E
net/jangaroo/smartsprites/maven/SmartSpritesMojo.java 0 38 0

Rules

Category Rule Violations Severity
coding VariableDeclarationUsageDistance 1  Warning
imports CustomImportOrder
  • separateLineBetweenGroups: "true"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
  • tokens: "IMPORT, STATIC_IMPORT, PACKAGE_DEF"
1  Warning
javadoc JavadocParagraph
  • allowNewlineParagraph: "false"
32  Warning
SummaryJavadoc
  • forbiddenSummaryFragments: "^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )"
1  Warning
sizes LineLength
  • fileExtensions: "java"
  • max: "120"
  • ignorePattern: "^package.*|^import.*|href\s*=\s*"[^"]*"|http://|https://|ftp://"
3  Error

Details

net/jangaroo/smartsprites/maven/SmartSpritesMojo.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.maven.plugin.AbstractMojo' 20
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 32
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 35
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 35
 Warning sizes LineLength Line is longer than 120 characters (found 122). 39
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 51
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 51
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 54
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 54
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 62
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 62
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 67
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 67
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 71
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 71
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 80
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 80
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 88
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 88
 Warning sizes LineLength Line is longer than 120 characters (found 139). 93
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 99
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 99
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 110
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 110
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 112
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 112
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 114
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 114
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 116
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 116
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 118
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 118
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 120
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 120
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 122
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 122
 Warning sizes LineLength Line is longer than 120 characters (found 126). 196
 Warning coding VariableDeclarationUsageDistance Distance between variable 'documentRootDirPathTemp' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 202