Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks.xml ruleset.
Summary
Files |
Info |
Warnings |
Errors |
3 |
0 |
5 |
0 |
Rules
Category |
Rule |
Violations |
Severity |
javadoc |
JavadocMethod
- accessModifiers:
"public, protected" |
5 |
Warning |
Details
org/apache/maven/search/backend/indexer/IndexerCoreSearchBackend.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
javadoc |
JavadocMethod |
@return tag should be present and have description. |
33 |
org/apache/maven/search/backend/indexer/IndexerCoreSearchResponse.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
javadoc |
JavadocMethod |
@return tag should be present and have description. |
36 |
Warning |
javadoc |
JavadocMethod |
@return tag should be present and have description. |
41 |
org/apache/maven/search/backend/indexer/internal/IndexerCoreSearchBackendImpl.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
javadoc |
JavadocMethod |
Expected @param tag for 'indexer'. |
85 |
Warning |
javadoc |
JavadocMethod |
Expected @param tag for 'indexingContext'. |
85 |