Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
15 4 100 73

Rules

Rules Violations Severity
LeftCurly
  • option: "nl"
0 Errors Error
RightCurly
  • option: "alone"
0 Errors Error
LineLength
  • ignorePattern: "@version|@see|@todo|TODO"
  • max: "120"
2 Errors Error
MemberName 0 Errors Error
JavadocMethod
  • scope: "protected"
99 Warnings Warning
JavadocType
  • scope: "protected"
15 Errors Error
JavadocVariable
  • scope: "protected"
4 Infos Info
ConstantName 2 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MethodName 2 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
FileLength 0 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad
  • option: "space"
0 Errors Error
OperatorWrap 0 Errors Error
ParenPad
  • option: "space"
0 Errors Error
TabCharacter 0 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 43 Errors Error
ModifierOrder 1 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock
  • option: "text"
2 Errors Error
NeedBraces 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
1 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"
6 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/wagon/tck/http/Assertions.java

Violation Message Line
Errors Missing a Javadoc comment. 31
Warnings Missing a Javadoc comment. 34

org/apache/maven/wagon/tck/http/GetWagonTests.java

Violation Message Line
Errors Missing a Javadoc comment. 51
Warnings Missing a Javadoc comment. 55
Warnings Missing a Javadoc comment. 63
Warnings Missing a Javadoc comment. 84
Errors '2000' is a magic number. 89
Warnings Missing a Javadoc comment. 93
Errors '2000' is a magic number. 98
Warnings Missing a Javadoc comment. 103
Errors '<' is not preceded with whitespace. 113
Errors '<' is not followed by whitespace. 113
Errors '>' is not preceded with whitespace. 113
Errors '<' is not preceded with whitespace. 113
Errors '<' is not followed by whitespace. 113
Errors '>' is not preceded with whitespace. 113
Errors '>' is not followed by whitespace. 113
Errors '30000' is a magic number. 178
Warnings Missing a Javadoc comment. 191
Warnings Missing a Javadoc comment. 213
Errors Line is longer than 120 characters. 219
Warnings Missing a Javadoc comment. 224
Errors Line is longer than 120 characters. 230
Warnings Missing a Javadoc comment. 235
Warnings Missing a Javadoc comment. 251
Warnings Missing a Javadoc comment. 267
Warnings Missing a Javadoc comment. 291
Errors Name 'permanentMove_TooManyRedirects_limit20' must match pattern '^[a-z][a-zA-Z0-9]*$'. 320
Warnings Expected @throws tag for 'ConnectionException'. 321
Warnings Expected @throws tag for 'AuthenticationException'. 321
Warnings Expected @throws tag for 'ComponentConfigurationException'. 321
Warnings Expected @throws tag for 'IOException'. 321
Warnings Expected @throws tag for 'TransferFailedException'. 322
Warnings Expected @throws tag for 'ResourceDoesNotExistException'. 322
Warnings Expected @throws tag for 'AuthorizationException'. 322
Errors Name 'temporaryMove_TooManyRedirects_limit20' must match pattern '^[a-z][a-zA-Z0-9]*$'. 348
Warnings Expected @throws tag for 'ConnectionException'. 349
Warnings Expected @throws tag for 'AuthenticationException'. 349
Warnings Expected @throws tag for 'ComponentConfigurationException'. 349
Warnings Expected @throws tag for 'IOException'. 349
Warnings Expected @throws tag for 'ResourceDoesNotExistException'. 350
Warnings Expected @throws tag for 'AuthorizationException'. 350
Warnings Missing a Javadoc comment. 371
Warnings Missing a Javadoc comment. 393
Warnings Missing a Javadoc comment. 401
Warnings Missing a Javadoc comment. 409
Warnings Missing a Javadoc comment. 426
Warnings Missing a Javadoc comment. 449
Warnings Missing a Javadoc comment. 463
Warnings Missing a Javadoc comment. 495
Warnings Missing a Javadoc comment. 502
Warnings Missing a Javadoc comment. 523

org/apache/maven/wagon/tck/http/HttpWagonTests.java

Violation Message Line
Errors Missing a Javadoc comment. 46
Errors 'static' modifier out of order with the JLS suggestions. 59
Errors '<' is not preceded with whitespace. 59
Errors '<' is not followed by whitespace. 59
Errors '>' is not preceded with whitespace. 59
Errors Name 'tmpFiles' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 59
Errors '<' is not preceded with whitespace. 59
Errors '<' is not followed by whitespace. 59
Errors '>' is not preceded with whitespace. 59
Errors '>' is not followed by whitespace. 59
Errors '<' is not preceded with 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. 63
Errors '>' is not preceded with whitespace. 63
Errors '>' is not followed by whitespace. 63
Warnings Missing a Javadoc comment. 65
Warnings Missing a Javadoc comment. 73
Warnings Missing a Javadoc comment. 91
Warnings Missing a Javadoc comment. 133
Warnings Missing a Javadoc comment. 166
Warnings Missing a Javadoc comment. 171
Warnings Missing a Javadoc comment. 180
Warnings Missing a Javadoc comment. 185
Warnings Missing a Javadoc comment. 195
Warnings Missing a Javadoc comment. 223
Warnings Missing a Javadoc comment. 229
Warnings 'baseUrl' hides a field. 229
Warnings Missing a Javadoc comment. 272
Warnings Missing a Javadoc comment. 283
Errors '9080' is a magic number. 285
Warnings Missing a Javadoc comment. 288
Warnings Missing a Javadoc comment. 293
Warnings Missing a Javadoc comment. 308
Warnings Missing a Javadoc comment. 313
Warnings Missing a Javadoc comment. 318
Warnings Missing a Javadoc comment. 323
Warnings Missing a Javadoc comment. 328
Errors '<' is not preceded with whitespace. 328
Errors '<' is not followed by whitespace. 328
Errors '>' is not preceded with whitespace. 328
Warnings Missing a Javadoc comment. 333

