Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
6 0 56 44

Rules

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

Violation Message Line
Errors 'static' modifier out of order with the JLS suggestions. 107
Errors Redundant throws: 'IllegalStateException' is unchecked exception. 152
Errors 'static' modifier out of order with the JLS suggestions. 227
Errors 'static' modifier out of order with the JLS suggestions. 234
Errors 'static' modifier out of order with the JLS suggestions. 241
Errors Line is longer than 120 characters. 245
Errors 'static' modifier out of order with the JLS suggestions. 248
Errors 'static' modifier out of order with the JLS suggestions. 256
Errors 'static' modifier out of order with the JLS suggestions. 263
Errors Line is longer than 120 characters. 286
Errors Line is longer than 120 characters. 289
Errors Line is longer than 120 characters. 290
Errors Line is longer than 120 characters. 306
Errors Name 'CLIENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 322
Errors Name 'DEFAULT_USER_AGENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 330
Errors Empty catch block. 345
Warnings Missing a Javadoc comment. 377
Warnings Missing a Javadoc comment. 435
Warnings Missing a Javadoc comment. 443
Warnings Missing a Javadoc comment. 457
Errors '{' should be on a new line. 524
Errors '(' is not followed by whitespace. 525
Errors '(' is not followed by whitespace. 525
Errors ')' is not preceded with whitespace. 525
Errors ')' is not preceded with whitespace. 525
Errors Empty catch block. 529
Errors Line is longer than 120 characters. 557
Errors Avoid nested blocks. 572
Warnings Missing a Javadoc comment. 603
Warnings Missing a Javadoc comment. 611
Warnings Missing a Javadoc comment. 617
Warnings Missing a Javadoc comment. 675
Errors '(' is not followed by whitespace. 719
Errors '(' is not followed by whitespace. 750
Warnings Missing a Javadoc comment. 759
Warnings Missing a Javadoc comment. 792
Warnings Expected an @return tag. 819
Warnings Expected @param tag for 'repository'. 819
Warnings Missing a Javadoc comment. 824
Warnings Missing a Javadoc comment. 829
Warnings Missing a Javadoc comment. 834
Errors Avoid nested blocks. 887
Errors '+' should be on a new line. 920
Warnings Missing a Javadoc comment. 945
Errors Empty catch block. 954
Warnings Missing a Javadoc comment. 975
Warnings Missing a Javadoc comment. 980

org/apache/maven/wagon/providers/http/ConfigurationUtils.java

Violation Message Line
Errors '(' is not followed by whitespace. 76
Errors ')' is not preceded with whitespace. 76
Errors ')' is not preceded with whitespace. 100
Errors '{' should be on a new line. 104
Errors '(' is not followed by whitespace. 107
Errors ')' is not preceded with whitespace. 107
Errors '{' should be on a new line. 107
Errors Empty catch block. 107

org/apache/maven/wagon/providers/http/HttpConfiguration.java

Violation Message Line
Errors Missing a Javadoc comment. 28
Warnings Missing a Javadoc comment. 42
Warnings Missing a Javadoc comment. 47
Warnings 'all' hides a field. 47
Warnings Missing a Javadoc comment. 53
Warnings Missing a Javadoc comment. 58
Warnings 'get' hides a field. 58
Warnings Missing a Javadoc comment. 64
Warnings Missing a Javadoc comment. 69
Warnings 'put' hides a field. 69
Warnings Missing a Javadoc comment. 75
Warnings Missing a Javadoc comment. 80
Warnings 'head' hides a field. 80
Warnings Missing a Javadoc comment. 86

org/apache/maven/wagon/providers/http/HttpMethodConfiguration.java

Violation Message Line
Errors Missing a Javadoc comment. 29
Warnings Missing a Javadoc comment. 45
Warnings Missing a Javadoc comment. 50
Warnings 'useDefaultHeaders' hides a field. 50
Warnings Missing a Javadoc comment. 56
Warnings Missing a Javadoc comment. 61
Warnings Missing a Javadoc comment. 67
Warnings Missing a Javadoc comment. 72
Warnings 'headers' hides a field. 72
Warnings Missing a Javadoc comment. 78
Warnings Missing a Javadoc comment. 84
Warnings Missing a Javadoc comment. 89
Warnings 'params' hides a field. 89
Warnings Missing a Javadoc comment. 95
Warnings Missing a Javadoc comment. 100
Warnings 'connectionTimeout' hides a field. 100
Warnings Missing a Javadoc comment. 106
Warnings Missing a Javadoc comment. 111
Warnings 'readTimeout' hides a field. 111
Warnings Missing a Javadoc comment. 117
Warnings Missing a Javadoc comment. 122
Warnings 'usePreemptive' hides a field. 122
Warnings Missing a Javadoc comment. 128

org/apache/maven/wagon/providers/http/HttpWagon.java

Violation Message Line
Warnings Missing a Javadoc comment. 43
Errors '{' should be on a new line. 58

org/apache/maven/wagon/providers/http/RelaxedTrustStrategy.java

Violation Message Line
Warnings Missing a Javadoc comment. 40
Errors '(' is not followed by whitespace. 40
Errors ')' is not preceded with whitespace. 40
Warnings Missing a Javadoc comment. 45
Errors '(' is not followed by whitespace. 45
Errors ')' is not preceded with whitespace. 45