Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
6 0 10 0

Files

File  I  W  E
com/hazendaz/maven/makeself/MakeselfMojo.java 0 9 0
com/hazendaz/maven/makeself/PortableGit.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 1  Warning
SummaryJavadoc
  • forbiddenSummaryFragments: "^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )"
6  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. 161
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 272
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 324
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 332
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 363
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 385
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 493

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