Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
42001632

Files

FilesInfosWarningsErrors
nl/tudelft/goal/ut3/actions/Continue.java004
nl/tudelft/goal/ut3/actions/Deploy.java002
nl/tudelft/goal/ut3/actions/Look.java007
nl/tudelft/goal/ut3/actions/Navigate.java006
nl/tudelft/goal/ut3/actions/Prefer.java006
nl/tudelft/goal/ut3/actions/Respawn.java007
nl/tudelft/goal/ut3/actions/Shoot.java006
nl/tudelft/goal/ut3/actions/Stop.java008
nl/tudelft/goal/ut3/actions/StopShooting.java006
nl/tudelft/goal/ut3/agent/UT3BotBehavior.java00201
nl/tudelft/goal/ut3/environment/UT3Environment.java00324
nl/tudelft/goal/ut3/messages/Combo.java0057
nl/tudelft/goal/ut3/messages/FireMode.java0060
nl/tudelft/goal/ut3/messages/FlagState.java0010
nl/tudelft/goal/ut3/messages/SelectorList.java0039
nl/tudelft/goal/ut3/messages/WeaponPrefList.java005
nl/tudelft/goal/ut3/selector/ALocation.java0028
nl/tudelft/goal/ut3/selector/ContextSelector.java0016
nl/tudelft/goal/ut3/selector/EnemyFlagCarrier.java0024
nl/tudelft/goal/ut3/selector/FriendlyFlagCarrier.java0032
nl/tudelft/goal/ut3/selector/NearestEnemy.java0016
nl/tudelft/goal/ut3/selector/NearestFriendly.java0016
nl/tudelft/goal/ut3/selector/NearestFriendlyWithLinkGun.java0032
nl/tudelft/goal/ut3/selector/None.java0016
nl/tudelft/goal/ut3/selector/WorldObject.java0037
nl/tudelft/goal/ut3/server/EnvironmentControllerServer.java0054
nl/tudelft/goal/ut3/server/EnvironmentControllerServerModule.java0021
nl/tudelft/goal/ut3/translators/CategoryTranslator.java0038
nl/tudelft/goal/ut3/translators/FireModeTranslator.java0035
nl/tudelft/goal/ut3/translators/FlagStateTranslator.java0015
nl/tudelft/goal/ut3/translators/GameTypeTranslator.java0012
nl/tudelft/goal/ut3/translators/GroupTranslator.java0028
nl/tudelft/goal/ut3/translators/ItemTypeTranslator.java0028
nl/tudelft/goal/ut3/translators/NavigationStateTranslator.java0039
nl/tudelft/goal/ut3/translators/SelectorListTranslator.java0025
nl/tudelft/goal/ut3/translators/SelectorTranslator.java0047
nl/tudelft/goal/ut3/translators/UT3GroupTranslator.java0040
nl/tudelft/goal/ut3/translators/UT3ItemTypeTranslator.java0052
nl/tudelft/goal/ut3/translators/WeaponPrefListTranslator.java0035
nl/tudelft/goal/ut3/translators/WeaponPrefTranslator.java0079
nl/tudelft/goal/ut3/visualizer/connection/client/RemoteVisualizer.java0055
nl/tudelft/goal/ut3/visualizer/connection/client/VisualizerServiceDefinition.java0064

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
8Errors Error
NewlineAtEndOfFile0Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
869Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
91Errors Error
JavadocMethod92Errors Error
JavadocType27Errors Error
JavadocVariable36Errors Error
JavadocStyle11Errors Error
ConstantName1Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports9Errors Error
LineLength176Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter6Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap0Errors Error
ParenPad0Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter7Errors Error
WhitespaceAround47Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock1Errors Error
LeftCurly1Errors Error
NeedBraces6Errors Error
RightCurly2Errors Error
AvoidInlineConditionals0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField18Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber3Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension123Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier13Errors Error
ArrayTypeStyle0Errors Error
FinalParameters82Errors Error
TodoComment9Errors Error
UpperEll0Errors Error

Details

nl/tudelft/goal/ut3/actions/Continue.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.5
ErrorsLine contains a tab character.7
ErrorsMissing a Javadoc comment.7
ErrorsLine contains a tab character.9

nl/tudelft/goal/ut3/actions/Deploy.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsMissing a Javadoc comment.26

nl/tudelft/goal/ut3/actions/Look.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.5
ErrorsLine contains a tab character.7
ErrorsMissing a Javadoc comment.7
ErrorsLine contains a tab character.8
ErrorsLine contains a tab character.9
ErrorsLine contains a tab character.10

nl/tudelft/goal/ut3/actions/Navigate.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.6
ErrorsLine contains a tab character.8
ErrorsMissing a Javadoc comment.8
ErrorsLine contains a tab character.9
ErrorsLine contains a tab character.10
ErrorsLine contains a tab character.11

nl/tudelft/goal/ut3/actions/Prefer.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.5
ErrorsLine contains a tab character.7
ErrorsMissing a Javadoc comment.7
ErrorsLine contains a tab character.8
ErrorsLine contains a tab character.9
ErrorsLine contains a tab character.10

nl/tudelft/goal/ut3/actions/Respawn.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.5
ErrorsLine contains a tab character.7
ErrorsMissing a Javadoc comment.7
ErrorsLine contains a tab character.8
ErrorsLine is longer than 80 characters.9
ErrorsLine contains a tab character.9
ErrorsLine contains a tab character.10

nl/tudelft/goal/ut3/actions/Shoot.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.5
ErrorsLine contains a tab character.7
ErrorsMissing a Javadoc comment.7
ErrorsLine contains a tab character.8
ErrorsLine contains a tab character.9
ErrorsLine contains a tab character.10

nl/tudelft/goal/ut3/actions/Stop.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine contains a tab character.7
ErrorsMissing a Javadoc comment.7
ErrorsLine contains a tab character.8
ErrorsLine contains a tab character.9
ErrorsLine contains a tab character.11

nl/tudelft/goal/ut3/actions/StopShooting.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.5
ErrorsLine contains a tab character.7
ErrorsMissing a Javadoc comment.7
ErrorsLine contains a tab character.8
ErrorsLine contains a tab character.9
ErrorsLine contains a tab character.11

