Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
23001738

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
2Errors Error
NewlineAtEndOfFile23Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
251Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
268Errors Error
JavadocMethod94Errors Error
JavadocType17Errors Error
JavadocVariable27Errors Error
JavadocStyle32Errors Error
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName3Errors Error
MemberName0Errors Error
MethodName1Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport1Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports2Errors Error
LineLength233Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter4Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap10Errors Error
ParenPad1Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter16Errors Error
WhitespaceAround232Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock9Errors Error
LeftCurly4Errors Error
NeedBraces8Errors Error
RightCurly3Errors Error
AvoidInlineConditionals3Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement1Errors Error
EqualsHashCode0Errors Error
HiddenField1Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber127Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension50Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor19Errors Error
InterfaceIsType0Errors Error
VisibilityModifier1Errors Error
ArrayTypeStyle0Errors Error
FinalParameters298Errors Error
TodoComment1Errors Error
UpperEll0Errors Error

Details

net/sourceforge/queried/Demo.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.9
ErrorsUtility classes should not have a public or default constructor.9
ErrorsMissing a Javadoc comment.10
ErrorsParameter args should be final.10
Errors'29900' is a magic number.14
ErrorsLine is longer than 80 characters.21
ErrorsMissing a Javadoc comment.21
ErrorsParameter gameType should be final.21
ErrorsParameter ip should be final.21
ErrorsParameter port should be final.21
ErrorsLine has trailing spaces.30
Errors'+' should be on a new line.30
ErrorsLine has trailing spaces.31
ErrorsLine is longer than 80 characters.31
Errors'+' should be on a new line.31
ErrorsLine has trailing spaces.32
Errors'+' should be on a new line.32
ErrorsLine has trailing spaces.33
Errors'+' should be on a new line.33
ErrorsLine has trailing spaces.34
ErrorsLine is longer than 80 characters.34
Errors'+' should be on a new line.34
ErrorsLine has trailing spaces.40

net/sourceforge/queried/KillsComparator.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing a Javadoc comment.5
ErrorsMissing a Javadoc comment.7
ErrorsMethod 'compare' is not designed for extension - needs to be abstract, final or empty.10
ErrorsMissing a Javadoc comment.10
ErrorsParameter obj1 should be final.10
ErrorsParameter obj2 should be final.10
Errors'if' is not followed by whitespace.14
ErrorsAvoid inline conditionals.18

net/sourceforge/queried/PlayerInfo.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine has trailing spaces.8
ErrorsLine is longer than 80 characters.8
ErrorsLine has trailing spaces.10
ErrorsLine contains a tab character.15
ErrorsMissing a Javadoc comment.15
ErrorsLine contains a tab character.16
ErrorsMissing a Javadoc comment.16
ErrorsMissing a Javadoc comment.17
Errors'-9999' is a magic number.17
ErrorsMissing a Javadoc comment.18
Errors'-9999' is a magic number.18
ErrorsMissing a Javadoc comment.19
Errors'-9999' is a magic number.19
ErrorsMissing a Javadoc comment.20
Errors'-9999' is a magic number.20
ErrorsLine contains a tab character.21
ErrorsMissing a Javadoc comment.21
Errors'-9999' is a magic number.21
ErrorsLine contains a tab character.22
ErrorsMissing a Javadoc comment.22
Errors'-9999' is a magic number.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.24
ErrorsMissing a Javadoc comment.24
ErrorsLine contains a tab character.25
ErrorsLine has trailing spaces.26
ErrorsLine has trailing spaces.29
ErrorsMethod 'getDeaths' is not designed for extension - needs to be abstract, final or empty.32
ErrorsLine has trailing spaces.38
ErrorsMethod 'getKills' is not designed for extension - needs to be abstract, final or empty.41
ErrorsLine has trailing spaces.47
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.50
ErrorsMethod 'getClan' is not designed for extension - needs to be abstract, final or empty.58
ErrorsLine contains a tab character.59
ErrorsFirst sentence should end with a period.61
ErrorsMethod 'getPing' is not designed for extension - needs to be abstract, final or empty.65
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.68
ErrorsMethod 'getRate' is not designed for extension - needs to be abstract, final or empty.73
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.76
ErrorsLine has trailing spaces.79
ErrorsMethod 'getObjectivesCompleted' is not designed for extension - needs to be abstract, final or empty.82
ErrorsLine has trailing spaces.88
ErrorsMethod 'getScore' is not designed for extension - needs to be abstract, final or empty.91
ErrorsMethod 'setDeaths' is not designed for extension - needs to be abstract, final or empty.95
ErrorsMissing a Javadoc comment.95
ErrorsParameter i should be final.95
ErrorsMethod 'setKills' is not designed for extension - needs to be abstract, final or empty.99
ErrorsMissing a Javadoc comment.99
ErrorsParameter i should be final.99
ErrorsMethod 'setName' is not designed for extension - needs to be abstract, final or empty.103
ErrorsMissing a Javadoc comment.103
ErrorsParameter string should be final.103
ErrorsMethod 'setClan' is not designed for extension - needs to be abstract, final or empty.107
ErrorsMissing a Javadoc comment.107
ErrorsParameter string should be final.107
ErrorsLine contains a tab character.108
ErrorsLine has trailing spaces.110
ErrorsMethod 'setObjectivesCompleted' is not designed for extension - needs to be abstract, final or empty.111
ErrorsMissing a Javadoc comment.111
ErrorsParameter i should be final.111
ErrorsMethod 'setScore' is not designed for extension - needs to be abstract, final or empty.115
ErrorsMissing a Javadoc comment.115
ErrorsParameter i should be final.115
ErrorsLine has trailing spaces.118
ErrorsMethod 'setPing' is not designed for extension - needs to be abstract, final or empty.119
ErrorsMissing a Javadoc comment.119
ErrorsParameter i should be final.119
ErrorsLine contains a tab character.120
ErrorsLine has trailing spaces.122
ErrorsMethod 'setRate' is not designed for extension - needs to be abstract, final or empty.123
ErrorsMissing a Javadoc comment.123
ErrorsParameter i should be final.123
ErrorsLine contains a tab character.124

