Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
6 0 12 0

Files

File  I  W  E
com/hazendaz/maven/makeself/MakeselfMojo.java 0 10 0
com/hazendaz/maven/makeself/PortableGit.java 0 1 0
com/hazendaz/maven/makeself/ProcessUtils.java 0 1 0

Rules

Category Rule Violations Severity
imports CustomImportOrder
  • separateLineBetweenGroups: "true"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
  • tokens: "IMPORT, STATIC_IMPORT, PACKAGE_DEF"
3  Warning
javadoc JavadocParagraph
  • allowNewlineParagraph: "false"
2  Warning
SummaryJavadoc
  • forbiddenSummaryFragments: "^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )"
6  Warning
misc TodoComment
  • format: "^[ \t]*(?!TODO:)(?i:TODO)\b:?"
1  Warning

Details

com/hazendaz/maven/makeself/MakeselfMojo.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.inject.Inject' 38
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.compress.archivers.ArchiveEntry' 40
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 160
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 271
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 323
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 331
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 362
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 384
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 492
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 492

com/hazendaz/maven/makeself/PortableGit.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.maven.plugin.MojoFailureException' 24

com/hazendaz/maven/makeself/ProcessUtils.java

Severity Category Rule Message Line
 Warning misc TodoComment 'TODO:' must be written in all caps and followed by a colon. 25