nl/tudelft/goal/ut3/agent/UT3BotBehavior.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.54
ErrorsLine is longer than 80 characters.61
ErrorsLine is longer than 80 characters.64
ErrorsUnused import - cz.cuni.amis.pogamut.base.agent.navigation.IPathPlanner.65
ErrorsLine is longer than 80 characters.66
ErrorsLine is longer than 80 characters.82
ErrorsLine is longer than 80 characters.83
ErrorsLine is longer than 80 characters.84
ErrorsLine is longer than 80 characters.85
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotModuleController.88
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetPath.90
ErrorsLine is longer than 80 characters.92
ErrorsLine is longer than 80 characters.93
ErrorsLine is longer than 80 characters.95
ErrorsLine is longer than 80 characters.96
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PathList.96
ErrorsLine is longer than 80 characters.98
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.utils.UT2004BotRunner.99
ErrorsMissing a Javadoc comment.112
ErrorsLine is longer than 80 characters.116
ErrorsMissing a Javadoc comment.116
ErrorsVariable 'targetSelector' must be private and have accessor methods.116
ErrorsLine is longer than 80 characters.117
ErrorsMissing a Javadoc comment.117
ErrorsVariable 'lookSelector' must be private and have accessor methods.117
ErrorsMissing a Javadoc comment.118
ErrorsVariable 'projectiles' must be private and have accessor methods.118
ErrorsMissing a Javadoc comment.119
ErrorsVariable 'weaponShooting' must be private and have accessor methods.119
ErrorsMissing a Javadoc comment.120
ErrorsVariable 'lookFocus' must be private and have accessor methods.120
ErrorsMissing a Javadoc comment.121
ErrorsVariable 'focus' must be private and have accessor methods.121
ErrorsMissing a Javadoc comment.122
ErrorsVariable 'percepts' must be private and have accessor methods.122
ErrorsVariable 'parameters' must be private and have accessor methods.126
ErrorsMissing a Javadoc comment.140
ErrorsVariable 'logicIteration' must be private and have accessor methods.140
ErrorsMissing a Javadoc comment.141
ErrorsVariable 'actionCount' must be private and have accessor methods.141
ErrorsMethod 'initializeController' is not designed for extension - needs to be abstract, final or empty.143
ErrorsParameter bot should be final.144
Errors'parameters' hides a field.149
ErrorsLine is longer than 80 characters.153
ErrorsMethod 'initializeModules' is not designed for extension - needs to be abstract, final or empty.162
ErrorsParameter bot should be final.163
ErrorsExpected @param tag for 'bot'.163
ErrorsMethod 'initializeWeaponShootings' is not designed for extension - needs to be abstract, final or empty.183
ErrorsVariable 'sfwMap' must be private and have accessor methods.218
ErrorsLine is longer than 80 characters.221
ErrorsLine contains a tab character.222
ErrorsMethod 'initializePathFinding' is not designed for extension - needs to be abstract, final or empty.229
ErrorsParameter bot should be final.230
ErrorsExpected @param tag for 'bot'.230
Errors'3000' is a magic number.242
Errors'100000' is a magic number.243
ErrorsExpected an @return tag.258
ErrorsMethod 'getInitializeCommand' is not designed for extension - needs to be abstract, final or empty.258
ErrorsMethod 'finishControllerInitialization' is not designed for extension - needs to be abstract, final or empty.282
ErrorsComment matches to-do format 'TODO:'.291
ErrorsLine is longer than 80 characters.293
ErrorsParameter weaponPrefs should be final.306
ErrorsMethod 'beforeFirstLogic' is not designed for extension - needs to be abstract, final or empty.319
ErrorsMethod 'logic' is not designed for extension - needs to be abstract, final or empty.364
Errors'}' should be on the same line.412
Errors'30' is a magic number.414
ErrorsMethod 'addAction' is not designed for extension - needs to be abstract, final or empty.437
ErrorsParameter action should be final.437
ErrorsExpected @param tag for 'action'.437
ErrorsExpected @throws tag for 'InterruptedException'.437
ErrorsMethod 'getAllPercepts' is not designed for extension - needs to be abstract, final or empty.446
ErrorsMethod 'navigate' is not designed for extension - needs to be abstract, final or empty.472
ErrorsExpected @throws tag for 'InterruptedException'.474
ErrorsLine is longer than 80 characters.485
ErrorsLine is longer than 80 characters.527
ErrorsLine is longer than 80 characters.535
ErrorsMethod 'stop' is not designed for extension - needs to be abstract, final or empty.551
ErrorsExpected @throws tag for 'InterruptedException'.552
ErrorsMethod 'respawn' is not designed for extension - needs to be abstract, final or empty.572
ErrorsExpected @throws tag for 'InterruptedException'.573
ErrorsMethod 'deploy' is not designed for extension - needs to be abstract, final or empty.600
ErrorsExpected @throws tag for 'InterruptedException'.601
ErrorsExtra HTML tag found: </a>617
ErrorsMethod 'path' is not designed for extension - needs to be abstract, final or empty.644
ErrorsParameter from should be final.645
ErrorsParameter to should be final.645
ErrorsLine is longer than 80 characters.653
ErrorsLine is longer than 80 characters.659
ErrorsMethod 'shoot' is not designed for extension - needs to be abstract, final or empty.720
ErrorsExpected @param tag for 'targets'.721
ErrorsExpected @throws tag for 'InterruptedException'.721
ErrorsMethod 'stopShooting' is not designed for extension - needs to be abstract, final or empty.746
ErrorsExpected @throws tag for 'InterruptedException'.747
ErrorsMethod 'prefer' is not designed for extension - needs to be abstract, final or empty.787
ErrorsExpected @param tag for 'weaponList'.788
ErrorsExpected @throws tag for 'InterruptedException'.789
ErrorsMethod 'look' is not designed for extension - needs to be abstract, final or empty.839
ErrorsExpected @param tag for 'targets'.840
ErrorsExpected @throws tag for 'InterruptedException'.840
ErrorsExpected an @return tag.891
ErrorsMethod 'logicIteration' is not designed for extension - needs to be abstract, final or empty.891
ErrorsMethod 'actionCount' is not designed for extension - needs to be abstract, final or empty.897
ErrorsMissing a Javadoc comment.897
ErrorsMethod 'armor' is not designed for extension - needs to be abstract, final or empty.903
ErrorsMissing a Javadoc comment.903
ErrorsExpected an @return tag.927
ErrorsMethod 'self' is not designed for extension - needs to be abstract, final or empty.927
ErrorsExpected an @return tag.951
ErrorsMethod 'orientation' is not designed for extension - needs to be abstract, final or empty.951
ErrorsExpected an @return tag.974
ErrorsMethod 'status' is not designed for extension - needs to be abstract, final or empty.974
ErrorsExpected an @return tag.1004
ErrorsMethod 'score' is not designed for extension - needs to be abstract, final or empty.1004
ErrorsComment matches to-do format 'TODO:'.1027
ErrorsExpected an @return tag.1030
ErrorsMethod 'currentWeapon' is not designed for extension - needs to be abstract, final or empty.1030
ErrorsComment matches to-do format 'TODO:'.1059
ErrorsExpected an @return tag.1062
ErrorsLine is longer than 80 characters.1062
ErrorsMethod 'weapon' is not designed for extension - needs to be abstract, final or empty.1062
Errors'percepts' hides a field.1065
ErrorsComment matches to-do format 'TODO:'.1068
Errors'{' should be on the previous line.1071
ErrorsExpected an @return tag.1104
ErrorsMethod 'deployable' is not designed for extension - needs to be abstract, final or empty.1104
Errors'percepts' hides a field.1107
ErrorsExpected @param tag for 'time'.1129
ErrorsExpected @param tag for 'killer'.1129
ErrorsExpected @param tag for 'victem'.1130
ErrorsExpected @param tag for 'damageType'.1130
ErrorsMethod 'msgBotKilled' is not designed for extension - needs to be abstract, final or empty.1141
ErrorsParameter msg should be final.1142
ErrorsExpected @param tag for 'msg'.1142
ErrorsMethod 'msgPlayerKilled' is not designed for extension - needs to be abstract, final or empty.1152
ErrorsParameter msg should be final.1153
ErrorsExpected @param tag for 'msg'.1153
ErrorsExpected an @return tag.1180
ErrorsLine is longer than 80 characters.1180
ErrorsMethod 'fragged' is not designed for extension - needs to be abstract, final or empty.1180
Errors'percepts' hides a field.1182
ErrorsExpected an @return tag.1212
ErrorsMethod 'navigation' is not designed for extension - needs to be abstract, final or empty.1212
Errors'}' should be on the same line.1221
ErrorsLine is longer than 80 characters.1223
ErrorsLine has trailing spaces.1229
ErrorsLine is longer than 80 characters.1244
ErrorsLine has trailing spaces.1254
ErrorsLine is longer than 80 characters.1260
ErrorsLine is longer than 80 characters.1265
ErrorsLine is longer than 80 characters.1271
ErrorsLine is longer than 80 characters.1272
ErrorsLine is longer than 80 characters.1276
ErrorsLine has trailing spaces.1277
ErrorsExpected an @return tag.1300
ErrorsMethod 'navPoint' is not designed for extension - needs to be abstract, final or empty.1300
Errors'percepts' hides a field.1303
ErrorsExpected an @return tag.1329
ErrorsLine is longer than 80 characters.1329
ErrorsMethod 'visiblePickup' is not designed for extension - needs to be abstract, final or empty.1329
Errors'percepts' hides a field.1332
ErrorsComment matches to-do format 'TODO:'.1370
ErrorsExpected an @return tag.1376
ErrorsMethod 'pickup' is not designed for extension - needs to be abstract, final or empty.1376
Errors'percepts' hides a field.1379
ErrorsLine is longer than 80 characters.1392
ErrorsExpected an @return tag.1418
ErrorsMethod 'base' is not designed for extension - needs to be abstract, final or empty.1418
Errors'percepts' hides a field.1422
ErrorsExpected an @return tag.1459
ErrorsMethod 'game' is not designed for extension - needs to be abstract, final or empty.1459
ErrorsExpected an @return tag.1494
ErrorsMethod 'teamScore' is not designed for extension - needs to be abstract, final or empty.1494
ErrorsExpected an @return tag.1527
ErrorsLine is longer than 80 characters.1527
ErrorsMethod 'flagState' is not designed for extension - needs to be abstract, final or empty.1527
Errors'percepts' hides a field.1531
ErrorsExtra HTML tag found: </p>1567
ErrorsComment matches to-do format 'TODO:'.1573
ErrorsExpected an @return tag.1579
ErrorsLine is longer than 80 characters.1579
ErrorsMethod 'item' is not designed for extension - needs to be abstract, final or empty.1579
Errors'percepts' hides a field.1582
ErrorsExtra HTML tag found: </p>1624
ErrorsExpected an @return tag.1635
ErrorsLine is longer than 80 characters.1635
ErrorsMethod 'flag' is not designed for extension - needs to be abstract, final or empty.1635
Errors'percepts' hides a field.1639
ErrorsComment matches to-do format 'TODO:'.1668
ErrorsExtra HTML tag found: </p>1672
ErrorsExpected an @return tag.1676
ErrorsLine is longer than 80 characters.1676
ErrorsMethod 'bot' is not designed for extension - needs to be abstract, final or empty.1676
ErrorsFirst sentence should end with a period.1714
ErrorsExpected an @return tag.1733
ErrorsLine is longer than 80 characters.1733
ErrorsMethod 'powerup' is not designed for extension - needs to be abstract, final or empty.1733
Errors'percepts' hides a field.1735
ErrorsExpected an @return tag.1766
ErrorsMethod 'slowvolume' is not designed for extension - needs to be abstract, final or empty.1766
ErrorsLine is longer than 80 characters.1768

