Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
66 66 386 346

Files

Files Infos Warnings Errors
org/apache/maven/BuildFailureException.java 0 2 0
org/apache/maven/ConfigurationInterpolationException.java 0 2 2
org/apache/maven/ConfigurationInterpolator.java 1 1 2
org/apache/maven/DefaultMaven.java 5 20 17
org/apache/maven/Maven.java 3 1 3
org/apache/maven/MavenArtifactFilterManager.java 0 2 1
org/apache/maven/ReflectionConfigurationInterpolator.java 0 1 4
org/apache/maven/SettingsConfigurationException.java 0 5 1
org/apache/maven/cli/AbstractConsoleDownloadMonitor.java 0 11 0
org/apache/maven/cli/BatchModeDownloadMonitor.java 0 3 0
org/apache/maven/cli/CLIManager.java 31 3 8
org/apache/maven/cli/ConsoleDownloadMonitor.java 0 6 1
org/apache/maven/cli/MavenCli.java 0 5 12
org/apache/maven/container/ContainerUtils.java 0 2 29
org/apache/maven/execution/BuildFailure.java 0 3 0
org/apache/maven/execution/BuildSuccess.java 0 3 0
org/apache/maven/execution/DefaultMavenExecutionRequest.java 1 30 1
org/apache/maven/execution/DefaultRuntimeInformation.java 0 2 0
org/apache/maven/execution/MavenExecutionRequest.java 0 28 0
org/apache/maven/execution/MavenSession.java 0 23 7
org/apache/maven/execution/ReactorManager.java 6 18 7
org/apache/maven/execution/RuntimeInformation.java 0 1 0
org/apache/maven/extension/DefaultExtensionManager.java 0 4 18
org/apache/maven/extension/ExtensionManager.java 0 3 3
org/apache/maven/lifecycle/DefaultLifecycleExecutor.java 0 10 83
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 0 2 0
org/apache/maven/lifecycle/mapping/Lifecycle.java 0 6 0
org/apache/maven/lifecycle/mapping/LifecycleMapping.java 1 2 0
org/apache/maven/monitor/event/DefaultEventMonitor.java 0 2 0
org/apache/maven/monitor/logging/DefaultLog.java 0 17 0
org/apache/maven/plugin/DebugConfigurationListener.java 0 3 0
org/apache/maven/plugin/DefaultPluginManager.java 12 17 61
org/apache/maven/plugin/DefaultPluginMappingManager.java 1 1 1
org/apache/maven/plugin/InvalidPluginException.java 0 1 0
org/apache/maven/plugin/MavenPluginCollector.java 0 5 1
org/apache/maven/plugin/MavenPluginDiscoverer.java 0 3 0
org/apache/maven/plugin/MavenPluginValidator.java 0 4 1
org/apache/maven/plugin/MojoExecution.java 2 12 0
org/apache/maven/plugin/PluginConfigurationException.java 0 7 3
org/apache/maven/plugin/PluginManager.java 1 44 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 0 6 3
org/apache/maven/plugin/PluginParameterExpressionEvaluator.java 0 5 10
org/apache/maven/plugin/version/DefaultPluginVersionManager.java 0 9 15
org/apache/maven/plugin/version/IntervalUtils.java 0 2 30
org/apache/maven/plugin/version/PluginVersionManager.java 1 2 1
org/apache/maven/plugin/version/PluginVersionNotFoundException.java 0 3 1
org/apache/maven/plugin/version/PluginVersionResolutionException.java 0 5 1
org/apache/maven/reactor/MavenExecutionException.java 0 4 0
org/apache/maven/usability/ArtifactNotFoundDiagnoser.java 0 2 1
org/apache/maven/usability/ArtifactResolverDiagnoser.java 0 2 1
org/apache/maven/usability/InvalidArtifactDiagnoser.java 0 2 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 0 2 1
org/apache/maven/usability/plugin/ExpressionDocumenter.java 0 1 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"
99 Errors Error
MemberName 0 Errors Error
JavadocMethod
  • scope: "protected"
371 Warnings Warning
JavadocType
  • scope: "protected"
26 Errors Error
JavadocVariable
  • scope: "protected"
