Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
65 66 347 241

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 16
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/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 4
org/apache/maven/execution/ReactorManager.java 6 18 4
org/apache/maven/execution/RuntimeInformation.java 0 1 0
org/apache/maven/extension/DefaultExtensionManager.java 0 3 5
org/apache/maven/extension/ExtensionManager.java 0 2 0
org/apache/maven/lifecycle/DefaultLifecycleExecutor.java 0 10 42
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 18 49
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 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 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"
74 Errors Error
MemberName 0 Errors Error
JavadocMethod
  • scope: "protected"
332 Warnings Warning
JavadocType
  • scope: "protected"
25 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 1 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 15 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. 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
Warnings Missing a Javadoc comment. 120
Errors Line is longer than 120 characters. 401
Errors '54' is a magic number. 452
Errors '60000L' is a magic number. 482
Errors '3600000L' is a magic number. 485
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 182 lines (max allowed is 150). 658
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 Line is longer than 120 characters. 829
Errors Line is longer than 120 characters. 858
Warnings Missing a Javadoc comment. 869
Warnings Missing a Javadoc comment. 879
Warnings Missing a Javadoc comment. 892
Warnings Missing a Javadoc comment. 912
Warnings Missing a Javadoc comment. 966
Warnings Missing a Javadoc comment. 1018
Warnings Missing a Javadoc comment. 1037
Warnings Missing a Javadoc comment. 1042

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/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
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
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. 93
Errors '+' should be on a new line. 116
Errors Line is longer than 120 characters. 136
Errors '+' should be on a new line. 235
Warnings Missing a Javadoc comment. 264
Warnings Missing a Javadoc comment. 286
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
Errors File length is 2,020 lines (max allowed is 2,000). 1
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
Errors Line is longer than 120 characters. 268
Errors More than 7 parameters. 364
Errors Method length is 152 lines (max allowed is 150). 557
Errors Line is longer than 120 characters. 567
Errors Line is longer than 120 characters. 647
Errors Line is longer than 120 characters. 658
Errors '+' should be on a new line. 682
Errors Line is longer than 120 characters. 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
Errors Line is longer than 120 characters. 779
Errors Line is longer than 120 characters. 808
Errors Line is longer than 120 characters. 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
Errors Line is longer than 120 characters. 920
Errors Line is longer than 120 characters. 954
Errors Line is longer than 120 characters. 968
Errors Method length is 170 lines (max allowed is 150). 1026
Errors Line is longer than 120 characters. 1098
Errors Line is longer than 120 characters. 1196
Errors '+' should be on a new line. 1306
Errors '+' should be on a new line. 1307
Errors '+' should be on a new line. 1396
Errors '+' should be on a new line. 1470
Errors Line is longer than 120 characters. 1506
Errors '+' should be on a new line. 1645
Errors Line is longer than 120 characters. 1646
Errors '+' should be on a new line. 1717
Errors '+' should be on a new line. 1718
Errors '+' should be on a new line. 1785
Warnings Missing a Javadoc comment. 1847
Warnings Missing a Javadoc comment. 1852
Errors '+' should be on a new line. 1870
Errors '+' should be on a new line. 1871
Warnings Missing a Javadoc comment. 1944
Warnings Missing a Javadoc comment. 1954
Errors Line is longer than 120 characters. 1966
Errors Line is longer than 120 characters. 1979
Errors Line is longer than 120 characters. 1992
Errors Line is longer than 120 characters. 2001
Errors Line is longer than 120 characters. 2006
Warnings Missing a Javadoc comment. 2015

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 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. 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
Errors '&&' should be on a new line. 243
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
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
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
Errors '+' should be on a new line. 1030
Warnings Missing a Javadoc comment. 1296
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 '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 '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
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 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
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