Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
51211650

Rules

RulesViolationsSeverity
FileLength0Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
1Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
LeftCurly
  • option: "nl"
0Errors Error
RightCurly
  • option: "alone"
0Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
2Errors Error
MemberName0Errors Error
JavadocMethod
  • scope: "protected"
97Warnings Warning
JavadocType
  • scope: "protected"
0Errors Error
JavadocVariable
  • scope: "protected"
12Infos Info
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName1Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName1Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports1Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad
  • option: "space"
0Errors Error
OperatorWrap0Errors Error
ParenPad
  • option: "space"
0Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround0Errors 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"
19Warnings 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"
7Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows35Errors Error
SimplifyBooleanExpression2Errors Error
SimplifyBooleanReturn0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0Errors Error
UpperEll0Errors Error

Details

org/apache/maven/wagon/CommandExecutorTestCase.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsMissing a Javadoc comment.31
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.82
WarningsMissing a Javadoc comment.104

org/apache/maven/wagon/FileTestUtils.java

ViolationMessageLine
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.84
WarningsMissing a Javadoc comment.101

org/apache/maven/wagon/StreamingWagonTestCase.java

ViolationMessageLine
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.101
Errors'30000' is a magic number.109
WarningsMissing a Javadoc comment.114
WarningsMissing a Javadoc comment.127
ErrorsRedundant throws: 'NoSuchAlgorithmException' is subclass of 'Exception'.141
ErrorsRedundant throws: 'IOException' is subclass of 'Exception'.141
ErrorsRedundant throws: 'ConnectionException' is subclass of 'Exception'.141
ErrorsRedundant throws: 'AuthenticationException' is subclass of 'Exception'.141
ErrorsRedundant throws: 'TransferFailedException' is subclass of 'Exception'.142
ErrorsRedundant throws: 'ResourceDoesNotExistException' is subclass of 'Exception'.142
ErrorsRedundant throws: 'AuthorizationException' is subclass of 'Exception'.142
WarningsMissing a Javadoc comment.169
WarningsMissing a Javadoc comment.207

org/apache/maven/wagon/WagonTestCase.java

ViolationMessageLine
ErrorsUnused import - java.util.Collections.27
InfosMissing a Javadoc comment.78
ErrorsName 'POM' must match pattern '^[a-z][a-zA-Z0-9]*$'.78
InfosMissing a Javadoc comment.80
InfosMissing a Javadoc comment.82
InfosMissing a Javadoc comment.84
InfosMissing a Javadoc comment.86
InfosMissing a Javadoc comment.88
InfosMissing a Javadoc comment.90
InfosMissing a Javadoc comment.92
InfosMissing a Javadoc comment.94
InfosMissing a Javadoc comment.96
InfosMissing a Javadoc comment.98
InfosMissing a Javadoc comment.100
WarningsMissing a Javadoc comment.106
WarningsExpected an @return tag.125
WarningsExpected @throws tag for 'IOException'.126
WarningsMissing a Javadoc comment.144
WarningsMissing a Javadoc comment.177
WarningsMissing a Javadoc comment.183
WarningsMissing a Javadoc comment.188
WarningsMissing a Javadoc comment.197
WarningsMissing a Javadoc comment.202
WarningsMissing a Javadoc comment.207
WarningsMissing a Javadoc comment.221
WarningsMissing a Javadoc comment.230
WarningsMissing a Javadoc comment.242
Errors'30000' is a magic number.250
WarningsMissing a Javadoc comment.255
WarningsMissing a Javadoc comment.260
WarningsMissing a Javadoc comment.272
ErrorsRedundant throws: 'NoSuchAlgorithmException' is subclass of 'Exception'.285
ErrorsRedundant throws: 'IOException' is subclass of 'Exception'.285
ErrorsRedundant throws: 'ConnectionException' is subclass of 'Exception'.285
ErrorsRedundant throws: 'AuthenticationException' is subclass of 'Exception'.285
ErrorsRedundant throws: 'TransferFailedException' is subclass of 'Exception'.286
ErrorsRedundant throws: 'ResourceDoesNotExistException' is subclass of 'Exception'.286
ErrorsRedundant throws: 'AuthorizationException' is subclass of 'Exception'.286
WarningsMissing a Javadoc comment.304
ErrorsExpression can be simplified.308
ErrorsLine is longer than 120 characters.314
WarningsMissing a Javadoc comment.336
ErrorsExpression can be simplified.347
Warnings'resource' hides a field.360
WarningsMissing a Javadoc comment.377
WarningsExpected @throws tag for 'Exception'.426
WarningsExpected @throws tag for 'Exception'.473
WarningsExpected @throws tag for 'Exception'.528
WarningsExpected @param tag for 'wagon'.581
WarningsExpected @throws tag for 'Exception'.582
WarningsMissing a Javadoc comment.587
Warnings'destFile' hides a field.595
WarningsExpected @throws tag for 'TransferFailedException'.614
WarningsExpected @throws tag for 'AuthorizationException'.614
WarningsMissing a Javadoc comment.640
WarningsMissing a Javadoc comment.679
WarningsExpected @throws tag for 'Exception'.720
WarningsExpected @throws tag for 'Exception'.774
WarningsExpected @throws tag for 'Exception'.810
WarningsExpected @throws tag for 'Exception'.836
WarningsMissing a Javadoc comment.860
WarningsMissing a Javadoc comment.882
Warnings'resource' hides a field.884
WarningsMissing a Javadoc comment.909
Warnings'resource' hides a field.909
WarningsMissing a Javadoc comment.917
WarningsMissing a Javadoc comment.925
WarningsMissing a Javadoc comment.946
WarningsMissing a Javadoc comment.955
WarningsMissing a Javadoc comment.965
WarningsMissing a Javadoc comment.975
Warnings'resource' hides a field.977
WarningsMissing a Javadoc comment.1001
WarningsMissing a Javadoc comment.1006
Warnings'resource' hides a field.1006
WarningsMissing a Javadoc comment.1014
WarningsMissing a Javadoc comment.1048

