The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 2 | Error |
NewlineAtEndOfFile | 23 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
FileTabCharacter
| 251 | Error |
RegexpSingleline
| 268 | Error |
JavadocMethod | 94 | Error |
JavadocType | 17 | Error |
JavadocVariable | 27 | Error |
JavadocStyle | 32 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 3 | Error |
MemberName | 0 | Error |
MethodName | 1 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 1 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 2 | Error |
LineLength | 233 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 4 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 10 | Error |
ParenPad | 1 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 16 | Error |
WhitespaceAround | 232 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 9 | Error |
LeftCurly | 4 | Error |
NeedBraces | 8 | Error |
RightCurly | 3 | Error |
AvoidInlineConditionals | 3 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 1 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 1 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 127 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 50 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 19 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 1 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 298 | Error |
TodoComment | 1 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 9 | |
Utility classes should not have a public or default constructor. | 9 | |
Missing a Javadoc comment. | 10 | |
Parameter args should be final. | 10 | |
'29900' is a magic number. | 14 | |
Line is longer than 80 characters. | 21 | |
Missing a Javadoc comment. | 21 | |
Parameter gameType should be final. | 21 | |
Parameter ip should be final. | 21 | |
Parameter port should be final. | 21 | |
Line has trailing spaces. | 30 | |
'+' should be on a new line. | 30 | |
Line has trailing spaces. | 31 | |
Line is longer than 80 characters. | 31 | |
'+' should be on a new line. | 31 | |
Line has trailing spaces. | 32 | |
'+' should be on a new line. | 32 | |
Line has trailing spaces. | 33 | |
'+' should be on a new line. | 33 | |
Line has trailing spaces. | 34 | |
Line is longer than 80 characters. | 34 | |
'+' should be on a new line. | 34 | |
Line has trailing spaces. | 40 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 5 | |
Missing a Javadoc comment. | 7 | |
Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 10 | |
Missing a Javadoc comment. | 10 | |
Parameter obj1 should be final. | 10 | |
Parameter obj2 should be final. | 10 | |
'if' is not followed by whitespace. | 14 | |
Avoid inline conditionals. | 18 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line has trailing spaces. | 8 | |
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 10 | |
Line contains a tab character. | 15 | |
Missing a Javadoc comment. | 15 | |
Line contains a tab character. | 16 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
'-9999' is a magic number. | 17 | |
Missing a Javadoc comment. | 18 | |
'-9999' is a magic number. | 18 | |
Missing a Javadoc comment. | 19 | |
'-9999' is a magic number. | 19 | |
Missing a Javadoc comment. | 20 | |
'-9999' is a magic number. | 20 | |
Line contains a tab character. | 21 | |
Missing a Javadoc comment. | 21 | |
'-9999' is a magic number. | 21 | |
Line contains a tab character. | 22 | |
Missing a Javadoc comment. | 22 | |
'-9999' is a magic number. | 22 | |
Line has trailing spaces. | 23 | |
Line contains a tab character. | 24 | |
Missing a Javadoc comment. | 24 | |
Line contains a tab character. | 25 | |
Line has trailing spaces. | 26 | |
Line has trailing spaces. | 29 | |
Method 'getDeaths' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Line has trailing spaces. | 38 | |
Method 'getKills' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Line has trailing spaces. | 47 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Method 'getClan' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Line contains a tab character. | 59 | |
First sentence should end with a period. | 61 | |
Method 'getPing' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Line contains a tab character. | 66 | |
Line has trailing spaces. | 68 | |
Method 'getRate' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Line contains a tab character. | 74 | |
Line has trailing spaces. | 76 | |
Line has trailing spaces. | 79 | |
Method 'getObjectivesCompleted' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Line has trailing spaces. | 88 | |
Method 'getScore' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Method 'setDeaths' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Missing a Javadoc comment. | 95 | |
Parameter i should be final. | 95 | |
Method 'setKills' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Missing a Javadoc comment. | 99 | |
Parameter i should be final. | 99 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Missing a Javadoc comment. | 103 | |
Parameter string should be final. | 103 | |
Method 'setClan' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Missing a Javadoc comment. | 107 | |
Parameter string should be final. | 107 | |
Line contains a tab character. | 108 | |
Line has trailing spaces. | 110 | |
Method 'setObjectivesCompleted' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Missing a Javadoc comment. | 111 | |
Parameter i should be final. | 111 | |
Method 'setScore' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Missing a Javadoc comment. | 115 | |
Parameter i should be final. | 115 | |
Line has trailing spaces. | 118 | |
Method 'setPing' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Missing a Javadoc comment. | 119 | |
Parameter i should be final. | 119 | |
Line contains a tab character. | 120 | |
Line has trailing spaces. | 122 | |
Method 'setRate' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Missing a Javadoc comment. | 123 | |
Parameter i should be final. | 123 | |
Line contains a tab character. | 124 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line contains a tab character. | 47 | |
Line has trailing spaces. | 49 | |
Utility classes should not have a public or default constructor. | 52 | |
First sentence should end with a period. | 54 | |
Line has trailing spaces. | 55 | |
First sentence should end with a period. | 59 | |
Line has trailing spaces. | 60 | |
First sentence should end with a period. | 63 | |
Line has trailing spaces. | 64 | |
Line has trailing spaces. | 67 | |
First sentence should end with a period. | 68 | |
Line has trailing spaces. | 69 | |
First sentence should end with a period. | 72 | |
Line has trailing spaces. | 73 | |
First sentence should end with a period. | 76 | |
Line has trailing spaces. | 77 | |
First sentence should end with a period. | 80 | |
Line has trailing spaces. | 81 | |
First sentence should end with a period. | 84 | |
Line has trailing spaces. | 85 | |
First sentence should end with a period. | 88 | |
Line has trailing spaces. | 89 | |
First sentence should end with a period. | 93 | |
Line has trailing spaces. | 94 | |
First sentence should end with a period. | 97 | |
Line has trailing spaces. | 98 | |
Line has trailing spaces. | 100 | |
First sentence should end with a period. | 101 | |
Line has trailing spaces. | 102 | |
Line has trailing spaces. | 104 | |
First sentence should end with a period. | 105 | |
Line has trailing spaces. | 106 | |
Line has trailing spaces. | 108 | |
First sentence should end with a period. | 109 | |
Line has trailing spaces. | 110 | |
Line has trailing spaces. | 112 | |
First sentence should end with a period. | 113 | |
Line has trailing spaces. | 114 | |
Line has trailing spaces. | 116 | |
First sentence should end with a period. | 117 | |
Line has trailing spaces. | 118 | |
Line has trailing spaces. | 120 | |
First sentence should end with a period. | 121 | |
Line has trailing spaces. | 122 | |
Line has trailing spaces. | 124 | |
First sentence should end with a period. | 125 | |
Line has trailing spaces. | 126 | |
Line has trailing spaces. | 128 | |
First sentence should end with a period. | 129 | |
Line has trailing spaces. | 130 | |
First sentence should end with a period. | 133 | |
Line has trailing spaces. | 134 | |
First sentence should end with a period. | 137 | |
Line has trailing spaces. | 138 | |
Line has trailing spaces. | 140 | |
First sentence should end with a period. | 141 | |
Line has trailing spaces. | 142 | |
Line has trailing spaces. | 144 | |
First sentence should end with a period. | 145 | |
Line has trailing spaces. | 146 | |
Line has trailing spaces. | 148 | |
First sentence should end with a period. | 149 | |
Line has trailing spaces. | 150 | |
Line has trailing spaces. | 152 | |
First sentence should end with a period. | 153 | |
Line has trailing spaces. | 154 | |
Line has trailing spaces. | 156 | |
First sentence should end with a period. | 157 | |
Line has trailing spaces. | 158 | |
First sentence should end with a period. | 161 | |
Line has trailing spaces. | 162 | |
First sentence should end with a period. | 165 | |
Line has trailing spaces. | 166 | |
First sentence should end with a period. | 169 | |
Line has trailing spaces. | 170 | |
First sentence should end with a period. | 173 | |
Line has trailing spaces. | 174 | |
Line has trailing spaces. | 177 | |
Line has trailing spaces. | 178 | |
Missing a Javadoc comment. | 179 | |
Line has trailing spaces. | 208 | |
Line has trailing spaces. | 214 | |
Line is longer than 80 characters. | 218 | |
Line is longer than 80 characters. | 219 | |
Line has trailing spaces. | 245 | |
Line is longer than 80 characters. | 247 | |
Line has trailing spaces. | 248 | |
Line is longer than 80 characters. | 249 | |
Line is longer than 80 characters. | 253 | |
Line is longer than 80 characters. | 255 | |
Parameter localPort should be final. | 255 | |
Parameter gameType should be final. | 255 | |
Parameter ipStr should be final. | 255 | |
Parameter port should be final. | 255 | |
Line is longer than 80 characters. | 258 | |
Line has trailing spaces. | 260 | |
Line is longer than 80 characters. | 264 | |
Line has trailing spaces. | 291 | |
Line is longer than 80 characters. | 293 | |
Line has trailing spaces. | 294 | |
Line is longer than 80 characters. | 298 | |
Line is longer than 80 characters. | 300 | |
Parameter gameType should be final. | 300 | |
Parameter ipStr should be final. | 300 | |
Parameter port should be final. | 300 | |
Line has trailing spaces. | 303 | |
Line is longer than 80 characters. | 307 | |
Line is longer than 80 characters. | 308 | |
Line has trailing spaces. | 333 | |
Line is longer than 80 characters. | 335 | |
Line has trailing spaces. | 336 | |
Line is longer than 80 characters. | 337 | |
Line has trailing spaces. | 341 | |
Line is longer than 80 characters. | 341 | |
Line is longer than 80 characters. | 344 | |
Parameter localPort should be final. | 344 | |
Parameter gameType should be final. | 344 | |
Parameter ipStr should be final. | 344 | |
Parameter port should be final. | 344 | |
Line is longer than 80 characters. | 347 | |
Line is longer than 80 characters. | 353 | |
Line has trailing spaces. | 379 | |
Line is longer than 80 characters. | 381 | |
Line has trailing spaces. | 382 | |
Line has trailing spaces. | 386 | |
Line is longer than 80 characters. | 386 | |
Line is longer than 80 characters. | 389 | |
Parameter gameType should be final. | 389 | |
Parameter ipStr should be final. | 389 | |
Parameter port should be final. | 389 | |
Line has trailing spaces. | 392 | |
Missing a Javadoc comment. | 393 | |
Parameter gameType should be final. | 393 | |
Line is longer than 80 characters. | 394 | |
'if' is not followed by whitespace. | 394 | |
Line is longer than 80 characters. | 396 | |
'if' is not followed by whitespace. | 396 | |
Line is longer than 80 characters. | 398 | |
'if' is not followed by whitespace. | 398 | |
'if' is not followed by whitespace. | 400 | |
'if' is not followed by whitespace. | 402 | |
'if' is not followed by whitespace. | 404 | |
'if' is not followed by whitespace. | 406 | |
'if' is not followed by whitespace. | 408 | |
'if' is not followed by whitespace. | 410 | |
'if' is not followed by whitespace. | 412 | |
'if' is not followed by whitespace. | 414 | |
'if' is not followed by whitespace. | 416 | |
Line is longer than 80 characters. | 418 | |
'if' is not followed by whitespace. | 418 | |
'if' is not followed by whitespace. | 420 | |
'if' is not followed by whitespace. | 422 | |
'if' is not followed by whitespace. | 424 | |
'if' is not followed by whitespace. | 426 | |
'if' is not followed by whitespace. | 428 | |
'if' is not followed by whitespace. | 430 | |
Line contains a tab character. | 431 | |
Line has trailing spaces. | 436 | |
Line is longer than 80 characters. | 437 | |
Missing a Javadoc comment. | 437 | |
Parameter localPort should be final. | 437 | |
Parameter gameType should be final. | 437 | |
Parameter ipStr should be final. | 437 | |
Parameter port should be final. | 437 | |
Parameter infoType should be final. | 437 | |
Line has trailing spaces. | 438 | |
Line is longer than 80 characters. | 441 | |
Line is longer than 80 characters. | 443 | |
Line is longer than 80 characters. | 445 | |
Line is longer than 80 characters. | 447 | |
Line is longer than 80 characters. | 449 | |
Line is longer than 80 characters. | 451 | |
Line is longer than 80 characters. | 453 | |
Line is longer than 80 characters. | 455 | |
Line is longer than 80 characters. | 457 | |
Line is longer than 80 characters. | 459 | |
Line is longer than 80 characters. | 461 | |
Line is longer than 80 characters. | 463 | |
Line is longer than 80 characters. | 465 | |
Line is longer than 80 characters. | 467 | |
Line is longer than 80 characters. | 469 | |
Line is longer than 80 characters. | 471 | |
Line is longer than 80 characters. | 473 | |
Line is longer than 80 characters. | 475 | |
Line is longer than 80 characters. | 477 | |
Line is longer than 80 characters. | 482 | |
Missing a Javadoc comment. | 482 | |
Parameter localPort should be final. | 482 | |
Parameter gameType should be final. | 482 | |
Parameter ipStr should be final. | 482 | |
Parameter port should be final. | 482 | |
Parameter infoType should be final. | 482 | |
Line has trailing spaces. | 483 | |
Line is longer than 80 characters. | 486 | |
Line is longer than 80 characters. | 488 | |
Line is longer than 80 characters. | 490 | |
Line is longer than 80 characters. | 492 | |
Line is longer than 80 characters. | 494 | |
Line is longer than 80 characters. | 496 | |
Line is longer than 80 characters. | 498 | |
Line is longer than 80 characters. | 500 | |
Line is longer than 80 characters. | 502 | |
Line is longer than 80 characters. | 504 | |
Line is longer than 80 characters. | 506 | |
Line is longer than 80 characters. | 508 | |
Line is longer than 80 characters. | 510 | |
Line is longer than 80 characters. | 512 | |
Line is longer than 80 characters. | 514 | |
Line is longer than 80 characters. | 516 | |
Line is longer than 80 characters. | 518 | |
Line is longer than 80 characters. | 522 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 5 | |
Missing a Javadoc comment. | 7 | |
Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 10 | |
Missing a Javadoc comment. | 10 | |
Parameter obj1 should be final. | 10 | |
Parameter obj2 should be final. | 10 | |
'if' is not followed by whitespace. | 14 | |
Avoid inline conditionals. | 18 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 5 | |
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Line has trailing spaces. | 20 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Line has trailing spaces. | 27 | |
Missing a Javadoc comment. | 28 | |
Line has trailing spaces. | 29 | |
Line has trailing spaces. | 32 | |
Method 'getGame' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Line has trailing spaces. | 41 | |
Method 'getGameVersion' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Line has trailing spaces. | 50 | |
Method 'getIp' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Line has trailing spaces. | 59 | |
Method 'getMap' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Line has trailing spaces. | 68 | |
Method 'getMaxPlayers' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Line has trailing spaces. | 77 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Line has trailing spaces. | 86 | |
Method 'getPlayerCount' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Line has trailing spaces. | 95 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Method 'getAutoBalance' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Missing a Javadoc comment. | 102 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line has trailing spaces. | 105 | |
Method 'getPassworded' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Missing a Javadoc comment. | 106 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Method 'getTeamDamage' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Missing a Javadoc comment. | 110 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line has trailing spaces. | 113 | |
Method 'getTimeLimit' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Missing a Javadoc comment. | 114 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line has trailing spaces. | 117 | |
Method 'getFragLimit' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Missing a Javadoc comment. | 118 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line has trailing spaces. | 121 | |
Method 'setGame' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Missing a Javadoc comment. | 122 | |
Parameter string should be final. | 122 | |
Method 'setGameVersion' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Missing a Javadoc comment. | 126 | |
Parameter string should be final. | 126 | |
Method 'setIp' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Missing a Javadoc comment. | 130 | |
Parameter string should be final. | 130 | |
Method 'setMap' is not designed for extension - needs to be abstract, final or empty. | 134 | |
Missing a Javadoc comment. | 134 | |
Parameter string should be final. | 134 | |
Method 'setMaxPlayers' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Missing a Javadoc comment. | 138 | |
Parameter string should be final. | 138 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 142 | |
Missing a Javadoc comment. | 142 | |
Parameter string should be final. | 142 | |
Method 'setPlayerCount' is not designed for extension - needs to be abstract, final or empty. | 146 | |
Missing a Javadoc comment. | 146 | |
Parameter string should be final. | 146 | |
Method 'setPort' is not designed for extension - needs to be abstract, final or empty. | 150 | |
Missing a Javadoc comment. | 150 | |
Parameter string should be final. | 150 | |
Method 'getTeam1Tickets' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Missing a Javadoc comment. | 154 | |
Method 'getTeam2Tickets' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Missing a Javadoc comment. | 158 | |
Method 'setTeam1Tickets' is not designed for extension - needs to be abstract, final or empty. | 162 | |
Missing a Javadoc comment. | 162 | |
Parameter string should be final. | 162 | |
Method 'setTeam2Tickets' is not designed for extension - needs to be abstract, final or empty. | 166 | |
Missing a Javadoc comment. | 166 | |
Parameter string should be final. | 166 | |
Method 'setAutoBalance' is not designed for extension - needs to be abstract, final or empty. | 170 | |
Missing a Javadoc comment. | 170 | |
Parameter string should be final. | 170 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Line has trailing spaces. | 173 | |
Method 'setPassworded' is not designed for extension - needs to be abstract, final or empty. | 174 | |
Missing a Javadoc comment. | 174 | |
Parameter string should be final. | 174 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Method 'setTeamDamage' is not designed for extension - needs to be abstract, final or empty. | 178 | |
Missing a Javadoc comment. | 178 | |
Parameter string should be final. | 178 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line has trailing spaces. | 181 | |
Method 'setTimeLimit' is not designed for extension - needs to be abstract, final or empty. | 182 | |
Missing a Javadoc comment. | 182 | |
Parameter string should be final. | 182 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Line has trailing spaces. | 185 | |
Method 'setFragLimit' is not designed for extension - needs to be abstract, final or empty. | 186 | |
Missing a Javadoc comment. | 186 | |
Parameter string should be final. | 186 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 190 | |
Method 'getFullResponse' is not designed for extension - needs to be abstract, final or empty. | 190 | |
Missing a Javadoc comment. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 194 | |
Method 'setFullResponse' is not designed for extension - needs to be abstract, final or empty. | 194 | |
Missing a Javadoc comment. | 194 | |
Parameter fullResponse should be final. | 194 | |
'fullResponse' hides a field. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Utility classes should not have a public or default constructor. | 11 | |
Missing a Javadoc comment. | 14 | |
Variable 'hexChar' must be private and have accessor methods. | 14 | |
'{' is followed by whitespace. | 14 | |
Missing a Javadoc comment. | 20 | |
Parameter b should be final. | 20 | |
'0xf0' is a magic number. | 24 | |
'4' is a magic number. | 24 | |
'0x0f' is a magic number. | 27 | |
Missing a Javadoc comment. | 32 | |
Parameter request should be final. | 32 | |
Parameter inet should be final. | 33 | |
Parameter port should be final. | 33 | |
'1400' is a magic number. | 35 | |
'3' is a magic number. | 39 | |
'4' is a magic number. | 46 | |
'4' is a magic number. | 48 | |
Missing a Javadoc comment. | 51 | |
Parameter c should be final. | 51 | |
'0xa' is a magic number. | 55 | |
'0xa' is a magic number. | 57 | |
Missing a Javadoc comment. | 63 | |
Parameter s should be final. | 63 | |
'4' is a magic number. | 74 | |
Line is longer than 80 characters. | 79 | |
Missing a Javadoc comment. | 79 | |
Parameter inet should be final. | 79 | |
Parameter port should be final. | 79 | |
Missing a Javadoc comment. | 85 | |
Parameter inet should be final. | 85 | |
Parameter port should be final. | 86 | |
Parameter infoType should be final. | 86 | |
Missing a Javadoc comment. | 94 | |
Parameter inet should be final. | 94 | |
Parameter port should be final. | 95 | |
Parameter infoType should be final. | 95 | |
Parameter challengeResponse should be final. | 95 | |
Missing a Javadoc comment. | 103 | |
Parameter inet should be final. | 104 | |
Parameter port should be final. | 104 | |
Line is longer than 80 characters. | 112 | |
Missing a Javadoc comment. | 112 | |
Parameter inet should be final. | 112 | |
Parameter port should be final. | 112 | |
Line is longer than 80 characters. | 118 | |
Missing a Javadoc comment. | 118 | |
Parameter inet should be final. | 118 | |
Parameter port should be final. | 118 | |
Line is longer than 80 characters. | 119 | |
Line is longer than 80 characters. | 124 | |
Missing a Javadoc comment. | 124 | |
Parameter inet should be final. | 124 | |
Parameter port should be final. | 124 | |
Line is longer than 80 characters. | 126 | |
Missing a Javadoc comment. | 132 | |
Parameter localPort should be final. | 132 | |
Parameter ipStr should be final. | 132 | |
Parameter port should be final. | 132 | |
Parameter infoType should be final. | 133 | |
Parameter queryType should be final. | 133 | |
Parameter gameType should be final. | 133 | |
Missing a Javadoc comment. | 139 | |
Parameter ipStr should be final. | 139 | |
Parameter port should be final. | 139 | |
Parameter request should be final. | 139 | |
Parameter infoType should be final. | 140 | |
Parameter queryType should be final. | 140 | |
Parameter gameType should be final. | 140 | |
Missing a Javadoc comment. | 145 | |
Parameter localPort should be final. | 145 | |
Parameter ipStr should be final. | 145 | |
Parameter port should be final. | 145 | |
Parameter request should be final. | 146 | |
Parameter infoType should be final. | 146 | |
Parameter queryType should be final. | 146 | |
Parameter gameType should be final. | 146 | |
'12288' is a magic number. | 157 | |
Line is longer than 80 characters. | 161 | |
'24576' is a magic number. | 162 | |
'7' is a magic number. | 201 | |
'+' is not preceded with whitespace. | 203 | |
'+' is not followed by whitespace. | 203 | |
'4' is a magic number. | 203 | |
Line has trailing spaces. | 204 | |
Line is longer than 80 characters. | 207 | |
'-' is not preceded with whitespace. | 207 | |
'-' is not followed by whitespace. | 207 | |
'8' is a magic number. | 207 | |
Line is longer than 80 characters. | 208 | |
Line is longer than 80 characters. | 209 | |
Line is longer than 80 characters. | 230 | |
Line is longer than 80 characters. | 240 | |
'50' is a magic number. | 251 | |
'100' is a magic number. | 255 | |
Must have at least one statement. | 256 | |
Line is longer than 80 characters. | 268 | |
'10' is a magic number. | 271 | |
'10' is a magic number. | 280 | |
Missing a Javadoc comment. | 296 | |
Parameter queryString should be final. | 296 | |
Parameter part should be final. | 296 | |
Missing a Javadoc comment. | 320 | |
Parameter queryString should be final. | 320 | |
Parameter part should be final. | 320 | |
'5' is a magic number. | 321 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 11 | |
Utility classes should not have a public or default constructor. | 11 | |
Line is longer than 80 characters. | 13 | |
Line contains a tab character. | 13 | |
Missing a Javadoc comment. | 13 | |
Parameter localPort should be final. | 13 | |
Parameter ipStr should be final. | 13 | |
Parameter port should be final. | 13 | |
Parameter infoType should be final. | 13 | |
Parameter queryType should be final. | 13 | |
Parameter gameType should be final. | 14 | |
Line is longer than 80 characters. | 16 | |
'if' is not followed by whitespace. | 18 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 27 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line has trailing spaces. | 34 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter localPort should be final. | 34 | |
Parameter ipStr should be final. | 34 | |
Parameter port should be final. | 34 | |
Parameter infoType should be final. | 34 | |
Parameter queryType should be final. | 34 | |
Parameter gameType should be final. | 35 | |
Line has trailing spaces. | 36 | |
Line is longer than 80 characters. | 37 | |
'+' is not preceded with whitespace. | 40 | |
'8' is a magic number. | 40 | |
'+' is not preceded with whitespace. | 44 | |
'+' is not followed by whitespace. | 44 | |
'for' is not followed by whitespace. | 45 | |
'=' is not preceded with whitespace. | 45 | |
'=' is not followed by whitespace. | 45 | |
Line has trailing spaces. | 68 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 11 | |
Utility classes should not have a public or default constructor. | 11 | |
Line is longer than 80 characters. | 13 | |
Line contains a tab character. | 13 | |
Missing a Javadoc comment. | 13 | |
Parameter localPort should be final. | 13 | |
Parameter ipStr should be final. | 13 | |
Parameter port should be final. | 13 | |
Parameter infoType should be final. | 13 | |
Parameter queryType should be final. | 13 | |
Parameter gameType should be final. | 14 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
'if' is not followed by whitespace. | 18 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line has trailing spaces. | 36 | |
Line is longer than 80 characters. | 36 | |
Missing a Javadoc comment. | 36 | |
Parameter localPort should be final. | 36 | |
Parameter ipStr should be final. | 36 | |
Parameter port should be final. | 36 | |
Parameter infoType should be final. | 36 | |
Parameter queryType should be final. | 36 | |
Parameter gameType should be final. | 37 | |
Line has trailing spaces. | 38 | |
Line is longer than 80 characters. | 39 | |
'if' is not followed by whitespace. | 41 | |
'-' is not preceded with whitespace. | 43 | |
'-' is not followed by whitespace. | 43 | |
'for' is not followed by whitespace. | 44 | |
'=' is not preceded with whitespace. | 44 | |
'=' is not followed by whitespace. | 44 | |
Line has trailing spaces. | 46 | |
Line is longer than 80 characters. | 48 | |
'+' is not preceded with whitespace. | 48 | |
'-' is not preceded with whitespace. | 48 | |
'-' is not followed by whitespace. | 48 | |
Line is longer than 80 characters. | 49 | |
'+' is not preceded with whitespace. | 49 | |
'-' is not preceded with whitespace. | 49 | |
'-' is not followed by whitespace. | 49 | |
'+' is not preceded with whitespace. | 50 | |
'-' is not preceded with whitespace. | 50 | |
'-' is not followed by whitespace. | 50 | |
Line is longer than 80 characters. | 51 | |
'+' is not preceded with whitespace. | 51 | |
'-' is not preceded with whitespace. | 51 | |
'-' is not followed by whitespace. | 51 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 11 | |
Utility classes should not have a public or default constructor. | 11 | |
Line is longer than 80 characters. | 13 | |
Line contains a tab character. | 13 | |
Missing a Javadoc comment. | 13 | |
Parameter localPort should be final. | 13 | |
Parameter ipStr should be final. | 13 | |
Parameter port should be final. | 13 | |
Parameter infoType should be final. | 13 | |
Parameter queryType should be final. | 13 | |
Parameter gameType should be final. | 14 | |
Line is longer than 80 characters. | 16 | |
'if' is not followed by whitespace. | 19 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 28 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line has trailing spaces. | 35 | |
Line is longer than 80 characters. | 35 | |
Missing a Javadoc comment. | 35 | |
Parameter localPort should be final. | 35 | |
Parameter ipStr should be final. | 35 | |
Parameter port should be final. | 35 | |
Parameter infoType should be final. | 35 | |
Parameter queryType should be final. | 35 | |
Parameter gameType should be final. | 36 | |
Line has trailing spaces. | 37 | |
Line is longer than 80 characters. | 38 | |
Line has trailing spaces. | 43 | |
'if' is not followed by whitespace. | 45 | |
Line has trailing spaces. | 52 | |
'for' is not followed by whitespace. | 56 | |
'=' is not preceded with whitespace. | 56 | |
'=' is not followed by whitespace. | 56 | |
Must have at least one statement. | 68 | |
Must have at least one statement. | 70 | |
Must have at least one statement. | 72 | |
Line has trailing spaces. | 79 | |
Missing a Javadoc comment. | 80 | |
Parameter recStr should be final. | 80 | |
Parameter markerString should be final. | 80 | |
'while' is not followed by whitespace. | 88 | |
'+' is not followed by whitespace. | 90 | |
'+' is not preceded with whitespace. | 90 | |
'if' is not followed by whitespace. | 91 | |
'if' is not followed by whitespace. | 94 | |
'if' is not followed by whitespace. | 97 | |
'if' is not followed by whitespace. | 99 | |
'+' is not followed by whitespace. | 100 | |
'+' is not followed by whitespace. | 102 | |
Line has trailing spaces. | 104 | |
Line is longer than 80 characters. | 104 | |
Line is longer than 80 characters. | 105 | |
Line is longer than 80 characters. | 106 | |
Line is longer than 80 characters. | 107 | |
'-' is not followed by whitespace. | 107 | |
Line has trailing spaces. | 108 | |
Line has trailing spaces. | 112 | |
'if' is not followed by whitespace. | 113 | |
Line has trailing spaces. | 116 | |
Line has trailing spaces. | 118 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 11 | |
Utility classes should not have a public or default constructor. | 11 | |
Line is longer than 80 characters. | 13 | |
Line contains a tab character. | 13 | |
Missing a Javadoc comment. | 13 | |
Parameter localPort should be final. | 13 | |
Parameter ipStr should be final. | 13 | |
Parameter port should be final. | 13 | |
Parameter infoType should be final. | 13 | |
Parameter queryType should be final. | 13 | |
Parameter gameType should be final. | 14 | |
Line is longer than 80 characters. | 16 | |
'if' is not followed by whitespace. | 19 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 28 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line has trailing spaces. | 35 | |
Line is longer than 80 characters. | 35 | |
Missing a Javadoc comment. | 35 | |
Parameter localPort should be final. | 35 | |
Parameter ipStr should be final. | 35 | |
Parameter port should be final. | 35 | |
Parameter infoType should be final. | 35 | |
Parameter queryType should be final. | 35 | |
Parameter gameType should be final. | 36 | |
Line has trailing spaces. | 37 | |
Line is longer than 80 characters. | 38 | |
Line has trailing spaces. | 43 | |
'if' is not followed by whitespace. | 45 | |
Line has trailing spaces. | 52 | |
'for' is not followed by whitespace. | 56 | |
'=' is not preceded with whitespace. | 56 | |
'=' is not followed by whitespace. | 56 | |
Must have at least one statement. | 68 | |
Must have at least one statement. | 70 | |
Must have at least one statement. | 72 | |
Line has trailing spaces. | 79 | |
Missing a Javadoc comment. | 80 | |
Parameter recStr should be final. | 80 | |
Parameter markerString should be final. | 80 | |
'while' is not followed by whitespace. | 88 | |
'+' is not followed by whitespace. | 90 | |
'+' is not preceded with whitespace. | 90 | |
'if' is not followed by whitespace. | 91 | |
'if' is not followed by whitespace. | 94 | |
'if' is not followed by whitespace. | 97 | |
'if' is not followed by whitespace. | 99 | |
'+' is not followed by whitespace. | 100 | |
'+' is not followed by whitespace. | 102 | |
Line has trailing spaces. | 104 | |
Line is longer than 80 characters. | 104 | |
Line is longer than 80 characters. | 105 | |
Line is longer than 80 characters. | 106 | |
Line is longer than 80 characters. | 107 | |
'-' is not followed by whitespace. | 107 | |
Line has trailing spaces. | 108 | |
Line has trailing spaces. | 112 | |
'if' is not followed by whitespace. | 113 | |
Line has trailing spaces. | 116 | |
Line has trailing spaces. | 118 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 11 | |
Utility classes should not have a public or default constructor. | 11 | |
Line is longer than 80 characters. | 13 | |
Line contains a tab character. | 13 | |
Missing a Javadoc comment. | 13 | |
Parameter localPort should be final. | 13 | |
Parameter ipStr should be final. | 13 | |
Parameter port should be final. | 13 | |
Parameter infoType should be final. | 13 | |
Parameter queryType should be final. | 13 | |
Parameter gameType should be final. | 14 | |
Line is longer than 80 characters. | 16 | |
'if' is not followed by whitespace. | 18 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 27 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line has trailing spaces. | 34 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter localPort should be final. | 34 | |
Parameter ipStr should be final. | 34 | |
Parameter port should be final. | 34 | |
Parameter infoType should be final. | 34 | |
Parameter queryType should be final. | 34 | |
Parameter gameType should be final. | 35 | |
Line has trailing spaces. | 36 | |
Line is longer than 80 characters. | 37 | |
'+' is not preceded with whitespace. | 41 | |
'8' is a magic number. | 41 | |
'+' is not preceded with whitespace. | 45 | |
'+' is not followed by whitespace. | 45 | |
'for' is not followed by whitespace. | 46 | |
'=' is not preceded with whitespace. | 46 | |
'=' is not followed by whitespace. | 46 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 12 | |
Utility classes should not have a public or default constructor. | 12 | |
Line is longer than 80 characters. | 14 | |
Line contains a tab character. | 14 | |
Missing a Javadoc comment. | 14 | |
Parameter localPort should be final. | 14 | |
Parameter ipStr should be final. | 14 | |
Parameter port should be final. | 14 | |
Parameter infoType should be final. | 14 | |
Parameter queryType should be final. | 14 | |
Parameter gameType should be final. | 15 | |
Line has trailing spaces. | 16 | |
Line is longer than 80 characters. | 17 | |
'if' is not followed by whitespace. | 18 | |
Line is longer than 80 characters. | 22 | |
'if' is not followed by whitespace. | 24 | |
Line has trailing spaces. | 28 | |
Line is longer than 80 characters. | 28 | |
Line contains a tab character. | 28 | |
'+' is not followed by whitespace. | 30 | |
Line is longer than 80 characters. | 33 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line is longer than 80 characters. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter localPort should be final. | 41 | |
Parameter ipStr should be final. | 41 | |
Parameter port should be final. | 41 | |
Parameter infoType should be final. | 41 | |
Parameter queryType should be final. | 41 | |
Parameter gameType should be final. | 42 | |
Line has trailing spaces. | 43 | |
Line is longer than 80 characters. | 45 | |
'if' is not followed by whitespace. | 46 | |
Line has trailing spaces. | 49 | |
'if' is not followed by whitespace. | 50 | |
Line is longer than 80 characters. | 51 | |
Comment matches to-do format 'TODO:'. | 52 | |
Line is longer than 80 characters. | 52 | |
'for' is not followed by whitespace. | 56 | |
'=' is not preceded with whitespace. | 56 | |
'=' is not followed by whitespace. | 56 | |
'4' is a magic number. | 58 | |
Line has trailing spaces. | 59 | |
'-9999' is a magic number. | 61 | |
'-9999' is a magic number. | 62 | |
Line has trailing spaces. | 64 | |
'-9999' is a magic number. | 64 | |
Line has trailing spaces. | 71 | |
Line has trailing spaces. | 73 | |
Line contains a tab character. | 73 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 12 | |
Utility classes should not have a public or default constructor. | 12 | |
Line is longer than 80 characters. | 14 | |
Line contains a tab character. | 14 | |
Missing a Javadoc comment. | 14 | |
Parameter localPort should be final. | 14 | |
Parameter ipStr should be final. | 14 | |
Parameter port should be final. | 14 | |
Parameter infoType should be final. | 14 | |
Parameter queryType should be final. | 14 | |
Parameter gameType should be final. | 15 | |
Line has trailing spaces. | 16 | |
Line is longer than 80 characters. | 17 | |
'if' is not followed by whitespace. | 20 | |
Line is longer than 80 characters. | 22 | |
Line has trailing spaces. | 25 | |
Line contains a tab character. | 25 | |
'+' is not followed by whitespace. | 27 | |
'+' is not followed by whitespace. | 29 | |
Line is longer than 80 characters. | 30 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line is longer than 80 characters. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter localPort should be final. | 38 | |
Parameter ipStr should be final. | 38 | |
Parameter port should be final. | 38 | |
Parameter infoType should be final. | 38 | |
Parameter queryType should be final. | 38 | |
Parameter gameType should be final. | 39 | |
Line has trailing spaces. | 40 | |
Line is longer than 80 characters. | 42 | |
'if' is not followed by whitespace. | 43 | |
Line has trailing spaces. | 46 | |
Line is longer than 80 characters. | 48 | |
'if' is not followed by whitespace. | 50 | |
'-' is not preceded with whitespace. | 54 | |
'-' is not followed by whitespace. | 54 | |
'for' is not followed by whitespace. | 55 | |
'=' is not preceded with whitespace. | 55 | |
'=' is not followed by whitespace. | 55 | |
Line is longer than 80 characters. | 58 | |
'+' is not preceded with whitespace. | 58 | |
'+' is not followed by whitespace. | 58 | |
'+' is not preceded with whitespace. | 58 | |
'+' is not followed by whitespace. | 58 | |
Line is longer than 80 characters. | 59 | |
'+' is not preceded with whitespace. | 59 | |
'+' is not followed by whitespace. | 59 | |
Line has trailing spaces. | 60 | |
'-9999' is a magic number. | 62 | |
Line has trailing spaces. | 65 | |
'-9999' is a magic number. | 65 | |
Line has trailing spaces. | 73 | |
Line has trailing spaces. | 75 | |
Line contains a tab character. | 75 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 14 | |
Utility classes should not have a public or default constructor. | 14 | |
Line is longer than 80 characters. | 16 | |
Missing a Javadoc comment. | 16 | |
Parameter localPort should be final. | 16 | |
Parameter ipStr should be final. | 16 | |
Parameter port should be final. | 16 | |
Parameter infoType should be final. | 16 | |
Parameter queryType should be final. | 16 | |
Parameter gameType should be final. | 17 | |
Line has trailing spaces. | 18 | |
Line is longer than 80 characters. | 18 | |
Line has trailing spaces. | 20 | |
Line has trailing spaces. | 22 | |
Line has trailing spaces. | 24 | |
Line has trailing spaces. | 26 | |
Line has trailing spaces. | 28 | |
Line has trailing spaces. | 29 | |
Line has trailing spaces. | 30 | |
Line has trailing spaces. | 32 | |
'{' should be on the previous line. | 36 | |
Line is longer than 80 characters. | 37 | |
'}' should be on the same line. | 38 | |
'catch' is not followed by whitespace. | 39 | |
'{' should be on the previous line. | 40 | |
'if' is not followed by whitespace. | 43 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 45 | |
'}' should be on the same line. | 45 | |
Line is longer than 80 characters. | 46 | |
'if' is not followed by whitespace. | 46 | |
'3' is a magic number. | 46 | |
'4' is a magic number. | 46 | |
Line has trailing spaces. | 47 | |
'5' is a magic number. | 51 | |
'255' is a magic number. | 51 | |
'6' is a magic number. | 52 | |
'for' is not followed by whitespace. | 53 | |
'=' is not preceded with whitespace. | 53 | |
'=' is not followed by whitespace. | 53 | |
'<' is not preceded with whitespace. | 53 | |
'<' is not followed by whitespace. | 53 | |
'20' is a magic number. | 55 | |
'while' is not followed by whitespace. | 56 | |
'cast' is not followed by whitespace. | 57 | |
'255' is a magic number. | 57 | |
Line has trailing spaces. | 61 | |
'255' is a magic number. | 61 | |
'+' is not preceded with whitespace. | 61 | |
'+' is not followed by whitespace. | 61 | |
'255' is a magic number. | 61 | |
'8' is a magic number. | 61 | |
'|' should be on a new line. | 61 | |
'+' is not preceded with whitespace. | 62 | |
'+' is not followed by whitespace. | 62 | |
'255' is a magic number. | 62 | |
'16' is a magic number. | 62 | |
'+' is not preceded with whitespace. | 62 | |
'+' is not followed by whitespace. | 62 | |
'3' is a magic number. | 62 | |
'255' is a magic number. | 62 | |
'24' is a magic number. | 62 | |
'8' is a magic number. | 64 | |
Line has trailing spaces. | 67 | |
Line is longer than 80 characters. | 71 | |
Missing a Javadoc comment. | 71 | |
Parameter localPort should be final. | 71 | |
Parameter ipStr should be final. | 71 | |
Parameter port should be final. | 71 | |
Parameter infoType should be final. | 71 | |
Parameter queryType should be final. | 71 | |
Parameter gameType should be final. | 72 | |
Line has trailing spaces. | 73 | |
Line is longer than 80 characters. | 73 | |
Line has trailing spaces. | 75 | |
Line has trailing spaces. | 77 | |
Line has trailing spaces. | 79 | |
Line has trailing spaces. | 81 | |
Line has trailing spaces. | 83 | |
Line has trailing spaces. | 84 | |
Line has trailing spaces. | 85 | |
Line has trailing spaces. | 87 | |
'{' should be on the previous line. | 91 | |
Line is longer than 80 characters. | 92 | |
'}' should be on the same line. | 93 | |
'catch' is not followed by whitespace. | 94 | |
'{' should be on the previous line. | 95 | |
Line has trailing spaces. | 98 | |
'if' is not followed by whitespace. | 100 | |
Line has trailing spaces. | 101 | |
Line has trailing spaces. | 102 | |
Line is longer than 80 characters. | 102 | |
'if' is not followed by whitespace. | 102 | |
'3' is a magic number. | 102 | |
'4' is a magic number. | 102 | |
Line has trailing spaces. | 103 | |
Line has trailing spaces. | 104 | |
Line has trailing spaces. | 105 | |
Line has trailing spaces. | 107 | |
'5' is a magic number. | 108 | |
'+' is not followed by whitespace. | 118 | |
'while' is not followed by whitespace. | 120 | |
'20' is a magic number. | 126 | |
'while' is not followed by whitespace. | 127 | |
'cast' is not followed by whitespace. | 128 | |
'255' is a magic number. | 128 | |
Line has trailing spaces. | 131 | |
Line has trailing spaces. | 133 | |
'20' is a magic number. | 134 | |
'while' is not followed by whitespace. | 135 | |
'cast' is not followed by whitespace. | 136 | |
'255' is a magic number. | 136 | |
Line has trailing spaces. | 139 | |
'while' is not followed by whitespace. | 143 | |
Line has trailing spaces. | 146 | |
'20' is a magic number. | 149 | |
'while' is not followed by whitespace. | 150 | |
'cast' is not followed by whitespace. | 151 | |
'255' is a magic number. | 151 | |
Line has trailing spaces. | 156 | |
'255' is a magic number. | 157 | |
'+' is not followed by whitespace. | 158 | |
Line has trailing spaces. | 159 | |
Line has trailing spaces. | 161 | |
'255' is a magic number. | 162 | |
'+' is not followed by whitespace. | 163 | |
Line has trailing spaces. | 168 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 5 | |
Missing a Javadoc comment. | 17 | |
Utility classes should not have a public or default constructor. | 17 | |
Line has trailing spaces. | 19 | |
Line is longer than 80 characters. | 19 | |
Missing a Javadoc comment. | 19 | |
Parameter localPort should be final. | 19 | |
Parameter ipStr should be final. | 19 | |
Parameter port should be final. | 19 | |
Parameter infoType should be final. | 19 | |
Parameter queryType should be final. | 20 | |
Parameter gameType should be final. | 20 | |
Line is longer than 80 characters. | 22 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 34 | |
Line has trailing spaces. | 42 | |
Line is longer than 80 characters. | 42 | |
Missing a Javadoc comment. | 42 | |
Parameter localPort should be final. | 42 | |
Parameter ipStr should be final. | 42 | |
Parameter port should be final. | 42 | |
Parameter infoType should be final. | 42 | |
Parameter queryType should be final. | 43 | |
Parameter gameType should be final. | 43 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 52 | |
'-9999' is a magic number. | 62 | |
'-9999' is a magic number. | 65 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 6 | |
Utility classes should not have a public or default constructor. | 6 | |
Line is longer than 80 characters. | 8 | |
Line contains a tab character. | 8 | |
Missing a Javadoc comment. | 8 | |
Parameter localPort should be final. | 8 | |
Parameter ipStr should be final. | 8 | |
Parameter port should be final. | 8 | |
Parameter infoType should be final. | 8 | |
Parameter queryType should be final. | 8 | |
Parameter gameType should be final. | 9 | |
Line is longer than 80 characters. | 11 | |
'if' is not followed by whitespace. | 13 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 22 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Using the '.*' form of import should be avoided - java.util.regex.*. | 5 | |
Missing a Javadoc comment. | 11 | |
Utility classes should not have a public or default constructor. | 11 | |
Line is longer than 80 characters. | 13 | |
Line contains a tab character. | 13 | |
Missing a Javadoc comment. | 13 | |
Parameter localPort should be final. | 13 | |
Parameter ipStr should be final. | 13 | |
Parameter port should be final. | 13 | |
Parameter infoType should be final. | 13 | |
Parameter queryType should be final. | 13 | |
Parameter gameType should be final. | 14 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 | |
'if' is not followed by whitespace. | 17 | |
Line is longer than 80 characters. | 20 | |
Line has trailing spaces. | 21 | |
Line is longer than 80 characters. | 22 | |
Line has trailing spaces. | 23 | |
'if' is not followed by whitespace. | 25 | |
Line has trailing spaces. | 27 | |
Line is longer than 80 characters. | 29 | |
'while' is not followed by whitespace. | 32 | |
Line contains a tab character. | 33 | |
Line has trailing spaces. | 36 | |
Line is longer than 80 characters. | 37 | |
'=' is not followed by whitespace. | 37 | |
',' is not followed by whitespace. | 38 | |
Line is longer than 80 characters. | 39 | |
Name 'GameVersion' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
'3' is a magic number. | 39 | |
';' is not followed by whitespace. | 39 | |
Line has trailing spaces. | 40 | |
Line has trailing spaces. | 41 | |
Line is longer than 80 characters. | 41 | |
Line contains a tab character. | 41 | |
'+' is not followed by whitespace. | 43 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line is longer than 80 characters. | 55 | |
Missing a Javadoc comment. | 55 | |
Parameter localPort should be final. | 55 | |
Parameter ipStr should be final. | 55 | |
Parameter port should be final. | 55 | |
Parameter infoType should be final. | 55 | |
Parameter queryType should be final. | 55 | |
Parameter gameType should be final. | 56 | |
Line has trailing spaces. | 57 | |
Line is longer than 80 characters. | 58 | |
'if' is not followed by whitespace. | 60 | |
'else' is not preceded with whitespace. | 62 | |
'}' is not followed by whitespace. | 62 | |
Line is longer than 80 characters. | 63 | |
Line has trailing spaces. | 64 | |
Line is longer than 80 characters. | 65 | |
Line has trailing spaces. | 66 | |
Line has trailing spaces. | 68 | |
Line has trailing spaces. | 69 | |
Line has trailing spaces. | 73 | |
Line has trailing spaces. | 74 | |
Line is longer than 80 characters. | 75 | |
Line has trailing spaces. | 77 | |
'while' is not followed by whitespace. | 78 | |
Line contains a tab character. | 79 | |
Line has trailing spaces. | 80 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
'>' is not followed by whitespace. | 82 | |
Line has trailing spaces. | 83 | |
'>' is not followed by whitespace. | 84 | |
'{' is not preceded with whitespace. | 84 | |
Line contains a tab character. | 87 | |
'3' is a magic number. | 89 | |
'>' is not followed by whitespace. | 90 | |
'>' is not followed by whitespace. | 92 | |
'{' is not preceded with whitespace. | 92 | |
Line has trailing spaces. | 95 | |
Line contains a tab character. | 95 | |
'15000' is a magic number. | 95 | |
Line has trailing spaces. | 97 | |
'cast' is not followed by whitespace. | 98 | |
'4' is a magic number. | 98 | |
Line has trailing spaces. | 99 | |
'5' is a magic number. | 100 | |
')' is preceded with whitespace. | 100 | |
'cast' is not followed by whitespace. | 101 | |
'5' is a magic number. | 101 | |
Line contains a tab character. | 103 | |
Line has trailing spaces. | 105 | |
'-9999' is a magic number. | 105 | |
'-9999' is a magic number. | 106 | |
'-9999' is a magic number. | 107 | |
Line has trailing spaces. | 108 | |
Line contains a tab character. | 110 | |
Line has trailing spaces. | 113 | |
Line has trailing spaces. | 120 | |
Line contains a tab character. | 120 | |
Missing a Javadoc comment. | 121 | |
Name 'PosInt' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 | |
Parameter b should be final. | 121 | |
Name 'IntegerFromByte' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 | |
Line is longer than 80 characters. | 123 | |
Name 'PositiveInteger' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 | |
Avoid inline conditionals. | 125 | |
'256' is a magic number. | 125 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 12 | |
Utility classes should not have a public or default constructor. | 12 | |
Line is longer than 80 characters. | 14 | |
Line contains a tab character. | 14 | |
Missing a Javadoc comment. | 14 | |
Parameter localPort should be final. | 14 | |
Parameter ipStr should be final. | 14 | |
Parameter port should be final. | 14 | |
Parameter infoType should be final. | 14 | |
Parameter queryType should be final. | 14 | |
Parameter gameType should be final. | 15 | |
Line has trailing spaces. | 16 | |
Line is longer than 80 characters. | 17 | |
'if' is not followed by whitespace. | 20 | |
Line is longer than 80 characters. | 22 | |
Line has trailing spaces. | 25 | |
Line contains a tab character. | 25 | |
'+' is not followed by whitespace. | 27 | |
'+' is not followed by whitespace. | 29 | |
Line is longer than 80 characters. | 30 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line is longer than 80 characters. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter localPort should be final. | 38 | |
Parameter ipStr should be final. | 38 | |
Parameter port should be final. | 38 | |
Parameter infoType should be final. | 38 | |
Parameter queryType should be final. | 38 | |
Parameter gameType should be final. | 39 | |
Line has trailing spaces. | 40 | |
Line is longer than 80 characters. | 42 | |
'if' is not followed by whitespace. | 43 | |
Line has trailing spaces. | 46 | |
Line is longer than 80 characters. | 48 | |
'if' is not followed by whitespace. | 50 | |
'-' is not preceded with whitespace. | 52 | |
'-' is not followed by whitespace. | 52 | |
'for' is not followed by whitespace. | 53 | |
'=' is not preceded with whitespace. | 53 | |
'=' is not followed by whitespace. | 53 | |
Line has trailing spaces. | 57 | |
'-9999' is a magic number. | 59 | |
Line has trailing spaces. | 62 | |
'-9999' is a magic number. | 62 | |
Line has trailing spaces. | 69 | |
Line has trailing spaces. | 71 | |
Line contains a tab character. | 71 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Unused import - java.io.FileOutputStream. | 3 | |
Unused import - java.io.IOException. | 4 | |
Missing a Javadoc comment. | 17 | |
Utility classes should not have a public or default constructor. | 17 | |
Line is longer than 80 characters. | 19 | |
Line contains a tab character. | 19 | |
Missing a Javadoc comment. | 19 | |
Parameter localPort should be final. | 19 | |
Parameter ipStr should be final. | 19 | |
Parameter port should be final. | 19 | |
Parameter infoType should be final. | 19 | |
Parameter queryType should be final. | 19 | |
Parameter gameType should be final. | 20 | |
Line has trailing spaces. | 21 | |
Line is longer than 80 characters. | 24 | |
'if' is not followed by whitespace. | 29 | |
Line has trailing spaces. | 30 | |
Line has trailing spaces. | 31 | |
Line is longer than 80 characters. | 31 | |
'if' is not followed by whitespace. | 31 | |
'3' is a magic number. | 31 | |
'4' is a magic number. | 31 | |
Line has trailing spaces. | 32 | |
Line has trailing spaces. | 34 | |
Line has trailing spaces. | 36 | |
Line contains a tab character. | 37 | |
'5' is a magic number. | 37 | |
'255' is a magic number. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
'7' is a magic number. | 40 | |
'while' is not followed by whitespace. | 42 | |
Line contains a tab character. | 44 | |
'20' is a magic number. | 44 | |
Line contains a tab character. | 45 | |
'while' is not followed by whitespace. | 45 | |
Line contains a tab character. | 46 | |
'cast' is not followed by whitespace. | 46 | |
'255' is a magic number. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line has trailing spaces. | 50 | |
'255' is a magic number. | 50 | |
'+' is not preceded with whitespace. | 50 | |
'+' is not followed by whitespace. | 50 | |
'255' is a magic number. | 50 | |
'8' is a magic number. | 50 | |
'|' should be on a new line. | 50 | |
'+' is not preceded with whitespace. | 51 | |
'+' is not followed by whitespace. | 51 | |
'255' is a magic number. | 51 | |
'16' is a magic number. | 51 | |
'+' is not preceded with whitespace. | 51 | |
'+' is not followed by whitespace. | 51 | |
'3' is a magic number. | 51 | |
'255' is a magic number. | 51 | |
'24' is a magic number. | 51 | |
Line contains a tab character. | 53 | |
'9' is a magic number. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line has trailing spaces. | 56 | |
Line contains a tab character. | 58 | |
Line is longer than 80 characters. | 60 | |
Line contains a tab character. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter localPort should be final. | 60 | |
Parameter ipStr should be final. | 60 | |
Parameter port should be final. | 60 | |
Parameter infoType should be final. | 60 | |
Parameter queryType should be final. | 60 | |
Parameter gameType should be final. | 61 | |
Line has trailing spaces. | 62 | |
Line is longer than 80 characters. | 65 | |
'if' is not followed by whitespace. | 70 | |
Line has trailing spaces. | 71 | |
Line has trailing spaces. | 72 | |
Line is longer than 80 characters. | 72 | |
'if' is not followed by whitespace. | 72 | |
'3' is a magic number. | 72 | |
'4' is a magic number. | 72 | |
Line has trailing spaces. | 73 | |
Line contains a tab character. | 74 | |
Line has trailing spaces. | 77 | |
'+' is not followed by whitespace. | 86 | |
Line contains a tab character. | 88 | |
'6' is a magic number. | 88 | |
'20' is a magic number. | 90 | |
'while' is not followed by whitespace. | 91 | |
'cast' is not followed by whitespace. | 92 | |
'255' is a magic number. | 92 | |
Line has trailing spaces. | 97 | |
'20' is a magic number. | 98 | |
'while' is not followed by whitespace. | 99 | |
'cast' is not followed by whitespace. | 100 | |
'255' is a magic number. | 100 | |
Line has trailing spaces. | 103 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
'while' is not followed by whitespace. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line has trailing spaces. | 110 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 113 | |
'20' is a magic number. | 113 | |
Line contains a tab character. | 114 | |
'while' is not followed by whitespace. | 114 | |
Line contains a tab character. | 115 | |
'cast' is not followed by whitespace. | 115 | |
'255' is a magic number. | 115 | |
Line contains a tab character. | 116 | |
Line has trailing spaces. | 120 | |
Line has trailing spaces. | 123 | |
Line has trailing spaces. | 125 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
'255' is a magic number. | 126 | |
'+' is not followed by whitespace. | 127 | |
Line has trailing spaces. | 128 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line has trailing spaces. | 130 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
'255' is a magic number. | 131 | |
'+' is not followed by whitespace. | 132 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line has trailing spaces. | 137 | |
Line contains a tab character. | 137 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
First sentence should end with a period. | 12 | |
Utility classes should not have a public or default constructor. | 17 | |
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 contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Parameter str should be final. | 26 | |
Parameter offsetHolder should be final. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
'255' is a magic number. | 28 | |
'|' should be on a new line. | 28 | |
Line contains a tab character. | 29 | |
'255' is a magic number. | 29 | |
'8' is a magic number. | 29 | |
'|' should be on a new line. | 29 | |
Line contains a tab character. | 30 | |
'255' is a magic number. | 30 | |
'16' is a magic number. | 30 | |
'|' should be on a new line. | 30 | |
Line contains a tab character. | 31 | |
'3' is a magic number. | 31 | |
'255' is a magic number. | 31 | |
'24' is a magic number. | 31 | |
Line contains a tab character. | 33 | |
'4' is a magic number. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Unused @param tag for 'str'. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Parameter src should be final. | 44 | |
Expected @param tag for 'src'. | 44 | |
Parameter offsetHolder should be final. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
'if' is not followed by whitespace. | 46 | |
'128' is a magic number. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 49 | |
'if' is not followed by whitespace. | 49 | |
'127' is a magic number. | 49 | |
Line is longer than 80 characters. | 50 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 54 | |
'if' is not followed by whitespace. | 54 | |
'128' is a magic number. | 54 | |
'255' is a magic number. | 54 | |
Line contains a tab character. | 55 | |
'128' is a magic number. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
'for' is not followed by whitespace. | 57 | |
'=' is not preceded with whitespace. | 57 | |
'=' is not followed by whitespace. | 57 | |
'<' is not preceded with whitespace. | 57 | |
'<' is not followed by whitespace. | 57 | |
'-' is not preceded with whitespace. | 57 | |
'-' is not followed by whitespace. | 57 | |
Line contains a tab character. | 58 | |
'*' is not preceded with whitespace. | 58 | |
'*' is not followed by whitespace. | 58 | |
Line is longer than 80 characters. | 59 | |
Line contains a tab character. | 59 | |
'if' is not followed by whitespace. | 59 | |
'*' is not preceded with whitespace. | 59 | |
'*' is not followed by whitespace. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line has trailing spaces. | 73 | |
Line is longer than 80 characters. | 74 | |
Line contains a tab character. | 74 | |
Missing a Javadoc comment. | 74 | |
Parameter localPort should be final. | 74 | |
Parameter ipStr should be final. | 74 | |
Parameter port should be final. | 74 | |
Parameter infoType should be final. | 74 | |
Parameter queryType should be final. | 74 | |
Parameter gameType should be final. | 75 | |
Line has trailing spaces. | 76 | |
Line contains a tab character. | 77 | |
'if' is not followed by whitespace. | 77 | |
Line contains a tab character. | 78 | |
Line is longer than 80 characters. | 79 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line has trailing spaces. | 82 | |
Line is longer than 80 characters. | 83 | |
'if' construct must use '{}'s. | 85 | |
Line is longer than 80 characters. | 85 | |
Line contains a tab character. | 85 | |
'if' is not followed by whitespace. | 85 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
'{' is followed by whitespace. | 90 | |
'if' construct must use '{}'s. | 91 | |
Line contains a tab character. | 91 | |
'if' is not followed by whitespace. | 91 | |
'128' is a magic number. | 91 | |
'4' is a magic number. | 91 | |
'if' construct must use '{}'s. | 92 | |
Line is longer than 80 characters. | 92 | |
Line contains a tab character. | 92 | |
'if' is not followed by whitespace. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 97 | |
Line is longer than 80 characters. | 98 | |
Line contains a tab character. | 98 | |
Line is longer than 80 characters. | 99 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line is longer than 80 characters. | 101 | |
Line contains a tab character. | 101 | |
Line is longer than 80 characters. | 102 | |
Line contains a tab character. | 102 | |
Line is longer than 80 characters. | 103 | |
Line contains a tab character. | 103 | |
Line is longer than 80 characters. | 104 | |
Line contains a tab character. | 104 | |
Line is longer than 80 characters. | 105 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 109 | |
'catch' is not followed by whitespace. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line has trailing spaces. | 116 | |
Line is longer than 80 characters. | 117 | |
'if' construct must use '{}'s. | 119 | |
Line is longer than 80 characters. | 119 | |
Line contains a tab character. | 119 | |
'if' is not followed by whitespace. | 119 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
'{' is followed by whitespace. | 123 | |
'if' construct must use '{}'s. | 124 | |
Line contains a tab character. | 124 | |
'if' is not followed by whitespace. | 124 | |
'128' is a magic number. | 124 | |
'4' is a magic number. | 124 | |
Line contains a tab character. | 125 | |
'if' is not followed by whitespace. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
'while' is not followed by whitespace. | 129 | |
Line is longer than 80 characters. | 130 | |
Line contains a tab character. | 130 | |
Line is longer than 80 characters. | 131 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
'if' is not followed by whitespace. | 132 | |
Line is longer than 80 characters. | 133 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 139 | |
'catch' is not followed by whitespace. | 139 | |
Must have at least one statement. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line is longer than 80 characters. | 146 | |
Missing a Javadoc comment. | 146 | |
Parameter localPort should be final. | 146 | |
Parameter ipStr should be final. | 146 | |
Parameter port should be final. | 146 | |
Parameter infoType should be final. | 146 | |
Parameter queryType should be final. | 146 | |
Parameter gameType should be final. | 147 | |
Line has trailing spaces. | 148 | |
Line contains a tab character. | 149 | |
'if' is not followed by whitespace. | 149 | |
Line contains a tab character. | 150 | |
Line is longer than 80 characters. | 151 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line has trailing spaces. | 154 | |
Line is longer than 80 characters. | 155 | |
'if' construct must use '{}'s. | 157 | |
Line is longer than 80 characters. | 157 | |
Line contains a tab character. | 157 | |
'if' is not followed by whitespace. | 157 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
'{' is followed by whitespace. | 162 | |
'if' construct must use '{}'s. | 163 | |
Line contains a tab character. | 163 | |
'if' is not followed by whitespace. | 163 | |
'128' is a magic number. | 163 | |
'4' is a magic number. | 163 | |
'if' construct must use '{}'s. | 164 | |
Line is longer than 80 characters. | 164 | |
Line contains a tab character. | 164 | |
'if' is not followed by whitespace. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
'while' is not followed by whitespace. | 168 | |
Line is longer than 80 characters. | 171 | |
Line contains a tab character. | 171 | |
Line is longer than 80 characters. | 172 | |
Line contains a tab character. | 172 | |
Line is longer than 80 characters. | 173 | |
Line contains a tab character. | 173 | |
Line is longer than 80 characters. | 174 | |
Line contains a tab character. | 174 | |
Line is longer than 80 characters. | 175 | |
Line contains a tab character. | 175 | |
Line has trailing spaces. | 176 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
'catch' is not followed by whitespace. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 11 | |
Utility classes should not have a public or default constructor. | 11 | |
Line is longer than 80 characters. | 13 | |
Line contains a tab character. | 13 | |
Missing a Javadoc comment. | 13 | |
Parameter localPort should be final. | 13 | |
Parameter ipStr should be final. | 13 | |
Parameter port should be final. | 13 | |
Parameter infoType should be final. | 13 | |
Parameter queryType should be final. | 13 | |
Parameter gameType should be final. | 14 | |
Line has trailing spaces. | 15 | |
Line has trailing spaces. | 16 | |
Line is longer than 80 characters. | 17 | |
Empty statement. | 19 | |
'if' is not followed by whitespace. | 20 | |
Line contains a tab character. | 35 | |
Line is longer than 80 characters. | 37 | |
Missing a Javadoc comment. | 37 | |
Parameter localPort should be final. | 37 | |
Parameter ipStr should be final. | 37 | |
Parameter port should be final. | 37 | |
Parameter infoType should be final. | 37 | |
Parameter queryType should be final. | 37 | |
Parameter gameType should be final. | 38 | |
Line has trailing spaces. | 39 | |
Line is longer than 80 characters. | 40 | |
'if' is not followed by whitespace. | 43 | |
'-' is not preceded with whitespace. | 45 | |
'-' is not followed by whitespace. | 45 | |
'for' is not followed by whitespace. | 46 | |
'=' is not preceded with whitespace. | 46 | |
'=' is not followed by whitespace. | 46 | |
Line has trailing spaces. | 48 | |
'+' is not preceded with whitespace. | 50 | |
'-' is not preceded with whitespace. | 50 | |
'-' is not followed by whitespace. | 50 | |
Line is longer than 80 characters. | 51 | |
'+' is not preceded with whitespace. | 51 | |
'-' is not preceded with whitespace. | 51 | |
'-' is not followed by whitespace. | 51 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 14 | |
Line has trailing spaces. | 15 | |
Utility classes should not have a public or default constructor. | 18 | |
Line has trailing spaces. | 19 | |
Line contains a tab character. | 19 | |
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
Parameter localPort should be final. | 20 | |
Parameter ipStr should be final. | 20 | |
Parameter port should be final. | 20 | |
Parameter infoType should be final. | 20 | |
Parameter queryType should be final. | 20 | |
Parameter gameType should be final. | 21 | |
Line has trailing spaces. | 32 | |
Line is longer than 80 characters. | 38 | |
'9' is a magic number. | 38 | |
'10' is a magic number. | 39 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter localPort should be final. | 48 | |
Parameter ipStr should be final. | 48 | |
Parameter port should be final. | 48 | |
Parameter infoType should be final. | 48 | |
Parameter queryType should be final. | 48 | |
Parameter gameType should be final. | 49 | |
Line has trailing spaces. | 50 | |
Line has trailing spaces. | 58 | |
'9' is a magic number. | 60 | |
Line has trailing spaces. | 64 | |
Line is longer than 80 characters. | 66 | |
Must have at least one statement. | 70 | |
'{' is not followed by whitespace. | 70 | |
'}' is not preceded with whitespace. | 70 | |
Line has trailing spaces. | 72 | |
Line is longer than 80 characters. | 75 | |
Line is longer than 80 characters. | 76 | |
'-9999' is a magic number. | 79 | |
Line has trailing spaces. | 83 | |
Line is longer than 80 characters. | 83 | |
Line has trailing spaces. | 85 | |
Line has trailing spaces. | 91 | |
Line has trailing spaces. | 93 | |
Line contains a tab character. | 93 |