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 | 0 | 7 | 0 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
javadoc | JavadocMethod
|
7 | 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. | 37 |
org/apache/maven/search/backend/indexer/IndexerCoreSearchBackendFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 40 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'indexingContext'. | 40 |
org/apache/maven/search/backend/indexer/IndexerCoreSearchResponse.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 34 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 39 |
org/apache/maven/search/backend/indexer/internal/IndexerCoreSearchBackendImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected @param tag for 'indexer'. | 82 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'indexingContext'. | 82 |