Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
8 | 20 | 3 | 0 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField
|
3 | Warning |
javadoc | JavadocVariable
|
20 | Info |
Details
org/apache/maven/wrapper/Installer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
org/apache/maven/wrapper/MavenWrapperMain.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
org/apache/maven/wrapper/PathAssembler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
org/apache/maven/wrapper/Verifier.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
org/apache/maven/wrapper/WrapperConfiguration.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
org/apache/maven/wrapper/WrapperExecutor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
org/apache/maven/wrapper/cli/CommandLineOption.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'description' hides a field. | 92 |
Warning | coding | HiddenField | 'deprecationWarning' hides a field. | 105 |
org/apache/maven/wrapper/cli/CommandLineParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'option' hides a field. | 380 |