net/sourceforge/queried/QueriEd.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine contains a tab character.47
ErrorsLine has trailing spaces.49
ErrorsUtility classes should not have a public or default constructor.52
ErrorsFirst sentence should end with a period.54
ErrorsLine has trailing spaces.55
ErrorsFirst sentence should end with a period.59
ErrorsLine has trailing spaces.60
ErrorsFirst sentence should end with a period.63
ErrorsLine has trailing spaces.64
ErrorsLine has trailing spaces.67
ErrorsFirst sentence should end with a period.68
ErrorsLine has trailing spaces.69
ErrorsFirst sentence should end with a period.72
ErrorsLine has trailing spaces.73
ErrorsFirst sentence should end with a period.76
ErrorsLine has trailing spaces.77
ErrorsFirst sentence should end with a period.80
ErrorsLine has trailing spaces.81
ErrorsFirst sentence should end with a period.84
ErrorsLine has trailing spaces.85
ErrorsFirst sentence should end with a period.88
ErrorsLine has trailing spaces.89
ErrorsFirst sentence should end with a period.93
ErrorsLine has trailing spaces.94
ErrorsFirst sentence should end with a period.97
ErrorsLine has trailing spaces.98
ErrorsLine has trailing spaces.100
ErrorsFirst sentence should end with a period.101
ErrorsLine has trailing spaces.102
ErrorsLine has trailing spaces.104
ErrorsFirst sentence should end with a period.105
ErrorsLine has trailing spaces.106
ErrorsLine has trailing spaces.108
ErrorsFirst sentence should end with a period.109
ErrorsLine has trailing spaces.110
ErrorsLine has trailing spaces.112
ErrorsFirst sentence should end with a period.113
ErrorsLine has trailing spaces.114
ErrorsLine has trailing spaces.116
ErrorsFirst sentence should end with a period.117
ErrorsLine has trailing spaces.118
ErrorsLine has trailing spaces.120
ErrorsFirst sentence should end with a period.121
ErrorsLine has trailing spaces.122
ErrorsLine has trailing spaces.124
ErrorsFirst sentence should end with a period.125
ErrorsLine has trailing spaces.126
ErrorsLine has trailing spaces.128
ErrorsFirst sentence should end with a period.129
ErrorsLine has trailing spaces.130
ErrorsFirst sentence should end with a period.133
ErrorsLine has trailing spaces.134
ErrorsFirst sentence should end with a period.137
ErrorsLine has trailing spaces.138
ErrorsLine has trailing spaces.140
ErrorsFirst sentence should end with a period.141
ErrorsLine has trailing spaces.142
ErrorsLine has trailing spaces.144
ErrorsFirst sentence should end with a period.145
ErrorsLine has trailing spaces.146
ErrorsLine has trailing spaces.148
ErrorsFirst sentence should end with a period.149
ErrorsLine has trailing spaces.150
ErrorsLine has trailing spaces.152
ErrorsFirst sentence should end with a period.153
ErrorsLine has trailing spaces.154
ErrorsLine has trailing spaces.156
ErrorsFirst sentence should end with a period.157
ErrorsLine has trailing spaces.158
ErrorsFirst sentence should end with a period.161
ErrorsLine has trailing spaces.162
ErrorsFirst sentence should end with a period.165
ErrorsLine has trailing spaces.166
ErrorsFirst sentence should end with a period.169
ErrorsLine has trailing spaces.170
ErrorsFirst sentence should end with a period.173
ErrorsLine has trailing spaces.174
ErrorsLine has trailing spaces.177
ErrorsLine has trailing spaces.178
ErrorsMissing a Javadoc comment.179
ErrorsLine has trailing spaces.208
ErrorsLine has trailing spaces.214
ErrorsLine is longer than 80 characters.218
ErrorsLine is longer than 80 characters.219
ErrorsLine has trailing spaces.245
ErrorsLine is longer than 80 characters.247
ErrorsLine has trailing spaces.248
ErrorsLine is longer than 80 characters.249
ErrorsLine is longer than 80 characters.253
ErrorsLine is longer than 80 characters.255
ErrorsParameter localPort should be final.255
ErrorsParameter gameType should be final.255
ErrorsParameter ipStr should be final.255
ErrorsParameter port should be final.255
ErrorsLine is longer than 80 characters.258
ErrorsLine has trailing spaces.260
ErrorsLine is longer than 80 characters.264
ErrorsLine has trailing spaces.291
ErrorsLine is longer than 80 characters.293
ErrorsLine has trailing spaces.294
ErrorsLine is longer than 80 characters.298
ErrorsLine is longer than 80 characters.300
ErrorsParameter gameType should be final.300
ErrorsParameter ipStr should be final.300
ErrorsParameter port should be final.300
ErrorsLine has trailing spaces.303
ErrorsLine is longer than 80 characters.307
ErrorsLine is longer than 80 characters.308
ErrorsLine has trailing spaces.333
ErrorsLine is longer than 80 characters.335
ErrorsLine has trailing spaces.336
ErrorsLine is longer than 80 characters.337
ErrorsLine has trailing spaces.341
ErrorsLine is longer than 80 characters.341
ErrorsLine is longer than 80 characters.344
ErrorsParameter localPort should be final.344
ErrorsParameter gameType should be final.344
ErrorsParameter ipStr should be final.344
ErrorsParameter port should be final.344
ErrorsLine is longer than 80 characters.347
ErrorsLine is longer than 80 characters.353
ErrorsLine has trailing spaces.379
ErrorsLine is longer than 80 characters.381
ErrorsLine has trailing spaces.382
ErrorsLine has trailing spaces.386
ErrorsLine is longer than 80 characters.386
ErrorsLine is longer than 80 characters.389
ErrorsParameter gameType should be final.389
ErrorsParameter ipStr should be final.389
ErrorsParameter port should be final.389
ErrorsLine has trailing spaces.392
ErrorsMissing a Javadoc comment.393
ErrorsParameter gameType should be final.393
ErrorsLine is longer than 80 characters.394
Errors'if' is not followed by whitespace.394
ErrorsLine is longer than 80 characters.396
Errors'if' is not followed by whitespace.396
ErrorsLine is longer than 80 characters.398
Errors'if' is not followed by whitespace.398
Errors'if' is not followed by whitespace.400
Errors'if' is not followed by whitespace.402
Errors'if' is not followed by whitespace.404
Errors'if' is not followed by whitespace.406
Errors'if' is not followed by whitespace.408
Errors'if' is not followed by whitespace.410
Errors'if' is not followed by whitespace.412
Errors'if' is not followed by whitespace.414
Errors'if' is not followed by whitespace.416
ErrorsLine is longer than 80 characters.418
Errors'if' is not followed by whitespace.418
Errors'if' is not followed by whitespace.420
Errors'if' is not followed by whitespace.422
Errors'if' is not followed by whitespace.424
Errors'if' is not followed by whitespace.426
Errors'if' is not followed by whitespace.428
Errors'if' is not followed by whitespace.430
ErrorsLine contains a tab character.431
ErrorsLine has trailing spaces.436
ErrorsLine is longer than 80 characters.437
ErrorsMissing a Javadoc comment.437
ErrorsParameter localPort should be final.437
ErrorsParameter gameType should be final.437
ErrorsParameter ipStr should be final.437
ErrorsParameter port should be final.437
ErrorsParameter infoType should be final.437
ErrorsLine has trailing spaces.438
ErrorsLine is longer than 80 characters.441
ErrorsLine is longer than 80 characters.443
ErrorsLine is longer than 80 characters.445
ErrorsLine is longer than 80 characters.447
ErrorsLine is longer than 80 characters.449
ErrorsLine is longer than 80 characters.451
ErrorsLine is longer than 80 characters.453
ErrorsLine is longer than 80 characters.455
ErrorsLine is longer than 80 characters.457
ErrorsLine is longer than 80 characters.459
ErrorsLine is longer than 80 characters.461
ErrorsLine is longer than 80 characters.463
ErrorsLine is longer than 80 characters.465
ErrorsLine is longer than 80 characters.467
ErrorsLine is longer than 80 characters.469
ErrorsLine is longer than 80 characters.471
ErrorsLine is longer than 80 characters.473
ErrorsLine is longer than 80 characters.475
ErrorsLine is longer than 80 characters.477
ErrorsLine is longer than 80 characters.482
ErrorsMissing a Javadoc comment.482
ErrorsParameter localPort should be final.482
ErrorsParameter gameType should be final.482
ErrorsParameter ipStr should be final.482
ErrorsParameter port should be final.482
ErrorsParameter infoType should be final.482
ErrorsLine has trailing spaces.483
ErrorsLine is longer than 80 characters.486
ErrorsLine is longer than 80 characters.488
ErrorsLine is longer than 80 characters.490
ErrorsLine is longer than 80 characters.492
ErrorsLine is longer than 80 characters.494
ErrorsLine is longer than 80 characters.496
ErrorsLine is longer than 80 characters.498
ErrorsLine is longer than 80 characters.500
ErrorsLine is longer than 80 characters.502
ErrorsLine is longer than 80 characters.504
ErrorsLine is longer than 80 characters.506
ErrorsLine is longer than 80 characters.508
ErrorsLine is longer than 80 characters.510
ErrorsLine is longer than 80 characters.512
ErrorsLine is longer than 80 characters.514
ErrorsLine is longer than 80 characters.516
ErrorsLine is longer than 80 characters.518
ErrorsLine is longer than 80 characters.522

net/sourceforge/queried/ScoreComparator.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing a Javadoc comment.5
ErrorsMissing a Javadoc comment.7
ErrorsMethod 'compare' is not designed for extension - needs to be abstract, final or empty.10
ErrorsMissing a Javadoc comment.10
ErrorsParameter obj1 should be final.10
ErrorsParameter obj2 should be final.10
Errors'if' is not followed by whitespace.14
ErrorsAvoid inline conditionals.18

