Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
65 195 487 240

Files

Files Infos Warnings Errors
org/apache/maven/BuildFailureException.java 0 2 0
org/apache/maven/ConfigurationInterpolationException.java 1 2 2
org/apache/maven/ConfigurationInterpolator.java 0 1 2
org/apache/maven/DefaultMaven.java 8 40 18
org/apache/maven/Maven.java 3 1 3
org/apache/maven/MavenArtifactFilterManager.java 0 3 1
org/apache/maven/ReflectionConfigurationInterpolator.java 0 1 4
org/apache/maven/SettingsConfigurationException.java 2 5 1
org/apache/maven/cli/AbstractConsoleDownloadMonitor.java 2 11 1
org/apache/maven/cli/BatchModeDownloadMonitor.java 0 3 0
org/apache/maven/cli/CLIManager.java 32 4 8
org/apache/maven/cli/ConsoleDownloadMonitor.java 2 7 1
org/apache/maven/cli/MavenCli.java 1 18 10
org/apache/maven/execution/BuildFailure.java 3 4 0
org/apache/maven/execution/BuildSuccess.java 2 3 0
org/apache/maven/execution/DefaultMavenExecutionRequest.java 17 30 1
org/apache/maven/execution/DefaultRuntimeInformation.java 3 2 0
org/apache/maven/execution/MavenExecutionRequest.java 0 28 0
org/apache/maven/execution/MavenSession.java 12 23 4
org/apache/maven/execution/ReactorManager.java 12 20 4
org/apache/maven/execution/RuntimeInformation.java 0 1 0
org/apache/maven/extension/DefaultExtensionManager.java 10 7 6
org/apache/maven/extension/ExtensionManager.java 0 2 0
org/apache/maven/lifecycle/DefaultLifecycleExecutor.java 12 62 39
org/apache/maven/lifecycle/Lifecycle.java 0 6 0
org/apache/maven/lifecycle/LifecycleExecutionException.java 0 3 0
org/apache/maven/lifecycle/LifecycleExecutor.java 1 2 0
org/apache/maven/lifecycle/mapping/DefaultLifecycleMapping.java 2 2 0
org/apache/maven/lifecycle/mapping/Lifecycle.java 1 6 0
org/apache/maven/lifecycle/mapping/LifecycleMapping.java 1 2 0
org/apache/maven/monitor/event/DefaultEventMonitor.java 2 2 0
org/apache/maven/monitor/logging/DefaultLog.java 1 18 0
org/apache/maven/plugin/DebugConfigurationListener.java 1 3 0
org/apache/maven/plugin/DefaultPluginManager.java 14 36 49
org/apache/maven/plugin/DefaultPluginMappingManager.java 2 3 1
org/apache/maven/plugin/InvalidPluginException.java 0 1 0
org/apache/maven/plugin/MavenPluginCollector.java 3 5 1
org/apache/maven/plugin/MavenPluginDiscoverer.java 1 3 0
org/apache/maven/plugin/MavenPluginValidator.java 2 4 1
org/apache/maven/plugin/MojoExecution.java 5 11 0
org/apache/maven/plugin/PluginConfigurationException.java 3 9 3
org/apache/maven/plugin/PluginManager.java 1 8 0
org/apache/maven/plugin/PluginManagerException.java 0 2 0
org/apache/maven/plugin/PluginMappingManager.java 0 1 0
org/apache/maven/plugin/PluginNotFoundException.java 0 1 1
org/apache/maven/plugin/PluginParameterException.java 2 7 3
org/apache/maven/plugin/PluginParameterExpressionEvaluator.java 9 6 10
org/apache/maven/plugin/version/DefaultPluginVersionManager.java 8 22 15
org/apache/maven/plugin/version/IntervalUtils.java 2 4 30
org/apache/maven/plugin/version/PluginVersionManager.java 1 2 1
org/apache/maven/plugin/version/PluginVersionNotFoundException.java 2 3 1
org/apache/maven/plugin/version/PluginVersionResolutionException.java 3 5 1
org/apache/maven/reactor/MavenExecutionException.java 0 4 0
org/apache/maven/usability/ArtifactNotFoundDiagnoser.java 1 2 1
org/apache/maven/usability/ArtifactResolverDiagnoser.java 1 2 1
org/apache/maven/usability/InvalidArtifactDiagnoser.java 0 3 1
org/apache/maven/usability/MojoExecutionExceptionDiagnoser.java 0 2 3
org/apache/maven/usability/MojoFailureExceptionDiagnoser.java 0 2 2
org/apache/maven/usability/PluginConfigurationDiagnoser.java 0 2 1
org/apache/maven/usability/ProfileActivationDiagnoser.java 0 2 1
org/apache/maven/usability/ProjectBuildDiagnoser.java 0 2 1
org/apache/maven/usability/SystemWarnings.java 0 1 2
org/apache/maven/usability/plugin/ExpressionDocumentationException.java 1 2 1
org/apache/maven/usability/plugin/ExpressionDocumenter.java 3 6 4

Rules

Rules Violations Severity
LeftCurly
  • option: "nl"
0 Errors Error
RightCurly
  • option: "alone"
0 Errors Error
LineLength
  • ignorePattern: "@version|@see|@todo|TODO"
  • max: "120"
69 Errors Error
MemberName 0 Errors Error
JavadocMethod 472 Warnings Warning
JavadocType 27 Errors Error
JavadocVariable 195 Infos Info
ConstantName 2 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
4 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 1 Errors Error
FileLength 0 Errors Error
MethodLength 8 Errors Error
ParameterNumber 5 Errors Error
EmptyForIteratorPad
  • option: "space"
0 Errors Error
OperatorWrap 54 Errors Error
ParenPad
  • option: "space"
38 Errors Error
TabCharacter 1 Errors Error
WhitespaceAfter 1 Errors Error
WhitespaceAround 16 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 1 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock
  • option: "text"
0 Errors Error
NeedBraces 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
15 Warnings Warning
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber
  • ignoreNumbers: "-4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 32, 64, 100, 128, 256, 512, 1000, 1024"
12 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier
  • protectedAllowed: "true"
1 Errors Error
UpperEll 0 Errors Error

Details

org/apache/maven/BuildFailureException.java

Violation Message Line
Warnings Missing a Javadoc comment. 31
Warnings Missing a Javadoc comment. 36

org/apache/maven/ConfigurationInterpolationException.java

Violation Message Line
Errors Missing a header - not enough lines in file. 1
Errors Missing a Javadoc comment. 3
Infos Missing a Javadoc comment. 7
Warnings Missing a Javadoc comment. 9
Warnings Missing a Javadoc comment. 14

org/apache/maven/ConfigurationInterpolator.java

Violation Message Line
Errors Missing a header - not enough lines in file. 1
Errors Missing a Javadoc comment. 6
Warnings Missing a Javadoc comment. 9

