Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
Files | ![]() |
![]() |
![]() |
---|---|---|---|
2 | 0 | 7 | 0 |
Files
File | ![]() |
![]() |
![]() |
---|---|---|---|
org/apache/maven/script/ant/AntMojoWrapper.java | 0 | 2 | 0 |
org/apache/maven/script/ant/AntPropertyHelper.java | 0 | 5 | 0 |
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField
|
3 | ![]() |
javadoc | JavadocMethod
|
4 | ![]() |
Details
org/apache/maven/script/ant/AntMojoWrapper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | HiddenField | 'antProject' hides a field. | 256 |
![]() |
coding | HiddenField | 'logger' hides a field. | 321 |
org/apache/maven/script/ant/AntPropertyHelper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 93 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ns'. | 93 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 93 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'user'. | 93 |
![]() |
coding | HiddenField | 'mavenProject' hides a field. | 138 |