Checkstyle Results

The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.

Summary

Files
 Info
 Warnings
 Errors
60 99 170 47

Files

File
 I
 W
 E
org/apache/maven/index/AbstractMultiArtifactInfoFilter.java 0 6 0
org/apache/maven/index/AbstractSearchPageableRequest.java 0 1 0
org/apache/maven/index/AbstractSearchRequest.java 0 3 0
org/apache/maven/index/AbstractSearchResponse.java 0 4 0
org/apache/maven/index/ArtifactContext.java 0 3 0
org/apache/maven/index/ArtifactInfo.java 9 2 2
org/apache/maven/index/ArtifactInfoRecord.java 1 0 0
org/apache/maven/index/DefaultArtifactContextProducer.java 0 3 0
org/apache/maven/index/DefaultIndexer.java 0 0 3
org/apache/maven/index/DefaultIteratorResultSet.java 0 4 1
org/apache/maven/index/DefaultNexusIndexer.java 0 10 0
org/apache/maven/index/DefaultQueryCreator.java 0 0 2
org/apache/maven/index/DefaultScannerListener.java 0 1 0
org/apache/maven/index/DefaultSearchEngine.java 0 4 0
org/apache/maven/index/Field.java 1 0 0
org/apache/maven/index/Indexer.java 0 1 1
org/apache/maven/index/IndexerEngine.java 0 6 0
org/apache/maven/index/IteratorSearchResponse.java 1 1 0
org/apache/maven/index/MAVEN.java 15 0 1
org/apache/maven/index/MatchHighlightMode.java 1 0 0
org/apache/maven/index/NEXUS.java 4 0 1
org/apache/maven/index/NexusIndexer.java 0 11 0
org/apache/maven/index/OSGI.java 9 0 1
org/apache/maven/index/QueryCreator.java 0 3 0
org/apache/maven/index/Scanner.java 0 2 0
org/apache/maven/index/SearchEngine.java 0 18 0
org/apache/maven/index/UniqueArtifactFilterPostprocessor.java 1 0 0
org/apache/maven/index/artifact/ArtifactPackagingMapper.java 0 1 0
org/apache/maven/index/artifact/DefaultArtifactPackagingMapper.java 1 0 0
org/apache/maven/index/artifact/Gav.java 5 0 1
org/apache/maven/index/artifact/M1ArtifactRecognizer.java 0 8 0
org/apache/maven/index/artifact/M1GavCalculator.java 0 2 0
org/apache/maven/index/artifact/M2ArtifactRecognizer.java 0 7 0
org/apache/maven/index/artifact/M2GavCalculator.java 0 0 2
org/apache/maven/index/context/DefaultIndexingContext.java 4 7 4
org/apache/maven/index/context/IndexCreator.java 0 8 0
org/apache/maven/index/context/IndexUtils.java 1 0 0
org/apache/maven/index/context/IndexingContext.java 3 18 0
org/apache/maven/index/context/MergedIndexingContext.java 0 5 0
org/apache/maven/index/context/NexusIndexMultiReader.java 0 1 0
org/apache/maven/index/creator/JarFileContentsIndexCreator.java 2 0 0
org/apache/maven/index/creator/LegacyDocumentUpdater.java 0 2 0
org/apache/maven/index/creator/MavenArchetypeArtifactInfoIndexCreator.java 1 0 0
org/apache/maven/index/creator/MavenPluginArtifactInfoIndexCreator.java 3 0 0
org/apache/maven/index/creator/MinimalArtifactInfoIndexCreator.java 14 0 0
org/apache/maven/index/creator/OsgiArtifactIndexCreator.java 16 0 2
org/apache/maven/index/expr/SearchExpression.java 0 1 0
org/apache/maven/index/fs/Locker.java 1 2 0
org/apache/maven/index/locator/JavadocLocator.java 0 2 0
org/apache/maven/index/locator/SourcesLocator.java 0 2 0
org/apache/maven/index/packer/DigesterUtils.java 0 7 1
org/apache/maven/index/packer/IndexPackingRequest.java 2 2 0
org/apache/maven/index/treeview/AbstractTreeNode.java 0 4 0
org/apache/maven/index/treeview/IndexTreeView.java 0 1 0
org/apache/maven/index/treeview/TreeNode.java 4 0 0
org/apache/maven/index/updater/DefaultIndexUpdater.java 0 3 0
org/apache/maven/index/updater/IndexDataReader.java 0 0 13
org/apache/maven/index/updater/IndexDataWriter.java 0 0 12
org/apache/maven/index/updater/IndexUpdater.java 0 1 0
org/apache/maven/index/updater/ResourceFetcher.java 0 3 0

Rules

Category Rule Violations Severity
blocks AvoidNestedBlocks 5
 Error
coding HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
17
 Warning
MagicNumber
  • ignoreNumbers: "-4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 31, 32, 37, 64, 100, 128, 256, 512, 1000, 1024"
29
 Error
design InterfaceIsType 3
 Error
javadoc JavadocMethod
  • accessModifiers: "public, protected"
153
 Warning
JavadocVariable
  • scope: "protected"
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. 140

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. 62
 Warning
javadoc JavadocMethod @return tag should be present and have description. 74
 Warning
