Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks.xml ruleset.
Summary
Files |
Info |
Warnings |
Errors |
4 |
3 |
12 |
0 |
Details
org/apache/maven/search/backend/smo/SmoSearchBackend.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
javadoc |
JavadocMethod |
@return tag should be present and have description. |
32 |
org/apache/maven/search/backend/smo/SmoSearchResponse.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
javadoc |
JavadocMethod |
@return tag should be present and have description. |
32 |
Warning |
javadoc |
JavadocMethod |
@return tag should be present and have description. |
37 |
org/apache/maven/search/backend/smo/internal/SmoSearchBackendImpl.java
Severity |
Category |
Rule |
Message |
Line |
Info |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
54 |
Info |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
56 |
Info |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
58 |
Warning |
javadoc |
JavadocMethod |
Expected @param tag for 'backendId'. |
91 |
Warning |
javadoc |
JavadocMethod |
Expected @param tag for 'repositoryId'. |
91 |
Warning |
javadoc |
JavadocMethod |
Expected @param tag for 'smoUri'. |
91 |
Warning |
javadoc |
JavadocMethod |
Expected @param tag for 'transportSupport'. |
92 |
org/apache/maven/search/backend/smo/internal/SmoSearchTransportSupport.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
javadoc |
JavadocMethod |
@return tag should be present and have description. |
61 |
Warning |
javadoc |
JavadocMethod |
@return tag should be present and have description. |
69 |
Warning |
javadoc |
JavadocMethod |
@return tag should be present and have description. |
80 |
Warning |
javadoc |
JavadocMethod |
Expected @param tag for 'searchRequest'. |
80 |
Warning |
javadoc |
JavadocMethod |
Expected @param tag for 'serviceUri'. |
80 |