nl/tudelft/goal/ut3/environment/UT3Environment.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.2
ErrorsLine has trailing spaces.3
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.6
ErrorsLine has trailing spaces.11
ErrorsLine has trailing spaces.16
ErrorsLine is longer than 80 characters.59
ErrorsLine is longer than 80 characters.67
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.utils.UT2004BotRunner.70
ErrorsMissing a Javadoc comment.87
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine is longer than 80 characters.94
ErrorsLine contains a tab character.94
ErrorsLine is longer than 80 characters.95
ErrorsLine contains a tab character.95
ErrorsMissing a Javadoc comment.95
ErrorsLine contains a tab character.97
ErrorsMethod 'registerTranslators' is not designed for extension - needs to be abstract, final or empty.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.100
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 contains a tab character.105
ErrorsLine contains a tab character.106
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.112
ErrorsLine is longer than 80 characters.114
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine is longer than 80 characters.124
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine is longer than 80 characters.132
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsLine has trailing spaces.135
ErrorsLine contains a tab character.135
ErrorsLine is longer than 80 characters.136
ErrorsLine contains a tab character.136
ErrorsLine is longer than 80 characters.137
ErrorsLine contains a tab character.137
ErrorsLine is longer than 80 characters.138
ErrorsLine contains a tab character.138
ErrorsLine is longer than 80 characters.140
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsLine has trailing spaces.145
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
ErrorsLine is longer than 80 characters.149
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine is longer than 80 characters.153
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
ErrorsLine is longer than 80 characters.157
ErrorsLine contains a tab character.157
ErrorsLine is longer than 80 characters.158
ErrorsLine contains a tab character.158
ErrorsLine is longer than 80 characters.160
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsLine has trailing spaces.166
ErrorsLine contains a tab character.166
ErrorsLine is longer than 80 characters.167
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
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.174
ErrorsLine contains a tab character.174
ErrorsLine is longer than 80 characters.175
ErrorsLine contains a tab character.175
ErrorsLine is longer than 80 characters.177
ErrorsLine contains a tab character.177
ErrorsLine contains a tab character.178
ErrorsLine is longer than 80 characters.180
ErrorsLine contains a tab character.180
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.182
ErrorsLine is longer than 80 characters.184
ErrorsLine contains a tab character.184
ErrorsLine is longer than 80 characters.185
ErrorsLine contains a tab character.185
ErrorsLine is longer than 80 characters.186
ErrorsLine contains a tab character.186
ErrorsLine is longer than 80 characters.188
ErrorsLine contains a tab character.188
ErrorsLine is longer than 80 characters.189
ErrorsLine contains a tab character.189
ErrorsLine is longer than 80 characters.191
ErrorsLine contains a tab character.191
ErrorsLine is longer than 80 characters.192
ErrorsLine contains a tab character.192
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.195
ErrorsMissing a Javadoc comment.195
ErrorsParameter args should be final.195
ErrorsLine is longer than 80 characters.196
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.203
ErrorsMethod 'getControlerClass' is not designed for extension - needs to be abstract, final or empty.203
ErrorsLine contains a tab character.204
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.206
ErrorsLine has trailing spaces.207
ErrorsLine contains a tab character.207
ErrorsLine is longer than 80 characters.208
ErrorsLine contains a tab character.208
ErrorsMethod 'getBotRunner' is not designed for extension - needs to be abstract, final or empty.208
ErrorsMissing a Javadoc comment.208
ErrorsLine contains a tab character.209
ErrorsParameter configuration should be final.209
ErrorsLine is longer than 80 characters.210
ErrorsLine contains a tab character.210
ErrorsLine is longer than 80 characters.211
ErrorsLine contains a tab character.211
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.214
ErrorsLine contains a tab character.215
ErrorsLine contains a tab character.217
ErrorsMethod 'createPerceptHandler' is not designed for extension - needs to be abstract, final or empty.217
ErrorsLine contains a tab character.218
ErrorsLine is longer than 80 characters.219
ErrorsLine contains a tab character.219
ErrorsParameter controller should be final.219
ErrorsLine contains a tab character.220
Errors'if' construct must use '{}'s.221
ErrorsLine contains a tab character.221
ErrorsLine is longer than 80 characters.222
ErrorsLine contains a tab character.222
ErrorsLine is longer than 80 characters.223
ErrorsLine contains a tab character.223
ErrorsLine is longer than 80 characters.224
ErrorsLine contains a tab character.224
ErrorsLine contains a tab character.225
ErrorsLine contains a tab character.227
ErrorsMethod 'createActionHandler' is not designed for extension - needs to be abstract, final or empty.227
ErrorsLine contains a tab character.228
ErrorsLine is longer than 80 characters.229
ErrorsLine contains a tab character.229
ErrorsParameter controller should be final.229
ErrorsLine contains a tab character.230
ErrorsLine contains a tab character.231
ErrorsLine contains a tab character.232
ErrorsLine contains a tab character.234
ErrorsMethod 'initializeEnvironment' is not designed for extension - needs to be abstract, final or empty.234
ErrorsLine contains a tab character.235
ErrorsLine is longer than 80 characters.236
ErrorsLine contains a tab character.236
ErrorsParameter parameters should be final.236
ErrorsLine contains a tab character.237
ErrorsLine is longer than 80 characters.239
ErrorsLine contains a tab character.239
ErrorsLine contains a tab character.240
ErrorsLine is longer than 80 characters.241
ErrorsLine contains a tab character.241
ErrorsLine contains a tab character.242
ErrorsLine contains a tab character.243
ErrorsLine contains a tab character.244
ErrorsLine contains a tab character.245
ErrorsLine is longer than 80 characters.246
ErrorsLine contains a tab character.246
ErrorsLine contains a tab character.247
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.251
ErrorsMethod 'createServerRunner' is not designed for extension - needs to be abstract, final or empty.251
ErrorsLine is longer than 80 characters.252
ErrorsLine contains a tab character.252
ErrorsLine is longer than 80 characters.253
ErrorsLine contains a tab character.253
ErrorsLine is longer than 80 characters.254
ErrorsLine contains a tab character.254
ErrorsLine contains a tab character.255
ErrorsLine is longer than 80 characters.256
ErrorsLine contains a tab character.256
ErrorsLine contains a tab character.257
ErrorsLine contains a tab character.258
ErrorsLine contains a tab character.259
ErrorsLine contains a tab character.260
ErrorsLine contains a tab character.261
ErrorsLine contains a tab character.263
ErrorsLine is longer than 80 characters.264
ErrorsLine contains a tab character.264
ErrorsLine contains a tab character.265
ErrorsLine has trailing spaces.266
ErrorsLine contains a tab character.266
ErrorsLine contains a tab character.267
ErrorsLine has trailing spaces.268
ErrorsLine contains a tab character.268
ErrorsLine contains a tab character.269
ErrorsLine contains a tab character.270
ErrorsLine is longer than 80 characters.271
ErrorsLine contains a tab character.271
ErrorsLine contains a tab character.273
ErrorsMissing a Javadoc comment.273
ErrorsLine contains a tab character.275
ErrorsMissing a Javadoc comment.275
ErrorsLine is longer than 80 characters.276
ErrorsLine contains a tab character.276
ErrorsLine contains a tab character.277
ErrorsLine contains a tab character.278
ErrorsLine contains a tab character.280
ErrorsLine contains a tab character.281
ErrorsParameter visualizer should be final.281
ErrorsLine contains a tab character.282
ErrorsLine contains a tab character.283
ErrorsLine contains a tab character.284
ErrorsLine contains a tab character.285
ErrorsLine contains a tab character.287
ErrorsLine has trailing spaces.288
ErrorsLine contains a tab character.288
ErrorsLine contains a tab character.289
ErrorsLine has trailing spaces.290
ErrorsLine contains a tab character.290
ErrorsLine contains a tab character.291
ErrorsLine has trailing spaces.292
ErrorsLine contains a tab character.292
ErrorsLine contains a tab character.293
ErrorsLine contains a tab character.294
ErrorsLine is longer than 80 characters.295
ErrorsLine contains a tab character.295
ErrorsParameter command should be final.295
ErrorsExpected @param tag for 'command'.295
ErrorsExpected @throws tag for 'ManagementException'.295
ErrorsLine contains a tab character.297
ErrorsLine contains a tab character.299
ErrorsLine contains a tab character.300
ErrorsLine contains a tab character.301
ErrorsLine contains a tab character.302
ErrorsLine contains a tab character.303
ErrorsLine contains a tab character.304
ErrorsLine contains a tab character.305
ErrorsLine contains a tab character.306
ErrorsLine is longer than 80 characters.307
ErrorsLine contains a tab character.307
ErrorsLine contains a tab character.308
ErrorsLine contains a tab character.309
ErrorsLine contains a tab character.310
ErrorsLine contains a tab character.311
ErrorsLine contains a tab character.312
ErrorsLine contains a tab character.313
ErrorsLine contains a tab character.314
ErrorsLine contains a tab character.315
ErrorsLine contains a tab character.316
ErrorsLine contains a tab character.317
ErrorsLine contains a tab character.319
ErrorsLine is longer than 80 characters.320
ErrorsLine contains a tab character.320
ErrorsLine contains a tab character.321
ErrorsLine contains a tab character.323
ErrorsLine is longer than 80 characters.324
ErrorsLine contains a tab character.324
ErrorsLine contains a tab character.325
ErrorsLine contains a tab character.327
ErrorsComment matches to-do format 'TODO:'.328
ErrorsLine contains a tab character.328
ErrorsLine contains a tab character.329
ErrorsLine contains a tab character.331
ErrorsLine contains a tab character.333
ErrorsLine contains a tab character.335
ErrorsLine contains a tab character.337
ErrorsMethod 'connectEnvironment' is not designed for extension - needs to be abstract, final or empty.337
ErrorsLine is longer than 80 characters.338
ErrorsLine contains a tab character.338
ErrorsLine contains a tab character.339
ErrorsLine contains a tab character.341
ErrorsLine contains a tab character.342
ErrorsLine contains a tab character.343
ErrorsLine is longer than 80 characters.344
ErrorsLine contains a tab character.344
ErrorsLine contains a tab character.345
ErrorsLine contains a tab character.347
ErrorsLine contains a tab character.348
ErrorsLine is longer than 80 characters.349
ErrorsLine contains a tab character.349
ErrorsLine contains a tab character.350
ErrorsLine contains a tab character.351
ErrorsLine contains a tab character.353
ErrorsMethod 'killEnvironment' is not designed for extension - needs to be abstract, final or empty.353
ErrorsLine contains a tab character.354
ErrorsLine contains a tab character.355
ErrorsLine contains a tab character.356
ErrorsLine contains a tab character.357
ErrorsLine contains a tab character.359

