Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 10 | 0 | 49 | 1 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | MagicNumber
|
1 | |
| javadoc | JavadocMethod
|
49 |
Details
org/apache/maven/search/Record.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 54 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 61 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 69 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 77 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 84 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 91 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 98 | |
| javadoc | JavadocMethod | Expected @param tag for 'field'. | 98 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 105 | |
| javadoc | JavadocMethod | Expected @param tag for 'field'. | 105 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 112 | |
| javadoc | JavadocMethod | Expected @param tag for 'field'. | 112 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 119 | |
| javadoc | JavadocMethod | Expected @param tag for 'field'. | 119 |
org/apache/maven/search/SearchBackend.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 30 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 35 |
org/apache/maven/search/SearchEngine.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 30 | |
| javadoc | JavadocMethod | Expected @param tag for 'searchRequest'. | 30 |
org/apache/maven/search/SearchRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'query'. | 37 | |
| coding | MagicNumber | '50' is a magic number. | 38 | |
| javadoc | JavadocMethod | Expected @param tag for 'paging'. | 44 | |
| javadoc | JavadocMethod | Expected @param tag for 'query'. | 44 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 52 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 59 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 66 |
org/apache/maven/search/SearchResponse.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 30 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 35 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 41 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 46 |
org/apache/maven/search/request/BooleanQuery.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 40 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 47 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 66 | |
| javadoc | JavadocMethod | Expected @param tag for 'left'. | 66 | |
| javadoc | JavadocMethod | Expected @param tag for 'rights'. | 66 |
org/apache/maven/search/request/Field.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 40 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'record'. | 48 |
org/apache/maven/search/request/FieldQuery.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 37 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 49 | |
| javadoc | JavadocMethod | Expected @param tag for 'fieldName'. | 49 | |
| javadoc | JavadocMethod | Expected @param tag for 'query'. | 49 |
org/apache/maven/search/request/Paging.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'pageSize'. | 32 | |
| javadoc | JavadocMethod | Expected @param tag for 'pageOffset'. | 32 | |
| javadoc | JavadocMethod | Expected @param tag for 'pageSize'. | 46 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 53 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 60 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 67 |
org/apache/maven/search/request/Query.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 36 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'queryString'. | 48 |