net/sourceforge/queried/ServerInfo.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.5
ErrorsMissing a Javadoc comment.10
ErrorsMissing a Javadoc comment.11
ErrorsMissing a Javadoc comment.12
ErrorsMissing a Javadoc comment.13
ErrorsMissing a Javadoc comment.14
ErrorsMissing a Javadoc comment.15
ErrorsMissing a Javadoc comment.16
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.18
ErrorsMissing a Javadoc comment.19
ErrorsLine has trailing spaces.20
ErrorsMissing a Javadoc comment.21
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.23
ErrorsMissing a Javadoc comment.24
ErrorsMissing a Javadoc comment.25
ErrorsMissing a Javadoc comment.26
ErrorsLine has trailing spaces.27
ErrorsMissing a Javadoc comment.28
ErrorsLine has trailing spaces.29
ErrorsLine has trailing spaces.32
ErrorsMethod 'getGame' is not designed for extension - needs to be abstract, final or empty.35
ErrorsLine has trailing spaces.41
ErrorsMethod 'getGameVersion' is not designed for extension - needs to be abstract, final or empty.44
ErrorsLine has trailing spaces.50
ErrorsMethod 'getIp' is not designed for extension - needs to be abstract, final or empty.53
ErrorsLine has trailing spaces.59
ErrorsMethod 'getMap' is not designed for extension - needs to be abstract, final or empty.62
ErrorsLine has trailing spaces.68
ErrorsMethod 'getMaxPlayers' is not designed for extension - needs to be abstract, final or empty.71
ErrorsLine has trailing spaces.77
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.80
ErrorsLine has trailing spaces.86
ErrorsMethod 'getPlayerCount' is not designed for extension - needs to be abstract, final or empty.89
ErrorsLine has trailing spaces.95
ErrorsMethod 'getPort' is not designed for extension - needs to be abstract, final or empty.98
ErrorsMethod 'getAutoBalance' is not designed for extension - needs to be abstract, final or empty.102
ErrorsMissing a Javadoc comment.102
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsLine has trailing spaces.105
ErrorsMethod 'getPassworded' is not designed for extension - needs to be abstract, final or empty.106
ErrorsMissing a Javadoc comment.106
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsMethod 'getTeamDamage' is not designed for extension - needs to be abstract, final or empty.110
ErrorsMissing a Javadoc comment.110
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine has trailing spaces.113
ErrorsMethod 'getTimeLimit' is not designed for extension - needs to be abstract, final or empty.114
ErrorsMissing a Javadoc comment.114
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine has trailing spaces.117
ErrorsMethod 'getFragLimit' is not designed for extension - needs to be abstract, final or empty.118
ErrorsMissing a Javadoc comment.118
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine has trailing spaces.121
ErrorsMethod 'setGame' is not designed for extension - needs to be abstract, final or empty.122
ErrorsMissing a Javadoc comment.122
ErrorsParameter string should be final.122
ErrorsMethod 'setGameVersion' is not designed for extension - needs to be abstract, final or empty.126
ErrorsMissing a Javadoc comment.126
ErrorsParameter string should be final.126
ErrorsMethod 'setIp' is not designed for extension - needs to be abstract, final or empty.130
ErrorsMissing a Javadoc comment.130
ErrorsParameter string should be final.130
ErrorsMethod 'setMap' is not designed for extension - needs to be abstract, final or empty.134
ErrorsMissing a Javadoc comment.134
ErrorsParameter string should be final.134
ErrorsMethod 'setMaxPlayers' is not designed for extension - needs to be abstract, final or empty.138
ErrorsMissing a Javadoc comment.138
ErrorsParameter string should be final.138
ErrorsMethod 'setName' is not designed for extension - needs to be abstract, final or empty.142
ErrorsMissing a Javadoc comment.142
ErrorsParameter string should be final.142
ErrorsMethod 'setPlayerCount' is not designed for extension - needs to be abstract, final or empty.146
ErrorsMissing a Javadoc comment.146
ErrorsParameter string should be final.146
ErrorsMethod 'setPort' is not designed for extension - needs to be abstract, final or empty.150
ErrorsMissing a Javadoc comment.150
ErrorsParameter string should be final.150
ErrorsMethod 'getTeam1Tickets' is not designed for extension - needs to be abstract, final or empty.154
ErrorsMissing a Javadoc comment.154
ErrorsMethod 'getTeam2Tickets' is not designed for extension - needs to be abstract, final or empty.158
ErrorsMissing a Javadoc comment.158
ErrorsMethod 'setTeam1Tickets' is not designed for extension - needs to be abstract, final or empty.162
ErrorsMissing a Javadoc comment.162
ErrorsParameter string should be final.162
ErrorsMethod 'setTeam2Tickets' is not designed for extension - needs to be abstract, final or empty.166
ErrorsMissing a Javadoc comment.166
ErrorsParameter string should be final.166
ErrorsMethod 'setAutoBalance' is not designed for extension - needs to be abstract, final or empty.170
ErrorsMissing a Javadoc comment.170
ErrorsParameter string should be final.170
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
ErrorsLine has trailing spaces.173
ErrorsMethod 'setPassworded' is not designed for extension - needs to be abstract, final or empty.174
ErrorsMissing a Javadoc comment.174
ErrorsParameter string should be final.174
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.175
ErrorsMethod 'setTeamDamage' is not designed for extension - needs to be abstract, final or empty.178
ErrorsMissing a Javadoc comment.178
ErrorsParameter string should be final.178
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
ErrorsLine has trailing spaces.181
ErrorsMethod 'setTimeLimit' is not designed for extension - needs to be abstract, final or empty.182
ErrorsMissing a Javadoc comment.182
ErrorsParameter string should be final.182
ErrorsLine contains a tab character.182
ErrorsLine contains a tab character.183
ErrorsLine has trailing spaces.185
ErrorsMethod 'setFragLimit' is not designed for extension - needs to be abstract, final or empty.186
ErrorsMissing a Javadoc comment.186
ErrorsParameter string should be final.186
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
ErrorsLine contains a tab character.190
ErrorsMethod 'getFullResponse' is not designed for extension - needs to be abstract, final or empty.190
ErrorsMissing a Javadoc comment.190
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
ErrorsLine contains a tab character.194
ErrorsMethod 'setFullResponse' is not designed for extension - needs to be abstract, final or empty.194
ErrorsMissing a Javadoc comment.194
ErrorsParameter fullResponse should be final.194
Errors'fullResponse' hides a field.194
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.196

net/sourceforge/queried/Util.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsUtility classes should not have a public or default constructor.11
ErrorsMissing a Javadoc comment.14
ErrorsVariable 'hexChar' must be private and have accessor methods.14
Errors'{' is followed by whitespace.14
ErrorsMissing a Javadoc comment.20
ErrorsParameter b should be final.20
Errors'0xf0' is a magic number.24
Errors'4' is a magic number.24
Errors'0x0f' is a magic number.27
ErrorsMissing a Javadoc comment.32
ErrorsParameter request should be final.32
ErrorsParameter inet should be final.33
ErrorsParameter port should be final.33
Errors'1400' is a magic number.35
Errors'3' is a magic number.39
Errors'4' is a magic number.46
Errors'4' is a magic number.48
ErrorsMissing a Javadoc comment.51
ErrorsParameter c should be final.51
Errors'0xa' is a magic number.55
Errors'0xa' is a magic number.57
ErrorsMissing a Javadoc comment.63
ErrorsParameter s should be final.63
Errors'4' is a magic number.74
ErrorsLine is longer than 80 characters.79
ErrorsMissing a Javadoc comment.79
ErrorsParameter inet should be final.79
ErrorsParameter port should be final.79
ErrorsMissing a Javadoc comment.85
ErrorsParameter inet should be final.85
ErrorsParameter port should be final.86
ErrorsParameter infoType should be final.86
ErrorsMissing a Javadoc comment.94
ErrorsParameter inet should be final.94
ErrorsParameter port should be final.95
ErrorsParameter infoType should be final.95
ErrorsParameter challengeResponse should be final.95
ErrorsMissing a Javadoc comment.103
ErrorsParameter inet should be final.104
ErrorsParameter port should be final.104
ErrorsLine is longer than 80 characters.112
ErrorsMissing a Javadoc comment.112
ErrorsParameter inet should be final.112
ErrorsParameter port should be final.112
ErrorsLine is longer than 80 characters.118
ErrorsMissing a Javadoc comment.118
ErrorsParameter inet should be final.118
ErrorsParameter port should be final.118
ErrorsLine is longer than 80 characters.119
ErrorsLine is longer than 80 characters.124
ErrorsMissing a Javadoc comment.124
ErrorsParameter inet should be final.124
ErrorsParameter port should be final.124
ErrorsLine is longer than 80 characters.126
ErrorsMissing a Javadoc comment.132
ErrorsParameter localPort should be final.132
ErrorsParameter ipStr should be final.132
ErrorsParameter port should be final.132
ErrorsParameter infoType should be final.133
ErrorsParameter queryType should be final.133
ErrorsParameter gameType should be final.133
ErrorsMissing a Javadoc comment.139
ErrorsParameter ipStr should be final.139
ErrorsParameter port should be final.139
ErrorsParameter request should be final.139
ErrorsParameter infoType should be final.140
ErrorsParameter queryType should be final.140
ErrorsParameter gameType should be final.140
ErrorsMissing a Javadoc comment.145
ErrorsParameter localPort should be final.145
ErrorsParameter ipStr should be final.145
ErrorsParameter port should be final.145
ErrorsParameter request should be final.146
ErrorsParameter infoType should be final.146
ErrorsParameter queryType should be final.146
ErrorsParameter gameType should be final.146
Errors'12288' is a magic number.157
ErrorsLine is longer than 80 characters.161
Errors'24576' is a magic number.162
Errors'7' is a magic number.201
Errors'+' is not preceded with whitespace.203
Errors'+' is not followed by whitespace.203
Errors'4' is a magic number.203
ErrorsLine has trailing spaces.204
ErrorsLine is longer than 80 characters.207
Errors'-' is not preceded with whitespace.207
Errors'-' is not followed by whitespace.207
Errors'8' is a magic number.207
ErrorsLine is longer than 80 characters.208
ErrorsLine is longer than 80 characters.209
ErrorsLine is longer than 80 characters.230
ErrorsLine is longer than 80 characters.240
Errors'50' is a magic number.251
Errors'100' is a magic number.255
ErrorsMust have at least one statement.256
ErrorsLine is longer than 80 characters.268
Errors'10' is a magic number.271
Errors'10' is a magic number.280
ErrorsMissing a Javadoc comment.296
ErrorsParameter queryString should be final.296
ErrorsParameter part should be final.296
ErrorsMissing a Javadoc comment.320
ErrorsParameter queryString should be final.320
ErrorsParameter part should be final.320
Errors'5' is a magic number.321