nl/tudelft/goal/ut3/messages/Combo.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.3
ErrorsLine has trailing spaces.5
ErrorsLine contains a tab character.5
ErrorsMissing a Javadoc comment.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsMissing a Javadoc comment.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsMissing a Javadoc comment.7
ErrorsLine contains a tab character.8
ErrorsMissing a Javadoc comment.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine contains a tab character.10
ErrorsMissing a Javadoc comment.10
ErrorsLine has trailing spaces.11
ErrorsLine contains a tab character.11
ErrorsLine contains a tab character.12
ErrorsMissing a Javadoc comment.12
ErrorsParameter utName should be final.12
Errors'utName' hides a field.12
Errors'{' is not preceded with whitespace.12
ErrorsLine contains a tab character.13
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.15
ErrorsLine contains a tab character.16
ErrorsLine contains a tab character.17
Errors'{' is not preceded with whitespace.17
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.21
ErrorsMissing a Javadoc comment.21
ErrorsParameter comboString should be final.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsLine has trailing spaces.24
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsMissing a Javadoc comment.25
ErrorsParameter comboString should be final.25
Errors'{' is not preceded with whitespace.25
ErrorsLine contains a tab character.26
Errors'for' is not followed by whitespace.26
Errors'{' is not preceded with whitespace.26
ErrorsLine contains a tab character.27
Errors'if' is not followed by whitespace.27
Errors'{' is not preceded with whitespace.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine has trailing spaces.31
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33