org/apache/maven/DefaultMaven.java

Violation Message Line
Infos Missing a Javadoc comment. 100
Infos Missing a Javadoc comment. 102
Infos Missing a Javadoc comment. 104
Infos Missing a Javadoc comment. 106
Infos Missing a Javadoc comment. 108
Infos Missing a Javadoc comment. 110
Infos Missing a Javadoc comment. 112
Infos Missing a Javadoc comment. 114
Warnings Missing a Javadoc comment. 120
Warnings Missing a Javadoc comment. 214
Warnings Missing a Javadoc comment. 244
Warnings Missing a Javadoc comment. 361
Warnings Missing a Javadoc comment. 395
Errors Line is longer than 120 characters. 401
Warnings Missing a Javadoc comment. 411
Warnings Missing a Javadoc comment. 441
Warnings Missing a Javadoc comment. 446
Errors '54' is a magic number. 452
Warnings Missing a Javadoc comment. 479
Errors '60000L' is a magic number. 482
Errors '3600000L' is a magic number. 485
Warnings Missing a Javadoc comment. 495
Errors '+' should be on a new line. 527
Errors Line is longer than 120 characters. 548
Warnings Expected an @return tag. 602
Warnings Expected @param tag for 'pom'. 602
Warnings Expected @param tag for 'localRepository'. 602
Warnings Expected @param tag for 'settings'. 602
Warnings Expected @param tag for 'userProperties'. 603
Warnings Expected @param tag for 'globalProfileManager'. 603
Warnings Expected @throws tag for 'ProjectBuildingException'. 604
Warnings Expected @throws tag for 'ArtifactResolutionException'. 604
Warnings Expected @throws tag for 'ProfileActivationException'. 604
Warnings Missing a Javadoc comment. 620
Errors '+' should be on a new line. 627
Warnings Missing a Javadoc comment. 644
Errors Line is longer than 120 characters. 649
Errors Method length is 178 lines (max allowed is 150). 658
Warnings Expected @param tag for 'settings'. 658
Warnings Expected @param tag for 'executionProperties'. 658
Warnings Expected @throws tag for 'ComponentLookupException'. 659
Warnings Expected @throws tag for 'ComponentLifecycleException'. 659
Warnings Expected @throws tag for 'SettingsConfigurationException'. 659
Errors '(' is not followed by whitespace. 716
Errors ')' is not preceded with whitespace. 716
Errors Line is longer than 120 characters. 718
Errors '+' is not preceded with whitespace. 718
Errors '+' is not followed by whitespace. 718
Errors '+' is not followed by whitespace. 718
Errors ')' is not preceded with whitespace. 718
Errors Line is longer than 120 characters. 825
Warnings Missing a Javadoc comment. 839
Errors Line is longer than 120 characters. 854
Warnings Missing a Javadoc comment. 865
Warnings Missing a Javadoc comment. 875
Warnings Missing a Javadoc comment. 888
Warnings Missing a Javadoc comment. 908
Warnings Missing a Javadoc comment. 928
Warnings Missing a Javadoc comment. 944
Warnings Missing a Javadoc comment. 962
Warnings Missing a Javadoc comment. 971
Warnings Missing a Javadoc comment. 1014
Warnings Missing a Javadoc comment. 1033
Warnings Missing a Javadoc comment. 1038
Warnings Missing a Javadoc comment. 1072
Warnings Missing a Javadoc comment. 1121

org/apache/maven/Maven.java

Violation Message Line
Infos Missing a Javadoc comment. 31
Errors Redundant 'static' modifier. 31
Infos Missing a Javadoc comment. 33
Errors Name 'POMv4' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 33
Infos Missing a Javadoc comment. 35
Errors Name 'RELEASE_POMv4' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 35
Warnings Missing a Javadoc comment. 37

org/apache/maven/MavenArtifactFilterManager.java

Violation Message Line
Warnings Missing a Javadoc comment. 35
Warnings Missing a Javadoc comment. 51
Errors Line is longer than 120 characters. 55
Warnings Missing a Javadoc comment. 61

org/apache/maven/ReflectionConfigurationInterpolator.java

Violation Message Line
Errors Line does not match expected header line of '^/\*\s*$'. 3
Errors Missing a Javadoc comment. 8
Warnings Missing a Javadoc comment. 13
Errors Line is longer than 120 characters. 18
Errors Line is longer than 120 characters. 22

org/apache/maven/SettingsConfigurationException.java

Violation Message Line
Infos Missing a Javadoc comment. 31
Infos Missing a Javadoc comment. 33
Warnings Missing a Javadoc comment. 35
Warnings Missing a Javadoc comment. 40
Warnings Missing a Javadoc comment. 45
Errors '+' should be on a new line. 47
Warnings Missing a Javadoc comment. 53
Warnings Missing a Javadoc comment. 58

org/apache/maven/cli/AbstractConsoleDownloadMonitor.java

Violation Message Line
Infos Missing a Javadoc comment. 41
Infos Missing a Javadoc comment. 43
Errors Variable 'out' must be private and have accessor methods. 43
Warnings Missing a Javadoc comment. 45
Warnings Missing a Javadoc comment. 49
Warnings Missing a Javadoc comment. 54
Warnings Expected @param tag for 'transferEvent'. 67
Warnings Expected @param tag for 'transferEvent'. 75
Warnings Expected @param tag for 'buffer'. 75
Warnings Expected @param tag for 'length'. 75
Warnings Missing a Javadoc comment. 80
Warnings Missing a Javadoc comment. 86
Warnings Missing a Javadoc comment. 111
Warnings Expected @param tag for 'message'. 124

org/apache/maven/cli/BatchModeDownloadMonitor.java

Violation Message Line
Warnings Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 39
Warnings Missing a Javadoc comment. 43

org/apache/maven/cli/CLIManager.java