net/sourceforge/queried/gametypes/AAServerInfo.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.11
ErrorsUtility classes should not have a public or default constructor.11
ErrorsLine is longer than 80 characters.13
ErrorsLine contains a tab character.13
ErrorsMissing a Javadoc comment.13
ErrorsParameter localPort should be final.13
ErrorsParameter ipStr should be final.13
ErrorsParameter port should be final.13
ErrorsParameter infoType should be final.13
ErrorsParameter queryType should be final.13
ErrorsParameter gameType should be final.14
ErrorsLine is longer than 80 characters.16
Errors'if' is not followed by whitespace.18
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.27
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine has trailing spaces.34
ErrorsLine is longer than 80 characters.34
ErrorsMissing a Javadoc comment.34
ErrorsParameter localPort should be final.34
ErrorsParameter ipStr should be final.34
ErrorsParameter port should be final.34
ErrorsParameter infoType should be final.34
ErrorsParameter queryType should be final.34
ErrorsParameter gameType should be final.35
ErrorsLine has trailing spaces.36
ErrorsLine is longer than 80 characters.37
Errors'+' is not preceded with whitespace.40
Errors'8' is a magic number.40
Errors'+' is not preceded with whitespace.44
Errors'+' is not followed by whitespace.44
Errors'for' is not followed by whitespace.45
Errors'=' is not preceded with whitespace.45
Errors'=' is not followed by whitespace.45
ErrorsLine has trailing spaces.68

net/sourceforge/queried/gametypes/BF1942ServerInfo.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing a Javadoc comment.11
ErrorsUtility classes should not have a public or default constructor.11
ErrorsLine is longer than 80 characters.13
ErrorsLine contains a tab character.13
ErrorsMissing a Javadoc comment.13
ErrorsParameter localPort should be final.13
ErrorsParameter ipStr should be final.13
ErrorsParameter port should be final.13
ErrorsParameter infoType should be final.13
ErrorsParameter queryType should be final.13
ErrorsParameter gameType should be final.14
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
Errors'if' is not followed by whitespace.18
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.36
ErrorsLine is longer than 80 characters.36
ErrorsMissing a Javadoc comment.36
ErrorsParameter localPort should be final.36
ErrorsParameter ipStr should be final.36
ErrorsParameter port should be final.36
ErrorsParameter infoType should be final.36
ErrorsParameter queryType should be final.36
ErrorsParameter gameType should be final.37
ErrorsLine has trailing spaces.38
ErrorsLine is longer than 80 characters.39
Errors'if' is not followed by whitespace.41
Errors'-' is not preceded with whitespace.43
Errors'-' is not followed by whitespace.43
Errors'for' is not followed by whitespace.44
Errors'=' is not preceded with whitespace.44
Errors'=' is not followed by whitespace.44
ErrorsLine has trailing spaces.46
ErrorsLine is longer than 80 characters.48
Errors'+' is not preceded with whitespace.48
Errors'-' is not preceded with whitespace.48
Errors'-' is not followed by whitespace.48
ErrorsLine is longer than 80 characters.49
Errors'+' is not preceded with whitespace.49
Errors'-' is not preceded with whitespace.49
Errors'-' is not followed by whitespace.49
Errors'+' is not preceded with whitespace.50
Errors'-' is not preceded with whitespace.50
Errors'-' is not followed by whitespace.50
ErrorsLine is longer than 80 characters.51
Errors'+' is not preceded with whitespace.51
Errors'-' is not preceded with whitespace.51
Errors'-' is not followed by whitespace.51

net/sourceforge/queried/gametypes/BF2142ServerInfo.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing a Javadoc comment.11
ErrorsUtility classes should not have a public or default constructor.11
ErrorsLine is longer than 80 characters.13
ErrorsLine contains a tab character.13
ErrorsMissing a Javadoc comment.13
ErrorsParameter localPort should be final.13
ErrorsParameter ipStr should be final.13
ErrorsParameter port should be final.13
ErrorsParameter infoType should be final.13
ErrorsParameter queryType should be final.13
ErrorsParameter gameType should be final.14
ErrorsLine is longer than 80 characters.16
Errors'if' is not followed by whitespace.19
ErrorsLine is longer than 80 characters.27
ErrorsLine is longer than 80 characters.28
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine has trailing spaces.35
ErrorsLine is longer than 80 characters.35
ErrorsMissing a Javadoc comment.35
ErrorsParameter localPort should be final.35
ErrorsParameter ipStr should be final.35
ErrorsParameter port should be final.35
ErrorsParameter infoType should be final.35
ErrorsParameter queryType should be final.35
ErrorsParameter gameType should be final.36
ErrorsLine has trailing spaces.37
ErrorsLine is longer than 80 characters.38
ErrorsLine has trailing spaces.43
Errors'if' is not followed by whitespace.45
ErrorsLine has trailing spaces.52
Errors'for' is not followed by whitespace.56
Errors'=' is not preceded with whitespace.56
Errors'=' is not followed by whitespace.56
ErrorsMust have at least one statement.68
ErrorsMust have at least one statement.70
ErrorsMust have at least one statement.72
ErrorsLine has trailing spaces.79
ErrorsMissing a Javadoc comment.80
ErrorsParameter recStr should be final.80
ErrorsParameter markerString should be final.80
Errors'while' is not followed by whitespace.88
Errors'+' is not followed by whitespace.90
Errors'+' is not preceded with whitespace.90
Errors'if' is not followed by whitespace.91
Errors'if' is not followed by whitespace.94
Errors'if' is not followed by whitespace.97
Errors'if' is not followed by whitespace.99
Errors'+' is not followed by whitespace.100
Errors'+' is not followed by whitespace.102
ErrorsLine has trailing spaces.104
ErrorsLine is longer than 80 characters.104
ErrorsLine is longer than 80 characters.105
ErrorsLine is longer than 80 characters.106
ErrorsLine is longer than 80 characters.107
Errors'-' is not followed by whitespace.107
ErrorsLine has trailing spaces.108
ErrorsLine has trailing spaces.112
Errors'if' is not followed by whitespace.113
ErrorsLine has trailing spaces.116
ErrorsLine has trailing spaces.118

net/sourceforge/queried/gametypes/BF2ServerInfo.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing a Javadoc comment.11
ErrorsUtility classes should not have a public or default constructor.11
ErrorsLine is longer than 80 characters.13
ErrorsLine contains a tab character.13
ErrorsMissing a Javadoc comment.13
ErrorsParameter localPort should be final.13
ErrorsParameter ipStr should be final.13
ErrorsParameter port should be final.13
ErrorsParameter infoType should be final.13
ErrorsParameter queryType should be final.13
ErrorsParameter gameType should be final.14
ErrorsLine is longer than 80 characters.16
Errors'if' is not followed by whitespace.19
ErrorsLine is longer than 80 characters.27
ErrorsLine is longer than 80 characters.28
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine has trailing spaces.35
ErrorsLine is longer than 80 characters.35
ErrorsMissing a Javadoc comment.35
ErrorsParameter localPort should be final.35
ErrorsParameter ipStr should be final.35
ErrorsParameter port should be final.35
ErrorsParameter infoType should be final.35
ErrorsParameter queryType should be final.35
ErrorsParameter gameType should be final.36
ErrorsLine has trailing spaces.37
ErrorsLine is longer than 80 characters.38
ErrorsLine has trailing spaces.43
Errors'if' is not followed by whitespace.45
ErrorsLine has trailing spaces.52
Errors'for' is not followed by whitespace.56
Errors'=' is not preceded with whitespace.56
Errors'=' is not followed by whitespace.56
ErrorsMust have at least one statement.68
ErrorsMust have at least one statement.70
ErrorsMust have at least one statement.72
ErrorsLine has trailing spaces.79
ErrorsMissing a Javadoc comment.80
ErrorsParameter recStr should be final.80
ErrorsParameter markerString should be final.80
Errors'while' is not followed by whitespace.88
Errors'+' is not followed by whitespace.90
Errors'+' is not preceded with whitespace.90
Errors'if' is not followed by whitespace.91
Errors'if' is not followed by whitespace.94
Errors'if' is not followed by whitespace.97
Errors'if' is not followed by whitespace.99
Errors'+' is not followed by whitespace.100
Errors'+' is not followed by whitespace.102
ErrorsLine has trailing spaces.104
ErrorsLine is longer than 80 characters.104
ErrorsLine is longer than 80 characters.105
ErrorsLine is longer than 80 characters.106
ErrorsLine is longer than 80 characters.107
Errors'-' is not followed by whitespace.107
ErrorsLine has trailing spaces.108
ErrorsLine has trailing spaces.112
Errors'if' is not followed by whitespace.113
ErrorsLine has trailing spaces.116
ErrorsLine has trailing spaces.118

