Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
59 | 99 | 176 | 18 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | AvoidNestedBlocks | 5 | Error |
coding | HiddenField
|
20 | Warning |
design | InterfaceIsType | 3 | Error |
javadoc | JavadocMethod
|
156 | Warning |
JavadocVariable
|
99 | Info | |
sizes | MethodLength | 1 | Error |
ParameterNumber | 9 | Error |
Details
org/apache/maven/index/AbstractMultiArtifactInfoFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 49 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 61 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'ctx'. | 61 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'ai'. | 61 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 78 |
Warning | coding | HiddenField | 'filters' hides a field. | 78 |
org/apache/maven/index/AbstractSearchPageableRequest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 55 |
org/apache/maven/index/AbstractSearchRequest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 105 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 129 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 141 |
org/apache/maven/index/AbstractSearchResponse.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 51 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 63 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 75 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 86 |
org/apache/maven/index/ArtifactContext.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'pom' hides a field. | 86 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 148 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'context'. | 148 |
org/apache/maven/index/ArtifactInfo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 169 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 171 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 173 |
Warning | coding | HiddenField | 'packaging' hides a field. | 409 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 449 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 547 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 566 |
org/apache/maven/index/ArtifactInfoRecord.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
org/apache/maven/index/DefaultArtifactContextProducer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 61 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'context'. | 61 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'file'. | 61 |
org/apache/maven/index/DefaultIndexer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | ParameterNumber | More than 7 parameters (found 9). | 74 |
org/apache/maven/index/DefaultIteratorResultSet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 92 |
Warning | coding | HiddenField | 'matchHighlightRequests' hides a field. | 112 |
Warning | coding | HiddenField | 'ai' hides a field. | 270 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 302 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 323 |
org/apache/maven/index/DefaultNexusIndexer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected @param tag for 'context'. | 270 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'fromPath'. | 271 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'listener'. | 272 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'update'. | 273 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'ac'. | 326 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'context'. | 326 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'ac'. | 339 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'context'. | 339 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'ac'. | 350 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'context'. | 350 |
org/apache/maven/index/DefaultQueryCreator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | MethodLength | Method constructQuery length is 158 lines (max allowed is 150). | 160 |
org/apache/maven/index/DefaultScannerListener.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'context' hides a field. | 213 |
org/apache/maven/index/DefaultSearchEngine.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 321 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'indexingContexts'. | 322 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'ignoreContext'. | 322 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 345 |
org/apache/maven/index/Field.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
org/apache/maven/index/Indexer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | ParameterNumber | More than 7 parameters (found 9). | 70 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 232 |
org/apache/maven/index/IndexerEngine.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected @param tag for 'context'. | 32 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'ac'. | 32 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'context'. | 37 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'ac'. | 37 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'context'. | 42 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'ac'. | 42 |
org/apache/maven/index/IteratorSearchResponse.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 61 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
org/apache/maven/index/MAVEN.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | InterfaceIsType | interfaces should describe a type and hence have methods. | 26 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
org/apache/maven/index/MatchHighlightMode.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
org/apache/maven/index/NEXUS.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | InterfaceIsType | interfaces should describe a type and hence have methods. | 29 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
org/apache/maven/index/NexusIndexer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected @param tag for 'context'. | 95 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 115 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 143 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 172 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 200 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 267 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 360 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 371 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 382 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 399 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 411 |
org/apache/maven/index/OSGI.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | InterfaceIsType | interfaces should describe a type and hence have methods. | 27 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
org/apache/maven/index/QueryCreator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 39 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 50 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 63 |
org/apache/maven/index/Scanner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 30 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'request'. | 30 |
org/apache/maven/index/SearchEngine.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 50 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'request'. | 50 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'indexingContexts'. | 50 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 56 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'request'. | 57 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'indexingContexts'. | 57 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 62 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'request'. | 62 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'indexingContexts'. | 62 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 68 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'request'. | 68 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'indexingContexts'. | 68 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 74 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'request'. | 75 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'indexingContexts'. | 75 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 80 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'request'. | 80 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'indexingContexts'. | 80 |
org/apache/maven/index/UniqueArtifactFilterPostprocessor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
org/apache/maven/index/artifact/ArtifactPackagingMapper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 36 |
org/apache/maven/index/artifact/DefaultArtifactPackagingMapper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
org/apache/maven/index/artifact/Gav.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | sizes | ParameterNumber | More than 7 parameters (found 12). | 87 |
org/apache/maven/index/artifact/M1ArtifactRecognizer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 31 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'path'. | 31 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 38 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'path'. | 38 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 45 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'path'. | 45 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 52 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'path'. | 52 |
org/apache/maven/index/artifact/M1GavCalculator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 122 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'gav'. | 122 |
org/apache/maven/index/artifact/M2ArtifactRecognizer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 28 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'path'. | 28 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 35 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'path'. | 35 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 45 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 52 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'path'. | 52 |
org/apache/maven/index/artifact/M2GavCalculator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | ParameterNumber | More than 7 parameters (found 10). | 129 |
Error | sizes | ParameterNumber | More than 7 parameters (found 10). | 176 |
org/apache/maven/index/context/DefaultIndexingContext.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
Error | sizes | ParameterNumber | More than 7 parameters (found 10). | 120 |
Error | sizes | ParameterNumber | More than 7 parameters (found 9). | 170 |
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 194 |
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 217 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'dir'. | 250 |
Warning | coding | HiddenField | 'timestamp' hides a field. | 433 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 502 |
Warning | coding | HiddenField | 'allGroups' hides a field. | 563 |
Warning | coding | HiddenField | 'rootGroups' hides a field. | 563 |
Warning | coding | HiddenField | 'allGroups' hides a field. | 595 |
Warning | coding | HiddenField | 'rootGroups' hides a field. | 595 |
Warning | coding | HiddenField | 'rootGroups' hides a field. | 688 |
Warning | coding | HiddenField | 'allGroups' hides a field. | 689 |
org/apache/maven/index/context/IndexCreator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 43 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 52 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 59 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'artifactContext'. | 64 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'artifactInfo'. | 69 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'document'. | 69 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'document'. | 76 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'artifactInfo'. | 76 |
org/apache/maven/index/context/IndexUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
org/apache/maven/index/context/IndexingContext.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 104 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 109 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 114 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 119 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 124 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 132 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 144 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 160 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 168 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 198 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'deleteFiles'. | 223 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'filter'. | 244 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'filter'. | 251 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'allGroups'. | 251 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'rootGroups'. | 251 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 271 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'groups'. | 276 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 281 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'groups'. | 286 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 291 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 303 |
org/apache/maven/index/context/MergedIndexingContext.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'directory' hides a field. | 233 |
Warning | coding | HiddenField | 'directory' hides a field. | 237 |
Warning | coding | HiddenField | 'directory' hides a field. | 241 |
Warning | coding | HiddenField | 'directory' hides a field. | 246 |
Warning | coding | HiddenField | 'directory' hides a field. | 250 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'dir'. | 266 |
org/apache/maven/index/context/NexusIndexMultiReader.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 79 |
org/apache/maven/index/creator/JarFileContentsIndexCreator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
org/apache/maven/index/creator/LegacyDocumentUpdater.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected @param tag for 'ai'. | 34 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'doc'. | 34 |
org/apache/maven/index/creator/MavenArchetypeArtifactInfoIndexCreator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
org/apache/maven/index/creator/MavenPluginArtifactInfoIndexCreator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
org/apache/maven/index/creator/MinimalArtifactInfoIndexCreator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 105 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 112 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 119 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 126 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 133 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 140 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 143 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 150 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 157 |
org/apache/maven/index/creator/OsgiArtifactIndexCreator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 102 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 112 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 121 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 126 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 131 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 136 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 145 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 154 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 163 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 172 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 181 |
org/apache/maven/index/expr/SearchExpression.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 32 |
org/apache/maven/index/fs/Locker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 37 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'directory'. | 37 |
org/apache/maven/index/locator/JavadocLocator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 32 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'source'. | 32 |
org/apache/maven/index/locator/SourcesLocator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 32 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'source'. | 32 |
org/apache/maven/index/packer/DigesterUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 84 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 101 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 116 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 133 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 150 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 165 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 186 |
org/apache/maven/index/packer/IndexPackingRequest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'formats'. | 81 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 88 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 132 |
org/apache/maven/index/treeview/AbstractTreeNode.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'path' hides a field. | 274 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'path'. | 274 |
Warning | coding | HiddenField | 'type' hides a field. | 274 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'type'. | 274 |
org/apache/maven/index/treeview/IndexTreeView.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 36 |
org/apache/maven/index/treeview/TreeNode.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
org/apache/maven/index/updater/DefaultIndexUpdater.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 321 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 333 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'dir'. | 634 |
org/apache/maven/index/updater/IndexDataWriter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 105 |
Error | blocks | AvoidNestedBlocks | Avoid nested blocks. | 116 |
org/apache/maven/index/updater/IndexUpdater.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected @param tag for 'updateRequest'. | 55 |
org/apache/maven/index/updater/ResourceFetcher.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected @param tag for 'id'. | 34 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'url'. | 34 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 46 |