Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
114164126

Rules

RulesViolationsSeverity
LeftCurly
  • option: "nl"
0Errors Error
RightCurly
  • option: "alone"
0Errors Error
LineLength
  • ignorePattern: "@version|@see|@todo|TODO"
  • max: "120"
36Errors Error
MemberName0Errors Error
JavadocMethod
  • scope: "protected"
57Warnings Warning
JavadocType
  • scope: "protected"
3Errors Error
JavadocVariable
  • scope: "protected"
41Infos Info
ConstantName2Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName1Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
FileLength0Errors Error
MethodLength1Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad
  • option: "space"
0Errors Error
OperatorWrap0Errors Error
ParenPad
  • option: "space"
2Errors Error
TabCharacter0Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround68Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock
  • option: "text"
0Errors Error
NeedBraces0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
7Warnings Warning
IllegalInstantiation0Errors Error
InnerAssignment0Errors 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"
12Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
1Errors Error
UpperEll0Errors Error

Details

org/apache/maven/cli/AbstractMavenTransferListener.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.32
InfosMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.85
Errors'1023' is a magic number.87

org/apache/maven/cli/BatchModeMavenTransferListener.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.24
WarningsMissing a Javadoc comment.27

org/apache/maven/cli/CLIManager.java

ViolationMessageLine
InfosMissing a Javadoc comment.41
InfosMissing a Javadoc comment.43
InfosMissing a Javadoc comment.45
InfosMissing a Javadoc comment.47
InfosMissing a Javadoc comment.49
InfosMissing a Javadoc comment.51
InfosMissing a Javadoc comment.53
InfosMissing a Javadoc comment.55
InfosMissing a Javadoc comment.57
InfosMissing a Javadoc comment.59
InfosMissing a Javadoc comment.61
InfosMissing a Javadoc comment.63
InfosMissing a Javadoc comment.65
InfosMissing a Javadoc comment.67
InfosMissing a Javadoc comment.69
InfosMissing a Javadoc comment.71
InfosMissing a Javadoc comment.73
InfosMissing a Javadoc comment.75
InfosMissing a Javadoc comment.77
InfosMissing a Javadoc comment.79
InfosMissing a Javadoc comment.81
InfosMissing a Javadoc comment.83
InfosMissing a Javadoc comment.85
InfosMissing a Javadoc comment.87
InfosMissing a Javadoc comment.89
InfosMissing a Javadoc comment.91
InfosMissing a Javadoc comment.93
InfosMissing a Javadoc comment.95
InfosMissing a Javadoc comment.97
InfosMissing a Javadoc comment.99
WarningsMissing a Javadoc comment.103
ErrorsLine is longer than 120 characters.107
ErrorsLine is longer than 120 characters.108
ErrorsLine is longer than 120 characters.109
ErrorsLine is longer than 120 characters.111
ErrorsLine is longer than 120 characters.112
ErrorsLine is longer than 120 characters.113
ErrorsLine is longer than 120 characters.114
ErrorsLine is longer than 120 characters.115
ErrorsLine is longer than 120 characters.116
ErrorsLine is longer than 120 characters.117
ErrorsLine is longer than 120 characters.118
ErrorsLine is longer than 120 characters.119
ErrorsLine is longer than 120 characters.120
ErrorsLine is longer than 120 characters.121
ErrorsLine is longer than 120 characters.122
ErrorsLine is longer than 120 characters.123
ErrorsLine is longer than 120 characters.124
ErrorsLine is longer than 120 characters.125
ErrorsLine is longer than 120 characters.126
ErrorsLine is longer than 120 characters.127
ErrorsLine is longer than 120 characters.128
ErrorsLine is longer than 120 characters.129
ErrorsLine is longer than 120 characters.130
ErrorsLine is longer than 120 characters.131
ErrorsLine is longer than 120 characters.132
ErrorsLine is longer than 120 characters.133
ErrorsLine is longer than 120 characters.134
ErrorsLine is longer than 120 characters.135
ErrorsLine is longer than 120 characters.136
ErrorsLine is longer than 120 characters.140
ErrorsLine is longer than 120 characters.141
ErrorsLine is longer than 120 characters.142
ErrorsLine is longer than 120 characters.143
WarningsMissing a Javadoc comment.146
Errors'<' is not preceded with whitespace.159
Errors'<' is not followed by whitespace.159
Errors'>' is not preceded with whitespace.159
Errors'<' is not preceded with whitespace.159
Errors'<' is not followed by whitespace.159
Errors'>' is not preceded with whitespace.159
Errors'>' is not followed by whitespace.159
WarningsMissing a Javadoc comment.253

org/apache/maven/cli/CLIReportingUtils.java

ViolationMessageLine
InfosMissing a Javadoc comment.45
InfosMissing a Javadoc comment.47
InfosMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.51
Errors'60000L' is a magic number.151
Errors'3600000L' is a magic number.154
WarningsMissing a Javadoc comment.189

org/apache/maven/cli/ConsoleMavenTransferListener.java

ViolationMessageLine
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.39
Errors'<' is not followed by whitespace.39
Errors'>' is not preceded with whitespace.39
Errors'>' is not followed by whitespace.39
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.48
Errors'<' is not preceded with whitespace.57
Errors'<' is not followed by whitespace.57
Errors'>' is not preceded with whitespace.57
WarningsMissing a Javadoc comment.107
WarningsMissing a Javadoc comment.115