Violation Message Line
Errors Line does not match expected header line of '^/\*\s*$'. 3
Errors Missing a Javadoc comment. 14
Infos Missing a Javadoc comment. 17
Infos Missing a Javadoc comment. 19
Infos Missing a Javadoc comment. 21
Infos Missing a Javadoc comment. 23
Infos Missing a Javadoc comment. 25
Infos Missing a Javadoc comment. 27
Infos Missing a Javadoc comment. 29
Infos Missing a Javadoc comment. 31
Infos Missing a Javadoc comment. 33
Infos Missing a Javadoc comment. 35
Infos Missing a Javadoc comment. 37
Infos Missing a Javadoc comment. 39
Infos Missing a Javadoc comment. 41
Infos Missing a Javadoc comment. 43
Infos Missing a Javadoc comment. 45
Infos Missing a Javadoc comment. 47
Infos Missing a Javadoc comment. 49
Infos Missing a Javadoc comment. 51
Infos Missing a Javadoc comment. 53
Infos Missing a Javadoc comment. 55
Infos Missing a Javadoc comment. 57
Infos Missing a Javadoc comment. 59
Infos Missing a Javadoc comment. 61
Infos Missing a Javadoc comment. 63
Infos Missing a Javadoc comment. 65
Infos Missing a Javadoc comment. 67
Infos Missing a Javadoc comment. 69
Infos Missing a Javadoc comment. 71
Infos Missing a Javadoc comment. 73
Infos Missing a Javadoc comment. 75
Infos Missing a Javadoc comment. 77
Infos Missing a Javadoc comment. 79
Warnings Missing a Javadoc comment. 81
Errors Line is longer than 120 characters. 136
Errors Line is longer than 120 characters. 157
Errors Line is longer than 120 characters. 188
Errors Line is longer than 120 characters. 211
Errors Line is longer than 120 characters. 216
Warnings Missing a Javadoc comment. 220
Warnings Missing a Javadoc comment. 230
Errors Line is longer than 120 characters. 276
Warnings Missing a Javadoc comment. 344

org/apache/maven/cli/ConsoleDownloadMonitor.java

Violation Message Line
Infos Missing a Javadoc comment. 40
Infos Missing a Javadoc comment. 41
Warnings Missing a Javadoc comment. 43
Warnings Missing a Javadoc comment. 50
Warnings Missing a Javadoc comment. 55
Warnings Missing a Javadoc comment. 65
Warnings Missing a Javadoc comment. 70
Warnings Missing a Javadoc comment. 106
Errors Line is longer than 120 characters. 110
Warnings Missing a Javadoc comment. 118

org/apache/maven/cli/MavenCli.java

Violation Message Line
Infos Missing a Javadoc comment. 91
Warnings Missing a Javadoc comment. 93
Warnings Expected an @return tag. 105
Errors Method length is 259 lines (max allowed is 150). 105
Warnings Expected @param tag for 'args'. 105
Warnings Expected @param tag for 'classWorld'. 105
Errors Line is longer than 120 characters. 235
Errors '=' is not preceded with whitespace. 299
Errors '=' is not followed by whitespace. 299
Warnings Missing a Javadoc comment. 366
Errors '+' should be on a new line. 398
Warnings Missing a Javadoc comment. 437
Errors '||' should be on a new line. 441
Warnings Missing a Javadoc comment. 455
Warnings Missing a Javadoc comment. 470
Warnings Missing a Javadoc comment. 481
Errors More than 7 parameters. 481
Warnings Missing a Javadoc comment. 526
Errors Line is longer than 120 characters. 549
Warnings Missing a Javadoc comment. 564
Warnings Missing a Javadoc comment. 583
Warnings 'embedder' hides a field. 583
Warnings Missing a Javadoc comment. 634
Errors Line is longer than 120 characters. 640
Warnings Missing a Javadoc comment. 659
Errors '+' should be on a new line. 691
Warnings Missing a Javadoc comment. 695
Warnings Missing a Javadoc comment. 704
Warnings Missing a Javadoc comment. 747

org/apache/maven/execution/BuildFailure.java

Violation Message Line
Infos Missing a Javadoc comment. 30
Infos Missing a Javadoc comment. 32
Infos Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 36
Warnings Missing a Javadoc comment. 43
Warnings Missing a Javadoc comment. 48
Warnings Missing a Javadoc comment. 53

org/apache/maven/execution/BuildSuccess.java

Violation Message Line
Infos Missing a Javadoc comment. 32
Infos Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 36
Warnings Missing a Javadoc comment. 42
Warnings Missing a Javadoc comment. 47

org/apache/maven/execution/DefaultMavenExecutionRequest.java

Violation Message Line
Infos Missing a Javadoc comment. 46
Infos Missing a Javadoc comment. 48
Infos Missing a Javadoc comment. 50
Infos Missing a Javadoc comment. 52
Infos Missing a Javadoc comment. 54
Infos Missing a Javadoc comment. 56
Infos Missing a Javadoc comment. 58
Infos Missing a Javadoc comment. 60
Infos Missing a Javadoc comment. 62
Infos Missing a Javadoc comment. 64
Infos Missing a Javadoc comment. 66
Infos Missing a Javadoc comment. 68
Infos Missing a Javadoc comment. 70
Infos Missing a Javadoc comment. 72
Infos Missing a Javadoc comment. 74
Infos Missing a Javadoc comment. 76
Infos Missing a Javadoc comment. 78
Warnings Missing a Javadoc comment. 80
Errors More than 7 parameters. 80
Warnings Missing a Javadoc comment. 107
Warnings Missing a Javadoc comment. 112
Warnings Missing a Javadoc comment. 117
Warnings Missing a Javadoc comment. 122
Warnings Missing a Javadoc comment. 127
Warnings Missing a Javadoc comment. 132
Warnings Missing a Javadoc comment. 137
Warnings Missing a Javadoc comment. 146
Warnings Missing a Javadoc comment. 151
Warnings Missing a Javadoc comment. 156
Warnings Missing a Javadoc comment. 161
Warnings Missing a Javadoc comment. 166
Warnings Missing a Javadoc comment. 171
Warnings Missing a Javadoc comment. 176
Warnings 'pomFilename' hides a field. 176
Warnings Missing a Javadoc comment. 181
Warnings Missing a Javadoc comment. 186
Warnings Missing a Javadoc comment. 191
Warnings Missing a Javadoc comment. 196
Warnings Missing a Javadoc comment. 201
Warnings Missing a Javadoc comment. 206
Warnings Missing a Javadoc comment. 211
Warnings Missing a Javadoc comment. 216
Warnings Missing a Javadoc comment. 228
Warnings Missing a Javadoc comment. 233
Warnings Missing a Javadoc comment. 238
Warnings Missing a Javadoc comment. 243
Warnings Missing a Javadoc comment. 248
Warnings Missing a Javadoc comment. 253

org/apache/maven/execution/DefaultRuntimeInformation.java

Violation Message Line
Infos Missing a Javadoc comment. 41
Infos Missing a Javadoc comment. 43
Infos Missing a Javadoc comment. 45
Warnings Missing a Javadoc comment. 47
Warnings Missing a Javadoc comment. 52

org/apache/maven/execution/MavenExecutionRequest.java