nl/tudelft/goal/ut3/messages/FireMode.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.3
ErrorsLine contains a tab character.5
ErrorsMissing a Javadoc comment.5
ErrorsMissing a Javadoc comment.5
ErrorsMissing a Javadoc comment.5
ErrorsMissing a Javadoc comment.5
ErrorsLine contains a tab character.7
ErrorsMissing a Javadoc comment.7
ErrorsLine contains a tab character.8
ErrorsMissing a Javadoc comment.8
ErrorsParameter mode should be final.8
Errors'mode' hides a field.8
Errors'{' is not preceded with whitespace.8
ErrorsLine contains a tab character.9
ErrorsLine contains a tab character.10
ErrorsLine contains a tab character.11
ErrorsMissing a Javadoc comment.11
ErrorsLine contains a tab character.12
ErrorsLine contains a tab character.13
ErrorsLine has trailing spaces.14
ErrorsLine contains a tab character.14
ErrorsLine contains a tab character.15
ErrorsMissing a Javadoc comment.15
Errors'{' is not preceded with whitespace.15
ErrorsLine contains a tab character.16
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.19
ErrorsMissing a Javadoc comment.19
ErrorsParameter firemode should be final.19
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsLine is longer than 80 characters.23
ErrorsLine contains a tab character.23
ErrorsMissing a Javadoc comment.23
ErrorsParameter primaryShooting should be final.23
ErrorsParameter secondaryShooting should be final.23
Errors'if' construct must use '{}'s.24
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
Errors'if' construct must use '{}'s.26
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.31
ErrorsMissing a Javadoc comment.31
ErrorsParameter mode should be final.31
ErrorsLine contains a tab character.32
Errors'for' is not followed by whitespace.32
Errors'{' is not preceded with whitespace.32
ErrorsLine contains a tab character.33
Errors'if' is not followed by whitespace.33
Errors'{' is not preceded with whitespace.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine has trailing spaces.37
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39

nl/tudelft/goal/ut3/messages/FlagState.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.3
ErrorsLine contains a tab character.5
ErrorsMissing a Javadoc comment.5
ErrorsMissing a Javadoc comment.5
ErrorsMissing a Javadoc comment.5
ErrorsLine contains a tab character.7
ErrorsMissing a Javadoc comment.7
ErrorsParameter state should be final.7
ErrorsLine contains a tab character.8
ErrorsLine contains a tab character.9

nl/tudelft/goal/ut3/messages/SelectorList.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.9
ErrorsFirst sentence should end with a period.11
ErrorsLine contains a tab character.11
ErrorsLine contains a tab character.12
ErrorsLine contains a tab character.13
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.15
ErrorsLine contains a tab character.16
ErrorsMissing a Javadoc comment.16
ErrorsParameter selectors should be final.16
Errors'{' is not preceded with whitespace.16
ErrorsLine contains a tab character.17
Errors'for' is not followed by whitespace.17
Errors'{' is not preceded with whitespace.17
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.20
ErrorsLine has trailing spaces.21
ErrorsLine contains a tab character.21
ErrorsLine has trailing spaces.22
ErrorsLine contains a tab character.22
ErrorsMethod 'setContext' is not designed for extension - needs to be abstract, final or empty.22
ErrorsMissing a Javadoc comment.22
ErrorsLine contains a tab character.23
ErrorsParameter modules should be final.23
Errors'{' is not preceded with whitespace.23
ErrorsLine contains a tab character.24
ErrorsLine has trailing spaces.25
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
Errors'for' is not followed by whitespace.26
Errors'{' is not preceded with whitespace.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsLine has trailing spaces.29
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31

nl/tudelft/goal/ut3/messages/WeaponPrefList.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.6
ErrorsLine contains a tab character.8
ErrorsLine contains a tab character.9
ErrorsLine contains a tab character.10
ErrorsLine contains a tab character.11

nl/tudelft/goal/ut3/selector/ALocation.java

ViolationMessageLine
ErrorsLine has trailing spaces.10
ErrorsLine has trailing spaces.12
ErrorsLine contains a tab character.16
ErrorsMissing a Javadoc comment.16
ErrorsLine contains a tab character.18
ErrorsMissing a Javadoc comment.18
ErrorsParameter location should be final.18
Errors'location' hides a field.18
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.23
ErrorsMethod 'select' is not designed for extension - needs to be abstract, final or empty.23
ErrorsLine contains a tab character.24
ErrorsParameter targets should be final.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine has trailing spaces.30
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36

nl/tudelft/goal/ut3/selector/ContextSelector.java

ViolationMessageLine
ErrorsLine has trailing spaces.12
ErrorsLine has trailing spaces.14
ErrorsLine contains a tab character.18
ErrorsMissing a Javadoc comment.18
ErrorsLine contains a tab character.19
ErrorsVariable 'modules' must be private and have accessor methods.19
ErrorsLine contains a tab character.21
ErrorsMethod 'setContext' is not designed for extension - needs to be abstract, final or empty.21
ErrorsMissing a Javadoc comment.21
ErrorsLine contains a tab character.22
ErrorsParameter modules should be final.22
Errors'modules' hides a field.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

nl/tudelft/goal/ut3/selector/EnemyFlagCarrier.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.7
ErrorsLine has trailing spaces.11
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.20
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.20
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.25
ErrorsMethod 'select' is not designed for extension - needs to be abstract, final or empty.25
ErrorsLine contains a tab character.26
ErrorsParameter c should be final.26
ErrorsLine is longer than 80 characters.28
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.36

