Checkstyle Results

The following document contains the results of Checkstyle 9.3 with config/maven_checks.xml ruleset. 

rss feed

Summary

Files
 Info
 Warnings
 Errors
4 3 12 0

Files

File
 I
 W
 E
org/apache/maven/search/backend/smo/SmoSearchBackend.java 0 1 0
org/apache/maven/search/backend/smo/SmoSearchResponse.java 0 2 0
org/apache/maven/search/backend/smo/internal/SmoSearchBackendImpl.java 3 4 0
org/apache/maven/search/backend/smo/internal/SmoSearchTransportSupport.java 0 5 0

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • accessModifiers: "public, protected"
12
 Warning
JavadocVariable
  • scope: "protected"
3
 Info

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