Violation Message Line
Warnings Missing a Javadoc comment. 39
Warnings Missing a Javadoc comment. 41
Warnings Missing a Javadoc comment. 43
Warnings Missing a Javadoc comment. 45
Warnings Missing a Javadoc comment. 47
Warnings Missing a Javadoc comment. 49
Warnings Missing a Javadoc comment. 51
Warnings Missing a Javadoc comment. 53
Warnings Missing a Javadoc comment. 55
Warnings Missing a Javadoc comment. 57
Warnings Missing a Javadoc comment. 59
Warnings Missing a Javadoc comment. 61
Warnings Missing a Javadoc comment. 63
Warnings Missing a Javadoc comment. 65
Warnings Missing a Javadoc comment. 67
Warnings Missing a Javadoc comment. 69
Warnings Missing a Javadoc comment. 71
Warnings Missing a Javadoc comment. 73
Warnings Missing a Javadoc comment. 75
Warnings Missing a Javadoc comment. 77
Warnings Missing a Javadoc comment. 79
Warnings Missing a Javadoc comment. 81
Warnings Missing a Javadoc comment. 83
Warnings Missing a Javadoc comment. 85
Warnings Missing a Javadoc comment. 87
Warnings Missing a Javadoc comment. 89
Warnings Missing a Javadoc comment. 91
Warnings Missing a Javadoc comment. 93

org/apache/maven/execution/MavenSession.java

Violation Message Line
Infos Missing a Javadoc comment. 43
Infos Missing a Javadoc comment. 45
Infos Missing a Javadoc comment. 47
Infos Missing a Javadoc comment. 49
Infos Missing a Javadoc comment. 52
Infos Missing a Javadoc comment. 54
Infos Missing a Javadoc comment. 56
Infos Missing a Javadoc comment. 58
Infos Missing a Javadoc comment. 60
Infos Missing a Javadoc comment. 62
Infos Missing a Javadoc comment. 64
Infos Missing a Javadoc comment. 66
Warnings Missing a Javadoc comment. 68
Errors More than 7 parameters. 68
Errors Line is longer than 120 characters. 72
Warnings Missing a Javadoc comment. 75
Errors More than 7 parameters. 75
Errors Line is longer than 120 characters. 77
Warnings Missing a Javadoc comment. 100
Warnings Missing a Javadoc comment. 105
Warnings Missing a Javadoc comment. 110
Warnings Missing a Javadoc comment. 115
Warnings Missing a Javadoc comment. 120
Warnings Missing a Javadoc comment. 129
Warnings Missing a Javadoc comment. 135
Warnings Missing a Javadoc comment. 141
Warnings Missing a Javadoc comment. 147
Warnings Missing a Javadoc comment. 153
Warnings Missing a Javadoc comment. 158
Warnings Missing a Javadoc comment. 163
Warnings Missing a Javadoc comment. 168
Warnings Missing a Javadoc comment. 173
Warnings Missing a Javadoc comment. 178
Warnings Missing a Javadoc comment. 183
Warnings Missing a Javadoc comment. 188
Warnings Expected an @return tag. 196
Warnings Missing a Javadoc comment. 202
Warnings Missing a Javadoc comment. 207
Warnings Expected an @return tag. 216

org/apache/maven/execution/ReactorManager.java

Violation Message Line
Errors Missing a Javadoc comment. 37
Infos Missing a Javadoc comment. 39
Infos Missing a Javadoc comment. 41
Infos Missing a Javadoc comment. 43
Infos Missing a Javadoc comment. 45
Infos Missing a Javadoc comment. 47
Infos Missing a Javadoc comment. 50
Infos Missing a Javadoc comment. 52
Infos Missing a Javadoc comment. 54
Infos Missing a Javadoc comment. 56
Infos Missing a Javadoc comment. 58
Infos Missing a Javadoc comment. 60
Infos Missing a Javadoc comment. 62
Warnings Missing a Javadoc comment. 64
Warnings Missing a Javadoc comment. 70
Warnings Missing a Javadoc comment. 102
Warnings Missing a Javadoc comment. 123
Errors '||' should be on a new line. 130
Errors '+' should be on a new line. 137
Warnings Missing a Javadoc comment. 142
Warnings Missing a Javadoc comment. 147
Warnings Missing a Javadoc comment. 152
Errors '&&' should be on a new line. 166
Warnings Missing a Javadoc comment. 176
Warnings Missing a Javadoc comment. 181
Warnings Missing a Javadoc comment. 186
Warnings Missing a Javadoc comment. 191
Warnings Missing a Javadoc comment. 196
Warnings Missing a Javadoc comment. 201
Warnings Missing a Javadoc comment. 206
Warnings Missing a Javadoc comment. 211
Warnings Missing a Javadoc comment. 216
Warnings Missing a Javadoc comment. 221
Warnings Missing a Javadoc comment. 226
Warnings Missing a Javadoc comment. 231
Warnings Missing a Javadoc comment. 236

org/apache/maven/execution/RuntimeInformation.java

Violation Message Line
Warnings Missing a Javadoc comment. 32

org/apache/maven/extension/DefaultExtensionManager.java

Violation Message Line
Infos Missing a Javadoc comment. 77
Infos Missing a Javadoc comment. 79
Infos Missing a Javadoc comment. 81
Infos Missing a Javadoc comment. 83
Infos Missing a Javadoc comment. 85
Infos Missing a Javadoc comment. 87
Infos Missing a Javadoc comment. 89
Infos Missing a Javadoc comment. 91
Warnings Missing a Javadoc comment. 93
Errors '+' should be on a new line. 116
Errors Line is longer than 120 characters. 136
Warnings Missing a Javadoc comment. 210
Errors '+' should be on a new line. 235
Warnings Missing a Javadoc comment. 264
Warnings Missing a Javadoc comment. 286
Errors Missing a Javadoc comment. 292
Infos Missing a Javadoc comment. 295
Infos Missing a Javadoc comment. 297
Warnings Missing a Javadoc comment. 299
Warnings Missing a Javadoc comment. 306
Warnings Missing a Javadoc comment. 314
Errors Line is longer than 120 characters. 335
Errors 'catch' is not followed by whitespace. 341

org/apache/maven/extension/ExtensionManager.java

Violation Message Line
Warnings Missing a Javadoc comment. 37
Warnings Missing a Javadoc comment. 40

org/apache/maven/lifecycle/DefaultLifecycleExecutor.java