66 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 3 Errors Error
FileLength 1 Errors Error
MethodLength 8 Errors Error
ParameterNumber 5 Errors Error
EmptyForIteratorPad
  • option: "space"
0 Errors Error
OperatorWrap 54 Errors Error
ParenPad
  • option: "space"
37 Errors Error
TabCharacter 1 Errors Error
WhitespaceAfter 1 Errors Error
WhitespaceAround 92 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
  • packageAllowed: "true"
  • protectedAllowed: "true"
0 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
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
Infos Missing a Javadoc comment. 9
Warnings Missing a Javadoc comment. 11

org/apache/maven/DefaultMaven.java

Violation Message Line
Infos Missing a Javadoc comment. 101
Infos Missing a Javadoc comment. 103
Infos Missing a Javadoc comment. 105
Infos Missing a Javadoc comment. 107
Infos Missing a Javadoc comment. 109
Warnings Missing a Javadoc comment. 121
Errors Line is longer than 120 characters. 373
Errors '54' is a magic number. 424
Errors '60000L' is a magic number. 454
Errors '3600000L' is a magic number. 457
Errors '+' should be on a new line. 499
Errors Line is longer than 120 characters. 520
Warnings Expected an @return tag. 574
Warnings Expected @param tag for 'pom'. 574
Warnings Expected @param tag for 'localRepository'. 574
Warnings Expected @param tag for 'settings'. 574
Warnings Expected @param tag for 'userProperties'. 575
Warnings Expected @param tag for 'globalProfileManager'. 575
Warnings Expected @throws tag for 'ProjectBuildingException'. 576
Warnings Expected @throws tag for 'ArtifactResolutionException'. 576
Warnings Expected @throws tag for 'ProfileActivationException'. 576
Warnings Missing a Javadoc comment. 592
Errors '+' should be on a new line. 599
Warnings Missing a Javadoc comment. 616
Errors Line is longer than 120 characters. 621
Errors Method length is 218 lines (max allowed is 150). 630
Errors '(' is not followed by whitespace. 696
Errors ')' is not preceded with whitespace. 696
Errors Line is longer than 120 characters. 698
Errors '+' is not preceded with whitespace. 698
Errors '+' is not followed by whitespace. 698
Errors ':' is not preceded with whitespace. 799
Errors Line is longer than 120 characters. 837
Errors Line is longer than 120 characters. 866
Warnings Missing a Javadoc comment. 877
Warnings Missing a Javadoc comment. 887
Warnings Missing a Javadoc comment. 900
Warnings Missing a Javadoc comment. 920
Warnings Missing a Javadoc comment. 974
Warnings Missing a Javadoc comment. 1026
Warnings Missing a Javadoc comment. 1045
Warnings Missing a Javadoc comment. 1050

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

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
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
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. 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
Errors Line is longer than 120 characters. 276
Warnings Missing a Javadoc comment. 344

org/apache/maven/cli/ConsoleDownloadMonitor.java

Violation Message Line
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
Errors Line is longer than 120 characters. 110
Warnings Missing a Javadoc comment. 118

org/apache/maven/cli/MavenCli.java

Violation Message Line
Warnings Expected @param tag for 'args'. 96
Warnings Expected an @return tag. 108
Errors Method length is 274 lines (max allowed is 150). 108
Warnings Expected @param tag for 'args'. 108
Warnings Expected @param tag for 'classWorld'. 108
Errors Line is longer than 120 characters. 227
Errors Line is longer than 120 characters. 241
Errors Line is longer than 120 characters. 297
Errors '=' is not preceded with whitespace. 305
Errors '=' is not followed by whitespace. 305
Errors '+' should be on a new line. 416
Errors '||' should be on a new line. 459
Errors More than 7 parameters. 499
Errors Line is longer than 120 characters. 567
Warnings 'embedder' hides a field. 601
Errors Line is longer than 120 characters. 658
Errors '+' should be on a new line. 709

org/apache/maven/container/ContainerUtils.java

