Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files  Info  Warnings  Errors
6 0 60 56

Rules

Rule Violations Severity
Translation 0  Error
FileLength 0  Error
RegexpHeader
  • fileExtensions: "java"
  • headerFile: "target/checkstyle-header.txt"
0  Error
FileTabCharacter
  • eachLine: "true"
1  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"
50  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 17  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"
10  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 Duplicate import to line 38 - javax.net.ssl.HttpsURLConnection. 97
 Error Duplicate import to line 39 - javax.net.ssl.SSLContext. 98
 Error Duplicate import to line 22 - java.io.ByteArrayInputStream. 99
 Error Duplicate import to line 23 - java.io.Closeable. 100
 Error Duplicate import to line 24 - java.io.File. 101
 Error Duplicate import to line 25 - java.io.FileInputStream. 102
 Error Duplicate import to line 26 - java.io.IOException. 103
 Error Duplicate import to line 27 - java.io.InputStream. 104
 Error Duplicate import to line 28 - java.io.OutputStream. 105
 Error Duplicate import to line 29 - java.nio.ByteBuffer. 106
 Error Duplicate import to line 30 - java.text.SimpleDateFormat. 107
 Error Duplicate import to line 31 - java.util.Date. 108
 Error Duplicate import to line 32 - java.util.Locale. 109
 Error Duplicate import to line 33 - java.util.Map. 110
 Error Duplicate import to line 34 - java.util.Properties. 111
 Error Duplicate import to line 35 - java.util.TimeZone. 112
 Error Duplicate import to line 36 - java.util.concurrent.TimeUnit. 113
 Error 'static' modifier out of order with the JLS suggestions. 126
 Error Redundant throws: 'IllegalStateException' is unchecked exception. 171
 Error 'static' modifier out of order with the JLS suggestions. 246
 Error 'static' modifier out of order with the JLS suggestions. 253
 Error 'static' modifier out of order with the JLS suggestions. 260
 Error Line is longer than 120 characters (found 122). 264
 Error 'static' modifier out of order with the JLS suggestions. 267
 Error 'static' modifier out of order with the JLS suggestions. 275
 Error 'static' modifier out of order with the JLS suggestions. 282
 Error 'static' modifier out of order with the JLS suggestions. 316
 Error Name 'maxBackoffWaitSeconds' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 316
 Warning Missing a Javadoc comment. 320
 Error Line is longer than 120 characters (found 134). 349
 Error Line is longer than 120 characters (found 137). 352
 Error Line is longer than 120 characters (found 149). 353
 Error Line is longer than 120 characters (found 162). 369
 Error Name 'CLIENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 385
 Error Name 'DEFAULT_USER_AGENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 396
 Error Empty catch block. 411
 Warning Missing a Javadoc comment. 443
 Warning Missing a Javadoc comment. 501
 Warning Missing a Javadoc comment. 509
 Warning Missing a Javadoc comment. 523
 Error Line contains a tab character. 557
 Error Empty catch block. 602
 Error Line is longer than 120 characters (found 167). 630
 Error Avoid nested blocks. 648
 Warning Missing a Javadoc comment. 686
 Warning Missing a Javadoc comment. 694
 Warning Missing a Javadoc comment. 700
 Warning Missing a Javadoc comment. 774
 Warning Missing a Javadoc comment. 858
 Warning Missing a Javadoc comment. 891
 Warning Expected an @return tag. 918
 Warning Expected @param tag for 'repository'. 918
 Warning Missing a Javadoc comment. 923
 Warning Missing a Javadoc comment. 928
 Warning Missing a Javadoc comment. 933
 Error Avoid nested blocks. 996
 Error '+' should be on a new line. 1029
 Warning Missing a Javadoc comment. 1061
 Error Empty catch block. 1070
 Warning Missing a Javadoc comment. 1091
 Warning Missing a Javadoc comment. 1096
 Warning Missing a Javadoc comment. 1109
 Warning Missing a Javadoc comment. 1114
 Warning Missing a Javadoc comment. 1119

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