Violation Message Line
Infos Missing a Javadoc comment. 102
Infos Missing a Javadoc comment. 104
Infos Missing a Javadoc comment. 106
Infos Missing a Javadoc comment. 108
Infos Missing a Javadoc comment. 110
Infos Missing a Javadoc comment. 112
Infos Missing a Javadoc comment. 114
Infos Missing a Javadoc comment. 116
Infos Missing a Javadoc comment. 118
Warnings Expected @param tag for 'session'. 132
Warnings Expected @param tag for 'rm'. 132
Warnings Expected @param tag for 'dispatcher'. 132
Warnings Expected @throws tag for 'BuildFailureException'. 133
Warnings Expected @throws tag for 'LifecycleExecutionException'. 133
Warnings Missing a Javadoc comment. 184
Warnings Missing a Javadoc comment. 229
Errors Line is longer than 120 characters. 268
Warnings Missing a Javadoc comment. 364
Errors More than 7 parameters. 364
Warnings Missing a Javadoc comment. 393
Warnings Missing a Javadoc comment. 410
Warnings Missing a Javadoc comment. 507
Warnings Missing a Javadoc comment. 532
Warnings Missing a Javadoc comment. 548
Errors Method length is 152 lines (max allowed is 150). 557
Warnings Missing a Javadoc comment. 557
Errors Line is longer than 120 characters. 567
Errors Line is longer than 120 characters. 658
Errors '+' should be on a new line. 682
Warnings Missing a Javadoc comment. 712
Warnings Missing a Javadoc comment. 722
Errors Line is longer than 120 characters. 737
Warnings Missing a Javadoc comment. 737
Errors Line is longer than 120 characters. 750
Errors Line is longer than 120 characters. 754
Errors '+' should be on a new line. 754
Warnings Missing a Javadoc comment. 759
Warnings Missing a Javadoc comment. 772
Errors Line is longer than 120 characters. 779
Errors Line is longer than 120 characters. 808
Errors Line is longer than 120 characters. 816
Warnings Missing a Javadoc comment. 816
Errors Line is longer than 120 characters. 846
Errors '&&' should be on a new line. 858
Errors Line is longer than 120 characters. 888
Errors Line is longer than 120 characters. 896
Warnings Missing a Javadoc comment. 904
Errors Line is longer than 120 characters. 920
Errors Line is longer than 120 characters. 941
Warnings Missing a Javadoc comment. 941
Errors Line is longer than 120 characters. 955
Warnings Missing a Javadoc comment. 985
Errors Method length is 161 lines (max allowed is 150). 1013
Warnings Missing a Javadoc comment. 1013
Errors Line is longer than 120 characters. 1085
Warnings Missing a Javadoc comment. 1178
Warnings Missing a Javadoc comment. 1190
Warnings Missing a Javadoc comment. 1213
Warnings Missing a Javadoc comment. 1233
Warnings Missing a Javadoc comment. 1251
Errors '+' should be on a new line. 1284
Errors '+' should be on a new line. 1285
Warnings Missing a Javadoc comment. 1303
Warnings Missing a Javadoc comment. 1351
Errors '+' should be on a new line. 1374
Warnings Missing a Javadoc comment. 1387
Warnings Expected an @return tag. 1424
Warnings Expected @param tag for 'project'. 1424
Warnings Expected @param tag for 'settings'. 1424
Warnings Expected @param tag for 'localRepository'. 1424
Warnings Expected @throws tag for 'LifecycleExecutionException'. 1425
Warnings Expected @throws tag for 'PluginNotFoundException'. 1425
Errors '+' should be on a new line. 1448
Warnings Expected @param tag for 'plugin'. 1474
Warnings Expected @param tag for 'session'. 1474
Warnings Expected @param tag for 'phaseMap'. 1474
Warnings Expected @param tag for 'project'. 1474
Warnings Expected @throws tag for 'LifecycleExecutionException'. 1475
Warnings Expected @throws tag for 'PluginNotFoundException'. 1475
Errors Line is longer than 120 characters. 1484
Warnings Missing a Javadoc comment. 1508
Warnings Missing a Javadoc comment. 1551
Warnings Missing a Javadoc comment. 1591
Errors '+' should be on a new line. 1623
Errors Line is longer than 120 characters. 1624
Warnings Missing a Javadoc comment. 1633
Warnings Missing a Javadoc comment. 1656
Warnings Missing a Javadoc comment. 1677
Errors '+' should be on a new line. 1695
Errors '+' should be on a new line. 1696
Errors '+' should be on a new line. 1763
Warnings Missing a Javadoc comment. 1825
Warnings Missing a Javadoc comment. 1830
Errors '+' should be on a new line. 1848
Errors '+' should be on a new line. 1849
Errors Missing a Javadoc comment. 1862
Infos Missing a Javadoc comment. 1864
Infos Missing a Javadoc comment. 1866
Warnings Missing a Javadoc comment. 1868
Warnings Missing a Javadoc comment. 1873
Warnings Missing a Javadoc comment. 1878
Warnings Missing a Javadoc comment. 1906
Warnings Missing a Javadoc comment. 1911
Warnings Missing a Javadoc comment. 1916
Warnings Missing a Javadoc comment. 1922
Warnings Missing a Javadoc comment. 1932
Errors Line is longer than 120 characters. 1944
Errors Line is longer than 120 characters. 1957
Warnings Missing a Javadoc comment. 1962
Errors Line is longer than 120 characters. 1966
Errors Line is longer than 120 characters. 1971
Infos Missing a Javadoc comment. 1978
Warnings Missing a Javadoc comment. 1980

org/apache/maven/lifecycle/Lifecycle.java

Violation Message Line
Warnings Expected @param tag for 'phase'. 51
Warnings Expected an @return tag. 59
Warnings Expected an @return tag. 67
Warnings Expected @param tag for 'id'. 82
Warnings Expected @param tag for 'phases'. 92
Warnings Missing a Javadoc comment. 97

org/apache/maven/lifecycle/LifecycleExecutionException.java

Violation Message Line
Warnings Missing a Javadoc comment. 29
Warnings Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 39

org/apache/maven/lifecycle/LifecycleExecutor.java

Violation Message Line
Infos Missing a Javadoc comment. 35
Warnings Missing a Javadoc comment. 37
Warnings Expected an @return tag. 43

org/apache/maven/lifecycle/mapping/DefaultLifecycleMapping.java

Violation Message Line
Infos Missing a Javadoc comment. 36
Infos Missing a Javadoc comment. 38
Warnings Missing a Javadoc comment. 43
Warnings Missing a Javadoc comment. 70

org/apache/maven/lifecycle/mapping/Lifecycle.java

Violation Message Line
Infos Missing a Javadoc comment. 41
Warnings Expected an @return tag. 46
Warnings Expected an @return tag. 54
Warnings Expected @param tag for 'id'. 64
Warnings Missing a Javadoc comment. 69
Warnings Missing a Javadoc comment. 74
Warnings Missing a Javadoc comment. 79

org/apache/maven/lifecycle/mapping/LifecycleMapping.java

Violation Message Line
Infos Missing a Javadoc comment. 31
Warnings Missing a Javadoc comment. 33
Warnings Missing a Javadoc comment. 35

org/apache/maven/monitor/event/DefaultEventMonitor.java

Violation Message Line
Infos Missing a Javadoc comment. 31
Infos Missing a Javadoc comment. 33
Warnings Missing a Javadoc comment. 35
Warnings Missing a Javadoc comment. 42

org/apache/maven/monitor/logging/DefaultLog.java