nl/tudelft/goal/ut3/selector/FriendlyFlagCarrier.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.7
ErrorsLine has trailing spaces.11
ErrorsLine has trailing spaces.17
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.26
ErrorsMethod 'select' is not designed for extension - needs to be abstract, final or empty.26
ErrorsLine contains a tab character.27
ErrorsParameter c should be final.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
ErrorsLine is longer than 80 characters.29
ErrorsLine contains a tab character.29
Errors'-' is not preceded with whitespace.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
Errors'if' is not followed by whitespace.31
Errors'{' is not preceded with whitespace.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36

nl/tudelft/goal/ut3/selector/NearestEnemy.java

ViolationMessageLine
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Player.6
ErrorsLine has trailing spaces.10
ErrorsLine contains a tab character.17
ErrorsMethod 'select' is not designed for extension - needs to be abstract, final or empty.17
ErrorsLine contains a tab character.18
ErrorsParameter targets should be final.18
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28

nl/tudelft/goal/ut3/selector/NearestFriendly.java

ViolationMessageLine
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Player.6
ErrorsLine has trailing spaces.10
ErrorsLine has trailing spaces.12
ErrorsLine contains a tab character.16
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
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.24
ErrorsLine contains a tab character.25
ErrorsParameter targets should be final.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28

nl/tudelft/goal/ut3/selector/NearestFriendlyWithLinkGun.java

ViolationMessageLine
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.10
ErrorsLine has trailing spaces.18
ErrorsLine has trailing spaces.20
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsParameter targets should be final.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine is longer than 80 characters.36
ErrorsLine contains a tab character.36
ErrorsLine is longer than 80 characters.37
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsParameter p should be final.40
ErrorsLine is longer than 80 characters.41
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.44
ErrorsLine is longer than 80 characters.45
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46

nl/tudelft/goal/ut3/selector/None.java

ViolationMessageLine
ErrorsLine has trailing spaces.9
ErrorsLine has trailing spaces.11
ErrorsLine contains a tab character.16
ErrorsMissing a Javadoc comment.16
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.19
ErrorsMethod 'select' is not designed for extension - needs to be abstract, final or empty.19
ErrorsLine contains a tab character.20
ErrorsParameter targets should be final.20
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.24
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27

nl/tudelft/goal/ut3/selector/WorldObject.java

ViolationMessageLine
ErrorsLine has trailing spaces.12
ErrorsLine has trailing spaces.14
ErrorsLine contains a tab character.18
ErrorsMissing a Javadoc comment.18
ErrorsVariable 'id' must be private and have accessor methods.18
ErrorsLine contains a tab character.20
ErrorsMissing a Javadoc comment.20
ErrorsParameter id should be final.20
Errors'id' hides a field.20
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.25
ErrorsMethod 'select' is not designed for extension - needs to be abstract, final or empty.25
ErrorsLine contains a tab character.26
ErrorsParameter c should be final.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
Errors'if' construct must use '{}'s.29
ErrorsLine contains a tab character.29
Errors'if' is not followed by whitespace.29
ErrorsLine contains a tab character.30
ErrorsLine has trailing spaces.31
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine has trailing spaces.37
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43

nl/tudelft/goal/ut3/server/EnvironmentControllerServer.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.30
ErrorsLine is longer than 80 characters.33
ErrorsLine is longer than 80 characters.34
ErrorsMissing a Javadoc comment.44
ErrorsLine is longer than 80 characters.46
ErrorsMissing a Javadoc comment.46
ErrorsParameter event should be final.48
ErrorsMissing a Javadoc comment.52
ErrorsParameter params should be final.53
ErrorsParameter agentLogger should be final.54
ErrorsParameter bus should be final.54
ErrorsParameter connection should be final.55
ErrorsParameter worldView should be final.55
ErrorsParameter act should be final.55
ErrorsMethod 'sendResumeGame' is not designed for extension - needs to be abstract, final or empty.62
ErrorsMissing a Javadoc comment.62
ErrorsMethod 'sendPausegame' is not designed for extension - needs to be abstract, final or empty.67
ErrorsMissing a Javadoc comment.67
ErrorsMethod 'addInventory' is not designed for extension - needs to be abstract, final or empty.73
ErrorsMissing a Javadoc comment.73
ErrorsParameter id should be final.74
ErrorsParameter item should be final.74
ErrorsLine is longer than 80 characters.78
ErrorsMethod 'respawn' is not designed for extension - needs to be abstract, final or empty.82
ErrorsMissing a Javadoc comment.82
ErrorsParameter id should be final.83
ErrorsParameter unrealIdOrLocation should be final.83
ErrorsParameter rotation should be final.84
ErrorsMethod 'changeTeam' is not designed for extension - needs to be abstract, final or empty.98
ErrorsMissing a Javadoc comment.98
ErrorsParameter id should be final.99
ErrorsMethod 'setGameSpeed' is not designed for extension - needs to be abstract, final or empty.113
ErrorsMissing a Javadoc comment.113
ErrorsParameter speed should be final.114
ErrorsMethod 'spawnItem' is not designed for extension - needs to be abstract, final or empty.118
ErrorsMissing a Javadoc comment.118
ErrorsParameter unrealIdOrLocation should be final.119
ErrorsParameter category should be final.120
ErrorsParameter group should be final.120
ErrorsMethod 'teleport' is not designed for extension - needs to be abstract, final or empty.145
ErrorsMissing a Javadoc comment.145
ErrorsParameter id should be final.146
ErrorsParameter unrealIdOrLocation should be final.146
ErrorsParameter rotation should be final.147
ErrorsExpected an @return tag.180
ErrorsMethod 'navPoint' is not designed for extension - needs to be abstract, final or empty.180
ErrorsComment matches to-do format 'TODO:'.211
ErrorsExtra HTML tag found: </p>215
ErrorsExpected an @return tag.219
ErrorsLine is longer than 80 characters.219
ErrorsMethod 'bot' is not designed for extension - needs to be abstract, final or empty.219

nl/tudelft/goal/ut3/server/EnvironmentControllerServerModule.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.9
ErrorsMissing a Javadoc comment.9
ErrorsLine has trailing spaces.10
ErrorsLine contains a tab character.10
ErrorsLine contains a tab character.11
ErrorsMethod 'configureModules' is not designed for extension - needs to be abstract, final or empty.11
ErrorsLine contains a tab character.12
ErrorsLine contains a tab character.13
ErrorsLine contains a tab character.14
ErrorsLine contains a tab character.16
ErrorsLine contains a tab character.17
ErrorsLine is longer than 80 characters.18
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.20
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.23