Violation Message Line
Errors Missing a Javadoc comment. 30
Warnings Missing a Javadoc comment. 33
Errors '<' is not preceded with whitespace. 33
Errors '<' is not followed by whitespace. 33
Errors '>' is not preceded with whitespace. 33
Warnings Missing a Javadoc comment. 38
Errors Line is longer than 120 characters. 39
Errors '<' is not preceded with whitespace. 39
Errors '<' is not followed by whitespace. 39
Errors '>' is not preceded with whitespace. 39
Errors '<' is not preceded with whitespace. 41
Errors '<' is not followed by whitespace. 41
Errors '>' is not preceded with whitespace. 41
Errors '<' is not preceded with whitespace. 44
Errors '<' is not followed by whitespace. 44
Errors '>' is not preceded with whitespace. 44
Errors '>' is not followed by whitespace. 44
Errors '<' is not preceded with whitespace. 47
Errors '<' is not followed by whitespace. 47
Errors '>' is not preceded with whitespace. 47
Errors '<' is not preceded with whitespace. 50
Errors '<' is not followed by whitespace. 50
Errors '>' is not preceded with whitespace. 50
Errors '>' is not followed by whitespace. 50
Errors '<' is not preceded with whitespace. 54
Errors '<' is not followed by whitespace. 54
Errors '>' is not preceded with whitespace. 54
Errors '>' is not followed by whitespace. 54
Errors '<' is not preceded with whitespace. 57
Errors '<' is not followed by whitespace. 57
Errors '>' is not preceded with whitespace. 57

org/apache/maven/execution/BuildFailure.java

Violation Message Line
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
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. 48
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
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
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
Errors '<' is not preceded with whitespace. 163
Errors '<' is not followed by whitespace. 163
Errors '>' is not preceded with whitespace. 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
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
Errors '&&' should be on a new line. 166
Warnings Missing a Javadoc comment. 176
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
Errors '<' is not preceded with whitespace. 206
Errors '<' is not followed by whitespace. 206
Errors '>' is not preceded with whitespace. 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
Warnings Missing a Javadoc comment. 97
Errors '+' should be on a new line. 120
Errors Line is longer than 120 characters. 140
Errors '+' should be on a new line. 239
Warnings Missing a Javadoc comment. 268
Errors '<' is not preceded with whitespace. 272
Errors '<' is not followed by whitespace. 272
Errors '>' is not preceded with whitespace. 272
Warnings Missing a Javadoc comment. 285
Errors '<' is not preceded with whitespace. 286
Errors '<' is not followed by whitespace. 286
Errors '>' is not preceded with whitespace. 286
Errors '<' is not preceded with whitespace. 288
Errors '<' is not followed by whitespace. 288
Errors '>' is not preceded with whitespace. 288
Errors '<' is not preceded with whitespace. 288
Errors '<' is not followed by whitespace. 288
Errors '>' is not preceded with whitespace. 288
Errors '>' is not followed by whitespace. 288
Warnings Missing a Javadoc comment. 316
Errors Line is longer than 120 characters. 365
Errors 'catch' is not followed by whitespace. 371

org/apache/maven/extension/ExtensionManager.java

Violation Message Line
Warnings Missing a Javadoc comment. 40
Warnings Missing a Javadoc comment. 43
Warnings Missing a Javadoc comment. 45
Errors '<' is not preceded with whitespace. 45
Errors '<' is not followed by whitespace. 45
Errors '>' is not preceded with whitespace. 45

org/apache/maven/lifecycle/DefaultLifecycleExecutor.java

