Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
5 | 3 | 16 | 0 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
javadoc | JavadocMethod
|
16 | Warning |
JavadocVariable
|
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. | 36 |
org/apache/maven/search/backend/smo/SmoSearchBackendFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 37 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 45 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'backendId'. | 46 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'repositoryId'. | 46 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'smoUri'. | 46 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'transportSupport'. | 46 |
org/apache/maven/search/backend/smo/SmoSearchResponse.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 30 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 35 |
org/apache/maven/search/backend/smo/SmoSearchTransport.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 34 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'serviceUri'. | 34 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'headers'. | 34 |
org/apache/maven/search/backend/smo/internal/SmoSearchBackendImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected @param tag for 'backendId'. | 80 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'repositoryId'. | 80 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'smoUri'. | 80 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'transportSupport'. | 80 |