Violation Message Line
Infos Missing a Javadoc comment. 32
Warnings Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 39
Warnings Missing a Javadoc comment. 44
Warnings Missing a Javadoc comment. 56
Warnings Missing a Javadoc comment. 61
Warnings Missing a Javadoc comment. 66
Warnings Missing a Javadoc comment. 71
Warnings Missing a Javadoc comment. 76
Warnings Missing a Javadoc comment. 81
Warnings Missing a Javadoc comment. 86
Warnings Missing a Javadoc comment. 91
Warnings Missing a Javadoc comment. 96
Warnings Missing a Javadoc comment. 101
Warnings Missing a Javadoc comment. 106
Warnings Missing a Javadoc comment. 111
Warnings Missing a Javadoc comment. 116
Warnings Missing a Javadoc comment. 121
Warnings Missing a Javadoc comment. 126

org/apache/maven/plugin/DebugConfigurationListener.java

Violation Message Line
Infos Missing a Javadoc comment. 36
Warnings Missing a Javadoc comment. 38
Warnings Missing a Javadoc comment. 43
Warnings Missing a Javadoc comment. 51

org/apache/maven/plugin/DefaultPluginManager.java

Violation Message Line
Errors Missing a Javadoc comment. 100
Infos Missing a Javadoc comment. 104
Infos Missing a Javadoc comment. 106
Infos Missing a Javadoc comment. 108
Infos Missing a Javadoc comment. 110
Infos Missing a Javadoc comment. 112
Infos Missing a Javadoc comment. 115
Infos Missing a Javadoc comment. 117
Infos Missing a Javadoc comment. 119
Infos Missing a Javadoc comment. 121
Infos Missing a Javadoc comment. 123
Infos Missing a Javadoc comment. 125
Infos Missing a Javadoc comment. 127
Infos Missing a Javadoc comment. 129
Infos Missing a Javadoc comment. 131
Warnings Missing a Javadoc comment. 135
Warnings Missing a Javadoc comment. 144
Warnings Missing a Javadoc comment. 149
Warnings Missing a Javadoc comment. 160
Warnings Missing a Javadoc comment. 180
Errors '&&' should be on a new line. 243
Warnings Expected @param tag for 'plugin'. 261
Warnings Expected @param tag for 'localRepository'. 262
Warnings Expected @param tag for 'remoteRepositories'. 263
Warnings Expected @throws tag for 'PluginVersionResolutionException'. 264
Warnings Expected @throws tag for 'InvalidPluginException'. 264
Warnings Missing a Javadoc comment. 291
Errors Line is longer than 120 characters. 307
Errors Line is longer than 120 characters. 329
Errors Line is longer than 120 characters. 330
Errors Line is longer than 120 characters. 331
Errors Method length is 158 lines (max allowed is 150). 395
Warnings Missing a Javadoc comment. 395
Errors '+' should be on a new line. 407
Errors '+' should be on a new line. 414
Errors Line is longer than 120 characters. 436
Warnings Missing a Javadoc comment. 560
Warnings Missing a Javadoc comment. 581
Warnings Missing a Javadoc comment. 608
Warnings Missing a Javadoc comment. 623
Errors 'while' is not followed by whitespace. 655
Errors '(' is not followed by whitespace. 655
Errors Line is longer than 120 characters. 663
Errors '+' should be on a new line. 667
Errors Line is longer than 120 characters. 668
Errors Line is longer than 120 characters. 710
Errors Method length is 164 lines (max allowed is 150). 722
Warnings Missing a Javadoc comment. 722
Errors '+' should be on a new line. 744
Errors '+' should be on a new line. 850
Errors Line is longer than 120 characters. 870
Warnings Missing a Javadoc comment. 892
Errors '&&' should be on a new line. 921
Errors Line is longer than 120 characters. 942
Warnings Missing a Javadoc comment. 952
Warnings Missing a Javadoc comment. 1007
Errors '+' should be on a new line. 1030
Warnings Missing a Javadoc comment. 1038
Warnings Missing a Javadoc comment. 1114
Warnings Missing a Javadoc comment. 1162
Warnings Missing a Javadoc comment. 1238
Warnings Missing a Javadoc comment. 1296
Warnings Missing a Javadoc comment. 1322
Errors Line is longer than 120 characters. 1362
Errors Line is longer than 120 characters. 1368
Errors Line is longer than 120 characters. 1375
Warnings Missing a Javadoc comment. 1424
Warnings Missing a Javadoc comment. 1447
Warnings Missing a Javadoc comment. 1455
Warnings Missing a Javadoc comment. 1464
Warnings 'artifactResolver' hides a field. 1465
Warnings 'artifactFactory' hides a field. 1467
Errors '(' is not followed by whitespace. 1500
Errors ')' is not preceded with whitespace. 1500
Errors '(' is not followed by whitespace. 1505
Errors ')' is not preceded with whitespace. 1505
Errors '(' is not followed by whitespace. 1507
Errors ')' is not preceded with whitespace. 1507
Errors '(' is not followed by whitespace. 1527
Errors ')' is not preceded with whitespace. 1527
Errors '(' is not followed by whitespace. 1531
Errors ')' is not preceded with whitespace. 1531
Errors '(' is not followed by whitespace. 1535
Errors ')' is not preceded with whitespace. 1535
Errors '(' is not followed by whitespace. 1538
Errors ')' is not preceded with whitespace. 1538
Errors '&&' should be on a new line. 1538
Errors ')' is not preceded with whitespace. 1539
Errors '&&' should be on a new line. 1539
Errors ')' is not preceded with whitespace. 1540
Errors ')' is not preceded with whitespace. 1540
Errors Line is longer than 120 characters. 1545
Errors '+' is not preceded with whitespace. 1545
Errors '+' is not preceded with whitespace. 1545
Errors '+' is not followed by whitespace. 1545
Warnings Missing a Javadoc comment. 1563
Warnings 'artifactResolver' hides a field. 1565
Warnings Missing a Javadoc comment. 1579
Warnings Missing a Javadoc comment. 1591

org/apache/maven/plugin/DefaultPluginMappingManager.java

Violation Message Line
Errors Unused import - java.util.Collections. 32
Infos Missing a Javadoc comment. 49
Infos Missing a Javadoc comment. 51
Warnings Missing a Javadoc comment. 53
Warnings Missing a Javadoc comment. 67
Warnings Missing a Javadoc comment. 98

org/apache/maven/plugin/InvalidPluginException.java

Violation Message Line
Warnings Missing a Javadoc comment. 31

org/apache/maven/plugin/MavenPluginCollector.java

Violation Message Line
Errors Missing a Javadoc comment. 35
Infos Missing a Javadoc comment. 40
Infos Missing a Javadoc comment. 42
Infos Missing a Javadoc comment. 44
Warnings Missing a Javadoc comment. 49
Warnings Missing a Javadoc comment. 75
Warnings Missing a Javadoc comment. 81
Warnings Missing a Javadoc comment. 87
Warnings Missing a Javadoc comment. 92