Violation Message Line
Errors File length is 2,063 lines (max allowed is 2,000). 1
Warnings Expected @param tag for 'session'. 131
Warnings Expected @param tag for 'rm'. 131
Warnings Expected @param tag for 'dispatcher'. 131
Warnings Expected @throws tag for 'BuildFailureException'. 132
Warnings Expected @throws tag for 'LifecycleExecutionException'. 132
Errors '<' is not preceded with whitespace. 187
Errors '<' is not followed by whitespace. 187
Errors '>' is not preceded with whitespace. 187
Errors '<' is not preceded with whitespace. 187
Errors '<' is not followed by whitespace. 187
Errors '>' is not preceded with whitespace. 187
Errors '>' is not followed by whitespace. 187
Errors Line is longer than 120 characters. 231
Errors Line is longer than 120 characters. 284
Errors Line is longer than 120 characters. 380
Errors More than 7 parameters. 380
Errors Line is longer than 120 characters. 381
Errors Line is longer than 120 characters. 409
Errors Line is longer than 120 characters. 426
Errors Line is longer than 120 characters. 549
Errors Line is longer than 120 characters. 564
Errors Line is longer than 120 characters. 573
Errors Method length is 152 lines (max allowed is 150). 573
Errors Line is longer than 120 characters. 583
Errors Line is longer than 120 characters. 663
Errors Line is longer than 120 characters. 674
Errors '+' should be on a new line. 698
Errors Line is longer than 120 characters. 728
Errors Line is longer than 120 characters. 753
Errors Line is longer than 120 characters. 766
Errors Line is longer than 120 characters. 770
Errors '+' should be on a new line. 770
Errors Line is longer than 120 characters. 788
Errors Line is longer than 120 characters. 795
Errors Line is longer than 120 characters. 824
Errors Line is longer than 120 characters. 832
Errors Line is longer than 120 characters. 862
Errors '&&' should be on a new line. 874
Errors Line is longer than 120 characters. 904
Errors Line is longer than 120 characters. 912
Errors Line is longer than 120 characters. 936
Errors Line is longer than 120 characters. 970
Errors Line is longer than 120 characters. 984
Errors Line is longer than 120 characters. 1014
Errors Line is longer than 120 characters. 1042
Errors Method length is 169 lines (max allowed is 150). 1042
Errors Line is longer than 120 characters. 1114
Errors Line is longer than 120 characters. 1211
Errors Line is longer than 120 characters. 1270
Errors Line is longer than 120 characters. 1288
Errors '+' should be on a new line. 1321
Errors '+' should be on a new line. 1322
Errors Line is longer than 120 characters. 1340
Errors Line is longer than 120 characters. 1387
Errors '+' should be on a new line. 1409
Errors Line is longer than 120 characters. 1422
Errors Line is longer than 120 characters. 1458
Errors '<' is not preceded with whitespace. 1458
Errors '<' is not followed by whitespace. 1458
Errors '>' is not preceded with whitespace. 1458
Errors '<' is not preceded with whitespace. 1461
Errors '<' is not followed by whitespace. 1461
Errors '>' is not preceded with whitespace. 1461
Errors '<' is not preceded with whitespace. 1461
Errors '<' is not followed by whitespace. 1461
Errors '>' is not preceded with whitespace. 1461
Errors '>' is not followed by whitespace. 1461
Errors '+' should be on a new line. 1482
Errors Line is longer than 120 characters. 1498
Errors Line is longer than 120 characters. 1508
Errors Line is longer than 120 characters. 1574
Errors Line is longer than 120 characters. 1616
Errors Line is longer than 120 characters. 1656
Errors '+' should be on a new line. 1688
Errors Line is longer than 120 characters. 1689
Errors Line is longer than 120 characters. 1698
Errors Line is longer than 120 characters. 1743
Errors '+' should be on a new line. 1760
Errors '+' should be on a new line. 1761
Errors '+' should be on a new line. 1828
Warnings Missing a Javadoc comment. 1890
Warnings Missing a Javadoc comment. 1895
Errors '+' should be on a new line. 1913
Errors '+' should be on a new line. 1914
Warnings Missing a Javadoc comment. 1987
Warnings Missing a Javadoc comment. 1997
Errors Line is longer than 120 characters. 2009
Errors Line is longer than 120 characters. 2022
Errors Line is longer than 120 characters. 2035
Errors Line is longer than 120 characters. 2044
Errors Line is longer than 120 characters. 2049
Warnings Missing a Javadoc comment. 2058

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
Warnings Missing a Javadoc comment. 43
Warnings Missing a Javadoc comment. 70

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

Violation Message Line
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
Warnings Missing a Javadoc comment. 35
Warnings Missing a Javadoc comment. 42

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

