Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 8 | 7 | 55 | 20 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | HiddenField
|
1 | |
MagicNumber
|
20 | ||
| javadoc | JavadocMethod
|
54 | |
JavadocVariable
|
7 |
Details
org/apache/maven/index/reader/ChunkReader.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MagicNumber | '0xff' is a magic number. | 54 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 61 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 68 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 75 | |
| coding | MagicNumber | '0xff' is a magic number. | 186 | |
| coding | MagicNumber | '127' is a magic number. | 187 | |
| coding | MagicNumber | '0xff' is a magic number. | 195 | |
| coding | MagicNumber | '0xC0' is a magic number. | 218 | |
| coding | MagicNumber | '0x3F' is a magic number. | 221 | |
| coding | MagicNumber | '0xC0' is a magic number. | 232 | |
| coding | MagicNumber | '0xC0' is a magic number. | 232 | |
| coding | MagicNumber | '0x3F' is a magic number. | 235 | |
| coding | MagicNumber | '0x3F' is a magic number. | 235 |
org/apache/maven/index/reader/ChunkWriter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 67 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 74 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 81 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 88 | |
| javadoc | JavadocMethod | Expected @param tag for 'iterator'. | 88 | |
| coding | MagicNumber | '0x007F' is a magic number. | 130 | |
| coding | MagicNumber | '0x07FF' is a magic number. | 132 | |
| coding | MagicNumber | '0x007F' is a magic number. | 144 | |
| coding | MagicNumber | '0x007F' is a magic number. | 151 | |
| coding | MagicNumber | '0x07FF' is a magic number. | 154 | |
| coding | MagicNumber | '0xE0' is a magic number. | 155 | |
| coding | MagicNumber | '0x3F' is a magic number. | 156 | |
| coding | MagicNumber | '0x3F' is a magic number. | 157 | |
| coding | MagicNumber | '0xC0' is a magic number. | 159 | |
| coding | MagicNumber | '0x3F' is a magic number. | 160 |
org/apache/maven/index/reader/IndexReader.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 112 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 119 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 127 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 136 | |
| coding | HiddenField | 'chunkNames' hides a field. | 184 |
org/apache/maven/index/reader/IndexWriter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 95 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 104 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 119 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 127 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 134 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 141 | |
| javadoc | JavadocMethod | Expected @param tag for 'iterator'. | 141 |
org/apache/maven/index/reader/Record.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 366 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 373 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 387 | |
| javadoc | JavadocMethod | Expected @param tag for 'entryKey'. | 387 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 396 | |
| javadoc | JavadocMethod | Expected @param tag for 'entryKey'. | 396 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 409 | |
| javadoc | JavadocMethod | Expected @param tag for 'entryKey'. | 409 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 422 | |
| javadoc | JavadocMethod | Expected @param tag for 'entryKey'. | 422 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 434 | |
| javadoc | JavadocMethod | Expected @param tag for 'entryKey'. | 434 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 445 | |
| javadoc | JavadocMethod | Expected @param tag for 'entryKey'. | 445 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 445 |
org/apache/maven/index/reader/ResourceHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 41 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 57 |
org/apache/maven/index/reader/Utils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 70 | |
| javadoc | JavadocMethod | Expected @param tag for 'resource'. | 70 | |
| javadoc | JavadocMethod | Expected @param tag for 'writableResource'. | 84 | |
| javadoc | JavadocMethod | Expected @param tag for 'properties'. | 84 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 96 | |
| javadoc | JavadocMethod | Expected @param tag for 'repoId'. | 96 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 105 | |
| javadoc | JavadocMethod | Expected @param tag for 'allGroups'. | 105 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 114 | |
| javadoc | JavadocMethod | Expected @param tag for 'rootGroups'. | 114 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 123 | |
| javadoc | JavadocMethod | Expected @param tag for 'v'. | 123 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 130 | |
| javadoc | JavadocMethod | Expected @param tag for 'v'. | 130 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 137 | |
| javadoc | JavadocMethod | Expected @param tag for 'groupId'. | 137 |
org/apache/maven/index/reader/WritableResourceHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 45 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 54 |