net/sourceforge/queried/gametypes/BFVServerInfo.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing a Javadoc comment.11
ErrorsUtility classes should not have a public or default constructor.11
ErrorsLine is longer than 80 characters.13
ErrorsLine contains a tab character.13
ErrorsMissing a Javadoc comment.13
ErrorsParameter localPort should be final.13
ErrorsParameter ipStr should be final.13
ErrorsParameter port should be final.13
ErrorsParameter infoType should be final.13
ErrorsParameter queryType should be final.13
ErrorsParameter gameType should be final.14
ErrorsLine is longer than 80 characters.16
Errors'if' is not followed by whitespace.18
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.27
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine has trailing spaces.34
ErrorsLine is longer than 80 characters.34
ErrorsMissing a Javadoc comment.34
ErrorsParameter localPort should be final.34
ErrorsParameter ipStr should be final.34
ErrorsParameter port should be final.34
ErrorsParameter infoType should be final.34
ErrorsParameter queryType should be final.34
ErrorsParameter gameType should be final.35
ErrorsLine has trailing spaces.36
ErrorsLine is longer than 80 characters.37
Errors'+' is not preceded with whitespace.41
Errors'8' is a magic number.41
Errors'+' is not preceded with whitespace.45
Errors'+' is not followed by whitespace.45
Errors'for' is not followed by whitespace.46
Errors'=' is not preceded with whitespace.46
Errors'=' is not followed by whitespace.46

net/sourceforge/queried/gametypes/D3ServerInfo.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing a Javadoc comment.12
ErrorsUtility classes should not have a public or default constructor.12
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsMissing a Javadoc comment.14
ErrorsParameter localPort should be final.14
ErrorsParameter ipStr should be final.14
ErrorsParameter port should be final.14
ErrorsParameter infoType should be final.14
ErrorsParameter queryType should be final.14
ErrorsParameter gameType should be final.15
ErrorsLine has trailing spaces.16
ErrorsLine is longer than 80 characters.17
Errors'if' is not followed by whitespace.18
ErrorsLine is longer than 80 characters.22
Errors'if' is not followed by whitespace.24
ErrorsLine has trailing spaces.28
ErrorsLine is longer than 80 characters.28
ErrorsLine contains a tab character.28
Errors'+' is not followed by whitespace.30
ErrorsLine is longer than 80 characters.33
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine is longer than 80 characters.41
ErrorsMissing a Javadoc comment.41
ErrorsParameter localPort should be final.41
ErrorsParameter ipStr should be final.41
ErrorsParameter port should be final.41
ErrorsParameter infoType should be final.41
ErrorsParameter queryType should be final.41
ErrorsParameter gameType should be final.42
ErrorsLine has trailing spaces.43
ErrorsLine is longer than 80 characters.45
Errors'if' is not followed by whitespace.46
ErrorsLine has trailing spaces.49
Errors'if' is not followed by whitespace.50
ErrorsLine is longer than 80 characters.51
ErrorsComment matches to-do format 'TODO:'.52
ErrorsLine is longer than 80 characters.52
Errors'for' is not followed by whitespace.56
Errors'=' is not preceded with whitespace.56
Errors'=' is not followed by whitespace.56
Errors'4' is a magic number.58
ErrorsLine has trailing spaces.59
Errors'-9999' is a magic number.61
Errors'-9999' is a magic number.62
ErrorsLine has trailing spaces.64
Errors'-9999' is a magic number.64
ErrorsLine has trailing spaces.71
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73

net/sourceforge/queried/gametypes/ETServerInfo.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing a Javadoc comment.12
ErrorsUtility classes should not have a public or default constructor.12
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsMissing a Javadoc comment.14
ErrorsParameter localPort should be final.14
ErrorsParameter ipStr should be final.14
ErrorsParameter port should be final.14
ErrorsParameter infoType should be final.14
ErrorsParameter queryType should be final.14
ErrorsParameter gameType should be final.15
ErrorsLine has trailing spaces.16
ErrorsLine is longer than 80 characters.17
Errors'if' is not followed by whitespace.20
ErrorsLine is longer than 80 characters.22
ErrorsLine has trailing spaces.25
ErrorsLine contains a tab character.25
Errors'+' is not followed by whitespace.27
Errors'+' is not followed by whitespace.29
ErrorsLine is longer than 80 characters.30
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine is longer than 80 characters.38
ErrorsMissing a Javadoc comment.38
ErrorsParameter localPort should be final.38
ErrorsParameter ipStr should be final.38
ErrorsParameter port should be final.38
ErrorsParameter infoType should be final.38
ErrorsParameter queryType should be final.38
ErrorsParameter gameType should be final.39
ErrorsLine has trailing spaces.40
ErrorsLine is longer than 80 characters.42
Errors'if' is not followed by whitespace.43
ErrorsLine has trailing spaces.46
ErrorsLine is longer than 80 characters.48
Errors'if' is not followed by whitespace.50
Errors'-' is not preceded with whitespace.54
Errors'-' is not followed by whitespace.54
Errors'for' is not followed by whitespace.55
Errors'=' is not preceded with whitespace.55
Errors'=' is not followed by whitespace.55
ErrorsLine is longer than 80 characters.58
Errors'+' is not preceded with whitespace.58
Errors'+' is not followed by whitespace.58
Errors'+' is not preceded with whitespace.58
Errors'+' is not followed by whitespace.58
ErrorsLine is longer than 80 characters.59
Errors'+' is not preceded with whitespace.59
Errors'+' is not followed by whitespace.59
ErrorsLine has trailing spaces.60
Errors'-9999' is a magic number.62
ErrorsLine has trailing spaces.65
Errors'-9999' is a magic number.65
ErrorsLine has trailing spaces.73
ErrorsLine has trailing spaces.75
ErrorsLine contains a tab character.75

