Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
Files |
Info |
Warnings |
Errors |
4 |
2 |
7 |
0 |
Rules
Category |
Rule |
Violations |
Severity |
coding |
HiddenField
- ignoreConstructorParameter:
"true"
- ignoreSetter:
"true" |
1 |
Warning |
javadoc |
JavadocMethod
- accessModifiers:
"public, protected" |
6 |
Warning |
|
JavadocVariable
|
2 |
Info |
Details
Severity |
Category |
Rule |
Message |
Line |
Warning |
javadoc |
JavadocMethod |
Expected @param tag for 'request'. |
36 |
Warning |
javadoc |
JavadocMethod |
@return tag should be present and have description. |
43 |
Warning |
javadoc |
JavadocMethod |
Expected @param tag for 'exception'. |
43 |
Warning |
javadoc |
JavadocMethod |
@return tag should be present and have description. |
50 |
Warning |
javadoc |
JavadocMethod |
Expected @param tag for 'response'. |
50 |
org/eclipse/aether/transport/http/HttpTransporterFactory.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
javadoc |
JavadocMethod |
Expected @param tag for 'extractors'. |
67 |
Warning |
coding |
HiddenField |
'priority' hides a field. |
82 |
Severity |
Category |
Rule |
Message |
Line |
Info |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
39 |
Severity |
Category |
Rule |
Message |
Line |
Info |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
45 |