Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
300274

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
1Errors Error
NewlineAtEndOfFile0Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
34Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
27Errors Error
JavadocMethod24Errors Error
JavadocType0Errors Error
JavadocVariable21Errors Error
JavadocStyle0Errors Error
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName7Errors Error
MethodName4Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport2Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
LineLength17Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter1Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap8Errors Error
ParenPad33Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter4Errors Error
WhitespaceAround26Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock0Errors Error
LeftCurly2Errors Error
NeedBraces0Errors Error
RightCurly2Errors Error
AvoidInlineConditionals1Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField1Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber3Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows1Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension15Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor1Errors Error
InterfaceIsType0Errors Error
VisibilityModifier21Errors Error
ArrayTypeStyle0Errors Error
FinalParameters17Errors Error
TodoComment0Errors Error
UpperEll0Errors Error

Details

org/sonatype/plugins/munge/Munge.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsUsing the '.*' form of import should be avoided - java.io.*.22
ErrorsUsing the '.*' form of import should be avoided - java.util.*.23
ErrorsLine has trailing spaces.26
ErrorsLine has trailing spaces.27
ErrorsLine has trailing spaces.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.37
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.62
ErrorsLine has trailing spaces.63
ErrorsLine is longer than 80 characters.89
ErrorsLine is longer than 80 characters.90
ErrorsMissing a Javadoc comment.107
ErrorsVariable 'symbols' must be private and have accessor methods.107
ErrorsMissing a Javadoc comment.109
ErrorsVariable 'oldTextStrings' must be private and have accessor methods.109
ErrorsMissing a Javadoc comment.110
ErrorsVariable 'newTextStrings' must be private and have accessor methods.110
ErrorsMissing a Javadoc comment.112
ErrorsVariable 'errors' must be private and have accessor methods.112
ErrorsMissing a Javadoc comment.113
ErrorsVariable 'line' must be private and have accessor methods.113
ErrorsMissing a Javadoc comment.114
ErrorsVariable 'inName' must be private and have accessor methods.114
ErrorsMissing a Javadoc comment.115
ErrorsVariable 'in' must be private and have accessor methods.115
ErrorsMissing a Javadoc comment.116
ErrorsVariable 'out' must be private and have accessor methods.116
ErrorsMissing a Javadoc comment.117
ErrorsVariable 'stack' must be private and have accessor methods.117
ErrorsMissing a Javadoc comment.118
ErrorsVariable 'printing' must be private and have accessor methods.118
ErrorsMissing a Javadoc comment.119
ErrorsVariable 'source' must be private and have accessor methods.119
ErrorsMissing a Javadoc comment.120
ErrorsVariable 'block' must be private and have accessor methods.120
ErrorsMissing a Javadoc comment.122
ErrorsVariable 'commands' must be private and have accessor methods.122
Errors'{' is followed by whitespace.122
ErrorsMissing a Javadoc comment.123
ErrorsName 'IF' must match pattern '^[a-z][a-zA-Z0-9]*$'.123
ErrorsVariable 'IF' must be private and have accessor methods.123
ErrorsMissing a Javadoc comment.124
ErrorsName 'IF_NOT' must match pattern '^[a-z][a-zA-Z0-9]*$'.124
ErrorsVariable 'IF_NOT' must be private and have accessor methods.124
ErrorsMissing a Javadoc comment.125
ErrorsName 'ELSE' must match pattern '^[a-z][a-zA-Z0-9]*$'.125
ErrorsVariable 'ELSE' must be private and have accessor methods.125
ErrorsMissing a Javadoc comment.126
ErrorsName 'END' must match pattern '^[a-z][a-zA-Z0-9]*$'.126
ErrorsVariable 'END' must be private and have accessor methods.126
ErrorsMissing a Javadoc comment.127
ErrorsVariable 'numCommands' must be private and have accessor methods.127
ErrorsMissing a Javadoc comment.129
ErrorsName 'EOF' must match pattern '^[a-z][a-zA-Z0-9]*$'.129
ErrorsVariable 'EOF' must be private and have accessor methods.129
ErrorsMissing a Javadoc comment.130
ErrorsName 'COMMENT' must match pattern '^[a-z][a-zA-Z0-9]*$'.130
ErrorsVariable 'COMMENT' must be private and have accessor methods.130
ErrorsMissing a Javadoc comment.131
ErrorsName 'CODE' must match pattern '^[a-z][a-zA-Z0-9]*$'.131
ErrorsVariable 'CODE' must be private and have accessor methods.131
ErrorsMethod 'getCommand' is not designed for extension - needs to be abstract, final or empty.133
ErrorsMissing a Javadoc comment.133
ErrorsParameter s should be final.133
ErrorsMethod 'error' is not designed for extension - needs to be abstract, final or empty.142
ErrorsMissing a Javadoc comment.142
ErrorsParameter text should be final.142
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsMethod 'printErrorCount' is not designed for extension - needs to be abstract, final or empty.147
ErrorsMissing a Javadoc comment.147
ErrorsLine contains a tab character.148
ErrorsLine has trailing spaces.149
ErrorsLine contains a tab character.149
Errors'+' should be on a new line.149
ErrorsLine contains a tab character.150
ErrorsAvoid inline conditionals.150
ErrorsLine contains a tab character.151
ErrorsMethod 'hasErrors' is not designed for extension - needs to be abstract, final or empty.154
ErrorsMissing a Javadoc comment.154
ErrorsLine contains a tab character.155
ErrorsMissing a Javadoc comment.158
ErrorsParameter inName should be final.158
Errors'inName' hides a field.158
ErrorsParameter outName should be final.158
Errors'if' is not followed by whitespace.160
Errors'(' is followed by whitespace.160
Errors')' is preceded with whitespace.160
Errors'(' is followed by whitespace.161
Errors')' is preceded with whitespace.161
Errors'(' is followed by whitespace.164
Errors')' is preceded with whitespace.164
Errors'if' is not followed by whitespace.172
Errors'(' is followed by whitespace.172
Errors')' is preceded with whitespace.172
Errors'(' is followed by whitespace.176
Errors')' is preceded with whitespace.176
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.184
ErrorsMissing a Javadoc comment.184
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
ErrorsMethod 'cmd_if' is not designed for extension - needs to be abstract, final or empty.190
ErrorsMissing a Javadoc comment.190
ErrorsName 'cmd_if' must match pattern '^[a-z][a-zA-Z0-9]*$'.190
ErrorsParameter version should be final.190
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
ErrorsLine contains a tab character.193
ErrorsMethod 'cmd_if_not' is not designed for extension - needs to be abstract, final or empty.196
ErrorsMissing a Javadoc comment.196
ErrorsName 'cmd_if_not' must match pattern '^[a-z][a-zA-Z0-9]*$'.196
ErrorsParameter version should be final.196
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.198
ErrorsLine contains a tab character.199
ErrorsMethod 'cmd_else' is not designed for extension - needs to be abstract, final or empty.202
ErrorsMissing a Javadoc comment.202
ErrorsName 'cmd_else' must match pattern '^[a-z][a-zA-Z0-9]*$'.202
ErrorsMethod 'cmd_end' is not designed for extension - needs to be abstract, final or empty.206
ErrorsMissing a Javadoc comment.206
ErrorsName 'cmd_end' must match pattern '^[a-z][a-zA-Z0-9]*$'.206
ErrorsRedundant throws: 'EmptyStackException' is unchecked exception.206
ErrorsLine contains a tab character.207
Errors'cast' is not followed by whitespace.207
ErrorsLine contains a tab character.208
ErrorsMethod 'print' is not designed for extension - needs to be abstract, final or empty.211
ErrorsMissing a Javadoc comment.211
ErrorsParameter s should be final.211
ErrorsMethod 'countLines' is not designed for extension - needs to be abstract, final or empty.224
ErrorsMissing a Javadoc comment.224
ErrorsParameter s should be final.224
ErrorsMethod 'processComment' is not designed for extension - needs to be abstract, final or empty.237
ErrorsMissing a Javadoc comment.237
ErrorsParameter comment should be final.237
ErrorsLine has trailing spaces.302
ErrorsMethod 'nextBlock' is not designed for extension - needs to be abstract, final or empty.304
ErrorsMissing a Javadoc comment.304
ErrorsMissing a Javadoc comment.345
ErrorsParameter source should be final.345
ErrorsParameter fromIndex should be final.345
ErrorsLine has trailing spaces.349
ErrorsMissing a Javadoc comment.370
ErrorsParameter input should be final.370
ErrorsMethod 'substitute' is not designed for extension - needs to be abstract, final or empty.380
ErrorsMissing a Javadoc comment.380
Errors'cast' is not followed by whitespace.382
Errors'cast' is not followed by whitespace.383
ErrorsLine has trailing spaces.386
Errors'+' should be on a new line.386
ErrorsMethod 'process' is not designed for extension - needs to be abstract, final or empty.392
ErrorsMissing a Javadoc comment.392
Errors'8192' is a magic number.395
Errors'8192' is a magic number.397
ErrorsLine contains a tab character.414
ErrorsLine contains a tab character.416
ErrorsLine contains a tab character.417
ErrorsLine contains a tab character.418
ErrorsLine contains a tab character.419
ErrorsLine contains a tab character.426
Errors'+' should be on a new line.426
Errors'+' should be on a new line.427
ErrorsLine has trailing spaces.428
Errors'+' should be on a new line.428
ErrorsLine contains a tab character.429
Errors'+' should be on a new line.429
Errors'+' should be on a new line.430
ErrorsLine has trailing spaces.431
Errors'+' should be on a new line.431
ErrorsLine contains a tab character.432
ErrorsLine contains a tab character.434
ErrorsMissing a Javadoc comment.436
ErrorsParameter msg should be final.436
ErrorsParameter args should be final.444
ErrorsExpected @param tag for 'args'.444
ErrorsLine contains a tab character.446
ErrorsLine contains a tab character.447
Errors'(' is followed by whitespace.451
Errors')' is preceded with whitespace.451
Errors'catch' is not followed by whitespace.452
Errors'(' is followed by whitespace.452
Errors')' is preceded with whitespace.452
ErrorsLine has trailing spaces.455
ErrorsLine contains a tab character.456
ErrorsLine contains a tab character.457
ErrorsLine contains a tab character.458
Errors'}' should be on the same line.462
Errors'}' should be on the same line.479
ErrorsLine contains a tab character.486
ErrorsLine contains a tab character.488
Errors'-' is not preceded with whitespace.490
Errors'-' is not followed by whitespace.490
Errors'-' is not preceded with whitespace.490
Errors'-' is not followed by whitespace.490
Errors'if' is not followed by whitespace.493
Errors'(' is followed by whitespace.493
Errors')' is preceded with whitespace.493
Errors'(' is followed by whitespace.494
Errors'-' is not preceded with whitespace.494
Errors'-' is not followed by whitespace.494
Errors')' is preceded with whitespace.494
Errors'if' is not followed by whitespace.495
Errors'(' is followed by whitespace.495
Errors')' is preceded with whitespace.495
Errors'for' is not followed by whitespace.497
Errors'<' is not preceded with whitespace.497
Errors'<' is not followed by whitespace.497
Errors'-' is not preceded with whitespace.497
Errors'-' is not followed by whitespace.497
Errors')' is preceded with whitespace.497
Errors'(' is followed by whitespace.499
Errors')' is preceded with whitespace.499
Errors'(' is followed by whitespace.500
Errors')' is preceded with whitespace.500
Errors'if' is not followed by whitespace.503
Errors'(' is followed by whitespace.503
Errors')' is preceded with whitespace.503
ErrorsLine has trailing spaces.506
Errors'if' is not followed by whitespace.508
Errors'(' is followed by whitespace.508
Errors')' is preceded with whitespace.508
ErrorsLine has trailing spaces.510
Errors'if' is not followed by whitespace.511
Errors'(' is followed by whitespace.511
Errors')' is preceded with whitespace.511
Errors'-' is not preceded with whitespace.512
Errors'-' is not followed by whitespace.512
ErrorsLine has trailing spaces.513
Errors'for' is not followed by whitespace.518
Errors'(' is followed by whitespace.518
Errors'=' is not preceded with whitespace.518
Errors'=' is not followed by whitespace.518
Errors'<' is not preceded with whitespace.518
Errors'<' is not followed by whitespace.518
Errors')' is preceded with whitespace.518
ErrorsLine has trailing spaces.525
ErrorsUtility classes should not have a public or default constructor.547
ErrorsLine is longer than 80 characters.554
ErrorsExpected an @return tag.558
ErrorsParameter args should be final.558
ErrorsExpected @param tag for 'args'.558
ErrorsExpected @throws tag for 'IOException'.559
Errors'{' should be on the previous line.560
ErrorsMissing a Javadoc comment.580
ErrorsParameter name should be final.580
ErrorsParameter args should be final.580
Errors'{' should be on the previous line.582
Errors'255' is a magic number.586

org/sonatype/plugins/munge/MungeForkMojo.java

ViolationMessageLine
ErrorsGot an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name0
ErrorsLine is longer than 80 characters.7
ErrorsLine has trailing spaces.8

org/sonatype/plugins/munge/MungeMojo.java

ViolationMessageLine
ErrorsGot an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name0
ErrorsLine is longer than 80 characters.14
ErrorsLine has trailing spaces.15
ErrorsLine has trailing spaces.26
ErrorsLine is longer than 80 characters.32
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.40
ErrorsLine has trailing spaces.41
ErrorsLine is longer than 80 characters.47
ErrorsLine has trailing spaces.48
ErrorsLine is longer than 80 characters.75
ErrorsLine is longer than 80 characters.76
ErrorsLine is longer than 80 characters.78
ErrorsLine is longer than 80 characters.79
ErrorsLine is longer than 80 characters.92
ErrorsLine is longer than 80 characters.93
ErrorsLine is longer than 80 characters.98
ErrorsLine has trailing spaces.99
ErrorsLine is longer than 80 characters.107
ErrorsLine is longer than 80 characters.112