net/sourceforge/queried/gametypes/HLServerInfo.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing a Javadoc comment.14
ErrorsUtility classes should not have a public or default constructor.14
ErrorsLine is longer than 80 characters.16
ErrorsMissing a Javadoc comment.16
ErrorsParameter localPort should be final.16
ErrorsParameter ipStr should be final.16
ErrorsParameter port should be final.16
ErrorsParameter infoType should be final.16
ErrorsParameter queryType should be final.16
ErrorsParameter gameType should be final.17
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine has trailing spaces.20
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.24
ErrorsLine has trailing spaces.26
ErrorsLine has trailing spaces.28
ErrorsLine has trailing spaces.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.32
Errors'{' should be on the previous line.36
ErrorsLine is longer than 80 characters.37
Errors'}' should be on the same line.38
Errors'catch' is not followed by whitespace.39
Errors'{' should be on the previous line.40
Errors'if' is not followed by whitespace.43
ErrorsLine has trailing spaces.44
ErrorsLine has trailing spaces.45
Errors'}' should be on the same line.45
ErrorsLine is longer than 80 characters.46
Errors'if' is not followed by whitespace.46
Errors'3' is a magic number.46
Errors'4' is a magic number.46
ErrorsLine has trailing spaces.47
Errors'5' is a magic number.51
Errors'255' is a magic number.51
Errors'6' is a magic number.52
Errors'for' is not followed by whitespace.53
Errors'=' is not preceded with whitespace.53
Errors'=' is not followed by whitespace.53
Errors'<' is not preceded with whitespace.53
Errors'<' is not followed by whitespace.53
Errors'20' is a magic number.55
Errors'while' is not followed by whitespace.56
Errors'cast' is not followed by whitespace.57
Errors'255' is a magic number.57
ErrorsLine has trailing spaces.61
Errors'255' is a magic number.61
Errors'+' is not preceded with whitespace.61
Errors'+' is not followed by whitespace.61
Errors'255' is a magic number.61
Errors'8' is a magic number.61
Errors'|' should be on a new line.61
Errors'+' is not preceded with whitespace.62
Errors'+' is not followed by whitespace.62
Errors'255' is a magic number.62
Errors'16' is a magic number.62
Errors'+' is not preceded with whitespace.62
Errors'+' is not followed by whitespace.62
Errors'3' is a magic number.62
Errors'255' is a magic number.62
Errors'24' is a magic number.62
Errors'8' is a magic number.64
ErrorsLine has trailing spaces.67
ErrorsLine is longer than 80 characters.71
ErrorsMissing a Javadoc comment.71
ErrorsParameter localPort should be final.71
ErrorsParameter ipStr should be final.71
ErrorsParameter port should be final.71
ErrorsParameter infoType should be final.71
ErrorsParameter queryType should be final.71
ErrorsParameter gameType should be final.72
ErrorsLine has trailing spaces.73
ErrorsLine is longer than 80 characters.73
ErrorsLine has trailing spaces.75
ErrorsLine has trailing spaces.77
ErrorsLine has trailing spaces.79
ErrorsLine has trailing spaces.81
ErrorsLine has trailing spaces.83
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.85
ErrorsLine has trailing spaces.87
Errors'{' should be on the previous line.91
ErrorsLine is longer than 80 characters.92
Errors'}' should be on the same line.93
Errors'catch' is not followed by whitespace.94
Errors'{' should be on the previous line.95
ErrorsLine has trailing spaces.98
Errors'if' is not followed by whitespace.100
ErrorsLine has trailing spaces.101
ErrorsLine has trailing spaces.102
ErrorsLine is longer than 80 characters.102
Errors'if' is not followed by whitespace.102
Errors'3' is a magic number.102
Errors'4' is a magic number.102
ErrorsLine has trailing spaces.103
ErrorsLine has trailing spaces.104
ErrorsLine has trailing spaces.105
ErrorsLine has trailing spaces.107
Errors'5' is a magic number.108
Errors'+' is not followed by whitespace.118
Errors'while' is not followed by whitespace.120
Errors'20' is a magic number.126
Errors'while' is not followed by whitespace.127
Errors'cast' is not followed by whitespace.128
Errors'255' is a magic number.128
ErrorsLine has trailing spaces.131
ErrorsLine has trailing spaces.133
Errors'20' is a magic number.134
Errors'while' is not followed by whitespace.135
Errors'cast' is not followed by whitespace.136
Errors'255' is a magic number.136
ErrorsLine has trailing spaces.139
Errors'while' is not followed by whitespace.143
ErrorsLine has trailing spaces.146
Errors'20' is a magic number.149
Errors'while' is not followed by whitespace.150
Errors'cast' is not followed by whitespace.151
Errors'255' is a magic number.151
ErrorsLine has trailing spaces.156
Errors'255' is a magic number.157
Errors'+' is not followed by whitespace.158
ErrorsLine has trailing spaces.159
ErrorsLine has trailing spaces.161
Errors'255' is a magic number.162
Errors'+' is not followed by whitespace.163
ErrorsLine has trailing spaces.168

net/sourceforge/queried/gametypes/NEXServerInfo.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.5
ErrorsMissing a Javadoc comment.17
ErrorsUtility classes should not have a public or default constructor.17
ErrorsLine has trailing spaces.19
ErrorsLine is longer than 80 characters.19
ErrorsMissing a Javadoc comment.19
ErrorsParameter localPort should be final.19
ErrorsParameter ipStr should be final.19
ErrorsParameter port should be final.19
ErrorsParameter infoType should be final.19
ErrorsParameter queryType should be final.20
ErrorsParameter gameType should be final.20
ErrorsLine is longer than 80 characters.22
ErrorsLine is longer than 80 characters.27
ErrorsLine is longer than 80 characters.34
ErrorsLine has trailing spaces.42
ErrorsLine is longer than 80 characters.42
ErrorsMissing a Javadoc comment.42
ErrorsParameter localPort should be final.42
ErrorsParameter ipStr should be final.42
ErrorsParameter port should be final.42
ErrorsParameter infoType should be final.42
ErrorsParameter queryType should be final.43
ErrorsParameter gameType should be final.43
ErrorsLine is longer than 80 characters.46
ErrorsLine is longer than 80 characters.52
Errors'-9999' is a magic number.62
Errors'-9999' is a magic number.65

net/sourceforge/queried/gametypes/NWNServerInfo.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing a Javadoc comment.6
ErrorsUtility classes should not have a public or default constructor.6
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsMissing a Javadoc comment.8
ErrorsParameter localPort should be final.8
ErrorsParameter ipStr should be final.8
ErrorsParameter port should be final.8
ErrorsParameter infoType should be final.8
ErrorsParameter queryType should be final.8
ErrorsParameter gameType should be final.9
ErrorsLine is longer than 80 characters.11
Errors'if' is not followed by whitespace.13
ErrorsLine is longer than 80 characters.21
ErrorsLine is longer than 80 characters.22
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27

net/sourceforge/queried/gametypes/Q4ServerInfo.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsUsing the '.*' form of import should be avoided - java.util.regex.*.5
ErrorsMissing a Javadoc comment.11
ErrorsUtility classes should not have a public or default constructor.11
ErrorsLine is longer than 80 characters.13
ErrorsLine contains a tab character.13
ErrorsMissing a Javadoc comment.13
ErrorsParameter localPort should be final.13
ErrorsParameter ipStr should be final.13
ErrorsParameter port should be final.13
ErrorsParameter infoType should be final.13
ErrorsParameter queryType should be final.13
ErrorsParameter gameType should be final.14
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16
Errors'if' is not followed by whitespace.17
ErrorsLine is longer than 80 characters.20
ErrorsLine has trailing spaces.21
ErrorsLine is longer than 80 characters.22
ErrorsLine has trailing spaces.23
Errors'if' is not followed by whitespace.25
ErrorsLine has trailing spaces.27
ErrorsLine is longer than 80 characters.29
Errors'while' is not followed by whitespace.32
ErrorsLine contains a tab character.33
ErrorsLine has trailing spaces.36
ErrorsLine is longer than 80 characters.37
Errors'=' is not followed by whitespace.37
Errors',' is not followed by whitespace.38
ErrorsLine is longer than 80 characters.39
ErrorsName 'GameVersion' must match pattern '^[a-z][a-zA-Z0-9]*$'.39
Errors'3' is a magic number.39
Errors';' is not followed by whitespace.39
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.41
ErrorsLine is longer than 80 characters.41
ErrorsLine contains a tab character.41
Errors'+' is not followed by whitespace.43
ErrorsLine is longer than 80 characters.44
ErrorsLine is longer than 80 characters.47
ErrorsLine is longer than 80 characters.48
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine is longer than 80 characters.55
ErrorsMissing a Javadoc comment.55
ErrorsParameter localPort should be final.55
ErrorsParameter ipStr should be final.55
ErrorsParameter port should be final.55
ErrorsParameter infoType should be final.55
ErrorsParameter queryType should be final.55
ErrorsParameter gameType should be final.56
ErrorsLine has trailing spaces.57
ErrorsLine is longer than 80 characters.58
Errors'if' is not followed by whitespace.60
Errors'else' is not preceded with whitespace.62
Errors'}' is not followed by whitespace.62
ErrorsLine is longer than 80 characters.63
ErrorsLine has trailing spaces.64
ErrorsLine is longer than 80 characters.65
ErrorsLine has trailing spaces.66
ErrorsLine has trailing spaces.68
ErrorsLine has trailing spaces.69
ErrorsLine has trailing spaces.73
ErrorsLine has trailing spaces.74
ErrorsLine is longer than 80 characters.75
ErrorsLine has trailing spaces.77
Errors'while' is not followed by whitespace.78
ErrorsLine contains a tab character.79
ErrorsLine has trailing spaces.80
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
Errors'>' is not followed by whitespace.82
ErrorsLine has trailing spaces.83
Errors'>' is not followed by whitespace.84
Errors'{' is not preceded with whitespace.84
ErrorsLine contains a tab character.87
Errors'3' is a magic number.89
Errors'>' is not followed by whitespace.90
Errors'>' is not followed by whitespace.92
Errors'{' is not preceded with whitespace.92
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.95
Errors'15000' is a magic number.95
ErrorsLine has trailing spaces.97
Errors'cast' is not followed by whitespace.98
Errors'4' is a magic number.98
ErrorsLine has trailing spaces.99
Errors'5' is a magic number.100
Errors')' is preceded with whitespace.100
Errors'cast' is not followed by whitespace.101
Errors'5' is a magic number.101
ErrorsLine contains a tab character.103
ErrorsLine has trailing spaces.105
Errors'-9999' is a magic number.105
Errors'-9999' is a magic number.106
Errors'-9999' is a magic number.107
ErrorsLine has trailing spaces.108
ErrorsLine contains a tab character.110
ErrorsLine has trailing spaces.113
ErrorsLine has trailing spaces.120
ErrorsLine contains a tab character.120
ErrorsMissing a Javadoc comment.121
ErrorsName 'PosInt' must match pattern '^[a-z][a-zA-Z0-9]*$'.121
ErrorsParameter b should be final.121
ErrorsName 'IntegerFromByte' must match pattern '^[a-z][a-zA-Z0-9]*$'.122
ErrorsLine is longer than 80 characters.123
ErrorsName 'PositiveInteger' must match pattern '^[a-z][a-zA-Z0-9]*$'.124
ErrorsAvoid inline conditionals.125
Errors'256' is a magic number.125

