The following document contains the results of Checkstyle. 
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 11 | 0 | 0 | 444 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 3 | |
| NewlineAtEndOfFile | 3 | |
| Translation | 0 | |
| JavadocMethod | 23 | |
| JavadocType | 4 | |
| JavadocVariable | 17 | |
| JavadocStyle | 0 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 1 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| FileLength | 0 | |
| LineLength | 28 | |
| MethodLength | 1 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 2 | |
| ParenPad | 2 | |
| TypecastParenPad | 0 | |
| TabCharacter | 103 | |
| WhitespaceAfter | 4 | |
| WhitespaceAround | 1 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 1 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 16 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 3 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 5 | |
| MagicNumber | 32 | |
| MissingSwitchDefault | 2 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 35 | |
| FinalClass | 3 | |
| HideUtilityClassConstructor | 1 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 7 | |
| ArrayTypeStyle | 1 | |
| FinalParameters | 51 | |
GenericIllegalRegexp
|
95 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line has trailing spaces. | 29 | |
| Variable 'buf' must be private and have accessor methods. | 35 | |
| Variable 'count' must be private and have accessor methods. | 40 | |
| Variable 'marklimit' must be private and have accessor methods. | 45 | |
| Variable 'markpos' must be private and have accessor methods. | 51 | |
| Variable 'pos' must be private and have accessor methods. | 56 | |
| Missing a Javadoc comment. | 58 | |
| Line has trailing spaces. | 64 | |
| Parameter in should be final. | 68 | |
| '8192' is a magic number. | 70 | |
| Line has trailing spaces. | 77 | |
| Parameter in should be final. | 83 | |
| Parameter size should be final. | 83 | |
| Line is longer than 80 characters. | 87 | |
| Line has trailing spaces. | 96 | |
| Line has trailing spaces. | 98 | |
| Method 'available' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Line has trailing spaces. | 113 | |
| Method 'close' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Missing a Javadoc comment. | 126 | |
| Avoid inline conditionals. | 133 | |
| Inner assignments should be avoided. | 151 | |
| Avoid inline conditionals. | 153 | |
| Line has trailing spaces. | 164 | |
| Method 'mark' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| Parameter readlimit should be final. | 169 | |
| Line has trailing spaces. | 178 | |
| Line has trailing spaces. | 181 | |
| Method 'markSupported' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| Line has trailing spaces. | 191 | |
| Line has trailing spaces. | 193 | |
| Method 'read' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| '0xFF' is a magic number. | 211 | |
| Line has trailing spaces. | 225 | |
| Line has trailing spaces. | 233 | |
| Method 'read' is not designed for extension - needs to be abstract, final or empty. | 238 | |
| Parameter buffer should be final. | 238 | |
| Parameter offset should be final. | 238 | |
| Parameter length should be final. | 238 | |
| Avoid inline conditionals. | 258 | |
| Avoid inline conditionals. | 279 | |
| Avoid inline conditionals. | 283 | |
| Avoid inline conditionals. | 285 | |
| Line has trailing spaces. | 305 | |
| Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 310 | |
| Line has trailing spaces. | 313 | |
| Line contains a tab character. | 313 | |
| Line has trailing spaces. | 326 | |
| Line has trailing spaces. | 330 | |
| Method 'skip' is not designed for extension - needs to be abstract, final or empty. | 335 | |
| Parameter amount should be final. | 335 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 32 | |
| Line is longer than 80 characters. | 34 | |
| Line has trailing spaces. | 36 | |
| Line has trailing spaces. | 38 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 53 | |
| Line has trailing spaces. | 59 | |
| Parameter in should be final. | 63 | |
| 'in' hides a field. | 63 | |
| '8192' is a magic number. | 66 | |
| Line has trailing spaces. | 73 | |
| Unused @throws tag for 'IllegalArgumentException'. | 78 | |
| Parameter in should be final. | 81 | |
| 'in' hides a field. | 81 | |
| Parameter size should be final. | 81 | |
| Line is longer than 80 characters. | 84 | |
| Line has trailing spaces. | 94 | |
| Method 'close' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Missing a Javadoc comment. | 107 | |
| Avoid inline conditionals. | 114 | |
| Inner assignments should be avoided. | 133 | |
| Avoid inline conditionals. | 135 | |
| Line has trailing spaces. | 141 | |
| Line has trailing spaces. | 155 | |
| Line has trailing spaces. | 159 | |
| Unused @throws tag for 'IllegalArgumentException'. | 162 | |
| Method 'mark' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| Parameter readlimit should be final. | 165 | |
| Line has trailing spaces. | 181 | |
| Method 'markSupported' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| Line has trailing spaces. | 195 | |
| Line has trailing spaces. | 197 | |
| Method 'read' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| Line has trailing spaces. | 224 | |
| Line has trailing spaces. | 232 | |
| Method 'read' is not designed for extension - needs to be abstract, final or empty. | 237 | |
| Parameter buffer should be final. | 237 | |
| Parameter offset should be final. | 237 | |
| Parameter length should be final. | 237 | |
| Avoid inline conditionals. | 251 | |
| Avoid inline conditionals. | 272 | |
| Avoid inline conditionals. | 276 | |
| Avoid inline conditionals. | 278 | |
| Line has trailing spaces. | 299 | |
| Line has trailing spaces. | 300 | |
| Line has trailing spaces. | 302 | |
| Line has trailing spaces. | 305 | |
| Method 'readLine' is not designed for extension - needs to be abstract, final or empty. | 310 | |
| '80' is a magic number. | 345 | |
| Avoid inline conditionals. | 359 | |
| Line is longer than 80 characters. | 365 | |
| Line has trailing spaces. | 399 | |
| Line has trailing spaces. | 403 | |
| Method 'ready' is not designed for extension - needs to be abstract, final or empty. | 408 | |
| Line has trailing spaces. | 421 | |
| Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 426 | |
| Line has trailing spaces. | 443 | |
| Line has trailing spaces. | 447 | |
| Unused @throws tag for 'IllegalArgumentException'. | 451 | |
| Method 'skip' is not designed for extension - needs to be abstract, final or empty. | 454 | |
| Parameter amount should be final. | 454 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line has trailing spaces. | 28 | |
| Variable 'in' must be private and have accessor methods. | 35 | |
| Line has trailing spaces. | 40 | |
| Parameter in should be final. | 44 | |
| 'in' hides a field. | 44 | |
| Line has trailing spaces. | 53 | |
| Line has trailing spaces. | 55 | |
| Method 'available' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Line has trailing spaces. | 67 | |
| Method 'close' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Line has trailing spaces. | 84 | |
| Method 'mark' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| Parameter readlimit should be final. | 90 | |
| Line has trailing spaces. | 98 | |
| Method 'markSupported' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| Line has trailing spaces. | 111 | |
| Line has trailing spaces. | 113 | |
| Method 'read' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| Line has trailing spaces. | 128 | |
| Line has trailing spaces. | 132 | |
| Method 'read' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| Parameter buffer should be final. | 138 | |
| Line has trailing spaces. | 148 | |
| Line has trailing spaces. | 156 | |
| Method 'read' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| Parameter buffer should be final. | 162 | |
| Parameter offset should be final. | 162 | |
| Parameter count should be final. | 162 | |
| Line has trailing spaces. | 171 | |
| Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| Line has trailing spaces. | 186 | |
| Line has trailing spaces. | 190 | |
| Method 'skip' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| Parameter count should be final. | 196 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Class BooleanUtil should be declared as final. | 3 | |
| Missing a Javadoc comment. | 3 | |
| Line contains a tab character. | 5 | |
| Missing a Javadoc comment. | 5 | |
| Line contains a tab character. | 6 | |
| Missing a Javadoc comment. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 8 | |
| Line contains a tab character. | 9 | |
| Line contains a tab character. | 10 | |
| Line has trailing spaces. | 11 | |
| Line contains a tab character. | 11 | |
| Line contains a tab character. | 12 | |
| Missing a Javadoc comment. | 12 | |
| Parameter value should be final. | 12 | |
| Line contains a tab character. | 13 | |
| Line contains a tab character. | 14 | |
| Line has trailing spaces. | 15 | |
| Line contains a tab character. | 15 | |
| Line contains a tab character. | 16 | |
| Missing a Javadoc comment. | 16 | |
| Parameter value should be final. | 16 | |
| Line contains a tab character. | 17 | |
| Line contains a tab character. | 18 | |
| Line has trailing spaces. | 19 | |
| Line contains a tab character. | 19 | |
| Line contains a tab character. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Parameter value should be final. | 20 | |
| Line contains a tab character. | 21 | |
| Line contains a tab character. | 22 | |
| Line contains a tab character. | 23 | |
| Line contains a tab character. | 24 | |
| Line contains a tab character. | 25 | |
| Line contains a tab character. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Parameter booleanValue should be final. | 27 | |
| Line contains a tab character. | 28 | |
| Avoid inline conditionals. | 28 | |
| Line contains a tab character. | 29 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 20 | |
| Utility classes should not have a public or default constructor. | 20 | |
| Line has trailing spaces. | 21 | |
| Line contains a tab character. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Parameter c should be final. | 22 | |
| '0x1c' is a magic number. | 24 | |
| '0x20' is a magic number. | 24 | |
| '0x9' is a magic number. | 24 | |
| '0xd' is a magic number. | 24 | |
| '0x1680' is a magic number. | 27 | |
| '0x2000' is a magic number. | 30 | |
| '0x2007' is a magic number. | 30 | |
| '0x200b' is a magic number. | 33 | |
| '0x2028' is a magic number. | 33 | |
| '0x2029' is a magic number. | 33 | |
| '0x3000' is a magic number. | 33 |
| Violation | Message | Line |
|---|---|---|
| Class SystemUtil should be declared as final. | 3 | |
| Missing a Javadoc comment. | 3 | |
| Line contains a tab character. | 5 | |
| Missing a Javadoc comment. | 5 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 7 | |
| Line has trailing spaces. | 8 | |
| Line contains a tab character. | 8 | |
| Line is longer than 80 characters. | 9 | |
| Line contains a tab character. | 9 | |
| Missing a Javadoc comment. | 9 | |
| Parameter systemProperty should be final. | 9 | |
| Parameter defaultValue should be final. | 9 | |
| Line is longer than 80 characters. | 10 | |
| Line contains a tab character. | 10 | |
| Line contains a tab character. | 11 | |
| Line contains a tab character. | 12 | |
| Line contains a tab character. | 13 | |
| Line has trailing spaces. | 14 | |
| Line contains a tab character. | 14 | |
| Line contains a tab character. | 15 | |
| Line contains a tab character. | 16 | |
| Line has trailing spaces. | 17 | |
| Line contains a tab character. | 17 | |
| Line is longer than 80 characters. | 18 | |
| Line contains a tab character. | 18 | |
| Missing a Javadoc comment. | 18 | |
| Parameter systemProperty should be final. | 18 | |
| Parameter defaultValue should be final. | 18 | |
| Line is longer than 80 characters. | 19 | |
| Line contains a tab character. | 19 | |
| Line contains a tab character. | 20 | |
| Line contains a tab character. | 21 | |
| Line contains a tab character. | 22 | |
| Line has trailing spaces. | 23 | |
| Line contains a tab character. | 23 | |
| Line contains a tab character. | 24 | |
| Line contains a tab character. | 25 | |
| Line has trailing spaces. | 27 | |
| Line contains a tab character. | 27 |
| Violation | Message | Line |
|---|---|---|
| Class UrlUtil should be declared as final. | 9 | |
| Missing a Javadoc comment. | 9 | |
| Line has trailing spaces. | 10 | |
| Line contains a tab character. | 10 | |
| Line contains a tab character. | 11 | |
| Missing a Javadoc comment. | 11 | |
| Line contains a tab character. | 12 | |
| Missing a Javadoc comment. | 12 | |
| Line has trailing spaces. | 13 | |
| Line contains a tab character. | 13 | |
| Line contains a tab character. | 14 | |
| Missing a Javadoc comment. | 14 | |
| Line contains a tab character. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Line is longer than 80 characters. | 17 | |
| Line contains a tab character. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Line contains a tab character. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Line contains a tab character. | 20 | |
| Line contains a tab character. | 21 | |
| Line has trailing spaces. | 22 | |
| Line contains a tab character. | 22 | |
| Line contains a tab character. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Parameter url should be final. | 23 | |
| Line contains a tab character. | 24 | |
| Line contains a tab character. | 25 | |
| Line has trailing spaces. | 26 | |
| Line contains a tab character. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Line contains a tab character. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Parameter url should be final. | 27 | |
| Parameter userAgent should be final. | 27 | |
| Line contains a tab character. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Line contains a tab character. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line contains a tab character. | 30 | |
| 'cast' is not followed by whitespace. | 30 | |
| Line contains a tab character. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Line contains a tab character. | 32 | |
| Line has trailing spaces. | 33 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Line contains a tab character. | 36 | |
| '(' is followed by whitespace. | 36 | |
| '||' should be on a new line. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Line contains a tab character. | 37 | |
| '||' should be on a new line. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Line contains a tab character. | 38 | |
| ')' is preceded with whitespace. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| '3' is a magic number. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Line is longer than 80 characters. | 43 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Line is longer than 80 characters. | 45 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Line contains a tab character. | 47 | |
| 'cast' is not followed by whitespace. | 47 | |
| Line contains a tab character. | 48 | |
| Line has trailing spaces. | 49 | |
| Line is longer than 80 characters. | 49 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Line has trailing spaces. | 51 | |
| Line contains a tab character. | 51 | |
| Line has trailing spaces. | 52 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Line is longer than 80 characters. | 55 | |
| Line contains a tab character. | 55 | |
| Line is longer than 80 characters. | 56 | |
| Line contains a tab character. | 56 | |
| '+' is not preceded with whitespace. | 56 | |
| Line has trailing spaces. | 57 | |
| Line contains a tab character. | 57 | |
| Line has trailing spaces. | 58 | |
| Line contains a tab character. | 58 | |
| Line is longer than 80 characters. | 60 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Line has trailing spaces. | 63 | |
| Line contains a tab character. | 63 | |
| Line is longer than 80 characters. | 64 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Line has trailing spaces. | 67 | |
| Line contains a tab character. | 67 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line has trailing spaces. | 36 | |
| Missing a Javadoc comment. | 42 | |
| Variable 'defaults' must be private and have accessor methods. | 47 | |
| Missing a Javadoc comment. | 49 | |
| Line has trailing spaces. | 62 | |
| Parameter properties should be final. | 66 | |
| Missing a Javadoc comment. | 70 | |
| Parameter buffer should be final. | 70 | |
| Parameter string should be final. | 70 | |
| Parameter key should be final. | 70 | |
| '4' is a magic number. | 101 | |
| Line has trailing spaces. | 114 | |
| Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| Parameter name should be final. | 119 | |
| Avoid inline conditionals. | 121 | |
| Line has trailing spaces. | 132 | |
| Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| Parameter name should be final. | 139 | |
| Parameter defaultValue should be final. | 139 | |
| Avoid inline conditionals. | 141 | |
| Line has trailing spaces. | 154 | |
| Method 'list' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| Parameter out should be final. | 158 | |
| '80' is a magic number. | 162 | |
| '40' is a magic number. | 174 | |
| '37' is a magic number. | 175 | |
| Line has trailing spaces. | 188 | |
| Line has trailing spaces. | 191 | |
| Method 'list' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| Parameter writer should be final. | 193 | |
| Expected @throws tag for 'IOException'. | 193 | |
| '80' is a magic number. | 197 | |
| '40' is a magic number. | 209 | |
| '37' is a magic number. | 210 | |
| Line has trailing spaces. | 223 | |
| Method 'load' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| Method length is 167 lines (max allowed is 150). | 228 | |
| Parameter in should be final. | 228 | |
| Expected @throws tag for 'IOException'. | 228 | |
| Array brackets at illegal position. | 230 | |
| '40' is a magic number. | 230 | |
| '256' is a magic number. | 233 | |
| Inner assignments should be avoided. | 238 | |
| '0xff' is a magic number. | 243 | |
| '16' is a magic number. | 251 | |
| '4' is a magic number. | 253 | |
| '4' is a magic number. | 254 | |
| '4' is a magic number. | 257 | |
| Line is longer than 80 characters. | 259 | |
| switch without "default" clause. | 269 | |
| Inner assignments should be avoided. | 293 | |
| switch without "default" clause. | 297 | |
| Inner assignments should be avoided. | 303 | |
| '4' is a magic number. | 378 | |
| Line has trailing spaces. | 398 | |
| Method 'propertyNames' is not designed for extension - needs to be abstract, final or empty. | 401 | |
| Line has trailing spaces. | 422 | |
| Line has trailing spaces. | 427 | |
| Unused @throws tag for 'ClassCastException'. | 428 | |
| Line has trailing spaces. | 430 | |
| Method 'save' is not designed for extension - needs to be abstract, final or empty. | 433 | |
| Parameter out should be final. | 433 | |
| Parameter comment should be final. | 433 | |
| Must have at least one statement. | 436 | |
| Line has trailing spaces. | 443 | |
| Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 450 | |
| Parameter name should be final. | 450 | |
| Parameter value should be final. | 450 | |
| Missing a Javadoc comment. | 454 | |
| Line has trailing spaces. | 460 | |
| Line has trailing spaces. | 466 | |
| Unused @throws tag for 'ClassCastException'. | 467 | |
| Method 'store' is not designed for extension - needs to be abstract, final or empty. | 470 | |
| Parameter out should be final. | 470 | |
| Parameter comment should be final. | 470 | |
| Expected @throws tag for 'IOException'. | 471 | |
| Line contains a tab character. | 473 | |
| Line is longer than 80 characters. | 475 | |
| '200' is a magic number. | 478 | |
| Line is longer than 80 characters. | 479 | |
| Line has trailing spaces. | 489 | |
| Name '_enum' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 490 | |
| 'cast' is not followed by whitespace. | 492 | |
| Line has trailing spaces. | 493 | |
| 'cast' is not followed by whitespace. | 496 | |
| Line has trailing spaces. | 503 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |