Checkstyle Results
The following document contains the results of Checkstyle 10.25.0 with checkstyle-4space.xml ruleset.
Summary
Files | ![]() |
![]() |
![]() |
---|---|---|---|
6 | 0 | 10 | 0 |
Files
File | ![]() |
![]() |
![]() |
---|---|---|---|
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
|
3 | ![]() |
javadoc | JavadocParagraph | 1 | ![]() |
SummaryJavadoc
|
6 | ![]() |
Details
com/hazendaz/maven/makeself/MakeselfMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'javax.inject.Inject' | 38 |
![]() |
imports | CustomImportOrder | Extra separation in import group before 'org.apache.commons.compress.archivers.ArchiveEntry' | 40 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 161 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 272 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 324 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 332 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 363 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 385 |
![]() |
javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 493 |
com/hazendaz/maven/makeself/PortableGit.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Extra separation in import group before 'org.apache.maven.plugin.MojoFailureException' | 24 |