javadoc JavadocMethod @return tag should be present and have description. 85

org/apache/maven/index/ArtifactContext.java

Severity Category Rule Message Line
 Warning
coding HiddenField 'pom' hides a field. 85
 Warning
javadoc JavadocMethod @return tag should be present and have description. 141
 Warning
javadoc JavadocMethod Expected @param tag for 'context'. 141

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
 Error
coding MagicNumber '4096' is a magic number. 184
 Error
coding MagicNumber '0xF0' is a magic number. 231

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
 Error
coding MagicNumber '0.8f' is a magic number. 240

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. 76
 Info
javadoc JavadocVariable Missing a Javadoc comment. 78
 Info
javadoc JavadocVariable Missing a Javadoc comment. 80
 Info
javadoc JavadocVariable Missing a Javadoc comment. 82
 Error
sizes ParameterNumber More than 7 parameters (found 10). 119
 Error
sizes ParameterNumber More than 7 parameters (found 9). 169
 Error
sizes ParameterNumber More than 7 parameters (found 8). 193
 Error
sizes ParameterNumber More than 7 parameters (found 8). 216
 Warning
javadoc JavadocMethod Expected @param tag for 'dir'. 249
 Warning
coding HiddenField 'timestamp' hides a field. 432
 Warning
javadoc JavadocMethod @return tag should be present and have description. 501
 Warning
coding HiddenField 'allGroups' hides a field. 562
 Warning
coding HiddenField 'rootGroups' hides a field. 562
 Warning
coding HiddenField 'rootGroups' hides a field. 673
 Warning
coding HiddenField 'allGroups' hides a field. 674

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 @return tag should be present and have description. 263
 Warning
javadoc JavadocMethod Expected @param tag for 'groups'. 268
 Warning
javadoc JavadocMethod @return tag should be present and have description. 273
 Warning
javadoc JavadocMethod Expected @param tag for 'groups'. 278
 Warning
javadoc JavadocMethod @return tag should be present and have description. 283
 Warning
javadoc JavadocMethod @return tag should be present and have description. 295

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. 245
 Warning
javadoc JavadocMethod Expected @param tag for 'dir'. 261

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. 60
 Info
javadoc JavadocVariable Missing a Javadoc comment. 68
 Info
javadoc JavadocVariable Missing a Javadoc comment. 75
 Info
javadoc JavadocVariable Missing a Javadoc comment. 82
 Info
javadoc JavadocVariable Missing a Javadoc comment. 89
 Info
javadoc JavadocVariable Missing a Javadoc comment. 96
 Info
javadoc JavadocVariable Missing a Javadoc comment. 103
 Info
javadoc JavadocVariable Missing a Javadoc comment. 110
 Info
javadoc JavadocVariable Missing a Javadoc comment. 117
 Info
javadoc JavadocVariable Missing a Javadoc comment. 124
 Info
javadoc JavadocVariable Missing a Javadoc comment. 131
 Info
javadoc JavadocVariable Missing a Javadoc comment. 134
 Info
javadoc JavadocVariable Missing a Javadoc comment. 141
 Info
javadoc JavadocVariable Missing a Javadoc comment. 148

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
 Error
coding MagicNumber '8192' is a magic number. 566
 Error
coding MagicNumber '0xff' is a magic number. 573

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
 Error
coding MagicNumber '0xF0' is a magic number. 193

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. 318
 Warning
javadoc JavadocMethod @return tag should be present and have description. 330
 Warning
javadoc JavadocMethod Expected @param tag for 'dir'. 631

org/apache/maven/index/updater/IndexDataReader.java

Severity Category Rule Message Line
 Error
coding MagicNumber '0x8b' is a magic number. 116
 Error
coding MagicNumber '10000' is a magic number. 185
 Error
coding MagicNumber '24' is a magic number. 326
 Error
coding MagicNumber '24' is a magic number. 326
 Error
coding MagicNumber '0xff' is a magic number. 407
 Error
coding MagicNumber '127' is a magic number. 408
 Error
coding MagicNumber '0xff' is a magic number. 416
 Error
coding MagicNumber '0xC0' is a magic number. 439
 Error
coding MagicNumber '0x3F' is a magic number. 442
 Error
coding MagicNumber '0xC0' is a magic number. 453
 Error
coding MagicNumber '0xC0' is a magic number. 453
 Error
coding MagicNumber '0x3F' is a magic number. 456
 Error
coding MagicNumber '0x3F' is a magic number. 456

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
 Error
coding MagicNumber '0x007F' is a magic number. 207
 Error
coding MagicNumber '0x07FF' is a magic number. 209
 Error
coding MagicNumber '0x007F' is a magic number. 226
 Error
coding MagicNumber '0x007F' is a magic number. 234
 Error
coding MagicNumber '0x07FF' is a magic number. 237
 Error
coding MagicNumber '0xE0' is a magic number. 238
 Error
coding MagicNumber '0x3F' is a magic number. 239
 Error
coding MagicNumber '0x3F' is a magic number. 240
 Error
coding MagicNumber '0xC0' is a magic number. 242
 Error
coding MagicNumber '0x3F' is a magic number. 243

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