Violation Message Line
Warnings Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 39
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
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 Unused import - org.apache.maven.wagon.Wagon. 64
Errors Unused import - org.codehaus.plexus.component.repository.ComponentDescriptor. 76
Errors Missing a Javadoc comment. 104
Infos Missing a Javadoc comment. 108
Infos Missing a Javadoc comment. 110
Infos Missing a Javadoc comment. 112
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
Infos Missing a Javadoc comment. 133
Infos Missing a Javadoc comment. 135
Warnings Missing a Javadoc comment. 139
Warnings Missing a Javadoc comment. 148
Warnings Missing a Javadoc comment. 153
Errors '&&' should be on a new line. 250
Warnings Missing a Javadoc comment. 298
Errors Line is longer than 120 characters. 314
Errors Line is longer than 120 characters. 336
Errors Line is longer than 120 characters. 337
Errors Line is longer than 120 characters. 338
Errors Method length is 158 lines (max allowed is 150). 402
Warnings Missing a Javadoc comment. 402
Errors '+' should be on a new line. 414
Errors '+' should be on a new line. 421
Errors Line is longer than 120 characters. 443
Warnings Missing a Javadoc comment. 567
Warnings Missing a Javadoc comment. 588
Errors 'while' is not followed by whitespace. 662
Errors '(' is not followed by whitespace. 662
Errors Line is longer than 120 characters. 670
Errors '+' should be on a new line. 674
Errors Line is longer than 120 characters. 675
Errors Line is longer than 120 characters. 717
Errors Method length is 164 lines (max allowed is 150). 729
Errors '+' should be on a new line. 751
Errors '+' should be on a new line. 857
Errors Line is longer than 120 characters. 877
Warnings Missing a Javadoc comment. 899
Errors '&&' should be on a new line. 928
Errors Line is longer than 120 characters. 949
Errors '+' should be on a new line. 1037
Warnings Missing a Javadoc comment. 1303
Errors Line is longer than 120 characters. 1369
Errors Line is longer than 120 characters. 1375
Errors Line is longer than 120 characters. 1382
Warnings Missing a Javadoc comment. 1431
Warnings Missing a Javadoc comment. 1454
Warnings Missing a Javadoc comment. 1462
Warnings 'artifactResolver' hides a field. 1472
Warnings 'artifactFactory' hides a field. 1474
Errors '(' is not followed by whitespace. 1507
Errors ')' is not preceded with whitespace. 1507
Errors '(' is not followed by whitespace. 1512
Errors ')' is not preceded with whitespace. 1512
Errors '(' is not followed by whitespace. 1514
Errors ')' is not preceded with whitespace. 1514
Errors '(' is not followed by whitespace. 1534
Errors ')' is not preceded with whitespace. 1534
Errors '(' is not followed by whitespace. 1538
Errors ')' is not preceded with whitespace. 1538
Errors '(' is not followed by whitespace. 1542
Errors ')' is not preceded with whitespace. 1542
Errors '(' is not followed by whitespace. 1545
Errors ')' is not preceded with whitespace. 1545
Errors '&&' should be on a new line. 1545
Errors ')' is not preceded with whitespace. 1546
Errors '&&' should be on a new line. 1546
Errors ')' is not preceded with whitespace. 1547
Errors ')' is not preceded with whitespace. 1547
Errors Line is longer than 120 characters. 1552
Errors '+' is not preceded with whitespace. 1552
Errors '+' is not preceded with whitespace. 1552
Errors '+' is not followed by whitespace. 1552
Warnings 'artifactResolver' hides a field. 1572
Warnings Missing a Javadoc comment. 1586
Warnings Missing a Javadoc comment. 1598
Errors '<' is not preceded with whitespace. 1607
Errors '<' is not followed by whitespace. 1607
Errors '>' is not preceded with whitespace. 1607
Errors '<' is not preceded with whitespace. 1608
Errors '<' is not followed by whitespace. 1608
Errors '>' is not preceded with whitespace. 1608
Errors '<' is not preceded with whitespace. 1608
Errors '<' is not followed by whitespace. 1608
Errors '>' is not preceded with whitespace. 1608
Errors '>' is not followed by whitespace. 1608

org/apache/maven/plugin/DefaultPluginMappingManager.java

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

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
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
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
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
Warnings Missing a Javadoc comment. 52
Warnings Missing a Javadoc comment. 59
Warnings Missing a Javadoc comment. 66
Warnings Missing a Javadoc comment. 73
Warnings Missing a Javadoc comment. 80
Warnings Missing a Javadoc comment. 85
Warnings Missing a Javadoc comment. 90
Warnings Missing a Javadoc comment. 95
Warnings Missing a Javadoc comment. 100
Warnings Missing a Javadoc comment. 105
Warnings Missing a Javadoc comment. 110
Warnings Missing a Javadoc comment. 115