org/apache/maven/plugin/MavenPluginDiscoverer.java

Violation Message Line
Infos Missing a Javadoc comment. 37
Warnings Missing a Javadoc comment. 39
Warnings Missing a Javadoc comment. 44
Warnings Missing a Javadoc comment. 49

org/apache/maven/plugin/MavenPluginValidator.java

Violation Message Line
Errors Missing a Javadoc comment. 31
Infos Missing a Javadoc comment. 34
Infos Missing a Javadoc comment. 36
Warnings Missing a Javadoc comment. 38
Warnings Missing a Javadoc comment. 43
Warnings Missing a Javadoc comment. 68
Warnings Missing a Javadoc comment. 73

org/apache/maven/plugin/MojoExecution.java

Violation Message Line
Infos Missing a Javadoc comment. 36
Infos Missing a Javadoc comment. 38
Infos Missing a Javadoc comment. 40
Infos Missing a Javadoc comment. 42
Infos Missing a Javadoc comment. 44
Warnings Missing a Javadoc comment. 46
Warnings Missing a Javadoc comment. 53
Warnings Missing a Javadoc comment. 60
Warnings Missing a Javadoc comment. 67
Warnings Missing a Javadoc comment. 72
Warnings Missing a Javadoc comment. 77
Warnings Missing a Javadoc comment. 82
Warnings Missing a Javadoc comment. 87
Warnings Missing a Javadoc comment. 92
Warnings Missing a Javadoc comment. 97
Warnings Missing a Javadoc comment. 102

org/apache/maven/plugin/PluginConfigurationException.java

Violation Message Line
Infos Missing a Javadoc comment. 47
Infos Missing a Javadoc comment. 49
Infos Missing a Javadoc comment. 51
Warnings Missing a Javadoc comment. 54
Warnings Missing a Javadoc comment. 61
Warnings Missing a Javadoc comment. 67
Warnings Missing a Javadoc comment. 74
Warnings Missing a Javadoc comment. 79
Warnings Missing a Javadoc comment. 84
Errors '+' should be on a new line. 170
Errors Line is longer than 120 characters. 171
Errors '+' should be on a new line. 171
Warnings Missing a Javadoc comment. 176
Warnings Missing a Javadoc comment. 219
Warnings Missing a Javadoc comment. 262

org/apache/maven/plugin/PluginManager.java

Violation Message Line
Infos Missing a Javadoc comment. 46
Warnings Missing a Javadoc comment. 48
Warnings Missing a Javadoc comment. 52
Warnings Missing a Javadoc comment. 56
Warnings Missing a Javadoc comment. 58
Warnings Missing a Javadoc comment. 60
Warnings Missing a Javadoc comment. 66
Warnings Missing a Javadoc comment. 71
Warnings Missing a Javadoc comment. 74

org/apache/maven/plugin/PluginManagerException.java

Violation Message Line
Warnings Missing a Javadoc comment. 31
Warnings Missing a Javadoc comment. 36

org/apache/maven/plugin/PluginMappingManager.java

Violation Message Line
Warnings Missing a Javadoc comment. 35

org/apache/maven/plugin/PluginNotFoundException.java

Violation Message Line
Warnings Missing a Javadoc comment. 34
Errors ',' is not followed by whitespace. 37

org/apache/maven/plugin/PluginParameterException.java

Violation Message Line
Errors Missing a Javadoc comment. 29
Infos Missing a Javadoc comment. 33
Infos Missing a Javadoc comment. 35
Warnings Missing a Javadoc comment. 37
Warnings Missing a Javadoc comment. 47
Warnings Missing a Javadoc comment. 57
Warnings Missing a Javadoc comment. 62
Warnings Missing a Javadoc comment. 67
Errors '+' should be on a new line. 74
Errors '+' should be on a new line. 75
Warnings Missing a Javadoc comment. 101
Warnings 'mojo' hides a field. 106

org/apache/maven/plugin/PluginParameterExpressionEvaluator.java

Violation Message Line
Infos Missing a Javadoc comment. 45
Infos Missing a Javadoc comment. 47
Infos Missing a Javadoc comment. 63
Infos Missing a Javadoc comment. 65
Infos Missing a Javadoc comment. 67
Infos Missing a Javadoc comment. 69
Infos Missing a Javadoc comment. 71
Infos Missing a Javadoc comment. 73
Infos Missing a Javadoc comment. 75
Warnings Missing a Javadoc comment. 77
Warnings 'basedir' hides a field. 91
Errors Method length is 226 lines (max allowed is 150). 112
Warnings Missing a Javadoc comment. 112
Errors '+' should be on a new line. 161
Errors '+' should be on a new line. 162
Errors '+' should be on a new line. 167
Errors '+' should be on a new line. 168
Errors '(' is not followed by whitespace. 188
Errors '(' is not followed by whitespace. 188
Errors ')' is not preceded with whitespace. 188
Errors ')' is not preceded with whitespace. 188
Errors Line contains a tab character. 190
Warnings Missing a Javadoc comment. 341
Warnings Missing a Javadoc comment. 350
Warnings 'basedir' hides a field. 352

org/apache/maven/plugin/version/DefaultPluginVersionManager.java

Violation Message Line
Errors Missing a Javadoc comment. 65
Infos Missing a Javadoc comment. 69
Infos Missing a Javadoc comment. 71
Infos Missing a Javadoc comment. 73
Infos Missing a Javadoc comment. 75
Infos Missing a Javadoc comment. 78
Infos Missing a Javadoc comment. 80
Infos Missing a Javadoc comment. 82
Infos Missing a Javadoc comment. 85
Warnings Missing a Javadoc comment. 87
Warnings Missing a Javadoc comment. 94
Errors Method length is 204 lines (max allowed is 150). 101
Warnings Missing a Javadoc comment. 101
Errors '||' should be on a new line. 151
Errors '&&' should be on a new line. 220
Errors '&&' should be on a new line. 263
Errors Line is longer than 120 characters. 273
Warnings Missing a Javadoc comment. 309
Warnings 'pluginRegistry' hides a field. 312
Errors '+' should be on a new line. 341
Warnings Missing a Javadoc comment. 350
Warnings 'pluginRegistry' hides a field. 353
Warnings Missing a Javadoc comment. 360
Warnings Missing a Javadoc comment. 447
Warnings 'pluginRegistry' hides a field. 450
Errors '+' should be on a new line. 462
Warnings Missing a Javadoc comment. 472
Warnings 'pluginRegistry' hides a field. 475
Warnings Missing a Javadoc comment. 489
Warnings 'pluginRegistry' hides a field. 490
Warnings Missing a Javadoc comment. 508
Warnings Missing a Javadoc comment. 513
Warnings Missing a Javadoc comment. 552
Warnings 'pluginRegistry' hides a field. 555
Errors '+' should be on a new line. 565
Warnings Missing a Javadoc comment. 594
Warnings 'pluginRegistry' hides a field. 594
Errors '+' should be on a new line. 617
Warnings Missing a Javadoc comment. 627
Warnings Missing a Javadoc comment. 656
Errors '+' should be on a new line. 705
Errors '+' should be on a new line. 717
Errors '+' should be on a new line. 728
Errors Line is longer than 120 characters. 736
Errors '+' should be on a new line. 743

