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