nl/tudelft/goal/ut3/translators/CategoryTranslator.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.12
ErrorsLine contains a tab character.13
ErrorsLine contains a tab character.15
ErrorsMethod 'translate' is not designed for extension - needs to be abstract, final or empty.15
ErrorsLine contains a tab character.16
ErrorsParameter o should be final.16
ErrorsLine is longer than 80 characters.17
ErrorsLine contains a tab character.17
Errors'{' is followed by whitespace.17
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.20
ErrorsMethod 'translatesFrom' is not designed for extension - needs to be abstract, final or empty.20
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.25
ErrorsMethod 'translate' is not designed for extension - needs to be abstract, final or empty.25
ErrorsLine is longer than 80 characters.26
ErrorsLine contains a tab character.26
ErrorsParameter parameter should be final.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
ErrorsLine is longer than 80 characters.35
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.40
ErrorsMethod 'translatesTo' is not designed for extension - needs to be abstract, final or empty.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43

nl/tudelft/goal/ut3/translators/FireModeTranslator.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.12
ErrorsLine has trailing spaces.15
ErrorsLine has trailing spaces.16
ErrorsLine is longer than 80 characters.20
ErrorsLine contains a tab character.22
ErrorsMethod 'translate' is not designed for extension - needs to be abstract, final or empty.22
ErrorsLine is longer than 80 characters.23
ErrorsLine contains a tab character.23
ErrorsParameter parameter should be final.23
ErrorsLine is longer than 80 characters.24
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsLine is longer than 80 characters.29
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.34
ErrorsMethod 'translatesTo' is not designed for extension - needs to be abstract, final or empty.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.39
ErrorsMethod 'translate' is not designed for extension - needs to be abstract, final or empty.39
ErrorsLine contains a tab character.40
ErrorsParameter o should be final.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.44
ErrorsMethod 'translatesFrom' is not designed for extension - needs to be abstract, final or empty.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47

nl/tudelft/goal/ut3/translators/FlagStateTranslator.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.9
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.19
ErrorsMethod 'translate' is not designed for extension - needs to be abstract, final or empty.19
ErrorsLine contains a tab character.20
ErrorsParameter o should be final.20
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.24
ErrorsMethod 'translatesFrom' is not designed for extension - needs to be abstract, final or empty.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine has trailing spaces.30
ErrorsLine contains a tab character.30

nl/tudelft/goal/ut3/translators/GameTypeTranslator.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.9
ErrorsLine contains a tab character.11
ErrorsMethod 'translate' is not designed for extension - needs to be abstract, final or empty.11
ErrorsLine contains a tab character.12
ErrorsParameter o should be final.12
ErrorsLine contains a tab character.13
ErrorsLine contains a tab character.14
ErrorsLine contains a tab character.16
ErrorsMethod 'translatesFrom' is not designed for extension - needs to be abstract, final or empty.16
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.19

nl/tudelft/goal/ut3/translators/GroupTranslator.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.12
ErrorsMissing a Javadoc comment.12
ErrorsLine contains a tab character.14
ErrorsMethod 'translate' is not designed for extension - needs to be abstract, final or empty.14
ErrorsLine contains a tab character.15
ErrorsParameter o should be final.15
ErrorsLine is longer than 80 characters.16
ErrorsLine contains a tab character.16
Errors'{' is followed by whitespace.16
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.19
ErrorsMethod 'translatesFrom' is not designed for extension - needs to be abstract, final or empty.19
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.24
ErrorsMethod 'translate' is not designed for extension - needs to be abstract, final or empty.24
ErrorsLine is longer than 80 characters.25
ErrorsLine contains a tab character.25
ErrorsParameter parameter should be final.25
ErrorsLine is longer than 80 characters.26
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.29
ErrorsMethod 'translatesTo' is not designed for extension - needs to be abstract, final or empty.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32

nl/tudelft/goal/ut3/translators/ItemTypeTranslator.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.12
ErrorsLine contains a tab character.13
ErrorsLine contains a tab character.15
ErrorsMethod 'translate' is not designed for extension - needs to be abstract, final or empty.15
ErrorsLine contains a tab character.16
ErrorsParameter o should be final.16
ErrorsLine contains a tab character.17
Errors'{' is followed by whitespace.17
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.21
ErrorsMethod 'translatesFrom' is not designed for extension - needs to be abstract, final or empty.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.26
ErrorsMethod 'translate' is not designed for extension - needs to be abstract, final or empty.26
ErrorsLine is longer than 80 characters.27
ErrorsLine contains a tab character.27
ErrorsParameter parameter should be final.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.32
ErrorsMethod 'translatesTo' is not designed for extension - needs to be abstract, final or empty.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35

nl/tudelft/goal/ut3/translators/NavigationStateTranslator.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.9
ErrorsMissing a Javadoc comment.9
ErrorsLine contains a tab character.11
ErrorsMethod 'translate' is not designed for extension - needs to be abstract, final or empty.11
ErrorsLine is longer than 80 characters.12
ErrorsLine contains a tab character.12
ErrorsParameter o should be final.12
ErrorsLine contains a tab character.14
ErrorsLine contains a tab character.15
ErrorsLine contains a tab character.16
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
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
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine is longer than 80 characters.32
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.37
Errors'{' is followed by whitespace.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.40
ErrorsMethod 'translatesFrom' is not designed for extension - needs to be abstract, final or empty.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43

nl/tudelft/goal/ut3/translators/SelectorListTranslator.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.11
ErrorsLine contains a tab character.13
ErrorsMethod 'translate' is not designed for extension - needs to be abstract, final or empty.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsParameter parameter should be final.14
ErrorsLine contains a tab character.16
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.19
ErrorsLine is longer than 80 characters.20
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 is longer than 80 characters.24
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.30
ErrorsMethod 'translatesTo' is not designed for extension - needs to be abstract, final or empty.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33

nl/tudelft/goal/ut3/translators/SelectorTranslator.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.21
ErrorsLine contains a tab character.23
ErrorsMethod 'translate' is not designed for extension - needs to be abstract, final or empty.23
ErrorsLine is longer than 80 characters.24
ErrorsLine contains a tab character.24
ErrorsParameter parameter should be final.24
ErrorsLine has trailing spaces.25
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
Errors'if' is not followed by whitespace.26
Errors'{' is not preceded with whitespace.26
ErrorsLine is longer than 80 characters.27
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine has trailing spaces.30
ErrorsLine contains a tab character.30
ErrorsLine is longer than 80 characters.31
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
Errors'{' is not preceded with whitespace.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
Errors'{' is not preceded with whitespace.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine has trailing spaces.46
ErrorsLine contains a tab character.46
ErrorsLine is longer than 80 characters.47
ErrorsLine contains a tab character.47
ErrorsLine has trailing spaces.48
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.52
ErrorsMethod 'translatesTo' is not designed for extension - needs to be abstract, final or empty.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55

nl/tudelft/goal/ut3/translators/UT3GroupTranslator.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsMissing a Javadoc comment.13
ErrorsLine contains a tab character.14
ErrorsLine contains a tab character.16
ErrorsMethod 'translate' is not designed for extension - needs to be abstract, final or empty.16
ErrorsLine contains a tab character.17
ErrorsParameter o should be final.17
ErrorsLine is longer than 80 characters.18
ErrorsLine contains a tab character.18
Errors'{' is followed by whitespace.18
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.21
ErrorsMethod 'translatesFrom' is not designed for extension - needs to be abstract, final or empty.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.26
ErrorsMethod 'translate' is not designed for extension - needs to be abstract, final or empty.26
ErrorsLine is longer than 80 characters.27
ErrorsLine contains a tab character.27
ErrorsParameter parameter should be final.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine is longer than 80 characters.35
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine is longer than 80 characters.37
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.42
ErrorsMethod 'translatesTo' is not designed for extension - needs to be abstract, final or empty.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45