org/apache/maven/wagon/tck/http/HttpsGetWagonTests.java

Violation Message Line
Errors Missing a Javadoc comment. 23
Warnings Missing a Javadoc comment. 26
Warnings Missing a Javadoc comment. 32
Errors '9443' is a magic number. 35

org/apache/maven/wagon/tck/http/WagonTestCaseConfigurator.java

Violation Message Line
Errors Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 47
Warnings Missing a Javadoc comment. 63
Warnings Missing a Javadoc comment. 96
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/wagon/tck/http/fixture/AuthSnoopFilter.java

Violation Message Line
Errors Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 38
Warnings Missing a Javadoc comment. 42
Warnings Missing a Javadoc comment. 60

org/apache/maven/wagon/tck/http/fixture/ErrorCodeServlet.java

Violation Message Line
Errors Missing a Javadoc comment. 29
Warnings Missing a Javadoc comment. 39
Warnings Missing a Javadoc comment. 45

org/apache/maven/wagon/tck/http/fixture/LatencyServlet.java

Violation Message Line
Errors Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 44
Warnings Missing a Javadoc comment. 49
Errors Empty catch block. 63

org/apache/maven/wagon/tck/http/fixture/ProxyAuthenticationFilter.java

Violation Message Line
Errors Missing a Javadoc comment. 35
Warnings Missing a Javadoc comment. 43
Warnings Missing a Javadoc comment. 49
Warnings Missing a Javadoc comment. 53
Warnings Missing a Javadoc comment. 81

org/apache/maven/wagon/tck/http/fixture/ProxyConnectionVerifierFilter.java

Violation Message Line
Errors Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 38
Warnings Missing a Javadoc comment. 42
Errors '<' is not preceded with whitespace. 49
Errors '<' is not followed by whitespace. 49
Errors '>' is not preceded with whitespace. 49
Errors '<' is not preceded with whitespace. 57
Errors '<' is not followed by whitespace. 57
Errors '>' is not preceded with whitespace. 57
Warnings Missing a Javadoc comment. 70

org/apache/maven/wagon/tck/http/fixture/RedirectionServlet.java

Violation Message Line
Errors Missing a Javadoc comment. 29
Warnings Missing a Javadoc comment. 45
Warnings Missing a Javadoc comment. 53
Warnings Missing a Javadoc comment. 61
Warnings Missing a Javadoc comment. 66

org/apache/maven/wagon/tck/http/fixture/ServerFixture.java

Violation Message Line
Errors 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
Warnings Missing a Javadoc comment. 69
Warnings Missing a Javadoc comment. 128
Warnings Missing a Javadoc comment. 142
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. 172
Errors '3000' is a magic number. 178

org/apache/maven/wagon/tck/http/fixture/ServletExceptionServlet.java

Violation Message Line
Errors Missing a Javadoc comment. 29
Warnings Missing a Javadoc comment. 37
Warnings Missing a Javadoc comment. 42

org/apache/maven/wagon/tck/http/util/TestUtil.java

Violation Message Line
Errors Missing a Javadoc comment. 37
Errors '<' is not preceded with whitespace. 40
Errors '<' is not followed by whitespace. 40
Errors '>' is not preceded with whitespace. 40
Errors Name 'bases' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 40
Errors '<' is not preceded with whitespace. 40
Errors '<' is not followed by whitespace. 40
Errors '>' is not preceded with whitespace. 40
Errors '>' is not followed by whitespace. 40
Warnings Missing a Javadoc comment. 46
Errors '<' is not preceded with whitespace. 82
Errors '<' is not followed by whitespace. 82
Errors '>' is not preceded with whitespace. 82
Errors Empty catch block. 120

org/apache/maven/wagon/tck/http/util/ValueHolder.java

Violation Message Line
Errors Missing a Javadoc comment. 22
Errors '<' is not preceded with whitespace. 22
Errors '<' is not followed by whitespace. 22
Errors '>' is not preceded with whitespace. 22
Warnings Missing a Javadoc comment. 26
Warnings Missing a Javadoc comment. 30
Warnings Missing a Javadoc comment. 35
Warnings Missing a Javadoc comment. 40