net/sourceforge/queried/gametypes/SOF2Q3ServerInfo.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing a Javadoc comment.12
ErrorsUtility classes should not have a public or default constructor.12
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsMissing a Javadoc comment.14
ErrorsParameter localPort should be final.14
ErrorsParameter ipStr should be final.14
ErrorsParameter port should be final.14
ErrorsParameter infoType should be final.14
ErrorsParameter queryType should be final.14
ErrorsParameter gameType should be final.15
ErrorsLine has trailing spaces.16
ErrorsLine is longer than 80 characters.17
Errors'if' is not followed by whitespace.20
ErrorsLine is longer than 80 characters.22
ErrorsLine has trailing spaces.25
ErrorsLine contains a tab character.25
Errors'+' is not followed by whitespace.27
Errors'+' is not followed by whitespace.29
ErrorsLine is longer than 80 characters.30
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine is longer than 80 characters.38
ErrorsMissing a Javadoc comment.38
ErrorsParameter localPort should be final.38
ErrorsParameter ipStr should be final.38
ErrorsParameter port should be final.38
ErrorsParameter infoType should be final.38
ErrorsParameter queryType should be final.38
ErrorsParameter gameType should be final.39
ErrorsLine has trailing spaces.40
ErrorsLine is longer than 80 characters.42
Errors'if' is not followed by whitespace.43
ErrorsLine has trailing spaces.46
ErrorsLine is longer than 80 characters.48
Errors'if' is not followed by whitespace.50
Errors'-' is not preceded with whitespace.52
Errors'-' is not followed by whitespace.52
Errors'for' is not followed by whitespace.53
Errors'=' is not preceded with whitespace.53
Errors'=' is not followed by whitespace.53
ErrorsLine has trailing spaces.57
Errors'-9999' is a magic number.59
ErrorsLine has trailing spaces.62
Errors'-9999' is a magic number.62
ErrorsLine has trailing spaces.69
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.71

net/sourceforge/queried/gametypes/SourceServerInfo.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsUnused import - java.io.FileOutputStream.3
ErrorsUnused import - java.io.IOException.4
ErrorsMissing a Javadoc comment.17
ErrorsUtility classes should not have a public or default constructor.17
ErrorsLine is longer than 80 characters.19
ErrorsLine contains a tab character.19
ErrorsMissing a Javadoc comment.19
ErrorsParameter localPort should be final.19
ErrorsParameter ipStr should be final.19
ErrorsParameter port should be final.19
ErrorsParameter infoType should be final.19
ErrorsParameter queryType should be final.19
ErrorsParameter gameType should be final.20
ErrorsLine has trailing spaces.21
ErrorsLine is longer than 80 characters.24
Errors'if' is not followed by whitespace.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine is longer than 80 characters.31
Errors'if' is not followed by whitespace.31
Errors'3' is a magic number.31
Errors'4' is a magic number.31
ErrorsLine has trailing spaces.32
ErrorsLine has trailing spaces.34
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.37
Errors'5' is a magic number.37
Errors'255' is a magic number.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
Errors'7' is a magic number.40
Errors'while' is not followed by whitespace.42
ErrorsLine contains a tab character.44
Errors'20' is a magic number.44
ErrorsLine contains a tab character.45
Errors'while' is not followed by whitespace.45
ErrorsLine contains a tab character.46
Errors'cast' is not followed by whitespace.46
Errors'255' is a magic number.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine has trailing spaces.50
Errors'255' is a magic number.50
Errors'+' is not preceded with whitespace.50
Errors'+' is not followed by whitespace.50
Errors'255' is a magic number.50
Errors'8' is a magic number.50
Errors'|' should be on a new line.50
Errors'+' is not preceded with whitespace.51
Errors'+' is not followed by whitespace.51
Errors'255' is a magic number.51
Errors'16' is a magic number.51
Errors'+' is not preceded with whitespace.51
Errors'+' is not followed by whitespace.51
Errors'3' is a magic number.51
Errors'255' is a magic number.51
Errors'24' is a magic number.51
ErrorsLine contains a tab character.53
Errors'9' is a magic number.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.58
ErrorsLine is longer than 80 characters.60
ErrorsLine contains a tab character.60
ErrorsMissing a Javadoc comment.60
ErrorsParameter localPort should be final.60
ErrorsParameter ipStr should be final.60
ErrorsParameter port should be final.60
ErrorsParameter infoType should be final.60
ErrorsParameter queryType should be final.60
ErrorsParameter gameType should be final.61
ErrorsLine has trailing spaces.62
ErrorsLine is longer than 80 characters.65
Errors'if' is not followed by whitespace.70
ErrorsLine has trailing spaces.71
ErrorsLine has trailing spaces.72
ErrorsLine is longer than 80 characters.72
Errors'if' is not followed by whitespace.72
Errors'3' is a magic number.72
Errors'4' is a magic number.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.77
Errors'+' is not followed by whitespace.86
ErrorsLine contains a tab character.88
Errors'6' is a magic number.88
Errors'20' is a magic number.90
Errors'while' is not followed by whitespace.91
Errors'cast' is not followed by whitespace.92
Errors'255' is a magic number.92
ErrorsLine has trailing spaces.97
Errors'20' is a magic number.98
Errors'while' is not followed by whitespace.99
Errors'cast' is not followed by whitespace.100
Errors'255' is a magic number.100
ErrorsLine has trailing spaces.103
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
Errors'while' is not followed by whitespace.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine has trailing spaces.110
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.113
Errors'20' is a magic number.113
ErrorsLine contains a tab character.114
Errors'while' is not followed by whitespace.114
ErrorsLine contains a tab character.115
Errors'cast' is not followed by whitespace.115
Errors'255' is a magic number.115
ErrorsLine contains a tab character.116
ErrorsLine has trailing spaces.120
ErrorsLine has trailing spaces.123
ErrorsLine has trailing spaces.125
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
Errors'255' is a magic number.126
Errors'+' is not followed by whitespace.127
ErrorsLine has trailing spaces.128
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsLine has trailing spaces.130
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
Errors'255' is a magic number.131
Errors'+' is not followed by whitespace.132
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsLine has trailing spaces.137
ErrorsLine contains a tab character.137

