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. | 70 | |
| coding | HiddenField | 'priority' hides a field. | 75 | |
| coding | HiddenField | 'args' hides a field. | 176 |
org/apache/maven/di/impl/Types.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 44 | |
| javadoc | JavadocMethod | Expected @param tag for 'type'. | 44 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 69 | |
| javadoc | JavadocMethod | Expected @param tag for 'types'. | 69 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 104 | |
| javadoc | JavadocMethod | Expected @param tag for 'type'. | 104 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 121 | |
| javadoc | JavadocMethod | Expected @param tag for 'type'. | 121 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 163 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 173 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 234 | |
| javadoc | JavadocMethod | Expected @param tag for 'rawType'. | 234 | |
| javadoc | JavadocMethod | Expected @param tag for 'parameters'. | 234 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 241 | |
| javadoc | JavadocMethod | Expected @param tag for 'original'. | 241 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 540 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 676 | |
| javadoc | JavadocMethod | Expected @param tag for 'type'. | 676 |


