Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
3 | 2 | 26 | 0 |
Files
File | I | W | E |
---|---|---|---|
org/apache/maven/di/Key.java | 0 | 5 | 0 |
org/apache/maven/di/impl/Binding.java | 0 | 3 | 0 |
org/apache/maven/di/impl/Types.java | 2 | 18 | 0 |
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField
|
3 | Warning |
javadoc | JavadocMethod
|
23 | Warning |
JavadocVariable
|
2 | Info |
Details
org/apache/maven/di/Key.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 105 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 115 |
Warning | javadoc | JavadocMethod | Expected @param tag for '<U>'. | 115 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'index'. | 115 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 130 |
org/apache/maven/di/impl/Binding.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'scope' hides a field. | 76 |
Warning | coding | HiddenField | 'priority' hides a field. | 81 |
Warning | coding | HiddenField | 'args' hides a field. | 186 |
org/apache/maven/di/impl/Types.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 56 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'type'. | 56 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 81 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'types'. | 81 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 116 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'type'. | 116 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 133 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'type'. | 133 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 175 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 185 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 243 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'rawType'. | 243 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'parameters'. | 243 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 250 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'original'. | 250 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 552 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 686 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'type'. | 686 |