org/apache/maven/wagon/http/HttpWagonTestCase.java

ViolationMessageLine
WarningsMissing a Javadoc comment.76
Errors'10007' is a magic number.91
WarningsMissing a Javadoc comment.103
Warnings'server' hides a field.103
WarningsMissing a Javadoc comment.112
WarningsMissing a Javadoc comment.118
WarningsMissing a Javadoc comment.130
Warnings'server' hides a field.140
ErrorsLine is longer than 120 characters.146
WarningsMissing a Javadoc comment.157
WarningsMissing a Javadoc comment.159
Warnings'server' hides a field.159
WarningsMissing a Javadoc comment.163
Warnings'server' hides a field.163
WarningsMissing a Javadoc comment.169
WarningsMissing a Javadoc comment.183
WarningsMissing a Javadoc comment.197
ErrorsRedundant throws: 'ConnectionException' is subclass of 'Exception'.212
ErrorsRedundant throws: 'AuthenticationException' is subclass of 'Exception'.212
ErrorsRedundant throws: 'TransferFailedException' is subclass of 'Exception'.212
ErrorsRedundant throws: 'ResourceDoesNotExistException' is subclass of 'Exception'.213
ErrorsRedundant throws: 'AuthorizationException' is subclass of 'Exception'.213
Warnings'server' hides a field.217
WarningsMissing a Javadoc comment.239
WarningsMissing a Javadoc comment.253
WarningsMissing a Javadoc comment.266
ErrorsRedundant throws: 'ConnectionException' is subclass of 'Exception'.281
ErrorsRedundant throws: 'AuthenticationException' is subclass of 'Exception'.281
ErrorsRedundant throws: 'TransferFailedException' is subclass of 'Exception'.281
ErrorsRedundant throws: 'ResourceDoesNotExistException' is subclass of 'Exception'.282
ErrorsRedundant throws: 'AuthorizationException' is subclass of 'Exception'.282
Warnings'server' hides a field.286
WarningsMissing a Javadoc comment.307
WarningsMissing a Javadoc comment.313
WarningsMissing a Javadoc comment.318
Warnings'server' hides a field.321
Errors'10008' is a magic number.321
WarningsMissing a Javadoc comment.365
WarningsMissing a Javadoc comment.374
ErrorsRedundant throws: 'IOException' is subclass of 'Exception'.388
ErrorsRedundant throws: 'ConnectionException' is subclass of 'Exception'.388
ErrorsRedundant throws: 'AuthenticationException' is subclass of 'Exception'.388
ErrorsRedundant throws: 'ResourceDoesNotExistException' is subclass of 'Exception'.388
ErrorsRedundant throws: 'TransferFailedException' is subclass of 'Exception'.389
ErrorsRedundant throws: 'AuthorizationException' is subclass of 'Exception'.389
Errors'10007' is a magic number.391
Errors'10007' is a magic number.396
WarningsMissing a Javadoc comment.437
WarningsMissing a Javadoc comment.451
WarningsMissing a Javadoc comment.468
WarningsMissing a Javadoc comment.477
Warnings'server' hides a field.481
WarningsMissing a Javadoc comment.513
WarningsMissing a Javadoc comment.527
WarningsMissing a Javadoc comment.543
WarningsMissing a Javadoc comment.552
Warnings'server' hides a field.556
Warnings'server' hides a field.589
WarningsMissing a Javadoc comment.605
WarningsMissing a Javadoc comment.647
WarningsMissing a Javadoc comment.661
WarningsMissing a Javadoc comment.675
ErrorsRedundant throws: 'ConnectionException' is subclass of 'Exception'.690
ErrorsRedundant throws: 'AuthenticationException' is subclass of 'Exception'.690
ErrorsRedundant throws: 'TransferFailedException' is subclass of 'Exception'.690
ErrorsRedundant throws: 'ResourceDoesNotExistException' is subclass of 'Exception'.691
ErrorsRedundant throws: 'AuthorizationException' is subclass of 'Exception'.691
Warnings'server' hides a field.695
WarningsMissing a Javadoc comment.723
WarningsMissing a Javadoc comment.737
WarningsMissing a Javadoc comment.754
WarningsMissing a Javadoc comment.763
Warnings'server' hides a field.767
Warnings'status' hides a field.819
ErrorsName 'base_request' must match pattern '^[a-z][a-zA-Z0-9]*$'.848
Errors'407' is a magic number.884