nl/tudelft/goal/ut3/translators/UT3ItemTypeTranslator.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.17
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.20
ErrorsMethod 'translate' is not designed for extension - needs to be abstract, final or empty.20
ErrorsLine is longer than 80 characters.21
ErrorsLine contains a tab character.21
ErrorsParameter o should be final.21
ErrorsLine contains a tab character.22
Errors'{' is followed by whitespace.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.26
ErrorsMethod 'translatesFrom' is not designed for extension - needs to be abstract, final or empty.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.31
ErrorsMethod 'translate' is not designed for extension - needs to be abstract, final or empty.31
ErrorsLine contains a tab character.32
ErrorsParameter parameter should be final.32
ErrorsLine contains a tab character.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
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.47
ErrorsLine is longer than 80 characters.48
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine is longer than 80 characters.53
ErrorsLine contains a tab character.53
ErrorsLine is longer than 80 characters.54
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.59
ErrorsMethod 'translatesTo' is not designed for extension - needs to be abstract, final or empty.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62

nl/tudelft/goal/ut3/translators/WeaponPrefListTranslator.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.12
ErrorsLine has trailing spaces.13
ErrorsLine has trailing spaces.15
ErrorsLine has trailing spaces.17
ErrorsLine is longer than 80 characters.19
ErrorsLine has trailing spaces.21
ErrorsLine has trailing spaces.23
ErrorsLine has trailing spaces.25
ErrorsLine is longer than 80 characters.27
ErrorsLine contains a tab character.29
ErrorsMethod 'translate' is not designed for extension - needs to be abstract, final or empty.29
ErrorsLine is longer than 80 characters.30
ErrorsLine contains a tab character.30
ErrorsParameter parameter should be final.30
ErrorsLine contains a tab character.32
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine is longer than 80 characters.35
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.39
Errors'for' is not followed by whitespace.39
Errors'{' is not preceded with whitespace.39
ErrorsLine is longer than 80 characters.40
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.47
ErrorsMethod 'translatesTo' is not designed for extension - needs to be abstract, final or empty.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50

nl/tudelft/goal/ut3/translators/WeaponPrefTranslator.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.14
ErrorsLine has trailing spaces.15
ErrorsLine has trailing spaces.16
ErrorsLine has trailing spaces.20
ErrorsLine contains a tab character.26
ErrorsMissing a Javadoc comment.26
ErrorsLine contains a tab character.27
ErrorsMissing a Javadoc comment.27
ErrorsLine contains a tab character.29
ErrorsMethod 'translate' is not designed for extension - needs to be abstract, final or empty.29
ErrorsLine is longer than 80 characters.30
ErrorsLine contains a tab character.30
ErrorsParameter parameter should be final.30
ErrorsLine contains a tab character.32
ErrorsLine is longer than 80 characters.33
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
Errors'cast' is not followed by whitespace.37
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
Errors'if' is not followed by whitespace.39
Errors'{' is not preceded with whitespace.39
ErrorsLine is longer than 80 characters.40
ErrorsLine contains a tab character.40
Errors'+' is not preceded with whitespace.40
Errors'+' is not followed by whitespace.40
Errors'+' is not preceded with whitespace.40
Errors'+' is not followed by whitespace.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine has trailing spaces.43
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
Errors'if' is not followed by whitespace.45
Errors'{' is not preceded with whitespace.45
ErrorsLine is longer than 80 characters.46
ErrorsLine contains a tab character.46
Errors'+' is not preceded with whitespace.46
Errors'+' is not followed by whitespace.46
Errors'+' is not preceded with whitespace.46
Errors'+' is not followed by whitespace.46
Errors'+' is not preceded with whitespace.46
Errors'+' is not followed by whitespace.46
Errors'+' is not preceded with whitespace.46
Errors'+' is not followed by whitespace.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.49
ErrorsLine is longer than 80 characters.50
ErrorsLine contains a tab character.50
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.52
ErrorsLine is longer than 80 characters.53
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.55
Errors'if' is not followed by whitespace.55
Errors'{' is not preceded with whitespace.55
ErrorsLine is longer than 80 characters.56
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine has trailing spaces.59
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.64
ErrorsMethod 'translatesTo' is not designed for extension - needs to be abstract, final or empty.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67

nl/tudelft/goal/ut3/visualizer/connection/client/RemoteVisualizer.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.12
ErrorsLine has trailing spaces.14
ErrorsLine contains a tab character.18
ErrorsMissing a Javadoc comment.18
ErrorsLine contains a tab character.19
ErrorsMissing a Javadoc comment.19
ErrorsLine contains a tab character.20
ErrorsMissing a Javadoc comment.20
ErrorsLine contains a tab character.22
ErrorsMethod 'setVisualizerService' is not designed for extension - needs to be abstract, final or empty.22
ErrorsMissing a Javadoc comment.22
ErrorsParameter visualizer should be final.22
Errors'visualizer' hides a field.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.27
ErrorsMethod 'setEnvironment' is not designed for extension - needs to be abstract, final or empty.27
ErrorsMissing a Javadoc comment.27
ErrorsParameter client should be final.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.38
ErrorsMissing a Javadoc comment.38
ErrorsParameter connected should be final.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.42
ErrorsMethod 'getConnectedFlag' is not designed for extension - needs to be abstract, final or empty.42
ErrorsMissing a Javadoc comment.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.46
ErrorsMethod 'disconnect' is not designed for extension - needs to be abstract, final or empty.46
ErrorsMissing a Javadoc comment.46
ErrorsLine contains a tab character.47
Errors'if' construct must use '{}'s.48
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsMust have at least one statement.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58

nl/tudelft/goal/ut3/visualizer/connection/client/VisualizerServiceDefinition.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.14
ErrorsMissing a Javadoc comment.14
ErrorsLine contains a tab character.16
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.21
ErrorsMissing a Javadoc comment.21
ErrorsName 'serviceName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.21
ErrorsLine is longer than 80 characters.23
ErrorsLine contains a tab character.23
ErrorsMissing a Javadoc comment.23
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsParameter connected should be final.26
Errors'if' construct must use '{}'s.27
ErrorsLine contains a tab character.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.32
ErrorsMissing a Javadoc comment.32
ErrorsLine contains a tab character.34
ErrorsLine is longer than 80 characters.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsMethod 'startServer' is not designed for extension - needs to be abstract, final or empty.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine is longer than 80 characters.47
ErrorsLine contains a tab character.47
ErrorsLine is longer than 80 characters.48
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine is longer than 80 characters.51
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.54
ErrorsLine is longer than 80 characters.55
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine is longer than 80 characters.57
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.61
ErrorsMethod 'stopServer' is not designed for extension - needs to be abstract, final or empty.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine is longer than 80 characters.64
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.68
ErrorsLine contains a tab character.69