net/sourceforge/queried/gametypes/UT2ServerInfo.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsFirst sentence should end with a period.12
ErrorsUtility classes should not have a public or default constructor.17
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsParameter str should be final.26
ErrorsParameter offsetHolder should be final.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
Errors'255' is a magic number.28
Errors'|' should be on a new line.28
ErrorsLine contains a tab character.29
Errors'255' is a magic number.29
Errors'8' is a magic number.29
Errors'|' should be on a new line.29
ErrorsLine contains a tab character.30
Errors'255' is a magic number.30
Errors'16' is a magic number.30
Errors'|' should be on a new line.30
ErrorsLine contains a tab character.31
Errors'3' is a magic number.31
Errors'255' is a magic number.31
Errors'24' is a magic number.31
ErrorsLine contains a tab character.33
Errors'4' is a magic number.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsUnused @param tag for 'str'.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsParameter src should be final.44
ErrorsExpected @param tag for 'src'.44
ErrorsParameter offsetHolder should be final.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
Errors'if' is not followed by whitespace.46
Errors'128' is a magic number.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.49
Errors'if' is not followed by whitespace.49
Errors'127' is a magic number.49
ErrorsLine is longer than 80 characters.50
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.54
Errors'if' is not followed by whitespace.54
Errors'128' is a magic number.54
Errors'255' is a magic number.54
ErrorsLine contains a tab character.55
Errors'128' is a magic number.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
Errors'for' is not followed by whitespace.57
Errors'=' is not preceded with whitespace.57
Errors'=' is not followed by whitespace.57
Errors'<' is not preceded with whitespace.57
Errors'<' is not followed by whitespace.57
Errors'-' is not preceded with whitespace.57
Errors'-' is not followed by whitespace.57
ErrorsLine contains a tab character.58
Errors'*' is not preceded with whitespace.58
Errors'*' is not followed by whitespace.58
ErrorsLine is longer than 80 characters.59
ErrorsLine contains a tab character.59
Errors'if' is not followed by whitespace.59
Errors'*' is not preceded with whitespace.59
Errors'*' is not followed by whitespace.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine is longer than 80 characters.74
ErrorsLine contains a tab character.74
ErrorsMissing a Javadoc comment.74
ErrorsParameter localPort should be final.74
ErrorsParameter ipStr should be final.74
ErrorsParameter port should be final.74
ErrorsParameter infoType should be final.74
ErrorsParameter queryType should be final.74
ErrorsParameter gameType should be final.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.77
Errors'if' is not followed by whitespace.77
ErrorsLine contains a tab character.78
ErrorsLine is longer than 80 characters.79
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine has trailing spaces.82
ErrorsLine is longer than 80 characters.83
Errors'if' construct must use '{}'s.85
ErrorsLine is longer than 80 characters.85
ErrorsLine contains a tab character.85
Errors'if' is not followed by whitespace.85
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
Errors'{' is followed by whitespace.90
Errors'if' construct must use '{}'s.91
ErrorsLine contains a tab character.91
Errors'if' is not followed by whitespace.91
Errors'128' is a magic number.91
Errors'4' is a magic number.91
Errors'if' construct must use '{}'s.92
ErrorsLine is longer than 80 characters.92
ErrorsLine contains a tab character.92
Errors'if' is not followed by whitespace.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.97
ErrorsLine is longer than 80 characters.98
ErrorsLine contains a tab character.98
ErrorsLine is longer than 80 characters.99
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine is longer than 80 characters.101
ErrorsLine contains a tab character.101
ErrorsLine is longer than 80 characters.102
ErrorsLine contains a tab character.102
ErrorsLine is longer than 80 characters.103
ErrorsLine contains a tab character.103
ErrorsLine is longer than 80 characters.104
ErrorsLine contains a tab character.104
ErrorsLine is longer than 80 characters.105
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.109
Errors'catch' is not followed by whitespace.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsLine has trailing spaces.116
ErrorsLine is longer than 80 characters.117
Errors'if' construct must use '{}'s.119
ErrorsLine is longer than 80 characters.119
ErrorsLine contains a tab character.119
Errors'if' is not followed by whitespace.119
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
Errors'{' is followed by whitespace.123
Errors'if' construct must use '{}'s.124
ErrorsLine contains a tab character.124
Errors'if' is not followed by whitespace.124
Errors'128' is a magic number.124
Errors'4' is a magic number.124
ErrorsLine contains a tab character.125
Errors'if' is not followed by whitespace.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
Errors'while' is not followed by whitespace.129
ErrorsLine is longer than 80 characters.130
ErrorsLine contains a tab character.130
ErrorsLine is longer than 80 characters.131
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
Errors'if' is not followed by whitespace.132
ErrorsLine is longer than 80 characters.133
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.139
Errors'catch' is not followed by whitespace.139
ErrorsMust have at least one statement.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsLine is longer than 80 characters.146
ErrorsMissing a Javadoc comment.146
ErrorsParameter localPort should be final.146
ErrorsParameter ipStr should be final.146
ErrorsParameter port should be final.146
ErrorsParameter infoType should be final.146
ErrorsParameter queryType should be final.146
ErrorsParameter gameType should be final.147
ErrorsLine has trailing spaces.148
ErrorsLine contains a tab character.149
Errors'if' is not followed by whitespace.149
ErrorsLine contains a tab character.150
ErrorsLine is longer than 80 characters.151
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsLine has trailing spaces.154
ErrorsLine is longer than 80 characters.155
Errors'if' construct must use '{}'s.157
ErrorsLine is longer than 80 characters.157
ErrorsLine contains a tab character.157
Errors'if' is not followed by whitespace.157
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
Errors'{' is followed by whitespace.162
Errors'if' construct must use '{}'s.163
ErrorsLine contains a tab character.163
Errors'if' is not followed by whitespace.163
Errors'128' is a magic number.163
Errors'4' is a magic number.163
Errors'if' construct must use '{}'s.164
ErrorsLine is longer than 80 characters.164
ErrorsLine contains a tab character.164
Errors'if' is not followed by whitespace.164
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.168
Errors'while' is not followed by whitespace.168
ErrorsLine is longer than 80 characters.171
ErrorsLine contains a tab character.171
ErrorsLine is longer than 80 characters.172
ErrorsLine contains a tab character.172
ErrorsLine is longer than 80 characters.173
ErrorsLine contains a tab character.173
ErrorsLine is longer than 80 characters.174
ErrorsLine contains a tab character.174
ErrorsLine is longer than 80 characters.175
ErrorsLine contains a tab character.175
ErrorsLine has trailing spaces.176
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
Errors'catch' is not followed by whitespace.179
ErrorsLine contains a tab character.180
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.184

net/sourceforge/queried/gametypes/UTServerInfo.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing a Javadoc comment.11
ErrorsUtility classes should not have a public or default constructor.11
ErrorsLine is longer than 80 characters.13
ErrorsLine contains a tab character.13
ErrorsMissing a Javadoc comment.13
ErrorsParameter localPort should be final.13
ErrorsParameter ipStr should be final.13
ErrorsParameter port should be final.13
ErrorsParameter infoType should be final.13
ErrorsParameter queryType should be final.13
ErrorsParameter gameType should be final.14
ErrorsLine has trailing spaces.15
ErrorsLine has trailing spaces.16
ErrorsLine is longer than 80 characters.17
ErrorsEmpty statement.19
Errors'if' is not followed by whitespace.20
ErrorsLine contains a tab character.35
ErrorsLine is longer than 80 characters.37
ErrorsMissing a Javadoc comment.37
ErrorsParameter localPort should be final.37
ErrorsParameter ipStr should be final.37
ErrorsParameter port should be final.37
ErrorsParameter infoType should be final.37
ErrorsParameter queryType should be final.37
ErrorsParameter gameType should be final.38
ErrorsLine has trailing spaces.39
ErrorsLine is longer than 80 characters.40
Errors'if' is not followed by whitespace.43
Errors'-' is not preceded with whitespace.45
Errors'-' is not followed by whitespace.45
Errors'for' is not followed by whitespace.46
Errors'=' is not preceded with whitespace.46
Errors'=' is not followed by whitespace.46
ErrorsLine has trailing spaces.48
Errors'+' is not preceded with whitespace.50
Errors'-' is not preceded with whitespace.50
Errors'-' is not followed by whitespace.50
ErrorsLine is longer than 80 characters.51
Errors'+' is not preceded with whitespace.51
Errors'-' is not preceded with whitespace.51
Errors'-' is not followed by whitespace.51

net/sourceforge/queried/gametypes/WSWServerInfo.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.14
ErrorsLine has trailing spaces.15
ErrorsUtility classes should not have a public or default constructor.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine is longer than 80 characters.20
ErrorsMissing a Javadoc comment.20
ErrorsParameter localPort should be final.20
ErrorsParameter ipStr should be final.20
ErrorsParameter port should be final.20
ErrorsParameter infoType should be final.20
ErrorsParameter queryType should be final.20
ErrorsParameter gameType should be final.21
ErrorsLine has trailing spaces.32
ErrorsLine is longer than 80 characters.38
Errors'9' is a magic number.38
Errors'10' is a magic number.39
ErrorsLine is longer than 80 characters.40
ErrorsLine is longer than 80 characters.48
ErrorsMissing a Javadoc comment.48
ErrorsParameter localPort should be final.48
ErrorsParameter ipStr should be final.48
ErrorsParameter port should be final.48
ErrorsParameter infoType should be final.48
ErrorsParameter queryType should be final.48
ErrorsParameter gameType should be final.49
ErrorsLine has trailing spaces.50
ErrorsLine has trailing spaces.58
Errors'9' is a magic number.60
ErrorsLine has trailing spaces.64
ErrorsLine is longer than 80 characters.66
ErrorsMust have at least one statement.70
Errors'{' is not followed by whitespace.70
Errors'}' is not preceded with whitespace.70
ErrorsLine has trailing spaces.72
ErrorsLine is longer than 80 characters.75
ErrorsLine is longer than 80 characters.76
Errors'-9999' is a magic number.79
ErrorsLine has trailing spaces.83
ErrorsLine is longer than 80 characters.83
ErrorsLine has trailing spaces.85
ErrorsLine has trailing spaces.91
ErrorsLine has trailing spaces.93
ErrorsLine contains a tab character.93