org/apache/maven/cli/DefaultEventSpyContext.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.27
Errors'<' is not preceded with whitespace.31
Errors'<' is not followed by whitespace.31
Errors'>' is not preceded with whitespace.31
Errors'<' is not preceded with whitespace.31
Errors'<' is not followed by whitespace.31
Errors'>' is not preceded with whitespace.31
Errors'>' is not followed by whitespace.31
WarningsMissing 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

org/apache/maven/cli/ExecutionEventLogger.java

ViolationMessageLine
WarningsMissing a Javadoc comment.47
Errors'60' is a magic number.73
Errors'60' is a magic number.73
Errors'60' is a magic number.74
Errors'60' is a magic number.74
Errors'60' is a magic number.74
Errors'60' is a magic number.75
Errors'60' is a magic number.75
Errors'60' is a magic number.75
WarningsMissing a Javadoc comment.95
WarningsMissing a Javadoc comment.104
WarningsMissing a Javadoc comment.122
Errors'21' is a magic number.157
ErrorsName 'MB' must match pattern '^[a-z][a-zA-Z0-9]*$'.218
WarningsMissing a Javadoc comment.223
WarningsMissing a Javadoc comment.238
WarningsMissing a Javadoc comment.252
WarningsMissing a Javadoc comment.262
WarningsMissing a Javadoc comment.279
WarningsMissing a Javadoc comment.296
WarningsMissing a Javadoc comment.328

org/apache/maven/cli/MavenCli.java

ViolationMessageLine
InfosMissing a Javadoc comment.83
InfosMissing a Javadoc comment.85
InfosMissing a Javadoc comment.87
ErrorsName 'userHome' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.87
InfosMissing a Javadoc comment.89
ErrorsName 'userMavenConfigurationHome' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.89
InfosMissing a Javadoc comment.91
InfosMissing a Javadoc comment.93
InfosMissing a Javadoc comment.96
WarningsMissing a Javadoc comment.119
WarningsMissing a Javadoc comment.125
WarningsMissing a Javadoc comment.130
WarningsExpected an @return tag.138
WarningsExpected @param tag for 'args'.138
WarningsExpected @param tag for 'classWorld'.138
WarningsMissing a Javadoc comment.145
WarningsMissing a Javadoc comment.152
WarningsMissing a Javadoc comment.181
Errors'catch' is not followed by whitespace.198
Warnings'container' hides a field.364
Errors'<' is not preceded with whitespace.397
Errors'<' is not followed by whitespace.397
Errors'>' is not preceded with whitespace.397
Warnings'logger' hides a field.421
WarningsMissing a Javadoc comment.479
Warnings'container' hides a field.479
ErrorsLine is longer than 120 characters.495
Errors'<' is not preceded with whitespace.547
Errors'<' is not followed by whitespace.547
Errors'>' is not preceded with whitespace.547
Errors'<' is not preceded with whitespace.547
Errors'<' is not followed by whitespace.547
Errors'>' is not preceded with whitespace.547
Errors'>' is not followed by whitespace.547
Errors'<' is not preceded with whitespace.580
Errors'<' is not followed by whitespace.580
Errors'>' is not preceded with whitespace.580
Errors'<' is not preceded with whitespace.610
Errors'<' is not followed by whitespace.610
Errors'>' is not preceded with whitespace.610
ErrorsLine is longer than 120 characters.645
WarningsMissing a Javadoc comment.663
Warnings'container' hides a field.663
ErrorsLine is longer than 120 characters.721
ErrorsMethod length is 262 lines (max allowed is 150).754
Errors'(' is not followed by whitespace.792
Errors')' is not preceded with whitespace.792
Errors'<' is not preceded with whitespace.793
Errors'<' is not followed by whitespace.793
Errors'>' is not preceded with whitespace.793
Errors'<' is not preceded with whitespace.847
Errors'<' is not followed by whitespace.847
Errors'>' is not preceded with whitespace.847
Errors'<' is not preceded with whitespace.847
Errors'<' is not followed by whitespace.847
Errors'>' is not preceded with whitespace.847
Errors'>' is not followed by whitespace.847
Errors'<' is not preceded with whitespace.849
Errors'<' is not followed by whitespace.849
Errors'>' is not preceded with whitespace.849
Errors'<' is not preceded with whitespace.849
Errors'<' is not followed by whitespace.849
Errors'>' is not preceded with whitespace.849
Errors'>' is not followed by whitespace.849
Errors'<' is not preceded with whitespace.960
Errors'<' is not followed by whitespace.960
Errors'>' is not preceded with whitespace.960
Errors'<' is not preceded with whitespace.960
Errors'<' is not followed by whitespace.960
Errors'>' is not preceded with whitespace.960
Errors'>' is not followed by whitespace.960
ErrorsVariable 'exitCode' must be private and have accessor methods.1126

org/apache/maven/cli/MavenLoggerManager.java

ViolationMessageLine
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.67
WarningsMissing a Javadoc comment.80
Warnings'currentThreshold' hides a field.80
WarningsMissing a Javadoc comment.85
Warnings'currentThreshold' hides a field.85
WarningsMissing a Javadoc comment.98
Warnings'threshold' hides a field.100
WarningsMissing a Javadoc comment.104
WarningsMissing a Javadoc comment.110
WarningsMissing a Javadoc comment.116
WarningsMissing a Javadoc comment.121

org/apache/maven/cli/PrintStreamLogger.java

ViolationMessageLine
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.72
WarningsMissing a Javadoc comment.88
WarningsMissing a Javadoc comment.104
WarningsMissing a Javadoc comment.120
WarningsMissing a Javadoc comment.136
WarningsMissing a Javadoc comment.152
WarningsMissing a Javadoc comment.168
WarningsMissing a Javadoc comment.182