org/apache/maven/plugin/version/IntervalUtils.java

Violation Message Line
Errors Missing a Javadoc comment. 29
Infos Missing a Javadoc comment. 32
Infos Missing a Javadoc comment. 34
Errors '24' is a magic number. 40
Errors '60' is a magic number. 40
Errors '60' is a magic number. 40
Errors '24' is a magic number. 41
Errors '60' is a magic number. 41
Errors '60' is a magic number. 41
Errors '60' is a magic number. 42
Errors '60' is a magic number. 42
Errors '60' is a magic number. 43
Warnings Missing a Javadoc comment. 48
Warnings Missing a Javadoc comment. 53
Errors 'if' is not followed by whitespace. 55
Errors 'if' is not followed by whitespace. 59
Errors Line is longer than 120 characters. 63
Errors 'if' is not followed by whitespace. 63
Errors '(' is not followed by whitespace. 63
Errors ')' is not preceded with whitespace. 63
Errors ')' is not preceded with whitespace. 63
Errors '(' is not followed by whitespace. 68
Errors ')' is not preceded with whitespace. 68
Warnings Missing a Javadoc comment. 84
Errors '(' is not followed by whitespace. 86
Errors ')' is not preceded with whitespace. 86
Errors '(' is not followed by whitespace. 86
Errors ')' is not preceded with whitespace. 86
Errors 'while' is not followed by whitespace. 90
Warnings Missing a Javadoc comment. 100
Errors 'if' is not followed by whitespace. 106
Errors '(' is not followed by whitespace. 106
Errors ')' is not preceded with whitespace. 106
Errors ')' is not preceded with whitespace. 106
Errors ')' is not preceded with whitespace. 108
Errors 'if' is not followed by whitespace. 124

org/apache/maven/plugin/version/PluginVersionManager.java

Violation Message Line
Errors Missing a Javadoc comment. 27
Infos Missing a Javadoc comment. 29
Warnings Missing a Javadoc comment. 31
Warnings Missing a Javadoc comment. 35

org/apache/maven/plugin/version/PluginVersionNotFoundException.java

Violation Message Line
Errors Missing a Javadoc comment. 22
Infos Missing a Javadoc comment. 25
Infos Missing a Javadoc comment. 27
Warnings Missing a Javadoc comment. 29
Warnings Missing a Javadoc comment. 37
Warnings Missing a Javadoc comment. 42

org/apache/maven/plugin/version/PluginVersionResolutionException.java

Violation Message Line
Errors Missing a Javadoc comment. 22
Infos Missing a Javadoc comment. 25
Infos Missing a Javadoc comment. 27
Infos Missing a Javadoc comment. 29
Warnings Missing a Javadoc comment. 31
Warnings Missing a Javadoc comment. 40
Warnings Missing a Javadoc comment. 49
Warnings Missing a Javadoc comment. 54
Warnings Missing a Javadoc comment. 59

org/apache/maven/reactor/MavenExecutionException.java

Violation Message Line
Warnings Missing a Javadoc comment. 29
Warnings Missing a Javadoc comment. 33
Warnings Missing a Javadoc comment. 38
Warnings Missing a Javadoc comment. 43

org/apache/maven/usability/ArtifactNotFoundDiagnoser.java

Violation Message Line
Errors Missing a Javadoc comment. 27
Infos Missing a Javadoc comment. 31
Warnings Missing a Javadoc comment. 33
Warnings Missing a Javadoc comment. 38

org/apache/maven/usability/ArtifactResolverDiagnoser.java

Violation Message Line
Errors Missing a Javadoc comment. 29
Infos Missing a Javadoc comment. 33
Warnings Missing a Javadoc comment. 35
Warnings Missing a Javadoc comment. 40

org/apache/maven/usability/InvalidArtifactDiagnoser.java

Violation Message Line
Errors Missing a Javadoc comment. 25
Warnings Missing a Javadoc comment. 29
Warnings Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 53

org/apache/maven/usability/MojoExecutionExceptionDiagnoser.java

Violation Message Line
Errors Missing a Javadoc comment. 26
Warnings Missing a Javadoc comment. 30
Warnings Missing a Javadoc comment. 35
Errors Line is longer than 120 characters. 56
Errors Line is longer than 120 characters. 72

org/apache/maven/usability/MojoFailureExceptionDiagnoser.java

Violation Message Line
Errors Missing a Javadoc comment. 26
Warnings Missing a Javadoc comment. 30
Warnings Missing a Javadoc comment. 35
Errors Line is longer than 120 characters. 56

org/apache/maven/usability/PluginConfigurationDiagnoser.java

Violation Message Line
Errors Missing a Javadoc comment. 28
Warnings Missing a Javadoc comment. 31
Warnings Missing a Javadoc comment. 36

org/apache/maven/usability/ProfileActivationDiagnoser.java

Violation Message Line
Errors Missing a Javadoc comment. 27
Warnings Missing a Javadoc comment. 31
Warnings Missing a Javadoc comment. 36

org/apache/maven/usability/ProjectBuildDiagnoser.java

Violation Message Line
Errors Missing a Javadoc comment. 28
Warnings Missing a Javadoc comment. 32
Warnings Missing a Javadoc comment. 37

org/apache/maven/usability/SystemWarnings.java

Violation Message Line
Errors Missing a Javadoc comment. 22
Warnings Missing a Javadoc comment. 25
Errors '+' should be on a new line. 27

org/apache/maven/usability/plugin/ExpressionDocumentationException.java

Violation Message Line
Errors Missing a Javadoc comment. 22
Infos Missing a Javadoc comment. 25
Warnings Missing a Javadoc comment. 27
Warnings Missing a Javadoc comment. 32

org/apache/maven/usability/plugin/ExpressionDocumenter.java

Violation Message Line
Errors Missing a Javadoc comment. 40
Infos Missing a Javadoc comment. 43
Infos Missing a Javadoc comment. 45
Infos Missing a Javadoc comment. 47
Warnings Missing a Javadoc comment. 49
Errors Line is longer than 120 characters. 75
Errors Line is longer than 120 characters. 79
Warnings Expected an @return tag. 116
Warnings Expected @param tag for 'docStream'. 116
Warnings Expected @throws tag for 'IOException'. 117
Warnings Expected @throws tag for 'XmlPullParserException'. 117
Warnings Missing a Javadoc comment. 142
Errors Line is longer than 120 characters. 166