Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files  Info  Warnings  Errors
7 0 68 38

Rules

Rule Violations Severity
Translation 0  Error
FileLength 0  Error
RegexpHeader
  • fileExtensions: "java"
  • headerFile: "target/checkstyle-header.txt"
0  Error
FileTabCharacter
  • eachLine: "true"
0  Error
LeftCurly
  • option: "nl"
2  Error
RightCurly
  • option: "alone"
0  Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
6  Error
MemberName 0  Error
JavadocMethod
  • scope: "protected"
53  Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
2  Error
JavadocVariable
  • scope: "protected"
0  Info
ConstantName 1  Error
LocalFinalVariableName 0  Error
LocalVariableName 0  Error
MethodName 0  Error
PackageName 0  Error
ParameterName 0  Error
StaticVariableName 2  Error
TypeName 0  Error
AvoidStarImport 0  Error
IllegalImport 0  Error
RedundantImport 0  Error
UnusedImports 0  Error
MethodLength 0  Error
ParameterNumber 0  Error
EmptyForIteratorPad
  • option: "space"
0  Error
OperatorWrap 1  Error
ParenPad
  • option: "space"
9  Error
WhitespaceAfter 0  Error
WhitespaceAround 0  Error
ModifierOrder 8  Error
RedundantModifier 0  Error
AvoidNestedBlocks 2  Error
EmptyBlock
  • option: "text"
4  Error
NeedBraces 0  Error
EmptyStatement 0  Error
EqualsHashCode 0  Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
15  Warning
IllegalInstantiation 0  Error
InnerAssignment 0  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  Error
MissingSwitchDefault 0  Error
RedundantThrows 1  Error
SimplifyBooleanExpression 0  Error
SimplifyBooleanReturn 0  Error
InterfaceIsType 0  Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0  Error
UpperEll 0  Error

Details

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

Severity Message Line
 Error 'static' modifier out of order with the JLS suggestions. 107
 Error Redundant throws: 'IllegalStateException' is unchecked exception. 152
 Error 'static' modifier out of order with the JLS suggestions. 227
 Error 'static' modifier out of order with the JLS suggestions. 234
 Error 'static' modifier out of order with the JLS suggestions. 241
 Error Line is longer than 120 characters (found 122). 245
 Error 'static' modifier out of order with the JLS suggestions. 248
 Error 'static' modifier out of order with the JLS suggestions. 256
 Error 'static' modifier out of order with the JLS suggestions. 263
 Error 'static' modifier out of order with the JLS suggestions. 297
 Error Name 'maxBackoffWaitSeconds' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 297
 Warning Missing a Javadoc comment. 301
 Error Line is longer than 120 characters (found 134). 330
 Error Line is longer than 120 characters (found 137). 333
 Error Line is longer than 120 characters (found 149). 334
 Error Line is longer than 120 characters (found 162). 350
 Error Name 'CLIENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 366
 Error Name 'DEFAULT_USER_AGENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 377
 Error Empty catch block. 392
 Warning Missing a Javadoc comment. 436
 Warning Missing a Javadoc comment. 494
 Warning Missing a Javadoc comment. 502
 Warning Missing a Javadoc comment. 516
 Error Empty catch block. 595
 Error Line is longer than 120 characters (found 167). 623
 Error Avoid nested blocks. 641
 Warning Missing a Javadoc comment. 679
 Warning Missing a Javadoc comment. 687
 Warning Missing a Javadoc comment. 693
 Warning Missing a Javadoc comment. 767
 Warning 'proxyAuth' hides a field. 841
 Warning Missing a Javadoc comment. 851
 Warning Missing a Javadoc comment. 884
 Warning Expected an @return tag. 911
 Warning Expected @param tag for 'repository'. 911
 Warning Missing a Javadoc comment. 916
 Warning Missing a Javadoc comment. 921
 Warning 'basicAuth' hides a field. 945
 Warning 'proxyAuth' hides a field. 969
 Warning Missing a Javadoc comment. 974
 Error Avoid nested blocks. 1037
 Error '+' should be on a new line. 1070
 Warning Missing a Javadoc comment. 1102
 Error Empty catch block. 1111
 Warning Missing a Javadoc comment. 1132
 Warning Missing a Javadoc comment. 1137
 Warning Missing a Javadoc comment. 1150
 Warning Missing a Javadoc comment. 1155
 Warning Missing a Javadoc comment. 1160

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

Severity Message Line
 Warning Expected an @return tag. 81
 Warning 'host' hides a field. 81
 Warning 'port' hides a field. 81
 Warning Expected an @return tag. 164
 Warning Expected @param tag for 'targetHost'. 164

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

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

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

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

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

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

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

Severity Message Line
 Warning Missing a Javadoc comment. 43

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

Severity Message Line
 Warning Missing a Javadoc comment. 40
 Error '(' is not followed by whitespace. 40
 Error ')' is not preceded with whitespace. 40
 Warning Missing a Javadoc comment. 45
 Error '(' is not followed by whitespace. 45
 Error ')' is not preceded with whitespace. 45