org/apache/maven/plugin/PluginConfigurationException.java

Violation Message Line
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. 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 Expected an @return tag. 63
Warnings Expected @param tag for 'plugin'. 63
Warnings Expected @param tag for 'project'. 63
Warnings Expected @param tag for 'settings'. 63
Warnings Expected @param tag for 'localRepository'. 64
Warnings Expected @throws tag for 'ArtifactResolutionException'. 65
Warnings Expected @throws tag for 'PluginVersionResolutionException'. 65
Warnings Expected @throws tag for 'ArtifactNotFoundException'. 65
Warnings Expected @throws tag for 'InvalidVersionSpecificationException'. 66
Warnings Expected @throws tag for 'InvalidPluginException'. 66
Warnings Expected @throws tag for 'PluginManagerException'. 66
Warnings Expected @throws tag for 'PluginNotFoundException'. 66
Warnings Expected @throws tag for 'PluginVersionNotFoundException'. 67
Warnings Missing a Javadoc comment. 69
Warnings Missing a Javadoc comment. 74
Warnings Missing a Javadoc comment. 77
Warnings Expected an @return tag. 83
Warnings Expected @param tag for 'plugin'. 83
Warnings Expected @param tag for 'project'. 83
Warnings Expected @param tag for 'session'. 83
Warnings Expected @throws tag for 'ArtifactResolutionException'. 84
Warnings Expected @throws tag for 'PluginVersionResolutionException'. 84
Warnings Expected @throws tag for 'ArtifactNotFoundException'. 84
Warnings Expected @throws tag for 'InvalidVersionSpecificationException'. 85
Warnings Expected @throws tag for 'InvalidPluginException'. 85
Warnings Expected @throws tag for 'PluginManagerException'. 85
Warnings Expected @throws tag for 'PluginNotFoundException'. 85
Warnings Expected @throws tag for 'PluginVersionNotFoundException'. 86
Warnings Expected an @return tag. 91
Warnings Expected @param tag for 'plugin'. 91
Warnings Expected @param tag for 'project'. 91
Warnings Expected @param tag for 'session'. 91
Warnings Expected @throws tag for 'ArtifactResolutionException'. 92
Warnings Expected @throws tag for 'PluginVersionResolutionException'. 92
Warnings Expected @throws tag for 'ArtifactNotFoundException'. 92
Warnings Expected @throws tag for 'InvalidVersionSpecificationException'. 93
Warnings Expected @throws tag for 'InvalidPluginException'. 93
Warnings Expected @throws tag for 'PluginManagerException'. 93
Warnings Expected @throws tag for 'PluginNotFoundException'. 93
Warnings Expected @throws tag for 'PluginVersionNotFoundException'. 94

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
Warnings Missing a Javadoc comment. 37
Warnings Missing a Javadoc comment. 47
Warnings Missing a Javadoc comment. 57
Warnings Missing a Javadoc comment. 62
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
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. 350
Warnings 'basedir' hides a field. 352

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

Violation Message Line
Errors Missing a Javadoc comment. 65
Warnings Missing a Javadoc comment. 87
Warnings Missing a Javadoc comment. 94
Errors Method length is 204 lines (max allowed is 150). 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 'pluginRegistry' hides a field. 312
Errors '+' should be on a new line. 341
Warnings 'pluginRegistry' hides a field. 353
Warnings 'pluginRegistry' hides a field. 450
Errors '+' should be on a new line. 462
Warnings 'pluginRegistry' hides a field. 475
Warnings 'pluginRegistry' hides a field. 490
Warnings 'pluginRegistry' hides a field. 555
Errors '+' should be on a new line. 565
Warnings 'pluginRegistry' hides a field. 594
Errors '+' should be on a new line. 617
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
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. 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
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
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
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
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
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

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
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
Warnings Missing a Javadoc comment. 49
Errors Line is longer than 120 characters. 75
Errors Line is longer than 120 characters. 79
Errors Line is longer than 120 characters. 166