Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
3960082529

Files

FilesInfosWarningsErrors
cz/cuni/amis/pogamut/udk/agent/module/logic/AsyncUDKBotLogic.java0043
cz/cuni/amis/pogamut/udk/agent/module/logic/SyncUDKBotLogic.java00141
cz/cuni/amis/pogamut/udk/agent/module/logic/UDKBotLogic.java00120
cz/cuni/amis/pogamut/udk/agent/module/sensomotoric/AgentConfig.java00444
cz/cuni/amis/pogamut/udk/agent/module/sensomotoric/Raycasting.java00125
cz/cuni/amis/pogamut/udk/agent/module/sensomotoric/Requests.java00111
cz/cuni/amis/pogamut/udk/agent/module/sensomotoric/Weapon.java00149
cz/cuni/amis/pogamut/udk/agent/module/sensomotoric/Weaponry.java001212
cz/cuni/amis/pogamut/udk/agent/module/sensor/AdvancedItems.java00645
cz/cuni/amis/pogamut/udk/agent/module/sensor/AgentInfo.java001752
cz/cuni/amis/pogamut/udk/agent/module/sensor/Game.java00744
cz/cuni/amis/pogamut/udk/agent/module/sensor/IItemUsefulness.java0022
cz/cuni/amis/pogamut/udk/agent/module/sensor/ItemDescriptors.java00179
cz/cuni/amis/pogamut/udk/agent/module/sensor/Items.java001333
cz/cuni/amis/pogamut/udk/agent/module/sensor/Players.java00953
cz/cuni/amis/pogamut/udk/agent/module/sensor/Senses.java001739
cz/cuni/amis/pogamut/udk/agent/module/utils/TabooSet.java00177
cz/cuni/amis/pogamut/udk/agent/navigation/AbstractUDKPathNavigator.java0090
cz/cuni/amis/pogamut/udk/agent/navigation/IUDKPathNavigator.java0095
cz/cuni/amis/pogamut/udk/agent/navigation/IUDKPathRunner.java0034
cz/cuni/amis/pogamut/udk/agent/navigation/UDKAStarPathFuture.java00131
cz/cuni/amis/pogamut/udk/agent/navigation/UDKAStarPathPlanner.java0023
cz/cuni/amis/pogamut/udk/agent/navigation/UDKAStarPathTimeoutException.java009
cz/cuni/amis/pogamut/udk/agent/navigation/UDKPathExecutor.java00235
cz/cuni/amis/pogamut/udk/agent/navigation/UDKPathExecutorWithPlanner.java00170
cz/cuni/amis/pogamut/udk/agent/navigation/floydwarshall/FloydWarshallMap.java00410
cz/cuni/amis/pogamut/udk/agent/navigation/floydwarshall/LinkFlag.java0087
cz/cuni/amis/pogamut/udk/agent/navigation/loquenavigator/LoqueNavigator.java00745
cz/cuni/amis/pogamut/udk/agent/navigation/loquenavigator/LoqueRunner.java00321
cz/cuni/amis/pogamut/udk/agent/navigation/martinnavigator/MartinNavigator.java00395
cz/cuni/amis/pogamut/udk/agent/navigation/martinnavigator/MartinRunner.java0039
cz/cuni/amis/pogamut/udk/agent/navigation/stuckdetector/UDKPositionHistoryStuckDetector.java00215
cz/cuni/amis/pogamut/udk/agent/navigation/stuckdetector/UDKTimeStuckDetector.java00191
cz/cuni/amis/pogamut/udk/agent/navigation/timeoutestimator/UDKBasicTimeoutEstimator.java0037
cz/cuni/amis/pogamut/udk/agent/params/UDKAgentParameters.java0043
cz/cuni/amis/pogamut/udk/agent/utils/UDKBotDescriptor.java0048
cz/cuni/amis/pogamut/udk/bot/IUDKBot.java0028
cz/cuni/amis/pogamut/udk/bot/IUDKBotController.java0080
cz/cuni/amis/pogamut/udk/bot/IUDKBotLogicController.java002
cz/cuni/amis/pogamut/udk/bot/command/Action.java00155
cz/cuni/amis/pogamut/udk/bot/command/AdvancedLocomotion.java00549
cz/cuni/amis/pogamut/udk/bot/command/AdvancedShooting.java00538
cz/cuni/amis/pogamut/udk/bot/command/BotCommands.java0021
cz/cuni/amis/pogamut/udk/bot/command/Communication.java00206
cz/cuni/amis/pogamut/udk/bot/command/CompleteBotCommandsWrapper.java00130
cz/cuni/amis/pogamut/udk/bot/command/ConfigureCommands.java0084
cz/cuni/amis/pogamut/udk/bot/command/SimpleLocomotion.java00185
cz/cuni/amis/pogamut/udk/bot/command/SimpleRayCasting.java00311
cz/cuni/amis/pogamut/udk/bot/command/SimpleShooting.java0091
cz/cuni/amis/pogamut/udk/bot/exception/BotAlreadyStartedException.java0087
cz/cuni/amis/pogamut/udk/bot/impl/NativeUDKBotAdapter.java0014
cz/cuni/amis/pogamut/udk/bot/impl/UDKBot.java00272
cz/cuni/amis/pogamut/udk/bot/impl/UDKBotController.java0075
cz/cuni/amis/pogamut/udk/bot/impl/UDKBotLogicController.java0050
cz/cuni/amis/pogamut/udk/bot/impl/UDKBotModuleController.java00269
cz/cuni/amis/pogamut/udk/bot/jmx/BotJMXMBeanAdapter.java0018
cz/cuni/amis/pogamut/udk/bot/jmx/BotJMXMBeanAdapterMBean.java007
cz/cuni/amis/pogamut/udk/bot/jmx/BotJMXProxy.java0016
cz/cuni/amis/pogamut/udk/bot/state/IBotStateHelloBotReceived.java002
cz/cuni/amis/pogamut/udk/bot/state/IBotStateInited.java001
cz/cuni/amis/pogamut/udk/bot/state/IBotStatePassword.java001
cz/cuni/amis/pogamut/udk/bot/state/IBotStateSendingInit.java001
cz/cuni/amis/pogamut/udk/bot/state/IBotStateSpawned.java001
cz/cuni/amis/pogamut/udk/bot/state/impl/BotStateHelloBotReceived.java007
cz/cuni/amis/pogamut/udk/bot/state/impl/BotStateInited.java006
cz/cuni/amis/pogamut/udk/bot/state/impl/BotStatePassword.java006
cz/cuni/amis/pogamut/udk/bot/state/impl/BotStateSendingInit.java008
cz/cuni/amis/pogamut/udk/bot/state/impl/BotStateSpawned.java006
cz/cuni/amis/pogamut/udk/communication/messages/GBEvent.java007
cz/cuni/amis/pogamut/udk/communication/messages/GBObjectUpdate.java002
cz/cuni/amis/pogamut/udk/communication/messages/INavPoint.java0079
cz/cuni/amis/pogamut/udk/communication/messages/IPerson.java001
cz/cuni/amis/pogamut/udk/communication/messages/ItemType.java00525
cz/cuni/amis/pogamut/udk/communication/messages/SyncMessage.java001
cz/cuni/amis/pogamut/udk/communication/messages/UnrealIdTranslator.java0021
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Act.java00123
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/AddBot.java00298
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/AddInventory.java00223
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/AddRay.java00431
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/ChangeAttribute.java00184
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/ChangeMap.java00180
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/ChangeTeam.java00188
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/ChangeWeapon.java00148
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/CheckReachability.java00241
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/ClearBotsDirty.java0073
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Configuration.java00781
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/ConfigurationObserver.java00489
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Console.java00119
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/ContinuousMove.java0075
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/DisconnectObserver.java0077
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Dodge.java00149
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/DriveTo.java00162
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/EndPlayers.java0073
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/EnterVehicle.java00143
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/ExitVehicle.java0081
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/FactoryUse.java0075
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/FastTrace.java00226
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/GetAllInvetories.java0075
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/GetAllNavPoints.java0075
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/GetAllStatus.java0073
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/GetGameInfo.java0073
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/GetItemCategory.java00143
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/GetMaps.java0075
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/GetPath.java00211
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/GetPlayers.java0075
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/GetSelf.java0073
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/GetSpecialObjects.java0073
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/GetVisibleObjects.java0073
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/GiveInventory.java00172
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Initialize.java00682
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/InitializeObserver.java00157
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Jump.java00220
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Kick.java00118
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/LeaveVehicle.java0073
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Move.java00272
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/PasswordReply.java00122
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Pause.java00194
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Pick.java00146
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Ping.java0073
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Quit.java0077
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Ready.java0075
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Record.java00143
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/RemoveRay.java00140
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Respawn.java00229
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Rotate.java00191
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/SendMessage.java00235
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/SetCrouch.java00133
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/SetGameSpeed.java00134
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/SetLock.java00183
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/SetPassword.java00155
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/SetRoute.java001683
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/SetSkin.java00131
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/SetWalk.java00130
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Shoot.java00243
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/SpawnActor.java00218
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/StartPlayers.java00215
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Stop.java0067
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/StopRecord.java0073
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/StopShooting.java0067
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Throw.java0077
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Trace.java00281
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/TurnTo.java00257
cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/UseTrigger.java00228
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/AddInventoryMsg.java00259
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/AdrenalineGained.java00112
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/AliveMessage.java00249
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/AutoTraceRay.java00690
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/BeginMessage.java00114
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/BotDamaged.java00408
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/BotKilled.java00415
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/Bumped.java00164
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/ChangedWeapon.java00240
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/ConfigChange.java00891
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/EndMessage.java00122
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/EnteredVehicle.java00177
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/ExitedVehicle.java0083
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/FactoryUsed.java00158
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/FallEdge.java00159
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/FastTraceResponse.java00232
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/FlagInfo.java00580
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/GameInfo.java00727
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/GamePaused.java0081
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/GameResumed.java0081
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/GlobalChat.java00195
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/HandShakeEnd.java0081
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/HandShakeStart.java0081
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/HearNoise.java00203
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/HearPickup.java00177
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/HelloBotHandshake.java00123
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/HelloControlServerHandshake.java0082
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/HelloObserverHandshake.java0081
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/IncomingProjectile.java00512
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/InfoMessages.java00548
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/InitedMessage.java001199
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/Item.java00645
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/ItemCategory.java003649
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/ItemCategoryEnd.java0082
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/ItemCategoryStart.java0082
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/ItemListEnd.java0082
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/ItemListStart.java0081
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/ItemPickedUp.java00404
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/JumpPerformed.java00119
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/KeyEvent.java00312
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/Landed.java00125
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/LockedVehicle.java00172
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/LostChild.java0081
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/LostInventory.java00112
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/MapChange.java00112
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/MapFinished.java0082
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/MapList.java00124
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/MapListEnd.java0079
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/MapListStart.java0080
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/Mover.java00762
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/MoverListEnd.java0081
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/MoverListStart.java0082
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/Mutator.java00164
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/MutatorListEnd.java0081
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/MutatorListStart.java0080
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/MyInventory.java00424
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/MyInventoryEnd.java0080
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/MyInventoryStart.java0080
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/NavPoint.java001378
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/NavPointListEnd.java0081
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/NavPointListStart.java0082
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/NavPointNeighbourLink.java00612
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/NavPointNeighbourLinkEnd.java0080
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/NavPointNeighbourLinkStart.java0080
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/ObjectSelected.java00286
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/PasswdOk.java0077
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/PasswdWrong.java0078
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/Password.java00111
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/PathList.java00163
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/PathListEnd.java0080
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/PathListStart.java00128
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/Player.java00812
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/PlayerDamaged.java00354
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/PlayerJoinsGame.java00134
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/PlayerKilled.java00492
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/PlayerLeft.java00136
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/PlayerListEnd.java0079
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/PlayerListStart.java0079
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/PlayerScore.java00214
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/Pong.java0076
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/Reachable.java00197
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/RecordingEnded.java0081
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/RecordingStarted.java0081
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/Self.java001180
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/ShootingStarted.java00120
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/ShootingStopped.java0080
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/Spawn.java0084
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/TeamChanged.java00165
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/TeamChat.java00195
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/TeamScore.java00312
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/Thrown.java00121
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/TraceResponse.java00371
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/Trigger.java00162
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/TriggerUsed.java00156
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/Vehicle.java00732
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/VehicleListEnd.java0081
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/VehicleListStart.java0082
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/VolumeChanged.java00592
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/WallCollision.java00195
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/WeaponUpdate.java00255
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/Yylex.java0011969
cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/ZoneChangedBot.java00112
cz/cuni/amis/pogamut/udk/communication/parser/IUDKYylex.java0014
cz/cuni/amis/pogamut/udk/communication/parser/UDKParser.java0036
cz/cuni/amis/pogamut/udk/communication/translator/IWorldEventQueue.java0074
cz/cuni/amis/pogamut/udk/communication/translator/TranslatorContext.java00188
cz/cuni/amis/pogamut/udk/communication/translator/TranslatorMessages.java0082
cz/cuni/amis/pogamut/udk/communication/translator/UnexpectedMessageException.java0086
cz/cuni/amis/pogamut/udk/communication/translator/bot/BotFSM.java0058
cz/cuni/amis/pogamut/udk/communication/translator/bot/state/BotAliveState.java0071
cz/cuni/amis/pogamut/udk/communication/translator/bot/state/BotDeadState.java0050
cz/cuni/amis/pogamut/udk/communication/translator/bot/state/CommunicationTerminatedState.java0040
cz/cuni/amis/pogamut/udk/communication/translator/bot/state/ConfigureMessageExpectedState.java0048
cz/cuni/amis/pogamut/udk/communication/translator/bot/state/FirstSpawnExpectedState.java0070
cz/cuni/amis/pogamut/udk/communication/translator/bot/state/GameInfoExpectedState.java0057
cz/cuni/amis/pogamut/udk/communication/translator/bot/state/HandshakeControllerState.java00143
cz/cuni/amis/pogamut/udk/communication/translator/bot/state/HelloBotExpectedState.java0037
cz/cuni/amis/pogamut/udk/communication/translator/bot/state/InitedMessageExpectedState.java0057
cz/cuni/amis/pogamut/udk/communication/translator/bot/state/ItemCategoryState.java0075
cz/cuni/amis/pogamut/udk/communication/translator/bot/state/ItemListState.java0073
cz/cuni/amis/pogamut/udk/communication/translator/bot/state/MoverListState.java0056
cz/cuni/amis/pogamut/udk/communication/translator/bot/state/MutatorListState.java0067
cz/cuni/amis/pogamut/udk/communication/translator/bot/state/NavPointListState.java00150
cz/cuni/amis/pogamut/udk/communication/translator/bot/state/NavPointNeighboursState.java0046
cz/cuni/amis/pogamut/udk/communication/translator/bot/state/PasswordState.java0074
cz/cuni/amis/pogamut/udk/communication/translator/bot/state/PathAcceptState.java0036
cz/cuni/amis/pogamut/udk/communication/translator/bot/state/PlayerListState.java0055
cz/cuni/amis/pogamut/udk/communication/translator/bot/state/ReadyState.java0058
cz/cuni/amis/pogamut/udk/communication/translator/bot/state/VehicleListState.java0057
cz/cuni/amis/pogamut/udk/communication/translator/bot/support/AbstractBotFSMState.java0010
cz/cuni/amis/pogamut/udk/communication/translator/bot/support/BotListState.java00102
cz/cuni/amis/pogamut/udk/communication/translator/bot/support/BotMessageExpectedState.java0053
cz/cuni/amis/pogamut/udk/communication/translator/bot/transition/HandshakeEndTransition.java0032
cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/AmmoDescriptor.java00279
cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/AmmoDescriptorFactory.java007
cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/ArmorDescriptor.java002
cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/ArmorDescriptorFactory.java0011
cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/GeneralDescriptor.java0050
cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/GeneralDescriptorFactory.java0026
cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/HealthDescriptor.java0013
cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/HealthDescriptorFactory.java0011
cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/IDescriptorFactory.java008
cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/ItemDescriptor.java0031
cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/ItemDescriptorFactory.java0010
cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/ItemDescriptorField.java006
cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/ItemTranslator.java0054
cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/ItemTyped.java003
cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/OtherDescriptor.java002
cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/OtherDescriptorFactory.java0010
cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/ShieldDescriptor.java003
cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/ShieldDescriptorFactory.java0011
cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/TranslatorUtils.java004
cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/WeaponDescriptor.java001247
cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/WeaponDescriptorFactory.java009
cz/cuni/amis/pogamut/udk/communication/translator/observer/ObserverFSM.java0059
cz/cuni/amis/pogamut/udk/communication/translator/observer/state/CommunicationTerminatedState.java0041
cz/cuni/amis/pogamut/udk/communication/translator/observer/state/GameInfoExpectedState.java0058
cz/cuni/amis/pogamut/udk/communication/translator/observer/state/HelloObserverExpectedState.java0030
cz/cuni/amis/pogamut/udk/communication/translator/observer/state/ItemCategoryState.java0076
cz/cuni/amis/pogamut/udk/communication/translator/observer/state/ItemListState.java0088
cz/cuni/amis/pogamut/udk/communication/translator/observer/state/MapListState.java0050
cz/cuni/amis/pogamut/udk/communication/translator/observer/state/MutatorListState.java0069
cz/cuni/amis/pogamut/udk/communication/translator/observer/state/NavPointListState.java00175
cz/cuni/amis/pogamut/udk/communication/translator/observer/state/NavPointNeighboursState.java0048
cz/cuni/amis/pogamut/udk/communication/translator/observer/state/ObserverRunningState.java00106
cz/cuni/amis/pogamut/udk/communication/translator/observer/state/PasswordState.java0076
cz/cuni/amis/pogamut/udk/communication/translator/observer/state/PathAcceptState.java0037
cz/cuni/amis/pogamut/udk/communication/translator/observer/state/PlayerListState.java0058
cz/cuni/amis/pogamut/udk/communication/translator/observer/state/ReadyState.java0061
cz/cuni/amis/pogamut/udk/communication/translator/observer/support/AbstractObserverFSMState.java0031
cz/cuni/amis/pogamut/udk/communication/translator/observer/support/ObserverListState.java00103
cz/cuni/amis/pogamut/udk/communication/translator/observer/support/ObserverMessageExpectedState.java0053
cz/cuni/amis/pogamut/udk/communication/translator/server/ServerFSM.java0059
cz/cuni/amis/pogamut/udk/communication/translator/server/state/CommunicationTerminatedState.java0041
cz/cuni/amis/pogamut/udk/communication/translator/server/state/GameInfoExpectedState.java0058
cz/cuni/amis/pogamut/udk/communication/translator/server/state/HelloControlServerExpectedState.java0030
cz/cuni/amis/pogamut/udk/communication/translator/server/state/ItemCategoryState.java0076
cz/cuni/amis/pogamut/udk/communication/translator/server/state/ItemListState.java0090
cz/cuni/amis/pogamut/udk/communication/translator/server/state/MapListState.java0051
cz/cuni/amis/pogamut/udk/communication/translator/server/state/MutatorListState.java0071
cz/cuni/amis/pogamut/udk/communication/translator/server/state/NavPointListState.java00171
cz/cuni/amis/pogamut/udk/communication/translator/server/state/NavPointNeighboursState.java0048
cz/cuni/amis/pogamut/udk/communication/translator/server/state/PasswordState.java0076
cz/cuni/amis/pogamut/udk/communication/translator/server/state/PathAcceptState.java0037
cz/cuni/amis/pogamut/udk/communication/translator/server/state/PlayerListState.java0056
cz/cuni/amis/pogamut/udk/communication/translator/server/state/ReadyState.java0061
cz/cuni/amis/pogamut/udk/communication/translator/server/state/ServerRunningState.java00115
cz/cuni/amis/pogamut/udk/communication/translator/server/state/VehicleListState.java0066
cz/cuni/amis/pogamut/udk/communication/translator/server/support/AbstractServerFSMState.java0031
cz/cuni/amis/pogamut/udk/communication/translator/server/support/ServerListState.java00105
cz/cuni/amis/pogamut/udk/communication/translator/server/support/ServerMessageExpectedState.java0053
cz/cuni/amis/pogamut/udk/communication/translator/shared/events/BotFirstSpawned.java009
cz/cuni/amis/pogamut/udk/communication/translator/shared/events/InitCommandRequest.java0013
cz/cuni/amis/pogamut/udk/communication/translator/shared/events/ItemDescriptorObtained.java0023
cz/cuni/amis/pogamut/udk/communication/translator/shared/events/ListObtained.java0026
cz/cuni/amis/pogamut/udk/communication/translator/shared/events/MapListObtained.java0025
cz/cuni/amis/pogamut/udk/communication/translator/shared/events/MapPointListObtained.java0059
cz/cuni/amis/pogamut/udk/communication/translator/shared/events/MoverListObtained.java0026
cz/cuni/amis/pogamut/udk/communication/translator/shared/events/MutatorListObtained.java0030
cz/cuni/amis/pogamut/udk/communication/translator/shared/events/Path.java0069
cz/cuni/amis/pogamut/udk/communication/translator/shared/events/PlayerListObtained.java0033
cz/cuni/amis/pogamut/udk/communication/translator/shared/events/ReadyCommandRequest.java0012
cz/cuni/amis/pogamut/udk/communication/translator/shared/events/VehicleListObtained.java0027
cz/cuni/amis/pogamut/udk/communication/translator/shared/transition/GameInfoTransition.java0039
cz/cuni/amis/pogamut/udk/communication/translator/shared/transition/InitRequestedTransition.java0035
cz/cuni/amis/pogamut/udk/communication/translator/shared/transition/ReadyRequestedTransition.java0034
cz/cuni/amis/pogamut/udk/communication/worldview/UDKLockableWorldView.java00189
cz/cuni/amis/pogamut/udk/communication/worldview/UDKSyncLockableWorldView.java00311
cz/cuni/amis/pogamut/udk/communication/worldview/UDKWorldView.java0030
cz/cuni/amis/pogamut/udk/communication/worldview/map/IGraph.java0011
cz/cuni/amis/pogamut/udk/communication/worldview/map/UDKMap.java0037
cz/cuni/amis/pogamut/udk/communication/worldview/map/Waylink.java0040
cz/cuni/amis/pogamut/udk/communication/worldview/map/Waypoint.java0014
cz/cuni/amis/pogamut/udk/communication/worldview/objects/IGBViewable.java0011
cz/cuni/amis/pogamut/udk/communication/worldview/objects/IGBWorldEvent.java002
cz/cuni/amis/pogamut/udk/communication/worldview/objects/IGBWorldObjectDisappeared.java001
cz/cuni/amis/pogamut/udk/communication/worldview/objects/IGBWorldObjectEvent.java003
cz/cuni/amis/pogamut/udk/component/ComponentStub.java0035
cz/cuni/amis/pogamut/udk/factory/direct/remoteagent/UDKObserverFactory.java0043
cz/cuni/amis/pogamut/udk/factory/direct/remoteagent/UDKServerFactory.java0045
cz/cuni/amis/pogamut/udk/factory/guice/remoteagent/UDKBotFactory.java0019
cz/cuni/amis/pogamut/udk/factory/guice/remoteagent/UDKBotModule.java0096
cz/cuni/amis/pogamut/udk/factory/guice/remoteagent/UDKCommunicationModule.java0094
cz/cuni/amis/pogamut/udk/factory/guice/remoteagent/UDKObserverFactory.java0021
cz/cuni/amis/pogamut/udk/factory/guice/remoteagent/UDKObserverModule.java0073
cz/cuni/amis/pogamut/udk/factory/guice/remoteagent/UDKServerFactory.java0019
cz/cuni/amis/pogamut/udk/factory/guice/remoteagent/UDKServerModule.java0073
cz/cuni/amis/pogamut/udk/observer/IUDKObserver.java005
cz/cuni/amis/pogamut/udk/observer/exception/MapChangeException.java004
cz/cuni/amis/pogamut/udk/observer/exception/UCCStartException.java0083
cz/cuni/amis/pogamut/udk/observer/impl/AbstractUDKObserver.java00252
cz/cuni/amis/pogamut/udk/observer/impl/UDKObserver.java0025
cz/cuni/amis/pogamut/udk/server/IUDKServer.java0050
cz/cuni/amis/pogamut/udk/server/exception/MapChangeException.java0016
cz/cuni/amis/pogamut/udk/server/exception/UCCStartException.java0083
cz/cuni/amis/pogamut/udk/server/impl/AbstractUDKServer.java00476
cz/cuni/amis/pogamut/udk/server/impl/UDKServer.java00350
cz/cuni/amis/pogamut/udk/storyworld/perception/SPLocation.java00167
cz/cuni/amis/pogamut/udk/storyworld/place/SPStoryPlace.java00494
cz/cuni/amis/pogamut/udk/storyworld/place/SPStoryPlaceBase.java00123
cz/cuni/amis/pogamut/udk/storyworld/place/SPStoryWorld.java00369
cz/cuni/amis/pogamut/udk/storyworld/place/SPStoryWorldData.java00151
cz/cuni/amis/pogamut/udk/utils/MultipleUDKBotRunner.java00162
cz/cuni/amis/pogamut/udk/utils/PogamutUDKProperty.java0055
cz/cuni/amis/pogamut/udk/utils/PogamutUTProps.java002
cz/cuni/amis/pogamut/udk/utils/UCCWrapper.java00528
cz/cuni/amis/pogamut/udk/utils/UDKBotRunner.java00248
cz/cuni/amis/pogamut/udk/utils/UDKObserverRunner.java00100
cz/cuni/amis/pogamut/udk/utils/UDKPropertiesProvider.java007
cz/cuni/amis/pogamut/udk/utils/UDKServerRunner.java00101
cz/cuni/amis/pogamut/udk/utils/UDKWrapper.java0011
cz/cuni/amis/pogamut/udk/utils/UTAlgebra.java0010
cz/cuni/amis/pogamut/udk/utils/UnrealUtils.java0026

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
45Errors Error
NewlineAtEndOfFile222Errors Error
Translation0Errors Error
FileLength2Errors Error
FileTabCharacter
  • eachLine: "true"
29361Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
14036Errors Error
JavadocMethod2676Errors Error
JavadocType100Errors Error
JavadocVariable606Errors Error
JavadocStyle177Errors Error
ConstantName8Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName4Errors Error
MemberName610Errors Error
MethodName6Errors Error
PackageName0Errors Error
ParameterName776Errors Error
StaticVariableName7Errors Error
TypeName0Errors Error
AvoidStarImport2383Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports719Errors Error
LineLength6387Errors Error
MethodLength6Errors Error
ParameterNumber24Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad150Errors Error
NoWhitespaceAfter29Errors Error
NoWhitespaceBefore1Errors Error
OperatorWrap6851Errors Error
ParenPad49Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter728Errors Error
WhitespaceAround6006Errors Error
ModifierOrder0Errors Error
RedundantModifier51Errors Error
AvoidNestedBlocks637Errors Error
EmptyBlock9Errors Error
LeftCurly506Errors Error
NeedBraces670Errors Error
RightCurly20Errors Error
AvoidInlineConditionals30Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode1Errors Error
HiddenField946Errors Error
IllegalInstantiation0Errors Error
InnerAssignment22Errors Error
MagicNumber1456Errors Error
MissingSwitchDefault2Errors Error
RedundantThrows39Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn1Errors Error
DesignForExtension2603Errors Error
FinalClass8Errors Error
HideUtilityClassConstructor6Errors Error
InterfaceIsType0Errors Error
VisibilityModifier866Errors Error
ArrayTypeStyle5Errors Error
FinalParameters2638Errors Error
TodoComment73Errors Error
UpperEll0Errors Error

Details

cz/cuni/amis/pogamut/udk/agent/module/logic/AsyncUDKBotLogic.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsUnused import - cz.cuni.amis.pogamut.base.agent.module.LogicModule.8
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.worldview.IWorldView.9
ErrorsLine is longer than 80 characters.10
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.worldview.object.WorldObjectFuture.10
ErrorsLine is longer than 80 characters.13
ErrorsUnused import - cz.cuni.amis.pogamut.base.component.exception.ComponentCantStartException.13
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.gbinfomessages.Self.15
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine has trailing spaces.20
ErrorsLine contains a tab character.27
ErrorsMissing a Javadoc comment.27
ErrorsLine contains a tab character.28
ErrorsParameter agent should be final.28
ErrorsParameter logic should be final.28
ErrorsLine is longer than 80 characters.29
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
ErrorsMissing a Javadoc comment.32
ErrorsParameter agent should be final.32
ErrorsParameter logic should be final.32
ErrorsParameter log should be final.32
ErrorsLine is longer than 80 characters.33
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine is longer than 80 characters.36
ErrorsLine contains a tab character.36
ErrorsMissing a Javadoc comment.36
ErrorsParameter agent should be final.36
ErrorsParameter logic should be final.36
ErrorsParameter log should be final.36
ErrorsParameter dependencies should be final.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine has trailing spaces.40
ErrorsLine contains a tab character.40

cz/cuni/amis/pogamut/udk/agent/module/logic/SyncUDKBotLogic.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.19
ErrorsMissing a Javadoc comment.19
ErrorsLine contains a tab character.21
ErrorsMissing a Javadoc comment.21
ErrorsLine is longer than 80 characters.22
ErrorsLine contains a tab character.22
ErrorsMissing a Javadoc comment.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.23
ErrorsLine has trailing spaces.24
ErrorsLine is longer than 80 characters.24
ErrorsLine contains a tab character.24
ErrorsMissing a Javadoc comment.24
ErrorsLine contains a tab character.26
ErrorsLine has trailing spaces.27
ErrorsLine contains a tab character.27
ErrorsParameter event should be final.27
ErrorsLine contains a tab character.28
Errors'synchronized' is not followed by whitespace.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 has trailing spaces.33
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsMissing a Javadoc comment.36
ErrorsLine contains a tab character.37
ErrorsParameter agent should be final.37
ErrorsParameter logic should be final.37
ErrorsLine is longer than 80 characters.38
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine has trailing spaces.40
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsMissing a Javadoc comment.41
ErrorsParameter agent should be final.41
ErrorsParameter logic should be final.41
ErrorsParameter log should be final.41
ErrorsLine is longer than 80 characters.42
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
ErrorsMissing a Javadoc comment.45
ErrorsParameter agent should be final.45
ErrorsParameter logic should be final.45
ErrorsParameter log should be final.45
ErrorsParameter dependencies should be final.45
ErrorsLine contains a tab character.46
ErrorsLine is longer than 80 characters.47
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsParameter event should be final.49
ErrorsLine contains a tab character.50
Errors'synchronized' is not followed by whitespace.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
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 has trailing spaces.59
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsMethod 'beforeLogic' is not designed for extension - needs to be abstract, final or empty.60
ErrorsLine contains a tab character.61
ErrorsParameter threadName should be final.61
ErrorsLine contains a tab character.62
Errors'if' construct must use '{}'s.63
ErrorsLine is longer than 80 characters.63
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
Errors'if' construct must use '{}'s.65
ErrorsLine is longer than 80 characters.65
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsMethod 'afterLogic' is not designed for extension - needs to be abstract, final or empty.68
ErrorsLine contains a tab character.69
ErrorsParameter threadName should be final.69
ErrorsLine contains a tab character.70
Errors'if' construct must use '{}'s.71
ErrorsLine is longer than 80 characters.71
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
Errors'if' construct must use '{}'s.73
ErrorsLine is longer than 80 characters.73
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.75
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsMethod 'afterLogicException' is not designed for extension - needs to be abstract, final or empty.76
ErrorsLine contains a tab character.77
ErrorsParameter threadName should be final.77
ErrorsParameter e should be final.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
Errors'if' construct must use '{}'s.80
ErrorsLine is longer than 80 characters.80
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
Errors'if' construct must use '{}'s.82
ErrorsLine is longer than 80 characters.82
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine has trailing spaces.85
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsMethod 'shouldExecuteLogic' is not designed for extension - needs to be abstract, final or empty.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
Errors'synchronized' is not followed by whitespace.88
ErrorsLine contains a tab character.89
Errors'if' construct must use '{}'s.90
ErrorsLine is longer than 80 characters.90
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine has trailing spaces.97
ErrorsLine contains a tab character.97

cz/cuni/amis/pogamut/udk/agent/module/logic/UDKBotLogic.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.21
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.24
ErrorsMissing a Javadoc comment.28
ErrorsLine contains a tab character.30
ErrorsMissing a Javadoc comment.30
ErrorsLine contains a tab character.31
ErrorsMissing a Javadoc comment.31
ErrorsLine contains a tab character.32
ErrorsMissing a Javadoc comment.32
ErrorsLine contains a tab character.33
ErrorsMissing a Javadoc comment.33
ErrorsLine contains a tab character.34
ErrorsMissing a Javadoc comment.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsMissing a Javadoc comment.36
ErrorsLine contains a tab character.37
ErrorsParameter agent should be final.37
ErrorsParameter logic should be final.37
ErrorsLine is longer than 80 characters.38
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine has trailing spaces.40
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsMissing a Javadoc comment.41
ErrorsParameter agent should be final.41
ErrorsParameter logic should be final.41
ErrorsParameter log should be final.41
ErrorsLine is longer than 80 characters.42
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
ErrorsMissing a Javadoc comment.45
ErrorsParameter agent should be final.45
ErrorsParameter logic should be final.45
ErrorsParameter log should be final.45
ErrorsParameter dependencies should be final.45
ErrorsLine contains a tab character.46
ErrorsLine is longer than 80 characters.47
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsParameter event should be final.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 contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsParameter event should be final.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine is longer than 80 characters.59
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine is longer than 80 characters.61
ErrorsLine contains a tab character.61
ErrorsParameter event should be final.61
ErrorsLine is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsLine is longer than 80 characters.63
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 is longer than 80 characters.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsParameter event should be final.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.74
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsMethod 'logicLatch' is not designed for extension - needs to be abstract, final or empty.75
ErrorsLine contains a tab character.76
ErrorsParameter threadName should be final.76
ErrorsLine contains a tab character.77
Errors'if' construct must use '{}'s.78
ErrorsLine is longer than 80 characters.78
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
Errors'60' is a magic number.79
ErrorsLine is longer than 80 characters.80
ErrorsLine contains a tab character.80
ErrorsLine has trailing spaces.81
ErrorsLine contains a tab character.81
Errors'if' construct must use '{}'s.82
ErrorsLine is longer than 80 characters.82
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine has trailing spaces.84
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsMethod 'start' is not designed for extension - needs to be abstract, final or empty.85
ErrorsLine contains a tab character.86
ErrorsParameter startPaused should be final.86
ErrorsRedundant throws: 'AgentException' is unchecked exception.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine has trailing spaces.90
ErrorsLine is longer than 80 characters.90
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91

cz/cuni/amis/pogamut/udk/agent/module/sensomotoric/AgentConfig.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsUnused import - cz.cuni.amis.pogamut.udk.bot.IUDKBotController.10
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.gbcommands.Pick.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.20
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.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
ErrorsExpected an @return tag.30
ErrorsLine contains a tab character.30
ErrorsMethod 'isManualSpawn' is not designed for extension - needs to be abstract, final or empty.30
Errors'if' construct must use '{}'s.31
ErrorsLine contains a tab character.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
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine is longer than 80 characters.39
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsMethod 'setManualSpawn' is not designed for extension - needs to be abstract, final or empty.42
ErrorsParameter state should be final.42
ErrorsExpected @param tag for 'state'.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.46
ErrorsLine is longer than 80 characters.47
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsExpected an @return tag.50
ErrorsLine contains a tab character.50
ErrorsMethod 'isAutoTrace' is not designed for extension - needs to be abstract, final or empty.50
Errors'if' construct must use '{}'s.51
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.54
ErrorsLine contains a tab character.54
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.58
ErrorsMethod 'setAutoTrace' is not designed for extension - needs to be abstract, final or empty.58
ErrorsParameter state should be final.58
ErrorsExpected @param tag for 'state'.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsExpected an @return tag.65
ErrorsLine contains a tab character.65
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.65
Errors'if' construct must use '{}'s.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.73
ErrorsMethod 'setName' is not designed for extension - needs to be abstract, final or empty.73
ErrorsParameter newName should be final.73
ErrorsExpected @param tag for 'newName'.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.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 contains a tab character.81
ErrorsExpected an @return tag.82
ErrorsLine contains a tab character.82
ErrorsMethod 'getSpeedMultiplier' is not designed for extension - needs to be abstract, final or empty.82
Errors'if' construct must use '{}'s.83
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine has trailing spaces.86
ErrorsLine contains a tab character.86
ErrorsLine has trailing spaces.87
ErrorsLine contains a tab character.87
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.90
ErrorsMethod 'setSpeedMultiplier' is not designed for extension - needs to be abstract, final or empty.90
ErrorsParameter value should be final.90
ErrorsExpected @param tag for 'value'.90
Errors'if' construct must use '{}'s.91
ErrorsLine contains a tab character.91
Errors'0.1' is a magic number.91
Errors'0.1' is a magic number.91
Errors'if' construct must use '{}'s.92
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsExpected an @return tag.99
ErrorsLine contains a tab character.99
ErrorsMethod 'isInvulnerable' is not designed for extension - needs to be abstract, final or empty.99
Errors'if' construct must use '{}'s.100
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine has trailing spaces.103
ErrorsLine contains a tab character.103
ErrorsLine has trailing spaces.104
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.109
ErrorsMethod 'setInvulnerability' is not designed for extension - needs to be abstract, final or empty.109
ErrorsParameter state should be final.109
ErrorsExpected @param tag for 'state'.109
ErrorsLine contains a tab character.110
ErrorsLine has trailing spaces.111
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsExpected an @return tag.117
ErrorsLine contains a tab character.117
ErrorsMethod 'getVisionTime' is not designed for extension - needs to be abstract, final or empty.117
Errors'if' construct must use '{}'s.118
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine has trailing spaces.121
ErrorsLine contains a tab character.121
ErrorsLine has trailing spaces.122
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsMethod 'setVisionTime' is not designed for extension - needs to be abstract, final or empty.126
ErrorsParameter value should be final.126
ErrorsExpected @param tag for 'value'.126
Errors'if' construct must use '{}'s.127
ErrorsLine contains a tab character.127
Errors'0.1' is a magic number.127
Errors'0.1' is a magic number.127
Errors'if' construct must use '{}'s.128
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.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
ErrorsExpected an @return tag.136
ErrorsLine contains a tab character.136
ErrorsMethod 'isShowDebug' is not designed for extension - needs to be abstract, final or empty.136
Errors'if' construct must use '{}'s.137
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsLine has trailing spaces.140
ErrorsLine contains a tab character.140
ErrorsLine has trailing spaces.141
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsMethod 'setShowDebug' is not designed for extension - needs to be abstract, final or empty.145
ErrorsParameter state should be final.145
ErrorsExpected @param tag for 'state'.145
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.149
ErrorsLine is longer than 80 characters.150
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsExpected an @return tag.153
ErrorsLine contains a tab character.153
ErrorsMethod 'isShowFocalPoint' is not designed for extension - needs to be abstract, final or empty.153
Errors'if' construct must use '{}'s.154
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsLine has trailing spaces.157
ErrorsLine contains a tab character.157
ErrorsLine has trailing spaces.158
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
ErrorsMethod 'setShowFocalPoint' is not designed for extension - needs to be abstract, final or empty.162
ErrorsParameter state should be final.162
ErrorsExpected @param tag for 'state'.162
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
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
ErrorsExpected an @return tag.170
ErrorsLine contains a tab character.170
ErrorsMethod 'isDrawTraceLines' is not designed for extension - needs to be abstract, final or empty.170
Errors'if' construct must use '{}'s.171
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsLine contains a tab character.173
ErrorsLine has trailing spaces.174
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
ErrorsMethod 'setDrawTraceLines' is not designed for extension - needs to be abstract, final or empty.179
ErrorsParameter state should be final.179
ErrorsExpected @param tag for 'state'.179
ErrorsLine contains a tab character.180
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.183
ErrorsLine is longer than 80 characters.184
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
ErrorsExpected an @return tag.187
ErrorsLine contains a tab character.187
ErrorsMethod 'isSynchronousBatchExported' is not designed for extension - needs to be abstract, final or empty.187
Errors'if' construct must use '{}'s.188
ErrorsLine has trailing spaces.188
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.189
ErrorsLine contains a tab character.190
ErrorsLine has trailing spaces.191
ErrorsLine contains a tab character.191
ErrorsLine has trailing spaces.192
ErrorsLine contains a tab character.192
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.196
ErrorsMethod 'setSynchronousBatchExport' is not designed for extension - needs to be abstract, final or empty.196
ErrorsParameter state should be final.196
ErrorsExpected @param tag for 'state'.196
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.198
ErrorsLine contains a tab character.200
ErrorsLine is longer than 80 characters.201
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.203
ErrorsExpected an @return tag.204
ErrorsLine contains a tab character.204
ErrorsMethod 'isAutoPickup' is not designed for extension - needs to be abstract, final or empty.204
Errors'if' construct must use '{}'s.205
ErrorsLine has trailing spaces.205
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.206
ErrorsLine contains a tab character.207
ErrorsLine has trailing spaces.208
ErrorsLine contains a tab character.208
ErrorsLine has trailing spaces.209
ErrorsLine contains a tab character.209
ErrorsLine has trailing spaces.210
ErrorsLine is longer than 80 characters.211
ErrorsLine contains a tab character.211
ErrorsLine contains a tab character.213
ErrorsMethod 'setAutoPickup' is not designed for extension - needs to be abstract, final or empty.213
ErrorsParameter state should be final.213
ErrorsExpected @param tag for 'state'.213
ErrorsLine contains a tab character.214
ErrorsLine contains a tab character.215
ErrorsLine has trailing spaces.216
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.217
ErrorsLine is longer than 80 characters.218
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.220
ErrorsExpected an @return tag.221
ErrorsLine contains a tab character.221
ErrorsMethod 'getRotationSpeed' is not designed for extension - needs to be abstract, final or empty.221
Errors'if' construct must use '{}'s.222
ErrorsLine contains a tab character.222
ErrorsLine contains a tab character.223
ErrorsLine contains a tab character.224
ErrorsLine has trailing spaces.225
ErrorsLine contains a tab character.225
ErrorsLine contains a tab character.226
ErrorsLine is longer than 80 characters.227
ErrorsLine contains a tab character.227
ErrorsLine contains a tab character.228
ErrorsLine contains a tab character.229
ErrorsLine contains a tab character.230
ErrorsMethod 'setRotationHorizontalSpeed' is not designed for extension - needs to be abstract, final or empty.230
ErrorsParameter speed should be final.230
ErrorsLine contains a tab character.231
Errors'if' construct must use '{}'s.232
ErrorsLine contains a tab character.232
ErrorsLine contains a tab character.233
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235
ErrorsLine has trailing spaces.236
ErrorsLine contains a tab character.236
ErrorsLine contains a tab character.237
ErrorsLine is longer than 80 characters.238
ErrorsLine contains a tab character.238
ErrorsLine contains a tab character.239
ErrorsLine contains a tab character.240
ErrorsLine contains a tab character.241
ErrorsMethod 'setRotationVerticalSpeed' is not designed for extension - needs to be abstract, final or empty.241
ErrorsParameter speed should be final.241
ErrorsLine contains a tab character.242
Errors'if' construct must use '{}'s.243
ErrorsLine contains a tab character.243
ErrorsLine contains a tab character.244
ErrorsLine contains a tab character.245
ErrorsLine contains a tab character.246
ErrorsLine has trailing spaces.247
ErrorsLine contains a tab character.247
ErrorsLine contains a tab character.248
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.250
ErrorsLine contains a tab character.251
ErrorsLine contains a tab character.252
ErrorsMethod 'setRotationSpeed' is not designed for extension - needs to be abstract, final or empty.252
ErrorsParameter rotationSpeeds should be final.252
ErrorsLine is longer than 80 characters.253
ErrorsLine contains a tab character.253
ErrorsLine contains a tab character.254
ErrorsLine has trailing spaces.255
ErrorsLine contains a tab character.255
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
ErrorsMethod 'getConfig' is not designed for extension - needs to be abstract, final or empty.260
ErrorsLine contains a tab character.261
ErrorsLine contains a tab character.262
ErrorsLine has trailing spaces.263
ErrorsLine contains a tab character.263
ErrorsLine is longer than 80 characters.264
ErrorsLine contains a tab character.264
ErrorsLine has trailing spaces.265
ErrorsLine contains a tab character.265
ErrorsLine contains a tab character.266
ErrorsLine contains a tab character.267
ErrorsLine contains a tab character.268
ErrorsLine is longer than 80 characters.269
ErrorsLine contains a tab character.269
ErrorsLine contains a tab character.270
ErrorsLine contains a tab character.271
ErrorsMissing a Javadoc comment.271
ErrorsLine contains a tab character.273
ErrorsLine contains a tab character.274
ErrorsLine contains a tab character.275
ErrorsLine contains a tab character.276
ErrorsLine contains a tab character.277
ErrorsParameter worldView should be final.277
Errors'worldView' hides a field.277
ErrorsLine contains a tab character.278
Errors'{' should be on the previous line.278
ErrorsLine is longer than 80 characters.279
ErrorsLine contains a tab character.279
ErrorsLine contains a tab character.280
ErrorsLine contains a tab character.281
ErrorsLine contains a tab character.283
ErrorsLine contains a tab character.284
ErrorsParameter event should be final.284
ErrorsLine has trailing spaces.285
ErrorsLine contains a tab character.285
ErrorsLine contains a tab character.286
ErrorsLine contains a tab character.287
ErrorsFirst sentence should end with a period.289
ErrorsLine contains a tab character.289
ErrorsLine contains a tab character.290
ErrorsLine has trailing spaces.291
ErrorsLine contains a tab character.291
ErrorsLine contains a tab character.292
ErrorsMissing a Javadoc comment.292
ErrorsLine contains a tab character.294
ErrorsMissing a Javadoc comment.294
ErrorsLine is longer than 80 characters.297
ErrorsLine contains a tab character.297
ErrorsLine has trailing spaces.298
ErrorsLine contains a tab character.298
ErrorsLine contains a tab character.299
ErrorsLine is longer than 80 characters.300
ErrorsLine contains a tab character.300
ErrorsLine contains a tab character.301
ErrorsLine contains a tab character.302
ErrorsLine contains a tab character.303
ErrorsMethod 'start' is not designed for extension - needs to be abstract, final or empty.303
ErrorsLine contains a tab character.304
ErrorsParameter startPaused should be final.304
ErrorsExpected @param tag for 'startPaused'.304
ErrorsLine contains a tab character.305
ErrorsLine contains a tab character.306
ErrorsLine contains a tab character.307
ErrorsLine has trailing spaces.308
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
ErrorsParameter bot should be final.313
Errors'bot' hides a field.313
ErrorsLine has trailing spaces.314
ErrorsLine contains a tab character.314
ErrorsLine contains a tab character.315
ErrorsLine contains a tab character.317
ErrorsLine contains a tab character.318
ErrorsLine contains a tab character.319
ErrorsLine contains a tab character.320
ErrorsLine contains a tab character.321
ErrorsLine contains a tab character.322
ErrorsParameter bot should be final.322
Errors'bot' hides a field.322
ErrorsParameter moduleLog should be final.322
ErrorsLine contains a tab character.323
ErrorsLine contains a tab character.324
ErrorsLine is longer than 80 characters.325
ErrorsLine contains a tab character.325
ErrorsLine has trailing spaces.326
ErrorsLine contains a tab character.326
ErrorsLine has trailing spaces.327
ErrorsLine contains a tab character.327

cz/cuni/amis/pogamut/udk/agent/module/sensomotoric/Raycasting.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.13
ErrorsUnused import - cz.cuni.amis.pogamut.udk.bot.IUDKBotController.14
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.25
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.32
ErrorsMissing a Javadoc comment.32
ErrorsVariable 'rayFutures' must be private and have accessor methods.32
ErrorsMissing a Javadoc comment.33
ErrorsVariable 'idSuffix' must be private and have accessor methods.33
ErrorsMissing a Javadoc comment.34
ErrorsVariable 'counter' must be private and have accessor methods.34
ErrorsMissing a Javadoc comment.35
ErrorsVariable 'alreadyInitialized' must be private and have accessor methods.35
ErrorsMissing a Javadoc comment.36
ErrorsVariable 'allRaysInitialized' must be private and have accessor methods.36
ErrorsMissing a Javadoc comment.37
ErrorsVariable 'listening' must be private and have accessor methods.37
ErrorsMethod 'getAllRaysInitialized' is not designed for extension - needs to be abstract, final or empty.39
ErrorsMissing a Javadoc comment.39
ErrorsMissing a Javadoc comment.43
ErrorsParameter bot should be final.43
ErrorsLine has trailing spaces.46
ErrorsMissing a Javadoc comment.47
ErrorsParameter bot should be final.47
ErrorsParameter log should be final.47
ErrorsLine has trailing spaces.51
ErrorsLine is longer than 80 characters.53
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsMethod 'start' is not designed for extension - needs to be abstract, final or empty.56
ErrorsParameter startPaused should be final.57
ErrorsExpected @param tag for 'startPaused'.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.61
ErrorsLine is longer than 80 characters.63
ErrorsLine is longer than 80 characters.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsMethod 'clear' is not designed for extension - needs to be abstract, final or empty.81
ErrorsExpected @throws tag for 'CommunicationException'.81
ErrorsRedundant throws: 'CommunicationException' is unchecked exception.81
ErrorsMethod 'endRayInitSequence' is not designed for extension - needs to be abstract, final or empty.90
ErrorsLine has trailing spaces.100
ErrorsLine has trailing spaces.105
ErrorsLine has trailing spaces.108
ErrorsLine has trailing spaces.113
ErrorsLine is longer than 80 characters.115
ErrorsLine has trailing spaces.116
ErrorsLine contains a tab character.116
ErrorsLine has trailing spaces.120
ErrorsLine contains a tab character.120
ErrorsExpected an @return tag.123
ErrorsMethod 'createRay' is not designed for extension - needs to be abstract, final or empty.123
ErrorsLine is longer than 80 characters.124
ErrorsParameter Id should be final.124
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.124
ErrorsParameter Direction should be final.124
ErrorsName 'Direction' must match pattern '^[a-z][a-zA-Z0-9]*$'.124
ErrorsParameter Length should be final.124
ErrorsName 'Length' must match pattern '^[a-z][a-zA-Z0-9]*$'.124
ErrorsParameter FastTrace should be final.124
ErrorsName 'FastTrace' must match pattern '^[a-z][a-zA-Z0-9]*$'.124
ErrorsParameter FloorCorrection should be final.124
ErrorsName 'FloorCorrection' must match pattern '^[a-z][a-zA-Z0-9]*$'.124
ErrorsParameter TraceActors should be final.124
ErrorsName 'TraceActors' must match pattern '^[a-z][a-zA-Z0-9]*$'.124
ErrorsExpected @throws tag for 'CommunicationException'.124
ErrorsRedundant throws: 'CommunicationException' is unchecked exception.124
ErrorsLine is longer than 80 characters.125
ErrorsLine is longer than 80 characters.128
ErrorsParameter obj should be final.131
ErrorsLine has trailing spaces.144
ErrorsLine is longer than 80 characters.144
ErrorsLine is longer than 80 characters.145
ErrorsLine is longer than 80 characters.146
ErrorsLine has trailing spaces.147
ErrorsLine has trailing spaces.152
ErrorsLine contains a tab character.152
ErrorsLine has trailing spaces.155
ErrorsLine has trailing spaces.160
ErrorsLine is longer than 80 characters.162
ErrorsLine has trailing spaces.163
ErrorsLine has trailing spaces.167
ErrorsLine contains a tab character.167
ErrorsLine is longer than 80 characters.168
ErrorsLine is longer than 80 characters.169
ErrorsMethod 'createRay' is not designed for extension - needs to be abstract, final or empty.171
ErrorsLine is longer than 80 characters.172
ErrorsParameter Direction should be final.172
ErrorsName 'Direction' must match pattern '^[a-z][a-zA-Z0-9]*$'.172
ErrorsParameter Length should be final.172
ErrorsName 'Length' must match pattern '^[a-z][a-zA-Z0-9]*$'.172
ErrorsParameter FastTrace should be final.172
ErrorsName 'FastTrace' must match pattern '^[a-z][a-zA-Z0-9]*$'.172
ErrorsParameter FloorCorrection should be final.172
ErrorsName 'FloorCorrection' must match pattern '^[a-z][a-zA-Z0-9]*$'.172
ErrorsParameter TraceActors should be final.172
ErrorsName 'TraceActors' must match pattern '^[a-z][a-zA-Z0-9]*$'.172
ErrorsExpected @throws tag for 'CommunicationException'.172
ErrorsRedundant throws: 'CommunicationException' is unchecked exception.172
ErrorsLine is longer than 80 characters.174
ErrorsLine is longer than 80 characters.178
ErrorsLine is longer than 80 characters.181
ErrorsLine has trailing spaces.183
ErrorsExpected an @return tag.187
ErrorsMethod 'getRay' is not designed for extension - needs to be abstract, final or empty.187
ErrorsParameter rayID should be final.187
ErrorsExpected @param tag for 'rayID'.187
ErrorsLine contains a tab character.189
Errors'if' construct must use '{}'s.190
ErrorsLine contains a tab character.190
Errors'if' construct must use '{}'s.191
ErrorsLine contains a tab character.191
Errors'else' construct must use '{}'s.192
ErrorsLine contains a tab character.192
Errors'if' construct must use '{}'s.194
ErrorsLine is longer than 80 characters.200
ErrorsMethod 'checkIfAllInited' is not designed for extension - needs to be abstract, final or empty.202
ErrorsLine has trailing spaces.207
ErrorsLine has trailing spaces.208

cz/cuni/amis/pogamut/udk/agent/module/sensomotoric/Requests.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.7
ErrorsUnused import - cz.cuni.amis.pogamut.udk.bot.IUDKBotController.8
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
Errors'{' should be on the previous line.24
ErrorsLine contains a tab character.25
ErrorsLine is longer than 80 characters.26
ErrorsLine contains a tab character.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
ErrorsMethod 'ping' 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
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 contains a tab character.37
ErrorsExpected an @return tag.38
ErrorsLine contains a tab character.38
ErrorsMethod 'getLastPong' is not designed for extension - needs to be abstract, final or empty.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine has trailing spaces.42
ErrorsLine contains a tab character.42
ErrorsLine is longer than 80 characters.43
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
Errors'{' should be on the previous line.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsParameter event should be final.51
ErrorsLine contains a tab character.52
Errors'{' should be on the previous line.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsParameter worldView should be final.60
ErrorsLine contains a tab character.61
Errors'{' should be on the previous line.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsFirst sentence should end with a period.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsVariable 'pongListener' must be private and have accessor methods.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsMissing a Javadoc comment.69
ErrorsVariable 'lastPong' must be private and have accessor methods.69
Errors'cast' is not followed by whitespace.69
ErrorsLine is longer than 80 characters.71
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsParameter bot should be final.78
ErrorsLine contains a tab character.79
Errors'{' should be on the previous line.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine has trailing spaces.82
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine is longer than 80 characters.86
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsParameter bot should be final.88
ErrorsParameter log should be final.88
ErrorsLine contains a tab character.89
Errors'{' should be on the previous line.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine is longer than 80 characters.97
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsMethod 'start' is not designed for extension - needs to be abstract, final or empty.100
ErrorsLine contains a tab character.101
ErrorsParameter startPaused should be final.101
ErrorsExpected @param tag for 'startPaused'.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
Errors'cast' is not followed by whitespace.103
ErrorsLine contains a tab character.104

cz/cuni/amis/pogamut/udk/agent/module/sensomotoric/Weapon.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.gbcommands.ChangeWeapon.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.20
ErrorsMissing a Javadoc comment.20
ErrorsVariable 'weaponType' must be private and have accessor methods.20
ErrorsLine contains a tab character.21
ErrorsMissing a Javadoc comment.21
ErrorsVariable 'primaryAmmo' must be private and have accessor methods.21
ErrorsLine contains a tab character.22
ErrorsMissing a Javadoc comment.22
ErrorsVariable 'secondaryAmmo' must be private and have accessor methods.22
ErrorsLine contains a tab character.23
ErrorsMissing a Javadoc comment.23
ErrorsVariable 'inventoryId' must be private and have accessor methods.23
ErrorsLine contains a tab character.24
ErrorsMissing a Javadoc comment.24
ErrorsVariable 'descriptor' must be private and have accessor methods.24
ErrorsLine has trailing spaces.25
ErrorsLine contains a tab character.25
ErrorsLine is longer than 80 characters.26
ErrorsLine contains a tab character.26
ErrorsMissing a Javadoc comment.26
ErrorsParameter weaponGained should be final.26
ErrorsParameter primaryAmmo should be final.26
Errors'primaryAmmo' hides a field.26
ErrorsParameter secondaryAmmo should be final.26
Errors'secondaryAmmo' hides a field.26
ErrorsLine is longer than 80 characters.27
ErrorsLine contains a tab character.27
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 is longer than 80 characters.32
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 has trailing spaces.36
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsExpected an @return tag.41
ErrorsLine contains a tab character.41
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.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 contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsExpected an @return tag.49
ErrorsLine contains a tab character.49
ErrorsMethod 'getGroup' is not designed for extension - needs to be abstract, final or empty.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsExpected an @return tag.57
ErrorsLine contains a tab character.57
ErrorsMethod 'getPrimaryAmmo' is not designed for extension - needs to be abstract, final or empty.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsExpected an @return tag.65
ErrorsLine contains a tab character.65
ErrorsMethod 'getSecondaryAmmo' is not designed for extension - needs to be abstract, final or empty.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 is longer than 80 characters.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.74
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsExpected an @return tag.77
ErrorsLine contains a tab character.77
ErrorsMethod 'getInventoryId' is not designed for extension - needs to be abstract, final or empty.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.81
ErrorsLine is longer than 80 characters.82
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsExpected an @return tag.84
ErrorsLine contains a tab character.84
ErrorsMethod 'getDescriptor' is not designed for extension - needs to be abstract, final or empty.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine has trailing spaces.87
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine is longer than 80 characters.89
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine has trailing spaces.96
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsExpected an @return tag.101
ErrorsMethod 'hasSecondaryAmmoType' is not designed for extension - needs to be abstract, final or empty.101
ErrorsLine has trailing spaces.102
ErrorsLine is longer than 80 characters.102
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.105
ErrorsLine is longer than 80 characters.106
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsExpected an @return tag.109
ErrorsLine contains a tab character.109
ErrorsMethod 'getAmmo' is not designed for extension - needs to be abstract, final or empty.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine has trailing spaces.112
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine is longer than 80 characters.116
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine is longer than 80 characters.118
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120

cz/cuni/amis/pogamut/udk/agent/module/sensomotoric/Weaponry.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.22
ErrorsLine is longer than 80 characters.24
ErrorsLine is longer than 80 characters.27
ErrorsLine is longer than 80 characters.28
ErrorsLine is longer than 80 characters.29
ErrorsLine is longer than 80 characters.30
ErrorsLine is longer than 80 characters.38
ErrorsLine is longer than 80 characters.39
ErrorsLine is longer than 80 characters.41
ErrorsLine is longer than 80 characters.43
ErrorsLine is longer than 80 characters.44
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 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 is longer than 80 characters.59
ErrorsLine contains a tab character.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
ErrorsMethod 'getDescriptorForId' is not designed for extension - needs to be abstract, final or empty.65
ErrorsParameter inventoryWeaponId should be final.65
ErrorsExpected @param tag for 'inventoryWeaponId'.65
ErrorsLine is longer than 80 characters.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
Errors'if' construct must use '{}'s.68
ErrorsLine is longer than 80 characters.68
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.73
ErrorsLine is longer than 80 characters.74
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine is longer than 80 characters.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.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 contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsExpected an @return tag.85
ErrorsLine contains a tab character.85
ErrorsMethod 'getItemTypeForId' is not designed for extension - needs to be abstract, final or empty.85
ErrorsParameter inventoryWeaponId should be final.85
ErrorsExpected @param tag for 'inventoryWeaponId'.85
ErrorsLine is longer than 80 characters.86
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
Errors'if' construct must use '{}'s.88
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.88
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 contains a tab character.94
ErrorsLine is longer than 80 characters.95
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine is longer than 80 characters.98
ErrorsLine contains a tab character.98
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 contains a tab character.102
ErrorsLine is longer than 80 characters.103
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine is longer than 80 characters.106
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsMethod 'getWeaponInventoryId' is not designed for extension - needs to be abstract, final or empty.108
ErrorsParameter weaponType should be final.108
ErrorsExpected @param tag for 'weaponType'.108
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.112
ErrorsLine is longer than 80 characters.113
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine is longer than 80 characters.116
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine is longer than 80 characters.119
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine is longer than 80 characters.121
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine is longer than 80 characters.124
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine is longer than 80 characters.126
ErrorsLine contains a tab character.126
ErrorsMethod 'getWeaponInventoryId' is not designed for extension - needs to be abstract, final or empty.126
ErrorsParameter weaponDescriptor should be final.126
ErrorsExpected @param tag for 'weaponDescriptor'.126
Errors'if' construct must use '{}'s.127
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
Errors'if' construct must use '{}'s.129
ErrorsLine is longer than 80 characters.129
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine is longer than 80 characters.132
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.135
ErrorsLine is longer than 80 characters.136
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine is longer than 80 characters.139
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsMethod 'changeWeapon' is not designed for extension - needs to be abstract, final or empty.141
ErrorsParameter weaponType should be final.141
ErrorsExpected @param tag for 'weaponType'.141
Errors'if' construct must use '{}'s.142
ErrorsLine contains a tab character.142
Errors'if' construct must use '{}'s.143
ErrorsLine is longer than 80 characters.143
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.148
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.152
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsMethod 'changeWeapon' is not designed for extension - needs to be abstract, final or empty.154
ErrorsParameter weapon should be final.154
ErrorsExpected @param tag for 'weapon'.154
Errors'if' construct must use '{}'s.155
ErrorsLine contains a tab character.155
Errors'if' construct must use '{}'s.156
ErrorsLine contains a tab character.156
Errors'if' construct must use '{}'s.157
ErrorsLine contains a tab character.157
Errors'if' construct must use '{}'s.158
ErrorsLine is longer than 80 characters.158
ErrorsLine contains a tab character.158
ErrorsLine is longer than 80 characters.159
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.163
ErrorsLine is longer than 80 characters.164
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsLine is longer than 80 characters.168
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.175
ErrorsMethod 'getAmmo' is not designed for extension - needs to be abstract, final or empty.175
ErrorsParameter ammoOrWeaponType should be final.175
ErrorsExpected @param tag for 'ammoOrWeaponType'.175
Errors'if' construct must use '{}'s.176
ErrorsLine contains a tab character.176
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.179
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.180
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.182
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.190
ErrorsLine is longer than 80 characters.191
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.198
ErrorsMethod 'getPrimaryWeaponAmmo' is not designed for extension - needs to be abstract, final or empty.198
ErrorsParameter weaponType should be final.198
ErrorsExpected @param tag for 'weaponType'.198
Errors'if' construct must use '{}'s.199
ErrorsLine contains a tab character.199
Errors'if' construct must use '{}'s.200
ErrorsLine is longer than 80 characters.200
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.204
ErrorsLine is longer than 80 characters.205
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.206
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.209
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.211
ErrorsLine contains a tab character.212
ErrorsMethod 'getSecondaryWeaponAmmo' is not designed for extension - needs to be abstract, final or empty.212
ErrorsParameter weaponType should be final.212
ErrorsExpected @param tag for 'weaponType'.212
Errors'if' construct must use '{}'s.213
ErrorsLine contains a tab character.213
Errors'if' construct must use '{}'s.214
ErrorsLine is longer than 80 characters.214
ErrorsLine contains a tab character.214
ErrorsLine contains a tab character.215
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.218
ErrorsLine is longer than 80 characters.219
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.220
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
ErrorsLine contains a tab character.223
ErrorsLine contains a tab character.224
ErrorsLine contains a tab character.225
ErrorsLine contains a tab character.226
ErrorsMethod 'getWeaponAmmo' is not designed for extension - needs to be abstract, final or empty.226
ErrorsParameter weaponType should be final.226
ErrorsExpected @param tag for 'weaponType'.226
Errors'if' construct must use '{}'s.227
ErrorsLine contains a tab character.227
Errors'if' construct must use '{}'s.228
ErrorsLine is longer than 80 characters.228
ErrorsLine contains a tab character.228
ErrorsLine contains a tab character.229
ErrorsLine contains a tab character.230
ErrorsLine contains a tab character.232
ErrorsLine is longer than 80 characters.233
ErrorsLine contains a tab character.233
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235
ErrorsLine contains a tab character.236
ErrorsLine contains a tab character.237
ErrorsLine contains a tab character.238
ErrorsLine contains a tab character.239
ErrorsLine contains a tab character.240
ErrorsExpected an @return tag.241
ErrorsLine is longer than 80 characters.241
ErrorsLine contains a tab character.241
ErrorsMethod 'hasLowAmmoForWeapon' is not designed for extension - needs to be abstract, final or empty.241
ErrorsParameter weaponType should be final.241
ErrorsExpected @param tag for 'weaponType'.241
ErrorsParameter lowRatio should be final.241
ErrorsExpected @param tag for 'lowRatio'.241
ErrorsLine is longer than 80 characters.242
ErrorsLine contains a tab character.242
ErrorsLine contains a tab character.243
ErrorsFirst sentence should end with a period.245
ErrorsLine contains a tab character.245
ErrorsLine contains a tab character.246
ErrorsLine contains a tab character.247
ErrorsLine contains a tab character.248
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.250
ErrorsLine contains a tab character.251
ErrorsLine contains a tab character.252
ErrorsLine contains a tab character.253
ErrorsExpected an @return tag.254
ErrorsLine is longer than 80 characters.254
ErrorsLine contains a tab character.254
ErrorsMethod 'hasSecondaryLowAmmoForWeapon' is not designed for extension - needs to be abstract, final or empty.254
ErrorsParameter weaponType should be final.254
ErrorsExpected @param tag for 'weaponType'.254
ErrorsParameter lowRatio should be final.254
ErrorsExpected @param tag for 'lowRatio'.254
ErrorsLine contains a tab character.255
Errors'ammo' hides a field.255
ErrorsLine contains a tab character.256
ErrorsLine contains a tab character.257
ErrorsLine contains a tab character.258
ErrorsFirst sentence should end with a period.260
ErrorsLine contains a tab character.260
ErrorsLine contains a tab character.261
ErrorsLine contains a tab character.262
ErrorsLine contains a tab character.263
ErrorsLine contains a tab character.264
ErrorsLine contains a tab character.265
ErrorsLine contains a tab character.266
ErrorsLine contains a tab character.267
ErrorsLine contains a tab character.268
ErrorsExpected an @return tag.269
ErrorsLine is longer than 80 characters.269
ErrorsLine contains a tab character.269
ErrorsMethod 'hasPrimaryLowAmmoForWeapon' is not designed for extension - needs to be abstract, final or empty.269
ErrorsParameter weaponType should be final.269
ErrorsExpected @param tag for 'weaponType'.269
ErrorsParameter lowRatio should be final.269
ErrorsExpected @param tag for 'lowRatio'.269
Errors'if' construct must use '{}'s.270
ErrorsLine contains a tab character.270
ErrorsLine contains a tab character.271
Errors'ammo' hides a field.271
ErrorsLine contains a tab character.272
ErrorsLine contains a tab character.273
ErrorsLine contains a tab character.274
ErrorsLine contains a tab character.276
ErrorsLine contains a tab character.277
ErrorsLine contains a tab character.278
ErrorsLine contains a tab character.279
ErrorsLine contains a tab character.280
ErrorsLine contains a tab character.281
ErrorsLine contains a tab character.282
ErrorsLine contains a tab character.283
ErrorsLine contains a tab character.284
ErrorsMethod 'hasAmmo' is not designed for extension - needs to be abstract, final or empty.284
ErrorsParameter ammoType should be final.284
ErrorsExpected @param tag for 'ammoType'.284
Errors'if' construct must use '{}'s.285
ErrorsLine contains a tab character.285
Errors'if' construct must use '{}'s.286
ErrorsLine is longer than 80 characters.286
ErrorsLine contains a tab character.286
ErrorsLine contains a tab character.287
ErrorsLine contains a tab character.288
ErrorsLine contains a tab character.290
ErrorsLine contains a tab character.291
ErrorsLine contains a tab character.292
ErrorsLine contains a tab character.293
ErrorsLine contains a tab character.294
ErrorsLine contains a tab character.295
ErrorsLine contains a tab character.296
ErrorsLine contains a tab character.297
ErrorsLine contains a tab character.298
ErrorsMethod 'hasAmmoForWeapon' is not designed for extension - needs to be abstract, final or empty.298
ErrorsParameter weaponType should be final.298
ErrorsExpected @param tag for 'weaponType'.298
ErrorsLine contains a tab character.299
ErrorsLine contains a tab character.300
ErrorsLine contains a tab character.303
ErrorsLine is longer than 80 characters.304
ErrorsLine contains a tab character.304
ErrorsLine contains a tab character.305
ErrorsLine contains a tab character.306
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
ErrorsMethod 'hasWeaponAmmo' is not designed for extension - needs to be abstract, final or empty.311
ErrorsParameter weaponType should be final.311
ErrorsExpected @param tag for 'weaponType'.311
Errors'if' construct must use '{}'s.312
ErrorsLine contains a tab character.312
Errors'if' construct must use '{}'s.313
ErrorsLine is longer than 80 characters.313
ErrorsLine contains a tab character.313
ErrorsLine contains a tab character.314
ErrorsLine contains a tab character.315
ErrorsLine contains a tab character.317
ErrorsLine contains a tab character.318
ErrorsLine contains a tab character.319
ErrorsLine contains a tab character.320
ErrorsLine contains a tab character.321
ErrorsLine contains a tab character.322
ErrorsLine contains a tab character.323
ErrorsLine contains a tab character.324
ErrorsLine contains a tab character.325
ErrorsMethod 'hasPrimaryWeaponAmmo' is not designed for extension - needs to be abstract, final or empty.325
ErrorsParameter weaponType should be final.325
ErrorsExpected @param tag for 'weaponType'.325
Errors'if' construct must use '{}'s.326
ErrorsLine contains a tab character.326
Errors'if' construct must use '{}'s.327
ErrorsLine is longer than 80 characters.327
ErrorsLine contains a tab character.327
ErrorsLine contains a tab character.328
ErrorsLine contains a tab character.329
ErrorsLine contains a tab character.331
ErrorsLine contains a tab character.332
ErrorsLine contains a tab character.333
ErrorsLine contains a tab character.334
ErrorsLine contains a tab character.335
ErrorsLine contains a tab character.336
ErrorsLine contains a tab character.337
ErrorsLine contains a tab character.338
ErrorsLine contains a tab character.339
ErrorsMethod 'hasSecondaryWeaponAmmo' is not designed for extension - needs to be abstract, final or empty.339
ErrorsParameter weaponType should be final.339
ErrorsExpected @param tag for 'weaponType'.339
Errors'if' construct must use '{}'s.340
ErrorsLine contains a tab character.340
Errors'if' construct must use '{}'s.341
ErrorsLine is longer than 80 characters.341
ErrorsLine contains a tab character.341
ErrorsLine contains a tab character.342
ErrorsLine contains a tab character.343
ErrorsLine contains a tab character.345
ErrorsLine contains a tab character.348
ErrorsMethod 'hasWeapon' is not designed for extension - needs to be abstract, final or empty.353
ErrorsParameter weaponType should be final.353
Errors'if' construct must use '{}'s.354
ErrorsLine contains a tab character.354
Errors'if' construct must use '{}'s.355
ErrorsLine contains a tab character.355
ErrorsLine contains a tab character.356
ErrorsLine is longer than 80 characters.360
ErrorsMethod 'hasWeapon' is not designed for extension - needs to be abstract, final or empty.367
ErrorsParameter weaponGroup should be final.367
Errors'if' construct must use '{}'s.368
ErrorsLine contains a tab character.368
ErrorsLine contains a tab character.369
ErrorsLine is longer than 80 characters.373
ErrorsLine is longer than 80 characters.378
ErrorsMethod 'isLoaded' is not designed for extension - needs to be abstract, final or empty.380
ErrorsParameter weaponType should be final.380
Errors'if' construct must use '{}'s.381
ErrorsLine contains a tab character.381
Errors'if' construct must use '{}'s.382
ErrorsLine contains a tab character.382
ErrorsLine contains a tab character.383
ErrorsLine is longer than 80 characters.387
ErrorsUnused @param tag for 'weaponType'.391
ErrorsLine is longer than 80 characters.392
ErrorsMethod 'isLoaded' is not designed for extension - needs to be abstract, final or empty.394
ErrorsParameter weaponGroup should be final.394
ErrorsExpected @param tag for 'weaponGroup'.394
Errors'if' construct must use '{}'s.395
ErrorsLine contains a tab character.395
ErrorsLine contains a tab character.396
ErrorsExpected an @return tag.407
ErrorsMethod 'hasSecondaryAmmoType' is not designed for extension - needs to be abstract, final or empty.407
ErrorsParameter weaponType should be final.407
ErrorsExpected @param tag for 'weaponType'.407
Errors'if' construct must use '{}'s.408
ErrorsLine contains a tab character.408
Errors'if' construct must use '{}'s.409
ErrorsLine contains a tab character.409
ErrorsLine is longer than 80 characters.410
ErrorsLine contains a tab character.410
ErrorsLine contains a tab character.411
Errors'if' construct must use '{}'s.412
ErrorsLine is longer than 80 characters.412
ErrorsLine contains a tab character.412
ErrorsLine contains a tab character.413
ErrorsLine contains a tab character.414
ErrorsLine is longer than 80 characters.415
ErrorsLine contains a tab character.415
ErrorsLine is longer than 80 characters.419
ErrorsLine is longer than 80 characters.421
ErrorsMethod 'getWeaponDescriptor' is not designed for extension - needs to be abstract, final or empty.426
ErrorsParameter weaponType should be final.426
ErrorsExpected @param tag for 'weaponType'.426
Errors'if' construct must use '{}'s.427
ErrorsLine contains a tab character.427
Errors'if' construct must use '{}'s.428
ErrorsLine contains a tab character.428
ErrorsLine is longer than 80 characters.429
ErrorsLine contains a tab character.429
ErrorsLine contains a tab character.430
Errors'if' construct must use '{}'s.431
ErrorsLine is longer than 80 characters.431
ErrorsLine contains a tab character.431
ErrorsLine contains a tab character.432
ErrorsLine contains a tab character.433
ErrorsMethod 'getCurrentWeapon' is not designed for extension - needs to be abstract, final or empty.445
ErrorsLine contains a tab character.450
ErrorsLine is longer than 80 characters.452
ErrorsLine contains a tab character.452
ErrorsLine contains a tab character.453
Errors'if' construct must use '{}'s.454
ErrorsLine is longer than 80 characters.454
ErrorsLine contains a tab character.454
Errors'if' construct must use '{}'s.455
ErrorsLine is longer than 80 characters.455
ErrorsLine contains a tab character.455
ErrorsLine contains a tab character.456
ErrorsLine contains a tab character.457
ErrorsLine contains a tab character.458
ErrorsLine is longer than 80 characters.462
ErrorsMethod 'getCurrentAmmo' is not designed for extension - needs to be abstract, final or empty.470
Errors'if' construct must use '{}'s.471
ErrorsLine contains a tab character.471
ErrorsLine contains a tab character.472
ErrorsLine contains a tab character.473
ErrorsLine contains a tab character.474
ErrorsLine contains a tab character.475
ErrorsLine contains a tab character.476
ErrorsMethod 'getCurrentPrimaryAmmo' is not designed for extension - needs to be abstract, final or empty.487
ErrorsLine is longer than 80 characters.498
ErrorsMethod 'getCurrentAlternateAmmo' is not designed for extension - needs to be abstract, final or empty.504
ErrorsLine contains a tab character.509
ErrorsLine is longer than 80 characters.511
Errors'if' construct must use '{}'s.513
ErrorsLine is longer than 80 characters.513
ErrorsLine contains a tab character.513
Errors'if' construct must use '{}'s.514
ErrorsLine is longer than 80 characters.514
ErrorsLine contains a tab character.514
ErrorsLine contains a tab character.515
ErrorsLine contains a tab character.518
ErrorsLine contains a tab character.520
ErrorsLine is longer than 80 characters.529
ErrorsMethod 'getWeapons' is not designed for extension - needs to be abstract, final or empty.537
ErrorsLine contains a tab character.538
ErrorsLine is longer than 80 characters.542
ErrorsMethod 'getWeapon' is not designed for extension - needs to be abstract, final or empty.548
ErrorsParameter weaponType should be final.548
ErrorsExpected @param tag for 'weaponType'.548
Errors'if' construct must use '{}'s.549
ErrorsLine contains a tab character.549
Errors'if' construct must use '{}'s.550
ErrorsLine contains a tab character.550
ErrorsLine contains a tab character.551
ErrorsLine is longer than 80 characters.563
ErrorsMethod 'getLoadedWeapons' is not designed for extension - needs to be abstract, final or empty.571
ErrorsLine is longer than 80 characters.580
ErrorsMethod 'getMeleeWeapons' is not designed for extension - needs to be abstract, final or empty.586
ErrorsLine is longer than 80 characters.595
ErrorsMethod 'getRangedWeapons' is not designed for extension - needs to be abstract, final or empty.601
ErrorsLine is longer than 80 characters.610
ErrorsMethod 'getLoadedMeleeWeapons' is not designed for extension - needs to be abstract, final or empty.616
ErrorsLine is longer than 80 characters.625
ErrorsMethod 'getLoadedRangedWeapons' is not designed for extension - needs to be abstract, final or empty.631
ErrorsExpected an @return tag.643
ErrorsMethod 'getAmmos' is not designed for extension - needs to be abstract, final or empty.643
ErrorsLine contains a tab character.644
ErrorsMethod 'hasLoadedWeapon' is not designed for extension - needs to be abstract, final or empty.657
ErrorsMethod 'hasLoadedRangedWeapon' is not designed for extension - needs to be abstract, final or empty.670
ErrorsMethod 'hasLoadedMeleeWeapon' is not designed for extension - needs to be abstract, final or empty.685
ErrorsExpected an @return tag.695
ErrorsLine contains a tab character.695
ErrorsMethod 'hasLoadedWeapon' is not designed for extension - needs to be abstract, final or empty.695
ErrorsParameter weapon should be final.695
ErrorsExpected @param tag for 'weapon'.695
ErrorsLine is longer than 80 characters.696
ErrorsLine contains a tab character.696
ErrorsLine contains a tab character.697
ErrorsExpected an @return tag.704
ErrorsLine contains a tab character.704
ErrorsMethod 'hasPrimaryLoadedWeapon' is not designed for extension - needs to be abstract, final or empty.704
ErrorsParameter weapon should be final.704
ErrorsExpected @param tag for 'weapon'.704
ErrorsLine contains a tab character.705
Errors'if' construct must use '{}'s.706
ErrorsLine contains a tab character.706
ErrorsLine contains a tab character.707
ErrorsLine contains a tab character.708
ErrorsLine contains a tab character.710
ErrorsExpected an @return tag.715
ErrorsLine contains a tab character.715
ErrorsMethod 'hasSecondaryLoadedWeapon' is not designed for extension - needs to be abstract, final or empty.715
ErrorsParameter weapon should be final.715
ErrorsExpected @param tag for 'weapon'.715
ErrorsLine contains a tab character.716
Errors'if' construct must use '{}'s.717
ErrorsLine contains a tab character.717
ErrorsLine contains a tab character.718
ErrorsLine contains a tab character.719
ErrorsLine contains a tab character.721
ErrorsLine is longer than 80 characters.722
ErrorsLine contains a tab character.722
ErrorsLine contains a tab character.723
ErrorsLine contains a tab character.724
ErrorsLine contains a tab character.725
ErrorsLine contains a tab character.726
ErrorsExpected an @return tag.727
ErrorsLine contains a tab character.727
ErrorsMethod 'getWeaponForAmmo' is not designed for extension - needs to be abstract, final or empty.727
ErrorsParameter priOrSecAmmoType should be final.727
ErrorsExpected @param tag for 'priOrSecAmmoType'.727
ErrorsLine contains a tab character.728
ErrorsLine is longer than 80 characters.729
ErrorsLine contains a tab character.729
Errors'cast' is not followed by whitespace.729
Errors'if' construct must use '{}'s.730
ErrorsLine contains a tab character.730
Errors'if' construct must use '{}'s.731
ErrorsLine is longer than 80 characters.731
ErrorsLine contains a tab character.731
Errors'if' construct must use '{}'s.732
ErrorsLine is longer than 80 characters.732
ErrorsLine contains a tab character.732
ErrorsLine contains a tab character.733
ErrorsLine contains a tab character.734
ErrorsLine contains a tab character.735
ErrorsLine contains a tab character.737
ErrorsLine contains a tab character.738
ErrorsLine contains a tab character.739
ErrorsLine contains a tab character.740
ErrorsLine contains a tab character.741
ErrorsExpected an @return tag.742
ErrorsLine contains a tab character.742
ErrorsMethod 'getPrimaryWeaponAmmoType' is not designed for extension - needs to be abstract, final or empty.742
ErrorsParameter weaponType should be final.742
ErrorsExpected @param tag for 'weaponType'.742
ErrorsLine is longer than 80 characters.743
ErrorsLine contains a tab character.743
Errors'cast' is not followed by whitespace.743
Errors'if' construct must use '{}'s.744
ErrorsLine contains a tab character.744
ErrorsLine contains a tab character.745
ErrorsLine contains a tab character.746
ErrorsLine contains a tab character.748
ErrorsLine contains a tab character.749
ErrorsLine contains a tab character.750
ErrorsLine contains a tab character.751
ErrorsLine contains a tab character.752
ErrorsExpected an @return tag.753
ErrorsLine contains a tab character.753
ErrorsMethod 'getSecondaryWeaponAmmoType' is not designed for extension - needs to be abstract, final or empty.753
ErrorsParameter weaponType should be final.753
ErrorsExpected @param tag for 'weaponType'.753
ErrorsLine is longer than 80 characters.754
ErrorsLine contains a tab character.754
Errors'cast' is not followed by whitespace.754
Errors'if' construct must use '{}'s.755
ErrorsLine contains a tab character.755
ErrorsLine contains a tab character.756
ErrorsLine contains a tab character.757
ErrorsLine is longer than 80 characters.763
ErrorsLine is longer than 80 characters.766
ErrorsLine is longer than 80 characters.767
ErrorsLine contains a tab character.771
ErrorsLine contains a tab character.772
ErrorsLine contains a tab character.773
ErrorsLine is longer than 80 characters.774
ErrorsLine contains a tab character.774
ErrorsLine contains a tab character.775
ErrorsLine contains a tab character.776
ErrorsParameter key should be final.776
ErrorsLine contains a tab character.777
ErrorsLine contains a tab character.778
ErrorsLine contains a tab character.779
ErrorsLine contains a tab character.781
ErrorsLine contains a tab character.782
ErrorsLine contains a tab character.783
ErrorsLine contains a tab character.784
ErrorsLine contains a tab character.785
ErrorsLine contains a tab character.786
ErrorsParameter ammoType should be final.786
Errors'if' construct must use '{}'s.787
ErrorsLine contains a tab character.787
Errors'if' construct must use '{}'s.788
ErrorsLine contains a tab character.788
ErrorsLine contains a tab character.789
ErrorsLine contains a tab character.790
ErrorsLine contains a tab character.792
ErrorsLine contains a tab character.793
ErrorsLine contains a tab character.794
ErrorsLine contains a tab character.795
ErrorsLine contains a tab character.796
ErrorsLine contains a tab character.797
ErrorsParameter weapon should be final.797
Errors'if' construct must use '{}'s.798
ErrorsLine contains a tab character.798
Errors'if' construct must use '{}'s.799
ErrorsLine contains a tab character.799
ErrorsLine is longer than 80 characters.800
ErrorsLine contains a tab character.800
Errors'cast' is not followed by whitespace.800
ErrorsLine contains a tab character.801
Errors'if' construct must use '{}'s.802
ErrorsLine is longer than 80 characters.802
ErrorsLine contains a tab character.802
ErrorsLine contains a tab character.803
ErrorsLine contains a tab character.804
ErrorsLine contains a tab character.805
ErrorsLine contains a tab character.806
ErrorsLine contains a tab character.808
ErrorsLine is longer than 80 characters.809
ErrorsLine contains a tab character.809
ErrorsLine is longer than 80 characters.810
ErrorsLine contains a tab character.810
ErrorsLine is longer than 80 characters.811
ErrorsLine contains a tab character.811
ErrorsLine contains a tab character.812
ErrorsLine contains a tab character.813
ErrorsLine contains a tab character.814
ErrorsParameter weaponType should be final.814
Errors'if' construct must use '{}'s.815
ErrorsLine contains a tab character.815
Errors'if' construct must use '{}'s.816
ErrorsLine is longer than 80 characters.816
ErrorsLine contains a tab character.816
ErrorsLine is longer than 80 characters.817
ErrorsLine contains a tab character.817
Errors'cast' is not followed by whitespace.817
ErrorsLine contains a tab character.818
Errors'if' construct must use '{}'s.819
ErrorsLine is longer than 80 characters.819
ErrorsLine contains a tab character.819
ErrorsLine contains a tab character.820
ErrorsLine contains a tab character.821
Errors'if' construct must use '{}'s.822
ErrorsLine is longer than 80 characters.822
ErrorsLine contains a tab character.822
ErrorsLine contains a tab character.823
ErrorsLine contains a tab character.824
ErrorsLine contains a tab character.826
ErrorsLine is longer than 80 characters.827
ErrorsLine contains a tab character.827
ErrorsLine contains a tab character.828
ErrorsUnused @param tag for 'weapon'.828
ErrorsLine contains a tab character.829
ErrorsLine contains a tab character.830
ErrorsLine contains a tab character.831
ErrorsParameter weaponType should be final.831
ErrorsExpected @param tag for 'weaponType'.831
Errors'if' construct must use '{}'s.832
ErrorsLine contains a tab character.832
Errors'if' construct must use '{}'s.833
ErrorsLine is longer than 80 characters.833
ErrorsLine contains a tab character.833
ErrorsLine is longer than 80 characters.834
ErrorsLine contains a tab character.834
ErrorsLine contains a tab character.835
Errors'if' construct must use '{}'s.836
ErrorsLine is longer than 80 characters.836
ErrorsLine contains a tab character.836
ErrorsLine contains a tab character.837
ErrorsLine contains a tab character.838
ErrorsLine is longer than 80 characters.839
ErrorsLine contains a tab character.839
Errors'!=' is not preceded with whitespace.839
ErrorsLine is longer than 80 characters.840
ErrorsLine contains a tab character.840
ErrorsLine contains a tab character.841
ErrorsLine contains a tab character.842
ErrorsLine contains a tab character.843
ErrorsLine contains a tab character.844
ErrorsLine contains a tab character.846
ErrorsLine is longer than 80 characters.847
ErrorsLine contains a tab character.847
ErrorsLine contains a tab character.848
ErrorsLine contains a tab character.849
ErrorsLine contains a tab character.850
ErrorsParameter pickedUp should be final.850
ErrorsExpected @param tag for 'pickedUp'.850
Errors'if' construct must use '{}'s.851
ErrorsLine contains a tab character.851
ErrorsLine is longer than 80 characters.852
ErrorsLine contains a tab character.852
ErrorsLine contains a tab character.853
Errors'if' construct must use '{}'s.854
ErrorsLine is longer than 80 characters.854
ErrorsLine contains a tab character.854
ErrorsLine contains a tab character.855
ErrorsLine contains a tab character.856
ErrorsLine is longer than 80 characters.858
ErrorsLine contains a tab character.858
ErrorsLine is longer than 80 characters.859
ErrorsLine contains a tab character.859
ErrorsLine contains a tab character.860
ErrorsLine contains a tab character.862
Errors'{' should be on the previous line.862
ErrorsLine is longer than 80 characters.863
ErrorsLine contains a tab character.863
ErrorsLine contains a tab character.864
ErrorsLine contains a tab character.865
ErrorsLine contains a tab character.866
ErrorsLine contains a tab character.867
ErrorsLine contains a tab character.868
ErrorsLine contains a tab character.869
ErrorsLine is longer than 80 characters.870
ErrorsLine contains a tab character.870
Errors'cast' is not followed by whitespace.870
ErrorsLine contains a tab character.871
ErrorsLine contains a tab character.872
ErrorsLine contains a tab character.873
ErrorsLine contains a tab character.874
ErrorsLine contains a tab character.875
ErrorsLine contains a tab character.876
ErrorsLine contains a tab character.878
ErrorsLine contains a tab character.879
Errors'cast' is not followed by whitespace.879
ErrorsLine contains a tab character.880
ErrorsLine is longer than 80 characters.881
ErrorsLine contains a tab character.881
ErrorsLine is longer than 80 characters.882
ErrorsLine contains a tab character.882
ErrorsLine contains a tab character.883
ErrorsLine is longer than 80 characters.884
ErrorsLine contains a tab character.884
ErrorsLine contains a tab character.885
ErrorsLine contains a tab character.886
ErrorsLine contains a tab character.887
ErrorsLine contains a tab character.888
Errors'cast' is not followed by whitespace.888
ErrorsLine contains a tab character.890
ErrorsLine is longer than 80 characters.891
ErrorsLine contains a tab character.891
ErrorsLine contains a tab character.893
ErrorsLine is longer than 80 characters.894
ErrorsLine contains a tab character.894
ErrorsLine is longer than 80 characters.895
ErrorsLine contains a tab character.895
ErrorsLine contains a tab character.896
ErrorsLine is longer than 80 characters.897
ErrorsLine contains a tab character.897
ErrorsLine contains a tab character.898
ErrorsLine contains a tab character.899
ErrorsLine is longer than 80 characters.901
ErrorsLine contains a tab character.901
ErrorsLine is longer than 80 characters.902
ErrorsLine contains a tab character.902
ErrorsLine contains a tab character.903
ErrorsLine is longer than 80 characters.904
ErrorsLine contains a tab character.904
ErrorsLine is longer than 80 characters.905
ErrorsLine contains a tab character.905
ErrorsLine contains a tab character.906
ErrorsLine is longer than 80 characters.907
ErrorsLine contains a tab character.907
ErrorsLine contains a tab character.908
ErrorsLine contains a tab character.909
ErrorsLine contains a tab character.910
ErrorsLine contains a tab character.911
ErrorsLine contains a tab character.913
ErrorsLine is longer than 80 characters.914
ErrorsLine contains a tab character.914
ErrorsLine is longer than 80 characters.915
ErrorsLine contains a tab character.916
ErrorsLine contains a tab character.917
ErrorsLine contains a tab character.918
ErrorsLine contains a tab character.919
ErrorsParameter ammoType should be final.919
ErrorsExpected @param tag for 'ammoType'.919
ErrorsParameter amount should be final.919
ErrorsExpected @param tag for 'amount'.919
ErrorsLine is longer than 80 characters.920
ErrorsLine contains a tab character.920
Errors'if' construct must use '{}'s.922
ErrorsLine contains a tab character.922
ErrorsLine contains a tab character.923
Errors'if' construct must use '{}'s.924
ErrorsLine is longer than 80 characters.924
ErrorsLine contains a tab character.924
ErrorsLine contains a tab character.925
ErrorsLine contains a tab character.926
ErrorsLine contains a tab character.927
ErrorsLine contains a tab character.928
ErrorsLine contains a tab character.930
ErrorsLine contains a tab character.931
ErrorsLine contains a tab character.932
ErrorsLine contains a tab character.933
ErrorsLine contains a tab character.934
ErrorsLine contains a tab character.935
ErrorsLine contains a tab character.937
ErrorsLine contains a tab character.938
ErrorsLine contains a tab character.939
ErrorsLine contains a tab character.940
ErrorsParameter weapon should be final.940
ErrorsExpected @param tag for 'weapon'.940
Errors'if' construct must use '{}'s.941
ErrorsLine contains a tab character.941
ErrorsLine is longer than 80 characters.942
ErrorsLine contains a tab character.942
ErrorsLine contains a tab character.943
ErrorsLine is longer than 80 characters.944
ErrorsLine contains a tab character.944
ErrorsLine contains a tab character.945
ErrorsLine contains a tab character.946
ErrorsLine contains a tab character.947
ErrorsLine contains a tab character.948
ErrorsLine contains a tab character.949
ErrorsMissing a Javadoc comment.952
ErrorsLine contains a tab character.960
ErrorsLine contains a tab character.961
ErrorsLine contains a tab character.962
ErrorsLine is longer than 80 characters.969
ErrorsLine is longer than 80 characters.971
ErrorsLine is longer than 80 characters.974
ErrorsParameter key should be final.979
ErrorsExpected @param tag for 'key'.979
ErrorsParameter inv should be final.979
ErrorsExpected @param tag for 'inv'.979
Errors'if' construct must use '{}'s.980
ErrorsLine contains a tab character.980
ErrorsLine contains a tab character.981
Errors'if' construct must use '{}'s.982
ErrorsLine is longer than 80 characters.982
ErrorsLine contains a tab character.982
ErrorsLine contains a tab character.983
ErrorsLine contains a tab character.984
ErrorsLine contains a tab character.985
ErrorsLine contains a tab character.986
ErrorsLine contains a tab character.987
ErrorsLine contains a tab character.988
ErrorsLine contains a tab character.989
ErrorsLine contains a tab character.990
ErrorsLine contains a tab character.991
ErrorsLine contains a tab character.992
ErrorsLine contains a tab character.993
ErrorsLine contains a tab character.994
ErrorsLine contains a tab character.995
ErrorsLine contains a tab character.996
ErrorsLine contains a tab character.997
ErrorsLine contains a tab character.998
ErrorsLine contains a tab character.999
ErrorsLine contains a tab character.1000
ErrorsLine contains a tab character.1001
ErrorsParameter key should be final.1007
ErrorsExpected @param tag for 'key'.1007
ErrorsLine contains a tab character.1008
ErrorsLine contains a tab character.1009
ErrorsLine contains a tab character.1010
ErrorsLine contains a tab character.1011
ErrorsLine contains a tab character.1012
ErrorsLine contains a tab character.1013
ErrorsLine is longer than 80 characters.1017
ErrorsParameter key should be final.1020
ErrorsExpected @param tag for 'key'.1020
Errors'if' construct must use '{}'s.1021
ErrorsLine contains a tab character.1021
ErrorsLine contains a tab character.1022
ErrorsLine contains a tab character.1023
ErrorsLine contains a tab character.1024
ErrorsLine contains a tab character.1025
ErrorsLine contains a tab character.1026
ErrorsLine contains a tab character.1027
ErrorsLine contains a tab character.1028
ErrorsLine is longer than 80 characters.1029
ErrorsLine contains a tab character.1029
ErrorsLine is longer than 80 characters.1030
ErrorsLine contains a tab character.1030
ErrorsLine contains a tab character.1031
ErrorsLine contains a tab character.1032
ErrorsLine contains a tab character.1033
ErrorsLine contains a tab character.1034
ErrorsLine contains a tab character.1035
ErrorsLine contains a tab character.1036
ErrorsLine contains a tab character.1037
ErrorsLine contains a tab character.1038
ErrorsLine contains a tab character.1039
ErrorsLine contains a tab character.1040
ErrorsLine is longer than 80 characters.1041
ErrorsLine contains a tab character.1041
ErrorsLine contains a tab character.1042
ErrorsLine contains a tab character.1043
ErrorsLine contains a tab character.1044
ErrorsLine contains a tab character.1045
ErrorsLine contains a tab character.1046
ErrorsLine contains a tab character.1053
ErrorsLine contains a tab character.1054
ErrorsLine contains a tab character.1055
ErrorsLine contains a tab character.1056
ErrorsLine contains a tab character.1057
ErrorsLine contains a tab character.1058
ErrorsLine is longer than 80 characters.1063
ErrorsMissing a Javadoc comment.1063
ErrorsVariable 'weaponsByGroup' must be private and have accessor methods.1063
ErrorsMissing a Javadoc comment.1065
ErrorsVariable 'weaponsByItemType' must be private and have accessor methods.1065
ErrorsMissing a Javadoc comment.1067
ErrorsVariable 'weaponsById' must be private and have accessor methods.1067
ErrorsLine is longer than 80 characters.1069
ErrorsLine is longer than 80 characters.1071
ErrorsMissing a Javadoc comment.1071
ErrorsLine is longer than 80 characters.1072
ErrorsMissing a Javadoc comment.1072
ErrorsLine is longer than 80 characters.1074
ErrorsLine is longer than 80 characters.1079
ErrorsParameter event should be final.1082
Errors'if' construct must use '{}'s.1083
ErrorsLine contains a tab character.1083
Errors'if' construct must use '{}'s.1084
ErrorsLine contains a tab character.1084
Errors'if' construct must use '{}'s.1085
ErrorsLine is longer than 80 characters.1085
ErrorsLine contains a tab character.1085
ErrorsLine is longer than 80 characters.1087
ErrorsLine contains a tab character.1087
ErrorsLine contains a tab character.1089
ErrorsLine contains a tab character.1090
ErrorsLine contains a tab character.1091
ErrorsLine contains a tab character.1092
ErrorsLine is longer than 80 characters.1094
ErrorsLine contains a tab character.1094
ErrorsLine contains a tab character.1096
Errors'if' construct must use '{}'s.1097
ErrorsLine is longer than 80 characters.1097
ErrorsLine contains a tab character.1097
ErrorsLine contains a tab character.1098
ErrorsLine contains a tab character.1099
ErrorsLine contains a tab character.1101
ErrorsLine contains a tab character.1102
ErrorsLine contains a tab character.1103
ErrorsLine contains a tab character.1104
ErrorsLine contains a tab character.1105
ErrorsLine is longer than 80 characters.1106
ErrorsLine contains a tab character.1106
ErrorsLine is longer than 80 characters.1107
ErrorsLine contains a tab character.1107
ErrorsParameter worldView should be final.1114
ErrorsFirst sentence should end with a period.1118
ErrorsVariable 'addInventoryMsgListener' must be private and have accessor methods.1119
ErrorsLine is longer than 80 characters.1127
ErrorsParameter event should be final.1130
Errors'if' construct must use '{}'s.1131
ErrorsLine contains a tab character.1131
Errors'if' construct must use '{}'s.1132
ErrorsLine contains a tab character.1132
ErrorsLine is longer than 80 characters.1133
ErrorsLine contains a tab character.1133
ErrorsLine contains a tab character.1134
ErrorsLine contains a tab character.1135
ErrorsLine contains a tab character.1136
ErrorsLine is longer than 80 characters.1137
ErrorsLine contains a tab character.1137
ErrorsLine contains a tab character.1138
Errors'if' construct must use '{}'s.1139
ErrorsLine is longer than 80 characters.1139
ErrorsLine contains a tab character.1139
ErrorsLine contains a tab character.1140
ErrorsLine contains a tab character.1141
ErrorsLine contains a tab character.1142
ErrorsLine contains a tab character.1143
ErrorsLine contains a tab character.1144
ErrorsLine contains a tab character.1145
ErrorsLine contains a tab character.1146
ErrorsLine contains a tab character.1147
ErrorsLine contains a tab character.1148
ErrorsLine contains a tab character.1149
ErrorsLine contains a tab character.1150
ErrorsLine contains a tab character.1151
ErrorsLine contains a tab character.1154
ErrorsParameter worldView should be final.1158
ErrorsFirst sentence should end with a period.1162
ErrorsVariable 'itemPickedUpListener' must be private and have accessor methods.1163
ErrorsLine is longer than 80 characters.1169
ErrorsLine is longer than 80 characters.1172
ErrorsParameter event should be final.1175
Errors'if' construct must use '{}'s.1176
ErrorsLine contains a tab character.1176
Errors'if' construct must use '{}'s.1177
ErrorsLine contains a tab character.1177
ErrorsLine is longer than 80 characters.1178
ErrorsLine contains a tab character.1178
Errors'cast' is not followed by whitespace.1178
ErrorsLine contains a tab character.1179
ErrorsLine contains a tab character.1180
ErrorsLine contains a tab character.1181
ErrorsLine contains a tab character.1182
ErrorsLine contains a tab character.1183
ErrorsLine contains a tab character.1184
ErrorsLine contains a tab character.1185
Errors'if' construct must use '{}'s.1186
ErrorsLine is longer than 80 characters.1186
ErrorsLine contains a tab character.1186
ErrorsLine contains a tab character.1187
ErrorsLine contains a tab character.1188
ErrorsLine contains a tab character.1189
ErrorsLine is longer than 80 characters.1190
ErrorsLine contains a tab character.1190
ErrorsLine contains a tab character.1191
ErrorsLine is longer than 80 characters.1192
ErrorsLine contains a tab character.1192
ErrorsLine is longer than 80 characters.1193
ErrorsLine contains a tab character.1193
ErrorsLine contains a tab character.1194
ErrorsLine is longer than 80 characters.1196
ErrorsLine contains a tab character.1196
ErrorsLine contains a tab character.1197
ErrorsLine contains a tab character.1198
ErrorsLine contains a tab character.1199
ErrorsParameter worldView should be final.1206
ErrorsFirst sentence should end with a period.1210
ErrorsVariable 'weaponUpdateListener' must be private and have accessor methods.1211
ErrorsLine is longer than 80 characters.1218
ErrorsLine is longer than 80 characters.1221
ErrorsParameter event should be final.1224
Errors'if' construct must use '{}'s.1225
ErrorsLine contains a tab character.1225
ErrorsLine is longer than 80 characters.1234
ErrorsLine contains a tab character.1234
ErrorsLine contains a tab character.1235
Errors'if' construct must use '{}'s.1236
ErrorsLine is longer than 80 characters.1236
ErrorsLine contains a tab character.1236
ErrorsLine contains a tab character.1237
ErrorsLine contains a tab character.1238
ErrorsLine contains a tab character.1239
ErrorsLine is longer than 80 characters.1240
ErrorsLine contains a tab character.1240
ErrorsLine contains a tab character.1241
ErrorsLine is longer than 80 characters.1242
ErrorsLine contains a tab character.1242
ErrorsLine is longer than 80 characters.1243
ErrorsLine contains a tab character.1243
ErrorsLine contains a tab character.1244
ErrorsLine contains a tab character.1245
ErrorsParameter worldView should be final.1253
ErrorsLine is longer than 80 characters.1254
ErrorsFirst sentence should end with a period.1258
ErrorsVariable 'selfUpdateListener' must be private and have accessor methods.1259
ErrorsParameter event should be final.1270
ErrorsLine is longer than 80 characters.1271
ErrorsLine contains a tab character.1271
ErrorsLine contains a tab character.1272
Errors'if' construct must use '{}'s.1273
ErrorsLine is longer than 80 characters.1273
ErrorsLine contains a tab character.1273
ErrorsLine contains a tab character.1274
ErrorsLine contains a tab character.1275
ErrorsLine contains a tab character.1276
ErrorsLine contains a tab character.1277
ErrorsLine contains a tab character.1278
ErrorsParameter worldView should be final.1285
ErrorsFirst sentence should end with a period.1289
ErrorsVariable 'thrownListener' must be private and have accessor methods.1290
ErrorsParameter event should be final.1301
ErrorsLine contains a tab character.1302
ErrorsLine contains a tab character.1303
ErrorsLine contains a tab character.1304
ErrorsLine contains a tab character.1305
ErrorsLine contains a tab character.1306
ErrorsLine contains a tab character.1307
ErrorsParameter worldView should be final.1314
ErrorsFirst sentence should end with a period.1319
ErrorsVariable 'botKilledListener' must be private and have accessor methods.1320
ErrorsLine contains a tab character.1324
ErrorsMissing a Javadoc comment.1324
ErrorsParameter bot should be final.1334
ErrorsUnused @param tag for 'agentInfo'.1341
ErrorsParameter bot should be final.1344
ErrorsParameter itemDescriptors should be final.1344
Errors'itemDescriptors' hides a field.1344
ErrorsUnused @param tag for 'agentInfo'.1351
ErrorsUnused @param tag for 'itemDescriptors'.1352
ErrorsLine is longer than 80 characters.1355
ErrorsParameter bot should be final.1355
ErrorsParameter descriptors should be final.1355
ErrorsExpected @param tag for 'descriptors'.1355
ErrorsParameter moduleLog should be final.1355
ErrorsExpected @param tag for 'moduleLog'.1355
ErrorsLine contains a tab character.1356
ErrorsLine contains a tab character.1361
ErrorsLine contains a tab character.1373
ErrorsMethod 'cleanUp' is not designed for extension - needs to be abstract, final or empty.1375
ErrorsLine contains a tab character.1377
ErrorsLine contains a tab character.1378
ErrorsLine contains a tab character.1379
ErrorsLine contains a tab character.1380
ErrorsLine contains a tab character.1381
ErrorsLine contains a tab character.1382
ErrorsLine contains a tab character.1383
ErrorsLine contains a tab character.1384
ErrorsLine contains a tab character.1391
ErrorsExpected an @return tag.1395
ErrorsLine contains a tab character.1395
ErrorsMethod 'getMaxAmmo' is not designed for extension - needs to be abstract, final or empty.1395
ErrorsParameter ammoType should be final.1395
ErrorsExpected @param tag for 'ammoType'.1395
Errors'if' construct must use '{}'s.1396
ErrorsLine contains a tab character.1396
ErrorsLine is longer than 80 characters.1397
ErrorsLine contains a tab character.1397
Errors'(' is followed by whitespace.1397
Errors')' is preceded with whitespace.1397
ErrorsLine contains a tab character.1398
Errors'if' construct must use '{}'s.1399
ErrorsLine is longer than 80 characters.1399
ErrorsLine contains a tab character.1399
ErrorsLine contains a tab character.1400
ErrorsLine contains a tab character.1401
ErrorsLine contains a tab character.1402
Errors'(' is followed by whitespace.1402
Errors')' is preceded with whitespace.1402
ErrorsLine contains a tab character.1403
ErrorsLine contains a tab character.1404
Errors'(' is followed by whitespace.1404
Errors')' is preceded with whitespace.1404
ErrorsLine contains a tab character.1405
ErrorsLine contains a tab character.1406
ErrorsLine contains a tab character.1407
ErrorsLine contains a tab character.1408
ErrorsLine contains a tab character.1409

cz/cuni/amis/pogamut/udk/agent/module/sensor/AdvancedItems.java

ViolationMessageLine
ErrorsUnused import - cz.cuni.amis.pogamut.udk.bot.IUDKBotController.7
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.20
ErrorsLine has trailing spaces.21
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.24
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.27
Errors'{' should be on the previous line.34
ErrorsLine has trailing spaces.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 has trailing spaces.40
ErrorsLine contains a tab character.40
ErrorsLine is longer than 80 characters.41
ErrorsLine contains a tab character.41
ErrorsLine is longer than 80 characters.42
ErrorsLine contains a tab character.42
ErrorsLine has trailing spaces.43
ErrorsLine contains a tab character.43
ErrorsLine is longer than 80 characters.44
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine has trailing spaces.46
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine is longer than 80 characters.49
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsMethod 'getSpawnedItems' is not designed for extension - needs to be abstract, final or empty.52
ErrorsParameter usefulness should be final.52
ErrorsLine is longer than 80 characters.53
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine has trailing spaces.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 has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsLine is longer than 80 characters.61
ErrorsLine contains a tab character.61
ErrorsLine is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.63
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 has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine is longer than 80 characters.69
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine is longer than 80 characters.72
ErrorsLine contains a tab character.72
ErrorsMethod 'getSpawnedItems' is not designed for extension - needs to be abstract, final or empty.72
ErrorsParameter type should be final.72
ErrorsExpected @param tag for 'type'.72
ErrorsParameter usefulness should be final.72
ErrorsLine is longer than 80 characters.73
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.75
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine is longer than 80 characters.77
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine has trailing spaces.80
ErrorsLine contains a tab character.80
ErrorsLine is longer than 80 characters.81
ErrorsLine contains a tab character.81
ErrorsLine is longer than 80 characters.82
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.83
ErrorsLine contains a tab character.83
ErrorsLine is longer than 80 characters.84
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine has trailing spaces.86
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine is longer than 80 characters.89
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine is longer than 80 characters.92
ErrorsLine contains a tab character.92
ErrorsMethod 'getSpawnedItems' is not designed for extension - needs to be abstract, final or empty.92
ErrorsParameter category should be final.92
ErrorsExpected @param tag for 'category'.92
ErrorsParameter usefulness should be final.92
ErrorsLine is longer than 80 characters.93
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine is longer than 80 characters.97
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine has trailing spaces.100
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 has trailing spaces.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 has trailing spaces.106
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine is longer than 80 characters.109
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine is longer than 80 characters.112
ErrorsLine contains a tab character.112
ErrorsMethod 'getSpawnedItems' is not designed for extension - needs to be abstract, final or empty.112
ErrorsParameter group should be final.112
ErrorsExpected @param tag for 'group'.112
ErrorsParameter usefulness should be final.112
ErrorsLine is longer than 80 characters.113
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsLine has trailing spaces.115
ErrorsLine contains a tab character.115
ErrorsLine is longer than 80 characters.116
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine has trailing spaces.120
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine is longer than 80 characters.123
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsMethod 'getAllItems' is not designed for extension - needs to be abstract, final or empty.126
ErrorsParameter usefulness should be final.126
ErrorsLine has trailing spaces.127
ErrorsLine contains a tab character.127
Errors'{' should be on the previous line.127
ErrorsLine contains a tab character.128
Errors'(' is preceded with whitespace.128
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine has trailing spaces.132
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
ErrorsLine is longer than 80 characters.134
ErrorsLine contains a tab character.134
ErrorsLine has trailing spaces.135
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine is longer than 80 characters.138
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsMethod 'getAllItems' is not designed for extension - needs to be abstract, final or empty.141
ErrorsParameter type should be final.141
ErrorsExpected @param tag for 'type'.141
ErrorsParameter usefulness should be final.141
ErrorsLine has trailing spaces.142
ErrorsLine contains a tab character.142
Errors'{' should be on the previous line.142
ErrorsLine is longer than 80 characters.143
ErrorsLine contains a tab character.143
Errors'(' is preceded with whitespace.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 is longer than 80 characters.147
ErrorsLine contains a tab character.147
ErrorsLine has trailing spaces.148
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.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 contains a tab character.153
ErrorsLine is longer than 80 characters.154
ErrorsLine contains a tab character.154
ErrorsMethod 'getAllItems' is not designed for extension - needs to be abstract, final or empty.154
ErrorsParameter category should be final.154
ErrorsExpected @param tag for 'category'.154
ErrorsParameter usefulness should be final.154
ErrorsLine has trailing spaces.155
ErrorsLine contains a tab character.155
ErrorsLine is longer than 80 characters.156
ErrorsLine contains a tab character.156
Errors'(' is preceded with whitespace.156
ErrorsLine contains a tab character.157
ErrorsLine has trailing spaces.158
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
ErrorsLine is longer than 80 characters.160
ErrorsLine contains a tab character.160
ErrorsLine has trailing spaces.161
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsLine is longer than 80 characters.164
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsLine is longer than 80 characters.167
ErrorsLine contains a tab character.167
ErrorsMethod 'getAllItems' is not designed for extension - needs to be abstract, final or empty.167
ErrorsParameter group should be final.167
ErrorsExpected @param tag for 'group'.167
ErrorsParameter usefulness should be final.167
ErrorsLine has trailing spaces.168
ErrorsLine contains a tab character.168
ErrorsLine is longer than 80 characters.169
ErrorsLine contains a tab character.169
Errors'(' is preceded with whitespace.169
ErrorsLine contains a tab character.170
ErrorsLine is longer than 80 characters.172
ErrorsLine contains a tab character.172
ErrorsLine contains a tab character.174
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 is longer than 80 characters.179
ErrorsLine contains a tab character.179
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
ErrorsMethod 'getVisibleItems' is not designed for extension - needs to be abstract, final or empty.182
ErrorsParameter usefulness should be final.182
ErrorsLine contains a tab character.183
Errors'{' should be on the previous line.183
ErrorsLine is longer than 80 characters.184
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.185
ErrorsLine has trailing spaces.186
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
ErrorsLine contains a tab character.188
ErrorsLine has trailing spaces.189
ErrorsLine contains a tab character.189
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191
ErrorsLine is longer than 80 characters.192
ErrorsLine contains a tab character.192
ErrorsLine is longer than 80 characters.193
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.194
ErrorsLine is longer than 80 characters.195
ErrorsLine contains a tab character.195
ErrorsMethod 'getVisibleItems' is not designed for extension - needs to be abstract, final or empty.195
ErrorsParameter type should be final.195
ErrorsExpected @param tag for 'type'.195
ErrorsParameter usefulness should be final.195
ErrorsLine contains a tab character.196
Errors'{' should be on the previous line.196
ErrorsLine is longer than 80 characters.197
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.198
ErrorsLine has trailing spaces.199
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.201
ErrorsLine has trailing spaces.202
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.203
ErrorsLine contains a tab character.204
ErrorsLine is longer than 80 characters.205
ErrorsLine contains a tab character.205
ErrorsLine is longer than 80 characters.206
ErrorsLine contains a tab character.206
ErrorsLine contains a tab character.207
ErrorsLine is longer than 80 characters.208
ErrorsLine contains a tab character.208
ErrorsMethod 'getVisibleItems' is not designed for extension - needs to be abstract, final or empty.208
ErrorsParameter category should be final.208
ErrorsExpected @param tag for 'category'.208
ErrorsParameter usefulness should be final.208
ErrorsLine contains a tab character.209
ErrorsLine is longer than 80 characters.210
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.211
ErrorsLine has trailing spaces.212
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.214
ErrorsLine has trailing spaces.215
ErrorsLine contains a tab character.215
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.217
ErrorsLine is longer than 80 characters.218
ErrorsLine contains a tab character.218
ErrorsLine is longer than 80 characters.219
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.220
ErrorsLine is longer than 80 characters.221
ErrorsLine contains a tab character.221
ErrorsMethod 'getVisibleItems' is not designed for extension - needs to be abstract, final or empty.221
ErrorsParameter group should be final.221
ErrorsExpected @param tag for 'group'.221
ErrorsParameter usefulness should be final.221
ErrorsLine contains a tab character.222
ErrorsLine is longer than 80 characters.223
ErrorsLine contains a tab character.223
ErrorsLine contains a tab character.224
ErrorsLine has trailing spaces.225
ErrorsLine contains a tab character.225
ErrorsLine is longer than 80 characters.227
ErrorsLine contains a tab character.227
ErrorsLine contains a tab character.229
ErrorsLine contains a tab character.230
ErrorsLine has trailing spaces.231
ErrorsLine contains a tab character.231
ErrorsLine contains a tab character.232
ErrorsLine has trailing spaces.233
ErrorsLine contains a tab character.233
ErrorsLine is longer than 80 characters.234
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235
ErrorsLine is longer than 80 characters.236
ErrorsLine contains a tab character.236
ErrorsLine is longer than 80 characters.237
ErrorsLine contains a tab character.237
ErrorsLine contains a tab character.238
ErrorsLine contains a tab character.239
ErrorsMethod 'getReachableItems' is not designed for extension - needs to be abstract, final or empty.239
ErrorsParameter usefulness should be final.239
ErrorsLine contains a tab character.240
Errors'{' should be on the previous line.240
ErrorsLine is longer than 80 characters.241
ErrorsLine contains a tab character.241
ErrorsLine contains a tab character.242
ErrorsLine has trailing spaces.243
ErrorsLine contains a tab character.243
ErrorsLine contains a tab character.244
ErrorsLine contains a tab character.245
ErrorsLine has trailing spaces.246
ErrorsLine contains a tab character.246
ErrorsLine contains a tab character.247
ErrorsLine has trailing spaces.248
ErrorsLine contains a tab character.248
ErrorsLine is longer than 80 characters.249
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.250
ErrorsLine is longer than 80 characters.251
ErrorsLine contains a tab character.251
ErrorsLine is longer than 80 characters.252
ErrorsLine contains a tab character.252
ErrorsLine contains a tab character.253
ErrorsLine is longer than 80 characters.254
ErrorsLine contains a tab character.254
ErrorsMethod 'getReachableItems' is not designed for extension - needs to be abstract, final or empty.254
ErrorsParameter type should be final.254
ErrorsExpected @param tag for 'type'.254
ErrorsParameter usefulness should be final.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 has trailing spaces.258
ErrorsLine contains a tab character.258
ErrorsLine contains a tab character.259
ErrorsLine contains a tab character.260
ErrorsLine has trailing spaces.261
ErrorsLine contains a tab character.261
ErrorsLine contains a tab character.262
ErrorsLine has trailing spaces.263
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 is longer than 80 characters.266
ErrorsLine contains a tab character.266
ErrorsLine is longer than 80 characters.267
ErrorsLine contains a tab character.267
ErrorsLine contains a tab character.268
ErrorsLine is longer than 80 characters.269
ErrorsLine contains a tab character.269
ErrorsMethod 'getReachableItems' is not designed for extension - needs to be abstract, final or empty.269
ErrorsParameter category should be final.269
ErrorsExpected @param tag for 'category'.269
ErrorsParameter usefulness should be final.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.272
ErrorsLine has trailing spaces.273
ErrorsLine contains a tab character.273
ErrorsLine contains a tab character.274
ErrorsLine contains a tab character.275
ErrorsLine has trailing spaces.276
ErrorsLine contains a tab character.276
ErrorsLine contains a tab character.277
ErrorsLine has trailing spaces.278
ErrorsLine contains a tab character.278
ErrorsLine is longer than 80 characters.279
ErrorsLine contains a tab character.279
ErrorsLine contains a tab character.280
ErrorsLine is longer than 80 characters.281
ErrorsLine contains a tab character.281
ErrorsLine is longer than 80 characters.282
ErrorsLine contains a tab character.282
ErrorsLine contains a tab character.283
ErrorsLine is longer than 80 characters.284
ErrorsLine contains a tab character.284
ErrorsMethod 'getReachableItems' is not designed for extension - needs to be abstract, final or empty.284
ErrorsParameter group should be final.284
ErrorsExpected @param tag for 'group'.284
ErrorsParameter usefulness should be final.284
ErrorsLine contains a tab character.285
ErrorsLine is longer than 80 characters.286
ErrorsLine contains a tab character.286
ErrorsLine contains a tab character.287
ErrorsLine is longer than 80 characters.289
ErrorsLine contains a tab character.289
ErrorsLine contains a tab character.291
ErrorsLine contains a tab character.292
ErrorsLine contains a tab character.293
ErrorsLine contains a tab character.294
ErrorsLine contains a tab character.295
ErrorsLine is longer than 80 characters.296
ErrorsLine contains a tab character.296
ErrorsLine contains a tab character.297
ErrorsLine contains a tab character.298
ErrorsLine contains a tab character.299
ErrorsLine contains a tab character.300
ErrorsLine contains a tab character.301
ErrorsMethod 'getKnownPickups' is not designed for extension - needs to be abstract, final or empty.301
ErrorsParameter usefulness should be final.301
ErrorsLine contains a tab character.302
Errors'{' should be on the previous line.302
ErrorsLine is longer than 80 characters.303
ErrorsLine contains a tab character.303
ErrorsLine contains a tab character.304
ErrorsLine has trailing spaces.305
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 is longer than 80 characters.311
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 is longer than 80 characters.316
ErrorsLine contains a tab character.316
ErrorsMethod 'getKnownPickups' is not designed for extension - needs to be abstract, final or empty.316
ErrorsParameter type should be final.316
ErrorsExpected @param tag for 'type'.316
ErrorsParameter usefulness should be final.316
ErrorsLine contains a tab character.317
Errors'{' should be on the previous line.317
ErrorsLine is longer than 80 characters.318
ErrorsLine contains a tab character.318
ErrorsLine contains a tab character.319
ErrorsLine has trailing spaces.320
ErrorsLine contains a tab character.320
ErrorsLine contains a tab character.321
ErrorsLine is longer than 80 characters.322
ErrorsLine contains a tab character.322
ErrorsLine contains a tab character.323
ErrorsLine contains a tab character.324
ErrorsLine contains a tab character.325
ErrorsLine is longer than 80 characters.326
ErrorsLine contains a tab character.326
ErrorsLine contains a tab character.327
ErrorsLine contains a tab character.328
ErrorsLine contains a tab character.329
ErrorsLine contains a tab character.330
ErrorsLine is longer than 80 characters.331
ErrorsLine contains a tab character.331
ErrorsMethod 'getKnownPickups' is not designed for extension - needs to be abstract, final or empty.331
ErrorsParameter category should be final.331
ErrorsExpected @param tag for 'category'.331
ErrorsParameter usefulness should be final.331
ErrorsLine contains a tab character.332
ErrorsLine is longer than 80 characters.333
ErrorsLine contains a tab character.333
ErrorsLine contains a tab character.334
ErrorsLine has trailing spaces.335
ErrorsLine contains a tab character.335
ErrorsLine contains a tab character.336
ErrorsLine is longer than 80 characters.337
ErrorsLine contains a tab character.337
ErrorsLine contains a tab character.338
ErrorsLine contains a tab character.339
ErrorsLine contains a tab character.340
ErrorsLine is longer than 80 characters.341
ErrorsLine contains a tab character.341
ErrorsLine contains a tab character.342
ErrorsLine contains a tab character.343
ErrorsLine contains a tab character.344
ErrorsLine contains a tab character.345
ErrorsLine is longer than 80 characters.346
ErrorsLine contains a tab character.346
ErrorsMethod 'getKnownPickups' is not designed for extension - needs to be abstract, final or empty.346
ErrorsParameter group should be final.346
ErrorsExpected @param tag for 'group'.346
ErrorsParameter usefulness should be final.346
ErrorsLine contains a tab character.347
ErrorsLine is longer than 80 characters.348
ErrorsLine contains a tab character.348
ErrorsLine contains a tab character.349
ErrorsLine is longer than 80 characters.352
ErrorsLine contains a tab character.352
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 is longer than 80 characters.358
ErrorsLine contains a tab character.358
ErrorsLine contains a tab character.359
ErrorsLine contains a tab character.360
ErrorsLine contains a tab character.361
ErrorsMethod 'isItemUseful' is not designed for extension - needs to be abstract, final or empty.361
ErrorsParameter item should be final.361
ErrorsParameter usefulness should be final.361
Errors'if' construct must use '{}'s.362
ErrorsLine contains a tab character.362
Errors'if' construct must use '{}'s.363
ErrorsLine contains a tab character.363
ErrorsLine is longer than 80 characters.364
ErrorsLine contains a tab character.364
ErrorsLine contains a tab character.365
ErrorsLine contains a tab character.367
ErrorsLine contains a tab character.368
ErrorsLine contains a tab character.369
ErrorsLine contains a tab character.370
ErrorsLine has trailing spaces.371
ErrorsLine contains a tab character.371
ErrorsLine contains a tab character.372
ErrorsLine is longer than 80 characters.373
ErrorsLine contains a tab character.373
ErrorsLine contains a tab character.374
ErrorsLine contains a tab character.375
ErrorsLine is longer than 80 characters.376
ErrorsLine contains a tab character.376
ErrorsMethod 'filterUsefulItems' is not designed for extension - needs to be abstract, final or empty.376
ErrorsParameter items should be final.376
Errors'items' hides a field.376
ErrorsParameter usefulness should be final.376
ErrorsLine contains a tab character.377
ErrorsLine contains a tab character.378
ErrorsLine contains a tab character.379
Errors'(' is preceded with whitespace.379
ErrorsLine contains a tab character.381
ErrorsLine contains a tab character.382
Errors':' is not preceded with whitespace.382
ErrorsLine contains a tab character.383
ErrorsLine contains a tab character.384
ErrorsLine contains a tab character.385
ErrorsLine contains a tab character.386
ErrorsLine contains a tab character.387
ErrorsLine contains a tab character.389
ErrorsLine contains a tab character.390
ErrorsLine is longer than 80 characters.392
ErrorsLine contains a tab character.392
ErrorsLine contains a tab character.394
ErrorsLine contains a tab character.395
ErrorsLine contains a tab character.396
ErrorsExpected an @return tag.397
ErrorsLine contains a tab character.397
ErrorsMethod 'getItems' is not designed for extension - needs to be abstract, final or empty.397
ErrorsLine contains a tab character.398
ErrorsLine has trailing spaces.399
ErrorsLine contains a tab character.399
ErrorsLine contains a tab character.401
ErrorsLine contains a tab character.402
ErrorsLine contains a tab character.403
ErrorsLine contains a tab character.404
ErrorsLine has trailing spaces.405
ErrorsLine contains a tab character.405
ErrorsLine contains a tab character.407
ErrorsLine contains a tab character.408
ErrorsLine contains a tab character.409
ErrorsLine contains a tab character.410
ErrorsLine has trailing spaces.411
ErrorsLine contains a tab character.411
ErrorsLine contains a tab character.412
ErrorsLine contains a tab character.413
ErrorsLine contains a tab character.414
ErrorsLine has trailing spaces.415
ErrorsLine contains a tab character.415
ErrorsLine contains a tab character.416
ErrorsLine contains a tab character.417
ErrorsParameter bot should be final.417
ErrorsParameter filter should be final.417
Errors'filter' hides a field.417
ErrorsLine contains a tab character.418
ErrorsLine contains a tab character.419
ErrorsLine has trailing spaces.420
ErrorsLine contains a tab character.420
ErrorsLine contains a tab character.421
ErrorsLine contains a tab character.422
ErrorsLine contains a tab character.423
ErrorsLine has trailing spaces.424
ErrorsLine contains a tab character.424
ErrorsLine contains a tab character.425
ErrorsLine contains a tab character.426
ErrorsParameter items should be final.426
Errors'items' hides a field.426
ErrorsParameter filter should be final.426
Errors'filter' hides a field.426
ErrorsLine contains a tab character.427
Errors'{' should be on the previous line.427
ErrorsLine contains a tab character.428
ErrorsLine contains a tab character.429
ErrorsLine contains a tab character.430
ErrorsLine contains a tab character.431

cz/cuni/amis/pogamut/udk/agent/module/sensor/AgentInfo.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsUnused import - cz.cuni.amis.pogamut.udk.bot.IUDKBotController.17
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.21
ErrorsLine is longer than 80 characters.25
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.29
ErrorsLine is longer than 80 characters.36
ErrorsLine has trailing spaces.37
ErrorsLine is longer than 80 characters.37
Errors'{' should be on the previous line.44
ErrorsLine contains a tab character.45
ErrorsMissing a Javadoc comment.45
ErrorsLine contains a tab character.47
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.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.56
ErrorsLine contains a tab character.57
Errors'{' should be on the previous line.57
ErrorsLine contains a tab character.58
Errors'if' construct must use '{}'s.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine is longer than 80 characters.66
ErrorsLine contains a tab character.66
ErrorsLine is longer than 80 characters.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.72
ErrorsLine contains a tab character.73
Errors'{' should be on the previous line.73
ErrorsLine contains a tab character.74
Errors'if' construct must use '{}'s.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine is longer than 80 characters.79
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsMethod 'getTeam' is not designed for extension - needs to be abstract, final or empty.108
ErrorsLine contains a tab character.109
Errors'{' should be on the previous line.109
ErrorsLine contains a tab character.110
Errors'if' construct must use '{}'s.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsMethod 'isEnemy' is not designed for extension - needs to be abstract, final or empty.124
ErrorsParameter team should be final.124
ErrorsLine contains a tab character.125
Errors'{' should be on the previous line.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
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.138
ErrorsLine contains a tab character.139
ErrorsMethod 'isEnemy' is not designed for extension - needs to be abstract, final or empty.139
ErrorsParameter player should be final.139
ErrorsLine contains a tab character.140
Errors'{' should be on the previous line.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsMethod 'isFriend' is not designed for extension - needs to be abstract, final or empty.154
ErrorsParameter team should be final.154
ErrorsLine contains a tab character.155
Errors'{' should be on the previous line.155
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsMethod 'isFriend' is not designed for extension - needs to be abstract, final or empty.169
ErrorsParameter player should be final.169
ErrorsLine contains a tab character.170
Errors'{' should be on the previous line.170
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsLine contains a tab character.173
ErrorsLine is longer than 80 characters.175
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.177
ErrorsLine is longer than 80 characters.178
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.180
ErrorsLine contains a tab character.181
ErrorsLine is longer than 80 characters.184
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.189
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.198
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
ErrorsMethod 'getLocation' is not designed for extension - needs to be abstract, final or empty.200
ErrorsLine contains a tab character.201
Errors'{' should be on the previous line.201
ErrorsLine contains a tab character.202
Errors'if' construct must use '{}'s.203
ErrorsLine contains a tab character.204
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.207
ErrorsMethod 'atLocation' is not designed for extension - needs to be abstract, final or empty.207
ErrorsMissing a Javadoc comment.207
ErrorsParameter location should be final.207
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.209
ErrorsLine contains a tab character.211
ErrorsMethod 'atLocation' is not designed for extension - needs to be abstract, final or empty.211
ErrorsMissing a Javadoc comment.211
ErrorsParameter location should be final.211
ErrorsParameter epsilon should be final.211
Errors'if' construct must use '{}'s.212
ErrorsLine contains a tab character.212
ErrorsLine is longer than 80 characters.213
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.214
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.220
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
ErrorsLine contains a tab character.223
ErrorsLine contains a tab character.224
ErrorsMethod 'getDistance' is not designed for extension - needs to be abstract, final or empty.224
ErrorsParameter location should be final.224
ErrorsLine contains a tab character.225
Errors'{' should be on the previous line.225
ErrorsLine contains a tab character.226
Errors'if' construct must use '{}'s.227
ErrorsLine contains a tab character.228
ErrorsLine contains a tab character.229
ErrorsLine is longer than 80 characters.231
ErrorsLine contains a tab character.231
ErrorsLine contains a tab character.233
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235
ErrorsLine contains a tab character.236
ErrorsLine contains a tab character.237
ErrorsLine contains a tab character.238
ErrorsMethod 'getRotation' is not designed for extension - needs to be abstract, final or empty.238
ErrorsLine contains a tab character.239
Errors'{' should be on the previous line.239
ErrorsLine contains a tab character.240
Errors'if' construct must use '{}'s.241
ErrorsLine contains a tab character.242
ErrorsLine contains a tab character.243
ErrorsLine is longer than 80 characters.245
ErrorsLine contains a tab character.245
ErrorsLine contains a tab character.247
ErrorsLine contains a tab character.248
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.250
ErrorsLine contains a tab character.251
ErrorsLine contains a tab character.252
ErrorsLine contains a tab character.253
ErrorsLine contains a tab character.254
ErrorsMethod 'getVelocity' is not designed for extension - needs to be abstract, final or empty.254
ErrorsLine contains a tab character.255
Errors'{' should be on the previous line.255
ErrorsLine contains a tab character.256
Errors'if' construct must use '{}'s.257
ErrorsLine contains a tab character.258
ErrorsLine contains a tab character.259
ErrorsLine contains a tab character.261
ErrorsLine contains a tab character.262
ErrorsLine contains a tab character.263
ErrorsLine contains a tab character.264
ErrorsLine contains a tab character.265
ErrorsLine contains a tab character.266
ErrorsLine contains a tab character.267
ErrorsLine contains a tab character.268
ErrorsLine contains a tab character.269
ErrorsMethod 'isMoving' is not designed for extension - needs to be abstract, final or empty.269
ErrorsLine contains a tab character.270
Errors'{' should be on the previous line.270
ErrorsLine contains a tab character.271
Errors'if' construct must use '{}'s.272
ErrorsLine contains a tab character.273
ErrorsLine contains a tab character.274
ErrorsLine is longer than 80 characters.276
ErrorsLine contains a tab character.276
ErrorsLine contains a tab character.278
ErrorsLine is longer than 80 characters.279
ErrorsLine contains a tab character.279
ErrorsLine contains a tab character.280
ErrorsLine contains a tab character.281
ErrorsLine contains a tab character.282
ErrorsLine contains a tab character.283
ErrorsLine contains a tab character.284
ErrorsMethod 'isCrouched' is not designed for extension - needs to be abstract, final or empty.284
ErrorsLine contains a tab character.285
Errors'{' should be on the previous line.285
ErrorsLine contains a tab character.286
Errors'if' construct must use '{}'s.287
ErrorsLine contains a tab character.288
ErrorsLine contains a tab character.289
ErrorsLine contains a tab character.291
ErrorsLine contains a tab character.292
ErrorsLine contains a tab character.293
ErrorsLine contains a tab character.294
ErrorsLine contains a tab character.295
ErrorsLine contains a tab character.296
ErrorsLine contains a tab character.297
ErrorsLine contains a tab character.298
ErrorsMethod 'isWalking' is not designed for extension - needs to be abstract, final or empty.298
ErrorsLine contains a tab character.299
Errors'{' should be on the previous line.299
ErrorsLine contains a tab character.300
Errors'if' construct must use '{}'s.301
ErrorsLine contains a tab character.302
ErrorsLine contains a tab character.303
ErrorsLine is longer than 80 characters.304
ErrorsLine contains a tab character.306
ErrorsLine contains a tab character.307
ErrorsLine contains a tab character.310
ErrorsLine contains a tab character.311
ErrorsLine contains a tab character.312
ErrorsMethod 'isFacing' is not designed for extension - needs to be abstract, final or empty.312
ErrorsParameter location should be final.312
ErrorsLine contains a tab character.313
Errors'{' should be on the previous line.313
Errors'if' construct must use '{}'s.314
ErrorsLine is longer than 80 characters.315
ErrorsLine is longer than 80 characters.316
Errors'if' construct must use '{}'s.318
ErrorsLine is longer than 80 characters.318
ErrorsLine contains a tab character.322
ErrorsLine contains a tab character.325
ErrorsLine contains a tab character.326
ErrorsLine is longer than 80 characters.329
ErrorsLine is longer than 80 characters.330
ErrorsLine contains a tab character.330
ErrorsLine contains a tab character.331
ErrorsLine contains a tab character.332
ErrorsMethod 'isFacing' is not designed for extension - needs to be abstract, final or empty.332
ErrorsParameter location should be final.332
ErrorsParameter angle should be final.332
ErrorsLine contains a tab character.333
Errors'{' should be on the previous line.333
Errors'if' construct must use '{}'s.334
ErrorsLine is longer than 80 characters.335
ErrorsLine is longer than 80 characters.336
Errors'if' construct must use '{}'s.338
ErrorsLine is longer than 80 characters.338
ErrorsLine contains a tab character.342
ErrorsLine is longer than 80 characters.344
ErrorsLine contains a tab character.344
ErrorsLine contains a tab character.346
ErrorsLine contains a tab character.347
ErrorsLine contains a tab character.348
ErrorsLine contains a tab character.349
ErrorsLine contains a tab character.350
ErrorsLine contains a tab character.351
ErrorsLine contains a tab character.352
ErrorsLine contains a tab character.353
ErrorsMethod 'getFloorLocation' is not designed for extension - needs to be abstract, final or empty.353
ErrorsLine contains a tab character.354
Errors'{' should be on the previous line.354
Errors'if' construct must use '{}'s.355
ErrorsLine contains a tab character.356
ErrorsLine contains a tab character.357
ErrorsLine contains a tab character.358
ErrorsLine contains a tab character.360
ErrorsLine is longer than 80 characters.361
ErrorsLine contains a tab character.361
ErrorsLine is longer than 80 characters.362
ErrorsLine contains a tab character.362
ErrorsLine contains a tab character.363
ErrorsLine contains a tab character.364
ErrorsLine contains a tab character.365
ErrorsLine contains a tab character.366
ErrorsLine contains a tab character.367
ErrorsMethod 'isTouchingGround' is not designed for extension - needs to be abstract, final or empty.367
ErrorsLine contains a tab character.368
Errors'{' should be on the previous line.368
ErrorsLine is longer than 80 characters.369
ErrorsLine contains a tab character.369
ErrorsLine contains a tab character.370
Errors'if' construct must use '{}'s.371
ErrorsLine is longer than 80 characters.371
ErrorsLine contains a tab character.372
ErrorsLine contains a tab character.373
ErrorsAvoid inline conditionals.373
Errors'50' is a magic number.373
Errors'80' is a magic number.373
ErrorsLine contains a tab character.374
ErrorsLine is longer than 80 characters.376
ErrorsLine contains a tab character.376
ErrorsLine contains a tab character.378
ErrorsLine is longer than 80 characters.379
ErrorsLine contains a tab character.379
ErrorsLine contains a tab character.380
ErrorsLine contains a tab character.381
ErrorsLine is longer than 80 characters.382
ErrorsLine contains a tab character.382
ErrorsLine contains a tab character.383
ErrorsLine contains a tab character.384
ErrorsLine contains a tab character.385
ErrorsLine contains a tab character.386
ErrorsLine contains a tab character.387
ErrorsLine is longer than 80 characters.388
ErrorsLine contains a tab character.388
ErrorsLine contains a tab character.389
ErrorsLine contains a tab character.390
ErrorsLine contains a tab character.391
ErrorsLine contains a tab character.392
ErrorsMethod 'getRemainingUDamageTime' is not designed for extension - needs to be abstract, final or empty.392
ErrorsLine contains a tab character.393
Errors'{' should be on the previous line.393
ErrorsLine contains a tab character.394
Errors'if' construct must use '{}'s.395
ErrorsLine contains a tab character.396
ErrorsLine contains a tab character.397
ErrorsLine contains a tab character.399
ErrorsLine is longer than 80 characters.400
ErrorsLine contains a tab character.400
ErrorsLine contains a tab character.401
ErrorsLine contains a tab character.402
ErrorsLine is longer than 80 characters.403
ErrorsLine contains a tab character.403
ErrorsLine contains a tab character.404
ErrorsLine contains a tab character.405
ErrorsLine contains a tab character.406
ErrorsLine is longer than 80 characters.407
ErrorsLine contains a tab character.407
ErrorsLine contains a tab character.408
ErrorsLine contains a tab character.409
ErrorsLine contains a tab character.410
ErrorsLine contains a tab character.411
ErrorsMethod 'hasUDamage' is not designed for extension - needs to be abstract, final or empty.411
ErrorsLine contains a tab character.412
Errors'{' should be on the previous line.412
Errors'if' construct must use '{}'s.413
ErrorsLine contains a tab character.414
ErrorsLine contains a tab character.415
ErrorsLine contains a tab character.416
ErrorsLine is longer than 80 characters.418
ErrorsLine contains a tab character.418
ErrorsLine contains a tab character.420
ErrorsLine contains a tab character.421
ErrorsLine contains a tab character.422
ErrorsLine contains a tab character.423
ErrorsLine contains a tab character.424
ErrorsLine contains a tab character.425
ErrorsLine contains a tab character.426
ErrorsLine contains a tab character.427
ErrorsLine contains a tab character.428
ErrorsLine contains a tab character.429
ErrorsLine contains a tab character.430
ErrorsLine contains a tab character.431
ErrorsMethod 'getHealth' is not designed for extension - needs to be abstract, final or empty.431
ErrorsLine contains a tab character.432
Errors'{' should be on the previous line.432
ErrorsLine contains a tab character.433
Errors'if' construct must use '{}'s.434
ErrorsLine contains a tab character.435
ErrorsLine contains a tab character.436
ErrorsLine contains a tab character.438
ErrorsLine contains a tab character.439
ErrorsLine contains a tab character.440
ErrorsLine contains a tab character.441
ErrorsLine contains a tab character.442
ErrorsLine contains a tab character.443
ErrorsLine contains a tab character.444
ErrorsLine contains a tab character.445
ErrorsLine contains a tab character.446
ErrorsMethod 'isHealthy' is not designed for extension - needs to be abstract, final or empty.446
ErrorsLine contains a tab character.447
Errors'{' should be on the previous line.447
ErrorsLine contains a tab character.448
Errors'if' construct must use '{}'s.449
ErrorsLine contains a tab character.450
ErrorsLine contains a tab character.451
ErrorsLine contains a tab character.453
ErrorsLine contains a tab character.454
ErrorsLine contains a tab character.455
ErrorsLine contains a tab character.456
ErrorsLine contains a tab character.457
ErrorsLine contains a tab character.458
ErrorsLine contains a tab character.459
ErrorsLine contains a tab character.460
ErrorsLine contains a tab character.461
ErrorsMethod 'isSuperHealthy' is not designed for extension - needs to be abstract, final or empty.461
ErrorsLine contains a tab character.462
Errors'{' should be on the previous line.462
ErrorsLine contains a tab character.463
Errors'if' construct must use '{}'s.464
ErrorsLine contains a tab character.465
ErrorsLine contains a tab character.466
ErrorsLine is longer than 80 characters.468
ErrorsLine contains a tab character.468
ErrorsLine contains a tab character.470
ErrorsLine contains a tab character.471
ErrorsLine contains a tab character.472
ErrorsLine contains a tab character.473
ErrorsLine contains a tab character.474
ErrorsLine contains a tab character.475
ErrorsLine is longer than 80 characters.476
ErrorsLine contains a tab character.476
ErrorsLine is longer than 80 characters.477
ErrorsLine contains a tab character.477
ErrorsLine is longer than 80 characters.478
ErrorsLine contains a tab character.478
ErrorsLine contains a tab character.479
ErrorsLine contains a tab character.480
ErrorsLine contains a tab character.481
ErrorsLine contains a tab character.482
ErrorsLine contains a tab character.483
ErrorsLine contains a tab character.484
ErrorsLine contains a tab character.485
ErrorsLine contains a tab character.486
ErrorsMethod 'getArmor' is not designed for extension - needs to be abstract, final or empty.486
ErrorsLine contains a tab character.487
Errors'{' should be on the previous line.487
ErrorsLine contains a tab character.488
Errors'if' construct must use '{}'s.489
ErrorsLine contains a tab character.490
ErrorsLine contains a tab character.491
ErrorsLine contains a tab character.493
ErrorsLine contains a tab character.494
ErrorsLine contains a tab character.495
ErrorsLine contains a tab character.496
ErrorsLine contains a tab character.497
ErrorsLine contains a tab character.498
ErrorsLine contains a tab character.499
ErrorsLine contains a tab character.500
ErrorsLine contains a tab character.501
ErrorsLine contains a tab character.502
ErrorsMethod 'hasArmor' is not designed for extension - needs to be abstract, final or empty.502
ErrorsLine contains a tab character.503
Errors'{' should be on the previous line.503
ErrorsLine contains a tab character.504
Errors'if' construct must use '{}'s.505
ErrorsLine contains a tab character.506
ErrorsLine contains a tab character.507
ErrorsLine contains a tab character.509
ErrorsLine contains a tab character.510
ErrorsLine contains a tab character.511
ErrorsLine contains a tab character.512
ErrorsLine contains a tab character.513
ErrorsLine contains a tab character.514
ErrorsLine is longer than 80 characters.515
ErrorsLine contains a tab character.515
ErrorsLine is longer than 80 characters.516
ErrorsLine contains a tab character.516
ErrorsLine is longer than 80 characters.517
ErrorsLine contains a tab character.517
ErrorsLine contains a tab character.518
ErrorsLine contains a tab character.519
ErrorsLine contains a tab character.520
ErrorsLine contains a tab character.521
ErrorsLine contains a tab character.522
ErrorsLine contains a tab character.523
ErrorsLine contains a tab character.524
ErrorsLine contains a tab character.525
ErrorsMethod 'getLowArmor' is not designed for extension - needs to be abstract, final or empty.525
ErrorsLine contains a tab character.526
Errors'{' should be on the previous line.526
ErrorsLine contains a tab character.527
Errors'if' construct must use '{}'s.528
ErrorsLine contains a tab character.529
ErrorsLine contains a tab character.530
ErrorsLine contains a tab character.532
ErrorsLine is longer than 80 characters.533
ErrorsLine contains a tab character.533
ErrorsLine contains a tab character.534
ErrorsLine contains a tab character.535
ErrorsLine contains a tab character.536
ErrorsLine contains a tab character.537
ErrorsLine contains a tab character.538
ErrorsLine contains a tab character.539
ErrorsLine contains a tab character.540
ErrorsLine contains a tab character.541
ErrorsMethod 'hasLowArmor' is not designed for extension - needs to be abstract, final or empty.541
ErrorsLine contains a tab character.542
Errors'{' should be on the previous line.542
ErrorsLine contains a tab character.543
Errors'if' construct must use '{}'s.544
ErrorsLine contains a tab character.545
ErrorsLine contains a tab character.546
ErrorsLine contains a tab character.548
ErrorsLine contains a tab character.549
ErrorsLine contains a tab character.550
ErrorsLine contains a tab character.551
ErrorsLine contains a tab character.552
ErrorsLine contains a tab character.553
ErrorsLine is longer than 80 characters.554
ErrorsLine contains a tab character.554
ErrorsLine is longer than 80 characters.555
ErrorsLine contains a tab character.555
ErrorsLine is longer than 80 characters.556
ErrorsLine contains a tab character.556
ErrorsLine contains a tab character.557
ErrorsLine contains a tab character.558
ErrorsLine contains a tab character.559
ErrorsLine contains a tab character.560
ErrorsLine contains a tab character.561
ErrorsLine contains a tab character.562
ErrorsLine contains a tab character.563
ErrorsLine contains a tab character.564
ErrorsMethod 'getHighArmor' is not designed for extension - needs to be abstract, final or empty.564
ErrorsLine contains a tab character.565
Errors'{' should be on the previous line.565
ErrorsLine contains a tab character.566
Errors'if' construct must use '{}'s.567
ErrorsLine contains a tab character.568
ErrorsLine contains a tab character.569
ErrorsLine contains a tab character.571
ErrorsLine is longer than 80 characters.572
ErrorsLine contains a tab character.572
ErrorsLine contains a tab character.573
ErrorsLine contains a tab character.574
ErrorsLine contains a tab character.575
ErrorsLine contains a tab character.576
ErrorsLine contains a tab character.577
ErrorsLine contains a tab character.578
ErrorsLine contains a tab character.579
ErrorsLine contains a tab character.580
ErrorsMethod 'hasHighArmor' is not designed for extension - needs to be abstract, final or empty.580
ErrorsLine contains a tab character.581
Errors'{' should be on the previous line.581
ErrorsLine contains a tab character.582
Errors'if' construct must use '{}'s.583
ErrorsLine contains a tab character.584
ErrorsLine contains a tab character.585
ErrorsLine is longer than 80 characters.587
ErrorsLine contains a tab character.587
ErrorsLine contains a tab character.589
ErrorsLine contains a tab character.590
ErrorsLine contains a tab character.591
ErrorsLine contains a tab character.592
ErrorsLine contains a tab character.593
ErrorsLine contains a tab character.594
ErrorsLine contains a tab character.595
ErrorsLine is longer than 80 characters.596
ErrorsLine contains a tab character.596
ErrorsLine contains a tab character.597
ErrorsLine contains a tab character.598
ErrorsLine contains a tab character.599
ErrorsLine is longer than 80 characters.600
ErrorsLine contains a tab character.600
ErrorsLine contains a tab character.601
ErrorsLine contains a tab character.602
ErrorsLine contains a tab character.603
ErrorsLine contains a tab character.604
ErrorsLine contains a tab character.605
ErrorsLine contains a tab character.606
ErrorsLine contains a tab character.607
ErrorsMethod 'getCurrentWeapon' is not designed for extension - needs to be abstract, final or empty.607
ErrorsLine contains a tab character.608
Errors'{' should be on the previous line.608
ErrorsLine contains a tab character.609
Errors'if' construct must use '{}'s.610
ErrorsLine contains a tab character.611
ErrorsLine contains a tab character.612
ErrorsLine has trailing spaces.613
ErrorsLine contains a tab character.613
ErrorsLine contains a tab character.614
ErrorsLine contains a tab character.615
ErrorsLine contains a tab character.616
ErrorsLine is longer than 80 characters.617
ErrorsLine contains a tab character.617
ErrorsLine contains a tab character.618
ErrorsLine contains a tab character.619
ErrorsExpected an @return tag.620
ErrorsLine contains a tab character.620
ErrorsMethod 'hasWeapon' is not designed for extension - needs to be abstract, final or empty.620
Errors'if' construct must use '{}'s.621
ErrorsLine has trailing spaces.622
ErrorsLine is longer than 80 characters.622
ErrorsLine contains a tab character.622
ErrorsLine contains a tab character.623
ErrorsLine contains a tab character.625
ErrorsLine contains a tab character.626
ErrorsLine contains a tab character.627
ErrorsLine contains a tab character.628
ErrorsLine contains a tab character.629
ErrorsLine contains a tab character.630
ErrorsLine contains a tab character.631
ErrorsLine contains a tab character.632
ErrorsLine contains a tab character.633
ErrorsLine contains a tab character.634
ErrorsMethod 'getCurrentAmmo' is not designed for extension - needs to be abstract, final or empty.634
ErrorsLine contains a tab character.635
Errors'{' should be on the previous line.635
ErrorsLine contains a tab character.636
Errors'if' construct must use '{}'s.637
ErrorsLine contains a tab character.638
ErrorsLine contains a tab character.639
ErrorsLine contains a tab character.641
ErrorsLine contains a tab character.642
ErrorsLine is longer than 80 characters.643
ErrorsLine contains a tab character.643
ErrorsLine is longer than 80 characters.644
ErrorsLine contains a tab character.644
ErrorsLine contains a tab character.645
ErrorsLine contains a tab character.646
ErrorsLine contains a tab character.647
ErrorsLine contains a tab character.648
ErrorsLine contains a tab character.649
ErrorsLine contains a tab character.650
ErrorsLine contains a tab character.651
ErrorsLine contains a tab character.652
ErrorsMethod 'getCurrentSecondaryAmmo' is not designed for extension - needs to be abstract, final or empty.652
ErrorsLine contains a tab character.653
Errors'{' should be on the previous line.653
ErrorsLine contains a tab character.654
Errors'if' construct must use '{}'s.655
ErrorsLine contains a tab character.656
ErrorsLine contains a tab character.657
ErrorsLine is longer than 80 characters.659
ErrorsLine contains a tab character.659
ErrorsLine contains a tab character.661
ErrorsLine contains a tab character.662
ErrorsLine contains a tab character.663
ErrorsLine contains a tab character.664
ErrorsLine is longer than 80 characters.665
ErrorsLine contains a tab character.665
ErrorsLine contains a tab character.666
ErrorsLine contains a tab character.667
ErrorsLine contains a tab character.668
ErrorsLine contains a tab character.669
ErrorsLine contains a tab character.670
ErrorsLine contains a tab character.671
ErrorsLine contains a tab character.672
ErrorsLine contains a tab character.673
ErrorsMethod 'isShooting' is not designed for extension - needs to be abstract, final or empty.673
ErrorsLine contains a tab character.674
Errors'{' should be on the previous line.674
ErrorsLine contains a tab character.675
Errors'if' construct must use '{}'s.676
ErrorsLine contains a tab character.677
ErrorsLine contains a tab character.678
ErrorsLine contains a tab character.680
ErrorsLine contains a tab character.681
ErrorsLine contains a tab character.682
ErrorsLine contains a tab character.683
ErrorsLine contains a tab character.684
ErrorsLine contains a tab character.685
ErrorsLine is longer than 80 characters.686
ErrorsLine contains a tab character.686
ErrorsLine contains a tab character.687
ErrorsLine contains a tab character.688
ErrorsLine contains a tab character.689
ErrorsLine contains a tab character.690
ErrorsLine contains a tab character.691
ErrorsLine contains a tab character.692
ErrorsLine contains a tab character.693
ErrorsMethod 'isPrimaryShooting' is not designed for extension - needs to be abstract, final or empty.693
ErrorsLine contains a tab character.694
Errors'{' should be on the previous line.694
ErrorsLine contains a tab character.695
Errors'if' construct must use '{}'s.696
ErrorsLine contains a tab character.697
ErrorsLine contains a tab character.698
ErrorsLine contains a tab character.700
ErrorsLine is longer than 80 characters.701
ErrorsLine contains a tab character.701
ErrorsLine contains a tab character.702
ErrorsLine is longer than 80 characters.703
ErrorsLine contains a tab character.703
ErrorsLine contains a tab character.704
ErrorsLine contains a tab character.705
ErrorsLine is longer than 80 characters.706
ErrorsLine contains a tab character.706
ErrorsLine contains a tab character.707
ErrorsLine is longer than 80 characters.708
ErrorsLine contains a tab character.708
ErrorsLine contains a tab character.709
ErrorsLine contains a tab character.710
ErrorsLine contains a tab character.711
ErrorsLine contains a tab character.712
ErrorsLine contains a tab character.713
ErrorsLine contains a tab character.714
ErrorsMethod 'isSecondaryShooting' is not designed for extension - needs to be abstract, final or empty.714
ErrorsLine contains a tab character.715
Errors'{' should be on the previous line.715
ErrorsLine contains a tab character.716
Errors'if' construct must use '{}'s.717
ErrorsLine contains a tab character.718
ErrorsLine contains a tab character.719
ErrorsLine is longer than 80 characters.721
ErrorsLine contains a tab character.721
ErrorsLine contains a tab character.723
ErrorsLine contains a tab character.724
ErrorsLine contains a tab character.725
ErrorsLine contains a tab character.726
ErrorsLine contains a tab character.727
ErrorsLine contains a tab character.728
ErrorsLine contains a tab character.729
ErrorsLine contains a tab character.730
ErrorsMethod 'getKills' is not designed for extension - needs to be abstract, final or empty.730
ErrorsLine contains a tab character.731
Errors'{' should be on the previous line.731
ErrorsLine contains a tab character.732
ErrorsLine contains a tab character.733
ErrorsLine contains a tab character.734
ErrorsLine contains a tab character.736
ErrorsLine contains a tab character.737
ErrorsLine contains a tab character.738
ErrorsLine contains a tab character.739
ErrorsLine contains a tab character.740
ErrorsLine contains a tab character.741
ErrorsLine contains a tab character.742
ErrorsLine contains a tab character.743
ErrorsMethod 'getDeaths' is not designed for extension - needs to be abstract, final or empty.743
ErrorsLine contains a tab character.744
Errors'{' should be on the previous line.744
ErrorsLine contains a tab character.745
ErrorsLine contains a tab character.746
ErrorsLine contains a tab character.747
ErrorsLine contains a tab character.749
ErrorsLine contains a tab character.750
ErrorsLine contains a tab character.751
ErrorsLine is longer than 80 characters.752
ErrorsLine contains a tab character.752
ErrorsLine contains a tab character.753
ErrorsLine contains a tab character.754
ErrorsLine is longer than 80 characters.755
ErrorsLine contains a tab character.755
ErrorsLine contains a tab character.756
ErrorsLine contains a tab character.757
ErrorsLine contains a tab character.758
ErrorsLine contains a tab character.759
ErrorsLine contains a tab character.760
ErrorsLine contains a tab character.761
ErrorsLine contains a tab character.762
ErrorsMethod 'getSuicides' is not designed for extension - needs to be abstract, final or empty.762
ErrorsLine contains a tab character.763
Errors'{' should be on the previous line.763
ErrorsLine contains a tab character.764
ErrorsLine contains a tab character.765
ErrorsLine contains a tab character.766
ErrorsLine contains a tab character.768
ErrorsLine contains a tab character.769
ErrorsLine contains a tab character.770
ErrorsLine is longer than 80 characters.771
ErrorsLine contains a tab character.771
ErrorsLine contains a tab character.772
ErrorsLine contains a tab character.773
ErrorsLine contains a tab character.774
ErrorsLine contains a tab character.775
ErrorsLine contains a tab character.776
ErrorsLine contains a tab character.777
ErrorsLine contains a tab character.778
ErrorsMethod 'getScore' is not designed for extension - needs to be abstract, final or empty.778
ErrorsLine contains a tab character.779
Errors'{' should be on the previous line.779
ErrorsLine contains a tab character.780
ErrorsLine contains a tab character.781
ErrorsLine contains a tab character.782
ErrorsLine contains a tab character.784
ErrorsLine contains a tab character.785
ErrorsLine contains a tab character.786
ErrorsLine contains a tab character.787
ErrorsLine is longer than 80 characters.788
ErrorsLine contains a tab character.788
ErrorsLine is longer than 80 characters.789
ErrorsLine contains a tab character.789
ErrorsLine contains a tab character.790
ErrorsLine contains a tab character.791
ErrorsLine contains a tab character.792
ErrorsLine contains a tab character.793
ErrorsLine contains a tab character.794
ErrorsMethod 'getTeamScore' is not designed for extension - needs to be abstract, final or empty.794
ErrorsLine contains a tab character.795
Errors'{' should be on the previous line.795
Errors'if' construct must use '{}'s.796
ErrorsLine contains a tab character.796
ErrorsLine contains a tab character.797
ErrorsLine contains a tab character.798
ErrorsLine contains a tab character.799
ErrorsLine is longer than 80 characters.801
ErrorsLine contains a tab character.801
ErrorsLine contains a tab character.803
ErrorsLine contains a tab character.804
ErrorsLine is longer than 80 characters.805
ErrorsLine contains a tab character.805
ErrorsLine contains a tab character.806
ErrorsLine contains a tab character.807
ErrorsLine contains a tab character.808
ErrorsLine contains a tab character.809
ErrorsMethod 'getCurrentZoneVelocity' is not designed for extension - needs to be abstract, final or empty.809
ErrorsLine contains a tab character.810
Errors'{' should be on the previous line.810
ErrorsLine contains a tab character.811
Errors'if' construct must use '{}'s.812
ErrorsLine contains a tab character.813
ErrorsLine contains a tab character.814
ErrorsLine contains a tab character.816
ErrorsLine contains a tab character.817
ErrorsLine contains a tab character.818
ErrorsLine is longer than 80 characters.819
ErrorsLine contains a tab character.819
ErrorsLine contains a tab character.820
ErrorsLine contains a tab character.821
ErrorsLine contains a tab character.822
ErrorsLine contains a tab character.823
ErrorsLine contains a tab character.824
ErrorsMethod 'getCurrentZoneGravity' is not designed for extension - needs to be abstract, final or empty.824
ErrorsLine contains a tab character.825
Errors'{' should be on the previous line.825
ErrorsLine contains a tab character.826
Errors'if' construct must use '{}'s.827
ErrorsLine contains a tab character.828
ErrorsLine contains a tab character.829
ErrorsLine contains a tab character.831
ErrorsLine contains a tab character.832
ErrorsLine is longer than 80 characters.833
ErrorsLine contains a tab character.833
ErrorsLine contains a tab character.834
ErrorsLine contains a tab character.835
ErrorsLine contains a tab character.836
ErrorsLine contains a tab character.837
ErrorsLine contains a tab character.838
ErrorsMethod 'getCurrentVolumeGroundFriction' is not designed for extension - needs to be abstract, final or empty.838
ErrorsLine contains a tab character.839
Errors'{' should be on the previous line.839
ErrorsLine contains a tab character.840
Errors'if' construct must use '{}'s.841
ErrorsLine contains a tab character.842
ErrorsLine contains a tab character.843
ErrorsLine contains a tab character.845
ErrorsLine contains a tab character.846
ErrorsLine is longer than 80 characters.847
ErrorsLine contains a tab character.847
ErrorsLine contains a tab character.848
ErrorsLine contains a tab character.849
ErrorsLine contains a tab character.850
ErrorsLine contains a tab character.851
ErrorsLine contains a tab character.852
ErrorsMethod 'getCurrentVolumeFluidFriction' is not designed for extension - needs to be abstract, final or empty.852
ErrorsLine contains a tab character.853
Errors'{' should be on the previous line.853
ErrorsLine contains a tab character.854
Errors'if' construct must use '{}'s.855
ErrorsLine contains a tab character.856
ErrorsLine contains a tab character.857
ErrorsLine contains a tab character.859
ErrorsLine contains a tab character.860
ErrorsLine contains a tab character.861
ErrorsLine contains a tab character.862
ErrorsLine contains a tab character.863
ErrorsLine contains a tab character.864
ErrorsMethod '_getCurrentVolumeTerminalVelocity' is not designed for extension - needs to be abstract, final or empty.864
ErrorsName '_getCurrentVolumeTerminalVelocity' must match pattern '^[a-z][a-zA-Z0-9]*$'.864
ErrorsLine contains a tab character.865
Errors'{' should be on the previous line.865
ErrorsLine contains a tab character.866
Errors'if' construct must use '{}'s.867
ErrorsLine contains a tab character.868
ErrorsLine contains a tab character.869
ErrorsLine contains a tab character.871
ErrorsLine is longer than 80 characters.872
ErrorsLine contains a tab character.872
ErrorsLine is longer than 80 characters.873
ErrorsLine contains a tab character.873
ErrorsLine is longer than 80 characters.874
ErrorsLine contains a tab character.874
ErrorsLine is longer than 80 characters.875
ErrorsLine contains a tab character.875
ErrorsLine contains a tab character.876
ErrorsLine contains a tab character.877
ErrorsLine contains a tab character.878
ErrorsLine contains a tab character.879
ErrorsLine contains a tab character.880
ErrorsMethod 'isCurrentVolumeWater' is not designed for extension - needs to be abstract, final or empty.880
ErrorsLine contains a tab character.881
Errors'{' should be on the previous line.881
ErrorsLine contains a tab character.882
Errors'if' construct must use '{}'s.883
ErrorsLine contains a tab character.884
ErrorsLine contains a tab character.885
ErrorsLine contains a tab character.887
ErrorsLine contains a tab character.888
ErrorsLine is longer than 80 characters.889
ErrorsLine contains a tab character.889
ErrorsLine contains a tab character.890
ErrorsLine contains a tab character.891
ErrorsLine contains a tab character.892
ErrorsLine contains a tab character.893
ErrorsLine contains a tab character.894
ErrorsLine contains a tab character.895
ErrorsLine contains a tab character.896
ErrorsLine contains a tab character.897
ErrorsLine contains a tab character.898
ErrorsLine contains a tab character.899
ErrorsMethod 'isCurrentVolumePainCausing' is not designed for extension - needs to be abstract, final or empty.899
ErrorsLine contains a tab character.900
Errors'{' should be on the previous line.900
ErrorsLine contains a tab character.901
Errors'if' construct must use '{}'s.902
ErrorsLine contains a tab character.903
ErrorsLine contains a tab character.904
ErrorsLine contains a tab character.906
ErrorsLine contains a tab character.907
ErrorsLine contains a tab character.908
ErrorsLine contains a tab character.909
ErrorsLine contains a tab character.910
ErrorsLine is longer than 80 characters.911
ErrorsLine contains a tab character.911
ErrorsLine contains a tab character.912
ErrorsLine contains a tab character.913
ErrorsLine contains a tab character.914
ErrorsLine contains a tab character.915
ErrorsMethod 'getCurrentVolumeDamagePerSec' is not designed for extension - needs to be abstract, final or empty.915
ErrorsLine contains a tab character.916
Errors'{' should be on the previous line.916
ErrorsLine contains a tab character.917
Errors'if' construct must use '{}'s.918
ErrorsLine contains a tab character.919
ErrorsLine contains a tab character.920
ErrorsLine contains a tab character.922
ErrorsLine is longer than 80 characters.923
ErrorsLine contains a tab character.923
ErrorsLine contains a tab character.924
ErrorsLine contains a tab character.925
ErrorsLine contains a tab character.926
ErrorsLine contains a tab character.927
ErrorsLine contains a tab character.928
ErrorsLine contains a tab character.929
ErrorsLine contains a tab character.930
ErrorsMethod 'isCurrentVolumeDestructive' is not designed for extension - needs to be abstract, final or empty.930
ErrorsLine contains a tab character.931
Errors'{' should be on the previous line.931
ErrorsLine contains a tab character.932
Errors'if' construct must use '{}'s.933
ErrorsLine contains a tab character.934
ErrorsLine contains a tab character.935
ErrorsLine contains a tab character.937
ErrorsLine is longer than 80 characters.938
ErrorsLine contains a tab character.938
ErrorsLine contains a tab character.939
ErrorsLine contains a tab character.940
ErrorsLine contains a tab character.941
ErrorsLine contains a tab character.942
ErrorsLine contains a tab character.943
ErrorsLine contains a tab character.944
ErrorsLine contains a tab character.945
ErrorsMethod 'getCurrentVolumeDamageType' is not designed for extension - needs to be abstract, final or empty.945
ErrorsLine contains a tab character.946
Errors'{' should be on the previous line.946
ErrorsLine contains a tab character.947
Errors'if' construct must use '{}'s.948
ErrorsLine contains a tab character.949
ErrorsLine contains a tab character.950
ErrorsLine contains a tab character.952
ErrorsLine is longer than 80 characters.953
ErrorsLine contains a tab character.953
ErrorsLine is longer than 80 characters.954
ErrorsLine contains a tab character.954
ErrorsLine contains a tab character.955
ErrorsLine contains a tab character.956
ErrorsLine contains a tab character.957
ErrorsLine contains a tab character.958
ErrorsLine contains a tab character.959
ErrorsMethod 'isCurrentVolumeBanningInventory' is not designed for extension - needs to be abstract, final or empty.959
ErrorsLine contains a tab character.960
Errors'{' should be on the previous line.960
ErrorsLine contains a tab character.961
Errors'if' construct must use '{}'s.962
ErrorsLine contains a tab character.963
ErrorsLine contains a tab character.964
ErrorsLine contains a tab character.966
ErrorsLine is longer than 80 characters.967
ErrorsLine contains a tab character.967
ErrorsLine is longer than 80 characters.968
ErrorsLine contains a tab character.968
ErrorsLine contains a tab character.969
ErrorsLine contains a tab character.970
ErrorsLine contains a tab character.971
ErrorsLine is longer than 80 characters.972
ErrorsLine contains a tab character.972
ErrorsLine contains a tab character.973
ErrorsLine contains a tab character.974
ErrorsMethod 'isCurrentVolumeAffectingProjectiles' is not designed for extension - needs to be abstract, final or empty.974
ErrorsLine contains a tab character.975
Errors'{' should be on the previous line.975
ErrorsLine contains a tab character.976
Errors'if' construct must use '{}'s.977
ErrorsLine contains a tab character.978
ErrorsLine contains a tab character.979
ErrorsLine contains a tab character.981
ErrorsLine contains a tab character.982
ErrorsLine contains a tab character.983
ErrorsLine contains a tab character.984
ErrorsLine contains a tab character.985
ErrorsLine contains a tab character.986
ErrorsLine contains a tab character.987
ErrorsMethod 'isCurrentZoneNeutral' is not designed for extension - needs to be abstract, final or empty.987
ErrorsLine contains a tab character.988
Errors'{' should be on the previous line.988
ErrorsLine contains a tab character.989
Errors'if' construct must use '{}'s.990
ErrorsLine contains a tab character.991
ErrorsLine contains a tab character.992
ErrorsLine is longer than 80 characters.994
ErrorsLine contains a tab character.994
ErrorsLine contains a tab character.996
ErrorsLine contains a tab character.997
ErrorsLine contains a tab character.998
ErrorsLine contains a tab character.999
ErrorsLine contains a tab character.1000
ErrorsLine contains a tab character.1001
ErrorsLine contains a tab character.1002
ErrorsMethod 'getDamageScaling' is not designed for extension - needs to be abstract, final or empty.1002
ErrorsLine contains a tab character.1003
Errors'{' should be on the previous line.1003
ErrorsLine contains a tab character.1004
Errors'if' construct must use '{}'s.1005
ErrorsLine contains a tab character.1006
ErrorsLine contains a tab character.1007
ErrorsLine is longer than 80 characters.1009
ErrorsLine contains a tab character.1009
ErrorsLine contains a tab character.1011
ErrorsLine contains a tab character.1012
ErrorsLine contains a tab character.1013
ErrorsLine contains a tab character.1014
ErrorsLine contains a tab character.1015
ErrorsLine contains a tab character.1016
ErrorsMethod 'getBaseSpeed' is not designed for extension - needs to be abstract, final or empty.1016
ErrorsLine contains a tab character.1017
Errors'{' should be on the previous line.1017
ErrorsLine contains a tab character.1018
Errors'if' construct must use '{}'s.1019
ErrorsLine contains a tab character.1020
ErrorsLine contains a tab character.1021
ErrorsLine contains a tab character.1023
ErrorsLine contains a tab character.1024
ErrorsLine contains a tab character.1025
ErrorsLine contains a tab character.1026
ErrorsLine contains a tab character.1027
ErrorsLine contains a tab character.1028
ErrorsMethod 'getAirSpeed' is not designed for extension - needs to be abstract, final or empty.1028
ErrorsLine contains a tab character.1029
Errors'{' should be on the previous line.1029
ErrorsLine contains a tab character.1030
Errors'if' construct must use '{}'s.1031
ErrorsLine contains a tab character.1032
ErrorsLine contains a tab character.1033
ErrorsLine contains a tab character.1035
ErrorsLine contains a tab character.1036
ErrorsLine contains a tab character.1037
ErrorsLine contains a tab character.1038
ErrorsLine contains a tab character.1039
ErrorsLine contains a tab character.1040
ErrorsMethod 'getLadderSpeed' is not designed for extension - needs to be abstract, final or empty.1040
ErrorsLine contains a tab character.1041
Errors'{' should be on the previous line.1041
ErrorsLine contains a tab character.1042
Errors'if' construct must use '{}'s.1043
ErrorsLine contains a tab character.1044
ErrorsLine contains a tab character.1045
ErrorsLine contains a tab character.1047
ErrorsLine contains a tab character.1048
ErrorsLine contains a tab character.1049
ErrorsLine contains a tab character.1050
ErrorsLine contains a tab character.1051
ErrorsLine contains a tab character.1052
ErrorsMethod 'getWaterSpeed' is not designed for extension - needs to be abstract, final or empty.1052
ErrorsLine contains a tab character.1053
Errors'{' should be on the previous line.1053
ErrorsLine contains a tab character.1054
Errors'if' construct must use '{}'s.1055
ErrorsLine contains a tab character.1056
ErrorsLine contains a tab character.1057
ErrorsLine contains a tab character.1059
ErrorsLine contains a tab character.1060
ErrorsLine contains a tab character.1061
ErrorsLine contains a tab character.1062
ErrorsLine contains a tab character.1063
ErrorsLine contains a tab character.1064
ErrorsMethod 'getFallSpeed' is not designed for extension - needs to be abstract, final or empty.1064
ErrorsLine contains a tab character.1065
Errors'{' should be on the previous line.1065
ErrorsLine contains a tab character.1066
Errors'if' construct must use '{}'s.1067
ErrorsLine contains a tab character.1068
ErrorsLine contains a tab character.1069
ErrorsLine contains a tab character.1071
ErrorsLine contains a tab character.1072
ErrorsLine contains a tab character.1073
ErrorsLine contains a tab character.1074
ErrorsLine contains a tab character.1075
ErrorsLine contains a tab character.1076
ErrorsLine contains a tab character.1077
ErrorsLine contains a tab character.1078
ErrorsMethod 'getDodgeSpeedFactor' is not designed for extension - needs to be abstract, final or empty.1078
ErrorsLine contains a tab character.1079
Errors'{' should be on the previous line.1079
ErrorsLine contains a tab character.1080
Errors'if' construct must use '{}'s.1081
ErrorsLine contains a tab character.1082
ErrorsLine contains a tab character.1083
ErrorsLine contains a tab character.1085
ErrorsLine contains a tab character.1086
ErrorsLine contains a tab character.1087
ErrorsLine contains a tab character.1088
ErrorsLine contains a tab character.1089
ErrorsLine contains a tab character.1090
ErrorsMethod 'getAccelerationRate' is not designed for extension - needs to be abstract, final or empty.1090
ErrorsLine contains a tab character.1091
Errors'{' should be on the previous line.1091
ErrorsLine contains a tab character.1092
Errors'if' construct must use '{}'s.1093
ErrorsLine contains a tab character.1094
ErrorsLine contains a tab character.1095
ErrorsLine contains a tab character.1097
ErrorsLine contains a tab character.1098
ErrorsLine contains a tab character.1099
ErrorsLine contains a tab character.1100
ErrorsLine contains a tab character.1101
ErrorsLine contains a tab character.1102
ErrorsLine contains a tab character.1103
ErrorsMethod 'getAirControl' is not designed for extension - needs to be abstract, final or empty.1103
ErrorsLine contains a tab character.1104
Errors'{' should be on the previous line.1104
ErrorsLine contains a tab character.1105
Errors'if' construct must use '{}'s.1106
ErrorsLine contains a tab character.1107
ErrorsLine contains a tab character.1108
ErrorsLine contains a tab character.1110
ErrorsLine contains a tab character.1111
ErrorsLine contains a tab character.1112
ErrorsLine contains a tab character.1113
ErrorsLine contains a tab character.1114
ErrorsLine contains a tab character.1115
ErrorsMethod 'getJumpZBoost' is not designed for extension - needs to be abstract, final or empty.1115
ErrorsLine contains a tab character.1116
Errors'{' should be on the previous line.1116
ErrorsLine contains a tab character.1117
Errors'if' construct must use '{}'s.1118
ErrorsLine contains a tab character.1119
ErrorsLine contains a tab character.1120
ErrorsLine contains a tab character.1122
ErrorsLine contains a tab character.1123
ErrorsLine contains a tab character.1124
ErrorsLine contains a tab character.1125
ErrorsLine contains a tab character.1126
ErrorsLine contains a tab character.1127
ErrorsMethod 'getDodgeZBoost' is not designed for extension - needs to be abstract, final or empty.1127
ErrorsLine contains a tab character.1128
Errors'{' should be on the previous line.1128
ErrorsLine contains a tab character.1129
Errors'if' construct must use '{}'s.1130
ErrorsLine contains a tab character.1131
ErrorsLine contains a tab character.1132
ErrorsLine is longer than 80 characters.1134
ErrorsLine contains a tab character.1134
ErrorsLine contains a tab character.1136
ErrorsLine contains a tab character.1137
ErrorsLine contains a tab character.1138
ErrorsLine contains a tab character.1139
ErrorsLine contains a tab character.1140
ErrorsLine contains a tab character.1141
ErrorsMethod 'getTime' is not designed for extension - needs to be abstract, final or empty.1141
ErrorsLine contains a tab character.1142
Errors'{' should be on the previous line.1142
Errors'if' construct must use '{}'s.1143
ErrorsLine contains a tab character.1144
ErrorsLine contains a tab character.1145
ErrorsLine is longer than 80 characters.1147
ErrorsLine contains a tab character.1147
ErrorsLine has trailing spaces.1148
ErrorsLine contains a tab character.1148
ErrorsLine contains a tab character.1149
ErrorsLine contains a tab character.1150
ErrorsLine contains a tab character.1151
ErrorsLine contains a tab character.1152
ErrorsLine contains a tab character.1153
ErrorsMethod 'getConfig' is not designed for extension - needs to be abstract, final or empty.1153
ErrorsLine contains a tab character.1154
ErrorsLine contains a tab character.1155
ErrorsLine has trailing spaces.1156
ErrorsLine contains a tab character.1156
ErrorsLine is longer than 80 characters.1157
ErrorsLine contains a tab character.1157
ErrorsLine has trailing spaces.1158
ErrorsLine contains a tab character.1158
ErrorsLine has trailing spaces.1159
ErrorsLine contains a tab character.1159
ErrorsLine contains a tab character.1160
ErrorsLine contains a tab character.1161
ErrorsLine contains a tab character.1162
ErrorsLine contains a tab character.1163
ErrorsLine has trailing spaces.1164
ErrorsLine contains a tab character.1164
ErrorsLine contains a tab character.1165
ErrorsLine contains a tab character.1166
ErrorsLine contains a tab character.1167
ErrorsMethod 'getNearestNavPoint' is not designed for extension - needs to be abstract, final or empty.1167
Errors'if' construct must use '{}'s.1168
ErrorsLine is longer than 80 characters.1169
ErrorsLine contains a tab character.1169
ErrorsLine contains a tab character.1170
ErrorsLine has trailing spaces.1171
ErrorsLine contains a tab character.1171
ErrorsLine contains a tab character.1172
ErrorsLine contains a tab character.1173
ErrorsLine contains a tab character.1174
ErrorsLine contains a tab character.1175
ErrorsLine has trailing spaces.1176
ErrorsLine contains a tab character.1176
ErrorsLine contains a tab character.1177
ErrorsLine contains a tab character.1178
ErrorsLine contains a tab character.1179
ErrorsMethod 'getNearestVisibleNavPoint' is not designed for extension - needs to be abstract, final or empty.1179
Errors'if' construct must use '{}'s.1180
ErrorsLine is longer than 80 characters.1181
ErrorsLine contains a tab character.1181
ErrorsLine contains a tab character.1182
ErrorsLine has trailing spaces.1183
ErrorsLine contains a tab character.1183
ErrorsLine contains a tab character.1184
ErrorsLine contains a tab character.1185
ErrorsLine contains a tab character.1186
ErrorsLine contains a tab character.1187
ErrorsLine has trailing spaces.1188
ErrorsLine contains a tab character.1188
ErrorsLine contains a tab character.1189
ErrorsLine contains a tab character.1190
ErrorsLine contains a tab character.1191
ErrorsMethod 'getNearestItem' is not designed for extension - needs to be abstract, final or empty.1191
Errors'if' construct must use '{}'s.1192
ErrorsLine is longer than 80 characters.1193
ErrorsLine contains a tab character.1193
ErrorsLine contains a tab character.1194
ErrorsLine has trailing spaces.1195
ErrorsLine contains a tab character.1195
ErrorsLine contains a tab character.1196
ErrorsLine contains a tab character.1197
ErrorsLine contains a tab character.1198
ErrorsLine contains a tab character.1199
ErrorsLine has trailing spaces.1200
ErrorsLine contains a tab character.1200
ErrorsLine contains a tab character.1201
ErrorsLine contains a tab character.1202
ErrorsLine contains a tab character.1203
ErrorsMethod 'getNearestVisibleItem' is not designed for extension - needs to be abstract, final or empty.1203
Errors'if' construct must use '{}'s.1204
ErrorsLine is longer than 80 characters.1205
ErrorsLine contains a tab character.1205
ErrorsLine contains a tab character.1206
ErrorsLine has trailing spaces.1207
ErrorsLine contains a tab character.1207
ErrorsLine contains a tab character.1208
ErrorsLine contains a tab character.1209
ErrorsLine contains a tab character.1210
ErrorsLine contains a tab character.1211
ErrorsLine has trailing spaces.1212
ErrorsLine contains a tab character.1212
ErrorsLine contains a tab character.1213
ErrorsLine contains a tab character.1214
ErrorsLine contains a tab character.1215
ErrorsMethod 'getNearestPlayer' is not designed for extension - needs to be abstract, final or empty.1215
Errors'if' construct must use '{}'s.1216
ErrorsLine is longer than 80 characters.1217
ErrorsLine contains a tab character.1217
ErrorsLine contains a tab character.1218
ErrorsLine has trailing spaces.1219
ErrorsLine contains a tab character.1219
ErrorsLine contains a tab character.1220
ErrorsLine contains a tab character.1221
ErrorsLine contains a tab character.1222
ErrorsLine contains a tab character.1223
ErrorsLine has trailing spaces.1224
ErrorsLine contains a tab character.1224
ErrorsLine contains a tab character.1225
ErrorsLine contains a tab character.1226
ErrorsLine contains a tab character.1227
ErrorsMethod 'getNearestVisiblePlayer' is not designed for extension - needs to be abstract, final or empty.1227
Errors'if' construct must use '{}'s.1228
ErrorsLine is longer than 80 characters.1229
ErrorsLine contains a tab character.1229
ErrorsLine contains a tab character.1230
ErrorsLine has trailing spaces.1231
ErrorsLine contains a tab character.1231
ErrorsLine is longer than 80 characters.1232
ErrorsLine contains a tab character.1232
ErrorsLine contains a tab character.1234
ErrorsLine contains a tab character.1235
ErrorsVariable 'self' must be private and have accessor methods.1235
ErrorsLine has trailing spaces.1236
ErrorsLine contains a tab character.1236
ErrorsLine contains a tab character.1237
ErrorsLine contains a tab character.1238
ErrorsVariable 'suicides' must be private and have accessor methods.1238
ErrorsLine has trailing spaces.1239
ErrorsLine contains a tab character.1239
ErrorsLine contains a tab character.1240
ErrorsLine contains a tab character.1241
ErrorsVariable 'kills' must be private and have accessor methods.1241
ErrorsLine has trailing spaces.1242
ErrorsLine contains a tab character.1242
ErrorsLine contains a tab character.1243
ErrorsLine contains a tab character.1244
ErrorsVariable 'lastInitedMessage' must be private and have accessor methods.1244
ErrorsLine contains a tab character.1246
ErrorsLine contains a tab character.1247
ErrorsVariable 'lastPlayerScore' must be private and have accessor methods.1247
ErrorsLine is longer than 80 characters.1249
ErrorsLine contains a tab character.1249
ErrorsLine contains a tab character.1250
ErrorsVariable 'lastTeamScore' must be private and have accessor methods.1250
ErrorsLine is longer than 80 characters.1252
ErrorsLine contains a tab character.1252
ErrorsLine contains a tab character.1253
ErrorsVariable 'lastVolumeChanged' must be private and have accessor methods.1253
ErrorsLine has trailing spaces.1254
ErrorsLine contains a tab character.1254
ErrorsLine contains a tab character.1255
ErrorsLine contains a tab character.1256
ErrorsVariable 'lastConfig' must be private and have accessor methods.1256
ErrorsLine is longer than 80 characters.1258
ErrorsLine contains a tab character.1258
ErrorsLine has trailing spaces.1259
ErrorsLine contains a tab character.1259
ErrorsLine contains a tab character.1260
ErrorsLine contains a tab character.1261
ErrorsLine contains a tab character.1262
ErrorsLine is longer than 80 characters.1263
ErrorsLine contains a tab character.1263
ErrorsLine contains a tab character.1265
ErrorsMissing a Javadoc comment.1265
ErrorsParameter worldView should be final.1265
ErrorsLine contains a tab character.1266
ErrorsLine contains a tab character.1267
ErrorsLine has trailing spaces.1268
ErrorsLine contains a tab character.1268
ErrorsLine contains a tab character.1269
ErrorsLine contains a tab character.1270
ErrorsParameter event should be final.1270
Errors'if' construct must use '{}'s.1271
ErrorsLine contains a tab character.1271
ErrorsComment matches to-do format 'TODO:'.1272
ErrorsLine contains a tab character.1272
ErrorsLine is longer than 80 characters.1273
ErrorsLine contains a tab character.1273
ErrorsLine contains a tab character.1274
ErrorsLine contains a tab character.1275
ErrorsLine contains a tab character.1276
ErrorsLine has trailing spaces.1277
ErrorsLine contains a tab character.1277
ErrorsLine contains a tab character.1278
ErrorsLine has trailing spaces.1279
ErrorsLine contains a tab character.1279
ErrorsLine contains a tab character.1280
ErrorsLine contains a tab character.1281
ErrorsVariable 'botKilledListener' must be private and have accessor methods.1281
ErrorsLine has trailing spaces.1282
ErrorsLine contains a tab character.1282
ErrorsLine is longer than 80 characters.1283
ErrorsLine contains a tab character.1283
ErrorsLine has trailing spaces.1284
ErrorsLine contains a tab character.1284
ErrorsLine is longer than 80 characters.1285
ErrorsMissing a Javadoc comment.1285
ErrorsLine contains a tab character.1285
ErrorsLine contains a tab character.1287
ErrorsMissing a Javadoc comment.1287
ErrorsParameter worldView should be final.1287
ErrorsLine contains a tab character.1288
ErrorsLine contains a tab character.1289
ErrorsLine has trailing spaces.1290
ErrorsLine contains a tab character.1290
ErrorsLine contains a tab character.1291
ErrorsLine contains a tab character.1292
ErrorsParameter event should be final.1292
Errors'if' construct must use '{}'s.1293
ErrorsLine contains a tab character.1293
ErrorsLine is longer than 80 characters.1294
ErrorsLine contains a tab character.1294
ErrorsLine contains a tab character.1295
ErrorsLine has trailing spaces.1296
ErrorsLine contains a tab character.1296
ErrorsLine contains a tab character.1297
ErrorsLine has trailing spaces.1298
ErrorsLine contains a tab character.1298
ErrorsLine contains a tab character.1299
ErrorsLine has trailing spaces.1300
ErrorsLine contains a tab character.1300
ErrorsLine contains a tab character.1301
ErrorsLine contains a tab character.1302
ErrorsVariable 'playerKilledListener' must be private and have accessor methods.1302
ErrorsLine has trailing spaces.1303
ErrorsLine contains a tab character.1303
ErrorsLine is longer than 80 characters.1304
ErrorsLine contains a tab character.1304
ErrorsLine contains a tab character.1306
ErrorsLine contains a tab character.1307
ErrorsLine contains a tab character.1308
ErrorsLine is longer than 80 characters.1309
ErrorsLine contains a tab character.1309
ErrorsLine contains a tab character.1310
ErrorsLine contains a tab character.1311
ErrorsLine contains a tab character.1312
ErrorsParameter event should be final.1312
ErrorsLine contains a tab character.1313
Errors'{' should be on the previous line.1313
ErrorsLine contains a tab character.1314
ErrorsLine contains a tab character.1315
ErrorsLine contains a tab character.1317
ErrorsLine contains a tab character.1318
ErrorsLine contains a tab character.1319
ErrorsLine contains a tab character.1320
ErrorsLine contains a tab character.1321
ErrorsParameter worldView should be final.1321
ErrorsLine contains a tab character.1322
Errors'{' should be on the previous line.1322
ErrorsLine is longer than 80 characters.1323
ErrorsLine contains a tab character.1323
ErrorsLine contains a tab character.1324
ErrorsLine contains a tab character.1325
ErrorsFirst sentence should end with a period.1327
ErrorsLine contains a tab character.1327
ErrorsLine contains a tab character.1328
ErrorsLine is longer than 80 characters.1330
ErrorsLine contains a tab character.1330
ErrorsLine contains a tab character.1332
ErrorsLine contains a tab character.1333
ErrorsLine contains a tab character.1334
ErrorsLine is longer than 80 characters.1335
ErrorsLine contains a tab character.1335
ErrorsLine contains a tab character.1336
Errors'{' should be on the previous line.1336
ErrorsLine contains a tab character.1337
ErrorsLine contains a tab character.1338
ErrorsParameter event should be final.1338
ErrorsLine contains a tab character.1339
Errors'{' should be on the previous line.1339
ErrorsLine contains a tab character.1340
ErrorsLine contains a tab character.1341
ErrorsLine contains a tab character.1343
ErrorsLine contains a tab character.1344
ErrorsLine contains a tab character.1345
ErrorsLine contains a tab character.1346
ErrorsLine contains a tab character.1347
ErrorsParameter worldView should be final.1347
ErrorsLine contains a tab character.1348
Errors'{' should be on the previous line.1348
ErrorsLine contains a tab character.1349
ErrorsLine contains a tab character.1350
ErrorsLine contains a tab character.1351
ErrorsFirst sentence should end with a period.1353
ErrorsLine contains a tab character.1353
ErrorsLine contains a tab character.1354
ErrorsLine is longer than 80 characters.1356
ErrorsLine contains a tab character.1356
ErrorsLine has trailing spaces.1357
ErrorsLine contains a tab character.1357
ErrorsLine contains a tab character.1358
ErrorsLine contains a tab character.1359
ErrorsLine contains a tab character.1360
ErrorsLine is longer than 80 characters.1361
ErrorsLine contains a tab character.1361
ErrorsLine contains a tab character.1362
ErrorsLine has trailing spaces.1363
ErrorsLine contains a tab character.1363
ErrorsLine contains a tab character.1364
ErrorsLine contains a tab character.1365
ErrorsLine contains a tab character.1366
ErrorsLine contains a tab character.1367
ErrorsLine contains a tab character.1368
ErrorsParameter worldView should be final.1368
ErrorsLine contains a tab character.1369
Errors'{' should be on the previous line.1369
ErrorsLine contains a tab character.1370
ErrorsLine contains a tab character.1371
ErrorsLine contains a tab character.1373
ErrorsLine contains a tab character.1374
ErrorsParameter event should be final.1374
ErrorsLine contains a tab character.1375
ErrorsLine contains a tab character.1376
ErrorsLine contains a tab character.1377
ErrorsFirst sentence should end with a period.1379
ErrorsLine contains a tab character.1379
ErrorsLine contains a tab character.1380
ErrorsLine is longer than 80 characters.1382
ErrorsLine contains a tab character.1382
ErrorsLine contains a tab character.1384
ErrorsLine contains a tab character.1385
ErrorsLine contains a tab character.1386
ErrorsLine is longer than 80 characters.1387
ErrorsLine contains a tab character.1387
ErrorsLine contains a tab character.1388
ErrorsLine contains a tab character.1389
ErrorsLine contains a tab character.1390
ErrorsParameter event should be final.1390
ErrorsLine contains a tab character.1391
Errors'{' should be on the previous line.1391
ErrorsLine contains a tab character.1392
ErrorsLine contains a tab character.1393
ErrorsLine contains a tab character.1395
ErrorsLine contains a tab character.1396
ErrorsLine contains a tab character.1397
ErrorsLine contains a tab character.1398
ErrorsLine contains a tab character.1399
ErrorsParameter worldView should be final.1399
ErrorsLine contains a tab character.1400
Errors'{' should be on the previous line.1400
ErrorsLine contains a tab character.1401
ErrorsLine contains a tab character.1402
ErrorsLine contains a tab character.1403
ErrorsFirst sentence should end with a period.1405
ErrorsLine contains a tab character.1405
ErrorsLine contains a tab character.1406
ErrorsLine is longer than 80 characters.1408
ErrorsLine contains a tab character.1408
ErrorsLine contains a tab character.1410
ErrorsLine contains a tab character.1411
ErrorsLine contains a tab character.1412
ErrorsLine is longer than 80 characters.1413
ErrorsLine contains a tab character.1413
ErrorsLine contains a tab character.1414
ErrorsLine contains a tab character.1415
ErrorsMissing a Javadoc comment.1415
ErrorsLine contains a tab character.1417
ErrorsLine contains a tab character.1418
ErrorsLine contains a tab character.1419
ErrorsLine contains a tab character.1420
ErrorsLine contains a tab character.1421
ErrorsParameter worldView should be final.1421
Errors'worldView' hides a field.1421
ErrorsLine contains a tab character.1422
Errors'{' should be on the previous line.1422
ErrorsLine contains a tab character.1423
ErrorsLine is longer than 80 characters.1424
ErrorsLine contains a tab character.1424
ErrorsLine contains a tab character.1425
ErrorsLine contains a tab character.1427
ErrorsLine is longer than 80 characters.1428
ErrorsLine contains a tab character.1428
ErrorsParameter event should be final.1428
ErrorsLine has trailing spaces.1429
ErrorsLine contains a tab character.1429
ErrorsLine contains a tab character.1430
ErrorsLine contains a tab character.1431
ErrorsFirst sentence should end with a period.1433
ErrorsLine contains a tab character.1433
ErrorsLine contains a tab character.1434
ErrorsLine is longer than 80 characters.1437
ErrorsLine contains a tab character.1437
ErrorsLine has trailing spaces.1438
ErrorsLine contains a tab character.1438
ErrorsLine contains a tab character.1439
ErrorsLine contains a tab character.1440
ErrorsLine contains a tab character.1441
ErrorsLine is longer than 80 characters.1442
ErrorsLine contains a tab character.1442
ErrorsLine contains a tab character.1443
ErrorsLine contains a tab character.1444
ErrorsMissing a Javadoc comment.1444
ErrorsLine contains a tab character.1446
ErrorsLine contains a tab character.1447
ErrorsLine contains a tab character.1448
ErrorsLine contains a tab character.1449
ErrorsLine contains a tab character.1450
ErrorsParameter worldView should be final.1450
Errors'worldView' hides a field.1450
ErrorsLine contains a tab character.1451
Errors'{' should be on the previous line.1451
ErrorsLine is longer than 80 characters.1452
ErrorsLine contains a tab character.1452
ErrorsLine contains a tab character.1453
ErrorsLine contains a tab character.1454
ErrorsLine contains a tab character.1456
ErrorsLine contains a tab character.1457
ErrorsParameter event should be final.1457
ErrorsLine has trailing spaces.1458
ErrorsLine contains a tab character.1458
ErrorsLine contains a tab character.1459
ErrorsLine contains a tab character.1460
ErrorsFirst sentence should end with a period.1462
ErrorsLine contains a tab character.1462
ErrorsLine contains a tab character.1463
ErrorsLine is longer than 80 characters.1466
ErrorsLine contains a tab character.1466
ErrorsLine contains a tab character.1468
ErrorsMethod 'getSelf' is not designed for extension - needs to be abstract, final or empty.1468
ErrorsMissing a Javadoc comment.1468
ErrorsLine contains a tab character.1469
ErrorsLine contains a tab character.1470
ErrorsLine contains a tab character.1472
ErrorsLine contains a tab character.1473
ErrorsVariable 'game' must be private and have accessor methods.1473
ErrorsLine has trailing spaces.1474
ErrorsLine contains a tab character.1474
ErrorsLine contains a tab character.1475
ErrorsLine contains a tab character.1476
ErrorsLine contains a tab character.1477
ErrorsUnused @param tag for 'game'.1477
ErrorsLine contains a tab character.1478
ErrorsLine contains a tab character.1479
ErrorsParameter bot should be final.1479
ErrorsExpected @param tag for 'bot'.1479
ErrorsLine contains a tab character.1480
ErrorsLine contains a tab character.1481
ErrorsLine has trailing spaces.1482
ErrorsLine contains a tab character.1482
ErrorsLine contains a tab character.1483
ErrorsLine contains a tab character.1484
ErrorsLine contains a tab character.1485
ErrorsLine contains a tab character.1486
ErrorsLine contains a tab character.1487
ErrorsLine contains a tab character.1488
ErrorsParameter bot should be final.1488
ErrorsParameter game should be final.1488
Errors'game' hides a field.1488
ErrorsLine contains a tab character.1489
ErrorsLine contains a tab character.1490
ErrorsLine contains a tab character.1492
ErrorsLine contains a tab character.1493
ErrorsLine contains a tab character.1494
ErrorsLine contains a tab character.1495
ErrorsLine is longer than 80 characters.1496
ErrorsLine contains a tab character.1496
ErrorsLine contains a tab character.1497
ErrorsLine contains a tab character.1498
ErrorsLine contains a tab character.1499
ErrorsParameter bot should be final.1499
ErrorsParameter game should be final.1499
Errors'game' hides a field.1499
ErrorsParameter log should be final.1499
ErrorsLine contains a tab character.1500
Errors'{' should be on the previous line.1500
ErrorsLine contains a tab character.1501
ErrorsLine contains a tab character.1503
ErrorsLine contains a tab character.1504
ErrorsLine has trailing spaces.1505
ErrorsLine contains a tab character.1505
ErrorsLine contains a tab character.1506
ErrorsLine contains a tab character.1507
ErrorsLine contains a tab character.1508
ErrorsLine contains a tab character.1509
ErrorsLine contains a tab character.1510
ErrorsLine contains a tab character.1511
ErrorsLine contains a tab character.1512
ErrorsLine contains a tab character.1513
ErrorsLine contains a tab character.1514
ErrorsLine contains a tab character.1515
ErrorsLine has trailing spaces.1516
ErrorsLine contains a tab character.1516
ErrorsLine contains a tab character.1517
ErrorsLine is longer than 80 characters.1518
ErrorsLine contains a tab character.1518
ErrorsLine contains a tab character.1519
ErrorsLine contains a tab character.1520
ErrorsLine contains a tab character.1521
ErrorsMethod 'start' is not designed for extension - needs to be abstract, final or empty.1521
ErrorsLine contains a tab character.1522
ErrorsParameter startPaused should be final.1522
ErrorsExpected @param tag for 'startPaused'.1522
ErrorsLine contains a tab character.1523
ErrorsLine contains a tab character.1524
ErrorsLine contains a tab character.1525
ErrorsLine contains a tab character.1526
ErrorsLine contains a tab character.1527
ErrorsLine contains a tab character.1528
ErrorsLine contains a tab character.1529
ErrorsLine contains a tab character.1530
ErrorsLine contains a tab character.1531
ErrorsLine contains a tab character.1532
ErrorsLine has trailing spaces.1533

cz/cuni/amis/pogamut/udk/agent/module/sensor/Game.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsUnused import - cz.cuni.amis.pogamut.udk.bot.IUDKBotController.13
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.30
ErrorsLine is longer than 80 characters.31
Errors'{' should be on the previous line.38
ErrorsLine contains a tab character.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.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
Errors'{' should be on the previous line.45
ErrorsLine is longer than 80 characters.46
ErrorsLine contains a tab character.46
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 is longer than 80 characters.52
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.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
ErrorsParameter type should be final.63
ErrorsLine contains a tab character.64
Errors'{' should be on the previous line.64
Errors'if' construct must use '{}'s.65
ErrorsLine is longer than 80 characters.65
ErrorsLine contains a tab character.65
Errors'if' construct must use '{}'s.66
ErrorsLine is longer than 80 characters.66
ErrorsLine contains a tab character.66
Errors'if' construct must use '{}'s.67
ErrorsLine is longer than 80 characters.67
ErrorsLine contains a tab character.67
Errors'if' construct must use '{}'s.68
ErrorsLine is longer than 80 characters.68
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsMethod 'getGameType' is not designed for extension - needs to be abstract, final or empty.78
ErrorsLine contains a tab character.79
Errors'{' should be on the previous line.79
ErrorsLine contains a tab character.80
Errors'if' construct must use '{}'s.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine is longer than 80 characters.85
ErrorsLine contains a tab character.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
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsMethod 'getMapName' is not designed for extension - needs to be abstract, final or empty.92
ErrorsLine contains a tab character.93
Errors'{' should be on the previous line.93
ErrorsLine contains a tab character.94
Errors'if' construct must use '{}'s.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine is longer than 80 characters.99
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsMethod 'getTime' is not designed for extension - needs to be abstract, final or empty.108
ErrorsLine contains a tab character.109
Errors'{' should be on the previous line.109
ErrorsLine contains a tab character.110
Errors'if' construct must use '{}'s.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsMethod 'getTimeLimit' is not designed for extension - needs to be abstract, final or empty.126
ErrorsLine contains a tab character.127
Errors'{' should be on the previous line.127
ErrorsLine contains a tab character.128
Errors'if' construct must use '{}'s.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
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.138
ErrorsLine contains a tab character.139
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 contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
ErrorsMethod 'getRemainingTime' is not designed for extension - needs to be abstract, final or empty.147
ErrorsLine contains a tab character.148
Errors'{' should be on the previous line.148
ErrorsLine contains a tab character.149
Errors'if' construct must use '{}'s.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsLine is longer than 80 characters.154
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsMethod 'getFragLimit' is not designed for extension - needs to be abstract, final or empty.164
ErrorsLine contains a tab character.165
Errors'{' should be on the previous line.165
ErrorsLine contains a tab character.166
Errors'if' construct must use '{}'s.167
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.171
ErrorsLine is longer than 80 characters.172
ErrorsLine contains a tab character.172
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
ErrorsMethod 'getTeamScoreLimit' is not designed for extension - needs to be abstract, final or empty.179
ErrorsLine contains a tab character.180
Errors'{' should be on the previous line.180
ErrorsLine contains a tab character.181
ErrorsLine is longer than 80 characters.182
ErrorsLine contains a tab character.182
Errors'if' construct must use '{}'s.183
ErrorsLine contains a tab character.184
Errors'cast' is not followed by whitespace.184
ErrorsLine contains a tab character.185
ErrorsLine is longer than 80 characters.187
ErrorsLine contains a tab character.187
ErrorsLine contains a tab character.189
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
ErrorsLine is longer than 80 characters.193
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.197
ErrorsMethod 'getMaxTeams' is not designed for extension - needs to be abstract, final or empty.197
ErrorsLine contains a tab character.198
Errors'{' should be on the previous line.198
ErrorsLine contains a tab character.199
Errors'if' construct must use '{}'s.200
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.204
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.206
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.209
ErrorsLine contains a tab character.210
ErrorsMethod 'getMaxTeamSize' is not designed for extension - needs to be abstract, final or empty.210
ErrorsLine contains a tab character.211
Errors'{' should be on the previous line.211
ErrorsLine contains a tab character.212
Errors'if' construct must use '{}'s.213
ErrorsLine contains a tab character.214
ErrorsLine contains a tab character.215
ErrorsLine is longer than 80 characters.217
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.220
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
ErrorsLine contains a tab character.223
ErrorsLine contains a tab character.224
ErrorsLine contains a tab character.225
ErrorsLine contains a tab character.226
ErrorsLine contains a tab character.227
ErrorsLine contains a tab character.228
ErrorsMethod 'getStartHealth' is not designed for extension - needs to be abstract, final or empty.228
ErrorsLine contains a tab character.229
Errors'{' should be on the previous line.229
ErrorsLine contains a tab character.230
Errors'if' construct must use '{}'s.231
ErrorsLine contains a tab character.232
ErrorsLine contains a tab character.233
ErrorsLine contains a tab character.235
ErrorsLine is longer than 80 characters.236
ErrorsLine contains a tab character.236
ErrorsLine contains a tab character.237
ErrorsLine contains a tab character.238
ErrorsLine contains a tab character.239
ErrorsLine contains a tab character.240
ErrorsLine contains a tab character.241
ErrorsLine contains a tab character.242
ErrorsLine contains a tab character.243
ErrorsLine contains a tab character.244
ErrorsMethod 'getFullHealth' is not designed for extension - needs to be abstract, final or empty.244
ErrorsLine contains a tab character.245
Errors'{' should be on the previous line.245
ErrorsLine contains a tab character.246
Errors'if' construct must use '{}'s.247
ErrorsLine contains a tab character.248
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.251
ErrorsLine contains a tab character.252
ErrorsLine contains a tab character.253
ErrorsLine contains a tab character.254
ErrorsLine contains a tab character.255
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
ErrorsMethod 'getMaxHealth' is not designed for extension - needs to be abstract, final or empty.261
ErrorsLine contains a tab character.262
Errors'{' should be on the previous line.262
ErrorsLine contains a tab character.263
Errors'if' construct must use '{}'s.264
ErrorsLine contains a tab character.265
ErrorsLine contains a tab character.266
ErrorsLine is longer than 80 characters.268
ErrorsLine contains a tab character.268
ErrorsLine contains a tab character.270
ErrorsLine contains a tab character.271
ErrorsLine contains a tab character.272
ErrorsLine is longer than 80 characters.273
ErrorsLine contains a tab character.273
ErrorsLine contains a tab character.274
ErrorsLine contains a tab character.275
ErrorsLine contains a tab character.276
ErrorsLine contains a tab character.277
ErrorsLine contains a tab character.278
ErrorsLine contains a tab character.279
ErrorsLine contains a tab character.280
ErrorsLine contains a tab character.281
ErrorsMethod 'getMaxArmor' is not designed for extension - needs to be abstract, final or empty.281
ErrorsLine contains a tab character.282
Errors'{' should be on the previous line.282
ErrorsLine contains a tab character.283
Errors'if' construct must use '{}'s.284
ErrorsLine contains a tab character.285
ErrorsLine contains a tab character.286
ErrorsLine contains a tab character.288
ErrorsLine contains a tab character.289
ErrorsLine contains a tab character.290
ErrorsLine is longer than 80 characters.291
ErrorsLine contains a tab character.291
ErrorsLine contains a tab character.292
ErrorsLine contains a tab character.293
ErrorsLine contains a tab character.294
ErrorsLine contains a tab character.295
ErrorsLine contains a tab character.296
ErrorsLine contains a tab character.297
ErrorsLine contains a tab character.298
ErrorsLine contains a tab character.299
ErrorsLine contains a tab character.300
ErrorsLine contains a tab character.301
ErrorsMethod 'getMaxLowArmor' is not designed for extension - needs to be abstract, final or empty.301
ErrorsLine contains a tab character.302
Errors'{' should be on the previous line.302
ErrorsLine contains a tab character.303
ErrorsLine contains a tab character.304
Errors'50' is a magic number.304
ErrorsLine contains a tab character.305
ErrorsLine contains a tab character.307
ErrorsLine contains a tab character.308
ErrorsLine contains a tab character.309
ErrorsLine is longer than 80 characters.310
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.318
ErrorsLine contains a tab character.319
ErrorsLine contains a tab character.320
ErrorsMethod 'getMaxHighArmor' is not designed for extension - needs to be abstract, final or empty.320
ErrorsLine contains a tab character.321
Errors'{' should be on the previous line.321
ErrorsLine contains a tab character.322
ErrorsLine contains a tab character.323
Errors'100' is a magic number.323
ErrorsLine contains a tab character.324
ErrorsLine is longer than 80 characters.326
ErrorsLine contains a tab character.326
ErrorsLine contains a tab character.328
ErrorsLine is longer than 80 characters.329
ErrorsLine contains a tab character.329
ErrorsLine contains a tab character.330
ErrorsLine contains a tab character.331
ErrorsLine contains a tab character.332
ErrorsLine contains a tab character.333
ErrorsLine contains a tab character.334
ErrorsMethod 'getStartAdrenaline' is not designed for extension - needs to be abstract, final or empty.334
ErrorsLine contains a tab character.335
Errors'{' should be on the previous line.335
ErrorsLine contains a tab character.336
ErrorsLine contains a tab character.337
Errors'if' construct must use '{}'s.338
ErrorsLine contains a tab character.339
Errors'cast' is not followed by whitespace.339
ErrorsLine contains a tab character.340
ErrorsLine contains a tab character.342
ErrorsLine contains a tab character.343
ErrorsLine contains a tab character.344
ErrorsLine contains a tab character.345
ErrorsLine is longer than 80 characters.346
ErrorsLine contains a tab character.346
ErrorsLine contains a tab character.347
ErrorsLine is longer than 80 characters.348
ErrorsLine contains a tab character.348
ErrorsLine contains a tab character.349
ErrorsLine contains a tab character.350
ErrorsLine contains a tab character.351
ErrorsLine contains a tab character.352
ErrorsLine contains a tab character.353
ErrorsMethod 'getTargetAdrenaline' is not designed for extension - needs to be abstract, final or empty.353
ErrorsLine contains a tab character.354
Errors'{' should be on the previous line.354
ErrorsLine contains a tab character.355
ErrorsLine contains a tab character.356
Errors'if' construct must use '{}'s.357
ErrorsLine contains a tab character.358
Errors'cast' is not followed by whitespace.358
ErrorsLine contains a tab character.359
ErrorsLine contains a tab character.361
ErrorsLine contains a tab character.362
ErrorsLine contains a tab character.363
ErrorsLine contains a tab character.364
ErrorsLine contains a tab character.365
ErrorsLine contains a tab character.366
ErrorsMethod 'getMaxAdrenaline' is not designed for extension - needs to be abstract, final or empty.366
ErrorsLine contains a tab character.367
Errors'{' should be on the previous line.367
ErrorsLine contains a tab character.368
ErrorsLine contains a tab character.369
Errors'if' construct must use '{}'s.370
ErrorsLine contains a tab character.371
Errors'cast' is not followed by whitespace.371
ErrorsLine contains a tab character.372
ErrorsLine is longer than 80 characters.374
ErrorsLine contains a tab character.374
ErrorsLine contains a tab character.376
ErrorsLine contains a tab character.377
ErrorsLine contains a tab character.378
ErrorsLine contains a tab character.379
ErrorsLine contains a tab character.380
ErrorsLine is longer than 80 characters.381
ErrorsLine contains a tab character.381
ErrorsLine is longer than 80 characters.382
ErrorsLine contains a tab character.382
ErrorsLine contains a tab character.383
ErrorsLine contains a tab character.384
ErrorsLine contains a tab character.385
ErrorsLine contains a tab character.386
ErrorsLine contains a tab character.387
ErrorsLine contains a tab character.388
ErrorsLine contains a tab character.389
ErrorsLine contains a tab character.390
ErrorsLine contains a tab character.391
ErrorsLine contains a tab character.392
ErrorsLine contains a tab character.393
ErrorsMethod 'getWeaponsStay' is not designed for extension - needs to be abstract, final or empty.393
ErrorsLine contains a tab character.394
Errors'{' should be on the previous line.394
ErrorsLine contains a tab character.395
Errors'if' construct must use '{}'s.396
ErrorsLine contains a tab character.397
ErrorsLine contains a tab character.398
ErrorsLine is longer than 80 characters.400
ErrorsLine contains a tab character.400
ErrorsLine contains a tab character.402
ErrorsLine contains a tab character.403
ErrorsLine contains a tab character.404
ErrorsLine contains a tab character.405
ErrorsLine contains a tab character.406
ErrorsLine contains a tab character.407
ErrorsLine contains a tab character.408
ErrorsLine contains a tab character.409
ErrorsLine contains a tab character.410
ErrorsMethod 'getMaxMultiJump' is not designed for extension - needs to be abstract, final or empty.410
ErrorsLine contains a tab character.411
Errors'{' should be on the previous line.411
ErrorsLine contains a tab character.412
Errors'if' construct must use '{}'s.413
ErrorsLine contains a tab character.414
ErrorsLine contains a tab character.415
ErrorsLine is longer than 80 characters.417
ErrorsLine contains a tab character.417
ErrorsLine contains a tab character.419
ErrorsLine contains a tab character.420
ErrorsLine has trailing spaces.421
ErrorsLine contains a tab character.421
ErrorsLine contains a tab character.422
ErrorsLine contains a tab character.423
ErrorsLine contains a tab character.424
ErrorsMethod 'getMutators' is not designed for extension - needs to be abstract, final or empty.424
ErrorsLine contains a tab character.425
Errors'{' should be on the previous line.425
Errors'if' construct must use '{}'s.426
ErrorsLine contains a tab character.427
ErrorsLine contains a tab character.428
ErrorsLine is longer than 80 characters.430
ErrorsLine contains a tab character.430
ErrorsLine contains a tab character.432
ErrorsLine is longer than 80 characters.433
ErrorsLine contains a tab character.433
ErrorsLine is longer than 80 characters.434
ErrorsLine contains a tab character.434
ErrorsLine contains a tab character.435
ErrorsLine contains a tab character.436
ErrorsLine contains a tab character.437
ErrorsLine contains a tab character.438
ErrorsLine contains a tab character.439
ErrorsLine contains a tab character.440
ErrorsMethod 'isPaused' is not designed for extension - needs to be abstract, final or empty.440
ErrorsLine contains a tab character.441
Errors'{' should be on the previous line.441
ErrorsLine contains a tab character.442
Errors'if' construct must use '{}'s.443
ErrorsLine contains a tab character.444
ErrorsLine contains a tab character.445
ErrorsLine contains a tab character.447
ErrorsLine is longer than 80 characters.448
ErrorsLine contains a tab character.448
ErrorsLine is longer than 80 characters.449
ErrorsLine contains a tab character.449
ErrorsLine is longer than 80 characters.450
ErrorsLine contains a tab character.450
ErrorsLine contains a tab character.451
ErrorsLine contains a tab character.452
ErrorsLine contains a tab character.453
ErrorsLine contains a tab character.454
ErrorsLine contains a tab character.455
ErrorsLine contains a tab character.456
ErrorsLine contains a tab character.457
ErrorsMethod 'isBotsPaused' is not designed for extension - needs to be abstract, final or empty.457
ErrorsLine contains a tab character.458
Errors'{' should be on the previous line.458
ErrorsLine contains a tab character.459
Errors'if' construct must use '{}'s.460
ErrorsLine contains a tab character.461
ErrorsLine contains a tab character.462
ErrorsLine is longer than 80 characters.468
ErrorsLine contains a tab character.470
ErrorsMethod 'getAllCTFFlags' is not designed for extension - needs to be abstract, final or empty.470
ErrorsLine contains a tab character.471
Errors'{' should be on the previous line.471
ErrorsLine contains a tab character.472
ErrorsLine contains a tab character.473
ErrorsLine is longer than 80 characters.477
ErrorsLine contains a tab character.481
ErrorsMethod 'getAllCTFFlagsCollection' is not designed for extension - needs to be abstract, final or empty.481
ErrorsLine has trailing spaces.482
ErrorsLine contains a tab character.482
Errors'{' should be on the previous line.482
ErrorsLine contains a tab character.483
ErrorsLine contains a tab character.484
ErrorsLine is longer than 80 characters.486
ErrorsLine contains a tab character.486
ErrorsLine contains a tab character.488
ErrorsLine contains a tab character.489
ErrorsVariable 'lastGameInfo' must be private and have accessor methods.489
ErrorsLine contains a tab character.491
ErrorsLine contains a tab character.492
ErrorsVariable 'lastInitedMessage' must be private and have accessor methods.492
ErrorsLine contains a tab character.494
ErrorsLine contains a tab character.495
ErrorsVariable 'lastBeginMessage' must be private and have accessor methods.495
ErrorsLine has trailing spaces.496
ErrorsLine contains a tab character.496
ErrorsLine contains a tab character.497
ErrorsLine contains a tab character.498
ErrorsVariable 'lastMutatorListObtained' must be private and have accessor methods.498
ErrorsFirst sentence should end with a period.500
ErrorsVariable 'allCTFFlags' must be private and have accessor methods.501
ErrorsLine is longer than 80 characters.503
ErrorsLine contains a tab character.503
ErrorsLine contains a tab character.505
ErrorsLine contains a tab character.506
ErrorsLine contains a tab character.507
ErrorsLine is longer than 80 characters.508
ErrorsLine contains a tab character.508
ErrorsLine contains a tab character.509
ErrorsLine contains a tab character.510
ErrorsLine contains a tab character.511
ErrorsParameter event should be final.511
ErrorsLine contains a tab character.512
Errors'{' should be on the previous line.512
ErrorsLine contains a tab character.513
ErrorsLine contains a tab character.514
ErrorsLine contains a tab character.516
ErrorsLine contains a tab character.517
ErrorsLine contains a tab character.518
ErrorsLine contains a tab character.519
ErrorsLine contains a tab character.520
ErrorsParameter worldView should be final.520
ErrorsLine contains a tab character.521
Errors'{' should be on the previous line.521
ErrorsLine contains a tab character.522
ErrorsLine contains a tab character.523
ErrorsLine contains a tab character.524
ErrorsFirst sentence should end with a period.526
ErrorsLine contains a tab character.526
ErrorsLine contains a tab character.527
ErrorsVariable 'gameInfoListener' must be private and have accessor methods.527
ErrorsLine is longer than 80 characters.529
ErrorsLine contains a tab character.529
ErrorsLine contains a tab character.531
ErrorsLine contains a tab character.532
ErrorsLine contains a tab character.533
ErrorsLine is longer than 80 characters.534
ErrorsLine contains a tab character.534
ErrorsLine contains a tab character.535
ErrorsLine contains a tab character.536
ErrorsLine contains a tab character.537
ErrorsParameter event should be final.537
ErrorsLine contains a tab character.538
Errors'{' should be on the previous line.538
ErrorsLine contains a tab character.539
ErrorsLine contains a tab character.540
ErrorsLine contains a tab character.542
ErrorsLine contains a tab character.543
ErrorsLine contains a tab character.544
ErrorsLine contains a tab character.545
ErrorsLine contains a tab character.546
ErrorsParameter worldView should be final.546
ErrorsLine contains a tab character.547
Errors'{' should be on the previous line.547
ErrorsLine is longer than 80 characters.548
ErrorsLine contains a tab character.548
ErrorsLine contains a tab character.549
ErrorsLine contains a tab character.550
ErrorsFirst sentence should end with a period.552
ErrorsLine contains a tab character.552
ErrorsLine contains a tab character.553
ErrorsVariable 'initedMessageListener' must be private and have accessor methods.553
ErrorsLine is longer than 80 characters.555
ErrorsLine contains a tab character.555
ErrorsLine contains a tab character.557
ErrorsLine contains a tab character.558
ErrorsLine contains a tab character.559
ErrorsLine is longer than 80 characters.560
ErrorsLine contains a tab character.560
ErrorsLine contains a tab character.561
ErrorsLine contains a tab character.562
ErrorsLine contains a tab character.563
ErrorsParameter event should be final.563
ErrorsLine contains a tab character.564
Errors'{' should be on the previous line.564
ErrorsLine contains a tab character.565
ErrorsLine contains a tab character.566
ErrorsLine contains a tab character.568
ErrorsLine contains a tab character.569
ErrorsLine contains a tab character.570
ErrorsLine contains a tab character.571
ErrorsLine contains a tab character.572
ErrorsParameter worldView should be final.572
ErrorsLine contains a tab character.573
Errors'{' should be on the previous line.573
ErrorsLine contains a tab character.574
ErrorsLine contains a tab character.575
ErrorsLine contains a tab character.576
ErrorsFirst sentence should end with a period.578
ErrorsLine contains a tab character.578
ErrorsLine contains a tab character.579
ErrorsVariable 'beginMessageListener' must be private and have accessor methods.579
ErrorsLine is longer than 80 characters.581
ErrorsLine contains a tab character.581
ErrorsLine has trailing spaces.582
ErrorsLine contains a tab character.582
ErrorsLine contains a tab character.583
ErrorsLine contains a tab character.584
ErrorsLine contains a tab character.585
ErrorsLine is longer than 80 characters.586
ErrorsLine contains a tab character.586
ErrorsLine contains a tab character.587
ErrorsLine contains a tab character.588
ErrorsLine contains a tab character.589
ErrorsParameter event should be final.589
ErrorsLine contains a tab character.590
Errors'{' should be on the previous line.590
ErrorsLine contains a tab character.591
ErrorsLine contains a tab character.592
ErrorsLine contains a tab character.594
ErrorsLine contains a tab character.595
ErrorsLine contains a tab character.596
ErrorsLine contains a tab character.597
ErrorsLine contains a tab character.598
ErrorsParameter worldView should be final.598
ErrorsLine contains a tab character.599
Errors'{' should be on the previous line.599
ErrorsLine is longer than 80 characters.600
ErrorsLine contains a tab character.600
ErrorsLine contains a tab character.601
ErrorsLine contains a tab character.602
ErrorsFirst sentence should end with a period.604
ErrorsLine contains a tab character.604
ErrorsLine contains a tab character.605
ErrorsVariable 'mutatorListObtainedListener' must be private and have accessor methods.605
ErrorsLine is longer than 80 characters.607
ErrorsLine contains a tab character.607
ErrorsLine contains a tab character.609
ErrorsLine contains a tab character.610
ErrorsLine contains a tab character.611
ErrorsLine is longer than 80 characters.612
ErrorsLine contains a tab character.612
Errors',' is not followed by whitespace.612
ErrorsLine contains a tab character.613
ErrorsLine contains a tab character.614
ErrorsLine has trailing spaces.616
ErrorsLine is longer than 80 characters.619
ErrorsLine contains a tab character.619
ErrorsParameter event should be final.619
ErrorsExpected @param tag for 'event'.619
ErrorsLine contains a tab character.620
Errors'{' should be on the previous line.620
Errors'if' construct must use '{}'s.621
ErrorsLine is longer than 80 characters.621
Errors'if' construct must use '{}'s.622
ErrorsLine is longer than 80 characters.622
ErrorsLine is longer than 80 characters.624
ErrorsLine contains a tab character.624
ErrorsLine contains a tab character.625
ErrorsLine contains a tab character.627
ErrorsLine contains a tab character.628
ErrorsLine contains a tab character.629
ErrorsLine contains a tab character.630
ErrorsLine contains a tab character.631
ErrorsParameter worldView should be final.631
ErrorsLine contains a tab character.632
Errors'{' should be on the previous line.632
ErrorsLine is longer than 80 characters.633
ErrorsLine contains a tab character.633
ErrorsLine has trailing spaces.634
ErrorsLine contains a tab character.634
ErrorsLine contains a tab character.635
ErrorsFirst sentence should end with a period.637
ErrorsLine contains a tab character.637
ErrorsLine contains a tab character.638
ErrorsVariable 'flagInfoObjectListener' must be private and have accessor methods.638
ErrorsLine is longer than 80 characters.640
ErrorsLine contains a tab character.640
ErrorsLine contains a tab character.642
ErrorsLine contains a tab character.643
ErrorsLine contains a tab character.644
ErrorsLine contains a tab character.645
ErrorsLine contains a tab character.646
ErrorsParameter bot should be final.646
ErrorsLine contains a tab character.647
ErrorsLine contains a tab character.648
ErrorsLine has trailing spaces.649
ErrorsLine contains a tab character.649
ErrorsLine contains a tab character.650
ErrorsLine contains a tab character.651
ErrorsLine contains a tab character.652
ErrorsLine is longer than 80 characters.653
ErrorsLine contains a tab character.653
ErrorsLine contains a tab character.654
ErrorsLine contains a tab character.655
ErrorsParameter bot should be final.655
ErrorsParameter log should be final.655
ErrorsLine contains a tab character.656
Errors'{' should be on the previous line.656
ErrorsLine contains a tab character.657
ErrorsLine contains a tab character.659
ErrorsLine contains a tab character.660
ErrorsLine contains a tab character.661
ErrorsLine contains a tab character.662
ErrorsLine is longer than 80 characters.663
ErrorsLine contains a tab character.663
ErrorsLine contains a tab character.665
ErrorsLine has trailing spaces.666
ErrorsLine contains a tab character.666
ErrorsLine contains a tab character.667
ErrorsLine is longer than 80 characters.668
ErrorsLine contains a tab character.668
ErrorsLine contains a tab character.669
ErrorsLine contains a tab character.670
ErrorsLine contains a tab character.671
ErrorsMethod 'start' is not designed for extension - needs to be abstract, final or empty.671
ErrorsLine contains a tab character.672
ErrorsParameter startPaused should be final.672
ErrorsExpected @param tag for 'startPaused'.672
ErrorsLine contains a tab character.673
ErrorsLine contains a tab character.674
ErrorsLine contains a tab character.675
ErrorsLine contains a tab character.676
ErrorsLine contains a tab character.677
ErrorsLine contains a tab character.678

cz/cuni/amis/pogamut/udk/agent/module/sensor/IItemUsefulness.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.11
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.18
ErrorsLine is longer than 80 characters.19
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 is longer than 80 characters.23
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine is longer than 80 characters.26
ErrorsLine contains a tab character.26
ErrorsRedundant 'public' modifier.26
ErrorsExpected @param tag for 'advancedItems'.26
ErrorsExpected @param tag for 'items'.26
ErrorsExpected @param tag for 'item'.26

cz/cuni/amis/pogamut/udk/agent/module/sensor/ItemDescriptors.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
ErrorsUnused import - cz.cuni.amis.pogamut.udk.bot.IUDKBotController.10
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.21
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.24
ErrorsLine has trailing spaces.26
ErrorsLine is longer than 80 characters.31
ErrorsLine contains a tab character.31
ErrorsMissing a Javadoc comment.31
ErrorsLine has trailing spaces.32
ErrorsLine contains a tab character.32
ErrorsLine is longer than 80 characters.33
ErrorsLine contains a tab character.33
ErrorsMissing a Javadoc comment.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsLine is longer than 80 characters.35
ErrorsLine contains a tab character.35
ErrorsMissing a Javadoc comment.35
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.36
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
ErrorsExpected an @return tag.42
ErrorsLine contains a tab character.42
ErrorsMethod 'getWeaponForAmmo' is not designed for extension - needs to be abstract, final or empty.42
ErrorsParameter ammoType should be final.42
ErrorsExpected @param tag for 'ammoType'.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsMethod 'hasDescriptor' is not designed for extension - needs to be abstract, final or empty.51
ErrorsParameter itemType should be final.51
ErrorsExpected @param tag for 'itemType'.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.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.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsMethod 'getDescriptor' is not designed for extension - needs to be abstract, final or empty.60
ErrorsParameter itemType should be final.60
ErrorsExpected @param tag for 'itemType'.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.63
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.68
ErrorsLine contains a tab character.69
ErrorsMethod 'hasDescriptor' is not designed for extension - needs to be abstract, final or empty.69
ErrorsParameter inventoryType should be final.69
ErrorsExpected @param tag for 'inventoryType'.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsMethod 'getDescriptor' is not designed for extension - needs to be abstract, final or empty.78
ErrorsParameter inventoryType should be final.78
ErrorsExpected @param tag for 'inventoryType'.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine has trailing spaces.81
ErrorsLine contains a tab character.81
ErrorsLine is longer than 80 characters.82
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.83
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine is longer than 80 characters.87
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsMissing a Javadoc comment.88
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsParameter worldView should be final.94
Errors'worldView' hides a field.94
ErrorsLine contains a tab character.95
Errors'{' should be on the previous line.95
ErrorsLine is longer than 80 characters.96
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsParameter event should be final.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
Errors'cast' is not followed by whitespace.105
ErrorsLine contains a tab character.106
ErrorsLine is longer than 80 characters.107
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine is longer than 80 characters.110
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsFirst sentence should end with a period.116
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine has trailing spaces.118
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine is longer than 80 characters.120
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsMethod 'start' is not designed for extension - needs to be abstract, final or empty.123
ErrorsLine contains a tab character.124
ErrorsParameter startPaused should be final.124
ErrorsExpected @param tag for 'startPaused'.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine has trailing spaces.129
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsParameter bot should be final.134
ErrorsLine contains a tab character.135
ErrorsLine has trailing spaces.136
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.139
ErrorsMissing a Javadoc comment.139
ErrorsParameter bot should be final.139
ErrorsParameter moduleLog should be final.139
ErrorsLine contains a tab character.140
ErrorsLine is longer than 80 characters.141
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsLine has trailing spaces.143
ErrorsLine contains a tab character.143

cz/cuni/amis/pogamut/udk/agent/module/sensor/Items.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsUnused import - cz.cuni.amis.pogamut.udk.bot.IUDKBotController.20
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.25
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.utils.collections.MyCollections.30
ErrorsLine is longer than 80 characters.36
ErrorsLine is longer than 80 characters.37
ErrorsLine is longer than 80 characters.40
ErrorsLine is longer than 80 characters.43
ErrorsLine is longer than 80 characters.44
ErrorsLine has trailing spaces.51
Errors'{' should be on the previous line.51
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsMissing a Javadoc comment.57
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.63
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsExpected an @return tag.66
ErrorsLine contains a tab character.66
ErrorsMethod 'getRandomItem' is not designed for extension - needs to be abstract, final or empty.66
Errors'if' construct must use '{}'s.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
Errors'for' construct must use '{}'s.70
ErrorsLine contains a tab character.70
Errors'-' is not preceded with whitespace.70
Errors'-' is not followed by whitespace.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine is longer than 80 characters.74
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.75
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine is longer than 80 characters.80
ErrorsLine contains a tab character.80
ErrorsLine is longer than 80 characters.81
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsMethod 'getAllItems' is not designed for extension - needs to be abstract, final or empty.86
ErrorsLine contains a tab character.87
Errors'{' should be on the previous line.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
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
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine is longer than 80 characters.98
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsMethod 'getAllItems' is not designed for extension - needs to be abstract, final or empty.100
ErrorsParameter type should be final.100
ErrorsExpected @param tag for 'type'.100
ErrorsLine contains a tab character.101
Errors'{' should be on the previous line.101
ErrorsLine is longer than 80 characters.102
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsLine has trailing spaces.104
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine is longer than 80 characters.106
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine has trailing spaces.108
ErrorsLine contains a tab character.108
ErrorsLine is longer than 80 characters.109
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine has trailing spaces.111
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsLine has trailing spaces.113
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsMethod 'getAllItems' is not designed for extension - needs to be abstract, final or empty.117
ErrorsParameter category should be final.117
ErrorsExpected @param tag for 'category'.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine has trailing spaces.124
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine is longer than 80 characters.126
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine has trailing spaces.128
ErrorsLine contains a tab character.128
ErrorsLine is longer than 80 characters.129
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine has trailing spaces.131
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsLine has trailing spaces.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
ErrorsMethod 'getAllItems' is not designed for extension - needs to be abstract, final or empty.137
ErrorsParameter group should be final.137
ErrorsExpected @param tag for 'group'.137
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
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.145
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.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 contains a tab character.153
ErrorsMethod 'getItem' is not designed for extension - needs to be abstract, final or empty.153
ErrorsParameter id should be final.153
ErrorsExpected @param tag for 'id'.153
ErrorsLine contains a tab character.154
Errors'if' construct must use '{}'s.155
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsLine is longer than 80 characters.165
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsMethod 'getItem' is not designed for extension - needs to be abstract, final or empty.167
ErrorsParameter stringUnrealId should be final.167
ErrorsExpected @param tag for 'stringUnrealId'.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 contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsLine is longer than 80 characters.177
ErrorsLine contains a tab character.177
ErrorsLine is longer than 80 characters.178
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.180
ErrorsLine is longer than 80 characters.181
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.182
ErrorsLine contains a tab character.183
ErrorsMethod 'getVisibleItems' is not designed for extension - needs to be abstract, final or empty.183
ErrorsLine contains a tab character.184
Errors'{' should be on the previous line.184
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.188
ErrorsLine is longer than 80 characters.189
ErrorsLine contains a tab character.189
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191
ErrorsLine is longer than 80 characters.192
ErrorsLine contains a tab character.192
ErrorsLine is longer than 80 characters.193
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.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.198
ErrorsMethod 'getVisibleItems' is not designed for extension - needs to be abstract, final or empty.198
ErrorsParameter type should be final.198
ErrorsExpected @param tag for 'type'.198
ErrorsLine contains a tab character.199
Errors'{' should be on the previous line.199
ErrorsLine is longer than 80 characters.200
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.201
ErrorsLine has trailing spaces.202
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.203
ErrorsLine is longer than 80 characters.204
ErrorsLine contains a tab character.204
ErrorsLine contains a tab character.205
ErrorsLine has trailing spaces.206
ErrorsLine contains a tab character.206
ErrorsLine is longer than 80 characters.207
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.208
ErrorsLine has trailing spaces.209
ErrorsLine contains a tab character.209
ErrorsLine contains a tab character.210
ErrorsLine has trailing spaces.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
ErrorsMethod 'getVisibleItems' is not designed for extension - needs to be abstract, final or empty.215
ErrorsParameter category should be final.215
ErrorsExpected @param tag for 'category'.215
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.220
ErrorsLine contains a tab character.221
ErrorsLine has trailing spaces.222
ErrorsLine contains a tab character.222
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 has trailing spaces.226
ErrorsLine contains a tab character.226
ErrorsLine is longer than 80 characters.227
ErrorsLine contains a tab character.227
ErrorsLine contains a tab character.228
ErrorsLine has trailing spaces.229
ErrorsLine contains a tab character.229
ErrorsLine contains a tab character.230
ErrorsLine has trailing spaces.231
ErrorsLine contains a tab character.231
ErrorsLine contains a tab character.232
ErrorsLine contains a tab character.233
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235
ErrorsMethod 'getVisibleItems' is not designed for extension - needs to be abstract, final or empty.235
ErrorsParameter group should be final.235
ErrorsExpected @param tag for 'group'.235
ErrorsLine contains a tab character.236
ErrorsLine contains a tab character.237
ErrorsLine contains a tab character.238
ErrorsLine contains a tab character.239
ErrorsLine contains a tab character.240
ErrorsLine contains a tab character.241
ErrorsLine contains a tab character.243
ErrorsLine is longer than 80 characters.244
ErrorsLine contains a tab character.244
ErrorsLine contains a tab character.245
ErrorsLine contains a tab character.246
ErrorsLine contains a tab character.247
ErrorsLine contains a tab character.248
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.250
ErrorsLine contains a tab character.251
ErrorsLine contains a tab character.252
ErrorsMethod 'getVisibleItem' is not designed for extension - needs to be abstract, final or empty.252
ErrorsParameter id should be final.252
ErrorsExpected @param tag for 'id'.252
ErrorsLine contains a tab character.253
ErrorsLine contains a tab character.254
ErrorsLine contains a tab character.255
ErrorsLine contains a tab character.257
ErrorsLine is longer than 80 characters.258
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.262
ErrorsLine contains a tab character.263
ErrorsLine contains a tab character.264
ErrorsLine contains a tab character.265
ErrorsLine contains a tab character.266
ErrorsMethod 'getVisibleItem' is not designed for extension - needs to be abstract, final or empty.266
ErrorsParameter stringUnrealId should be final.266
ErrorsExpected @param tag for 'stringUnrealId'.266
ErrorsLine contains a tab character.267
ErrorsLine contains a tab character.268
ErrorsLine is longer than 80 characters.270
ErrorsLine contains a tab character.270
ErrorsLine contains a tab character.272
ErrorsLine contains a tab character.273
ErrorsLine contains a tab character.274
ErrorsLine contains a tab character.275
ErrorsLine is longer than 80 characters.276
ErrorsLine contains a tab character.276
ErrorsLine is longer than 80 characters.277
ErrorsLine contains a tab character.277
ErrorsLine contains a tab character.278
ErrorsLine has trailing spaces.279
ErrorsLine contains a tab character.279
ErrorsLine is longer than 80 characters.280
ErrorsLine contains a tab character.280
ErrorsLine contains a tab character.281
ErrorsLine is longer than 80 characters.282
ErrorsLine contains a tab character.282
ErrorsLine contains a tab character.283
ErrorsLine contains a tab character.284
ErrorsMethod 'getReachableItems' is not designed for extension - needs to be abstract, final or empty.284
ErrorsLine contains a tab character.285
Errors'{' should be on the previous line.285
ErrorsLine contains a tab character.286
ErrorsLine contains a tab character.287
ErrorsLine contains a tab character.289
ErrorsLine is longer than 80 characters.290
ErrorsLine contains a tab character.290
ErrorsLine contains a tab character.291
ErrorsLine contains a tab character.292
ErrorsLine is longer than 80 characters.293
ErrorsLine contains a tab character.293
ErrorsLine is longer than 80 characters.294
ErrorsLine contains a tab character.294
ErrorsLine contains a tab character.295
ErrorsLine has trailing spaces.296
ErrorsLine contains a tab character.296
ErrorsLine is longer than 80 characters.297
ErrorsLine contains a tab character.297
ErrorsLine contains a tab character.298
ErrorsLine is longer than 80 characters.299
ErrorsLine contains a tab character.299
ErrorsLine contains a tab character.300
ErrorsLine contains a tab character.301
ErrorsMethod 'getReachableItems' is not designed for extension - needs to be abstract, final or empty.301
ErrorsParameter type should be final.301
ErrorsExpected @param tag for 'type'.301
ErrorsLine contains a tab character.302
Errors'{' should be on the previous line.302
ErrorsLine is longer than 80 characters.303
ErrorsLine contains a tab character.303
ErrorsLine contains a tab character.304
ErrorsLine has trailing spaces.305
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 has trailing spaces.309
ErrorsLine contains a tab character.309
ErrorsLine is longer than 80 characters.310
ErrorsLine contains a tab character.310
ErrorsLine contains a tab character.311
ErrorsLine has trailing spaces.312
ErrorsLine contains a tab character.312
ErrorsLine contains a tab character.313
ErrorsLine has trailing spaces.314
ErrorsLine contains a tab character.314
ErrorsLine is longer than 80 characters.315
ErrorsLine contains a tab character.315
ErrorsLine has trailing spaces.316
ErrorsLine contains a tab character.316
ErrorsLine contains a tab character.317
ErrorsLine contains a tab character.318
ErrorsLine contains a tab character.319
ErrorsLine is longer than 80 characters.320
ErrorsLine contains a tab character.320
ErrorsMethod 'getReachableItems' is not designed for extension - needs to be abstract, final or empty.320
ErrorsParameter category should be final.320
ErrorsExpected @param tag for 'category'.320
ErrorsLine contains a tab character.321
ErrorsLine contains a tab character.322
ErrorsLine contains a tab character.323
ErrorsLine contains a tab character.324
ErrorsLine contains a tab character.325
ErrorsLine contains a tab character.326
ErrorsLine has trailing spaces.327
ErrorsLine contains a tab character.327
ErrorsLine contains a tab character.328
ErrorsLine is longer than 80 characters.329
ErrorsLine contains a tab character.329
ErrorsLine contains a tab character.330
ErrorsLine has trailing spaces.331
ErrorsLine contains a tab character.331
ErrorsLine is longer than 80 characters.332
ErrorsLine contains a tab character.332
ErrorsLine contains a tab character.333
ErrorsLine has trailing spaces.334
ErrorsLine contains a tab character.334
ErrorsLine contains a tab character.335
ErrorsLine has trailing spaces.336
ErrorsLine contains a tab character.336
ErrorsLine is longer than 80 characters.337
ErrorsLine contains a tab character.337
ErrorsLine has trailing spaces.338
ErrorsLine contains a tab character.338
ErrorsLine contains a tab character.339
ErrorsLine contains a tab character.340
ErrorsLine contains a tab character.341
ErrorsLine contains a tab character.342
ErrorsMethod 'getReachableItems' is not designed for extension - needs to be abstract, final or empty.342
ErrorsParameter group should be final.342
ErrorsExpected @param tag for 'group'.342
ErrorsLine contains a tab character.343
ErrorsLine contains a tab character.344
ErrorsLine contains a tab character.345
ErrorsLine contains a tab character.346
ErrorsLine contains a tab character.347
ErrorsLine contains a tab character.348
ErrorsLine contains a tab character.350
ErrorsLine is longer than 80 characters.351
ErrorsLine contains a tab character.351
ErrorsLine contains a tab character.352
ErrorsLine contains a tab character.353
ErrorsLine contains a tab character.354
ErrorsLine has trailing spaces.355
ErrorsLine contains a tab character.355
ErrorsLine is longer than 80 characters.356
ErrorsLine contains a tab character.356
ErrorsLine contains a tab character.357
ErrorsLine contains a tab character.358
ErrorsLine is longer than 80 characters.359
ErrorsLine contains a tab character.359
ErrorsLine contains a tab character.360
ErrorsLine contains a tab character.361
ErrorsMethod 'getReachableItem' is not designed for extension - needs to be abstract, final or empty.361
ErrorsParameter id should be final.361
ErrorsExpected @param tag for 'id'.361
ErrorsLine contains a tab character.362
ErrorsLine contains a tab character.363
ErrorsLine contains a tab character.364
Errors'if' construct must use '{}'s.365
ErrorsLine contains a tab character.365
ErrorsLine contains a tab character.366
ErrorsLine contains a tab character.367
ErrorsLine contains a tab character.368
ErrorsLine contains a tab character.370
ErrorsLine is longer than 80 characters.371
ErrorsLine contains a tab character.371
ErrorsLine contains a tab character.372
ErrorsLine contains a tab character.373
ErrorsLine contains a tab character.374
ErrorsLine has trailing spaces.375
ErrorsLine contains a tab character.375
ErrorsLine is longer than 80 characters.376
ErrorsLine contains a tab character.376
ErrorsLine contains a tab character.377
ErrorsLine contains a tab character.378
ErrorsLine is longer than 80 characters.379
ErrorsLine contains a tab character.379
ErrorsLine contains a tab character.380
ErrorsLine contains a tab character.381
ErrorsMethod 'getReachableItem' is not designed for extension - needs to be abstract, final or empty.381
ErrorsParameter stringUnrealId should be final.381
ErrorsExpected @param tag for 'stringUnrealId'.381
ErrorsLine contains a tab character.382
ErrorsLine contains a tab character.383
ErrorsLine is longer than 80 characters.385
ErrorsLine contains a tab character.385
ErrorsLine contains a tab character.387
ErrorsLine contains a tab character.388
ErrorsLine contains a tab character.389
ErrorsLine is longer than 80 characters.390
ErrorsLine contains a tab character.390
ErrorsLine is longer than 80 characters.391
ErrorsLine contains a tab character.391
ErrorsLine contains a tab character.392
ErrorsLine contains a tab character.393
ErrorsLine contains a tab character.394
ErrorsLine contains a tab character.395
ErrorsLine contains a tab character.396
ErrorsLine contains a tab character.397
ErrorsLine contains a tab character.398
ErrorsMethod 'getKnownPickups' is not designed for extension - needs to be abstract, final or empty.398
ErrorsLine contains a tab character.399
Errors'{' should be on the previous line.399
ErrorsLine contains a tab character.400
ErrorsLine contains a tab character.401
ErrorsLine contains a tab character.403
ErrorsLine is longer than 80 characters.404
ErrorsLine contains a tab character.404
ErrorsLine contains a tab character.405
ErrorsLine is longer than 80 characters.406
ErrorsLine contains a tab character.406
ErrorsLine is longer than 80 characters.407
ErrorsLine contains a tab character.407
ErrorsLine contains a tab character.408
ErrorsLine contains a tab character.409
ErrorsLine is longer than 80 characters.410
ErrorsLine contains a tab character.410
ErrorsLine contains a tab character.411
ErrorsLine contains a tab character.412
ErrorsLine contains a tab character.413
ErrorsLine contains a tab character.414
ErrorsMethod 'getKnownPickups' is not designed for extension - needs to be abstract, final or empty.414
ErrorsParameter type should be final.414
ErrorsExpected @param tag for 'type'.414
ErrorsLine contains a tab character.415
Errors'{' should be on the previous line.415
ErrorsLine is longer than 80 characters.416
ErrorsLine contains a tab character.416
ErrorsLine contains a tab character.417
ErrorsLine has trailing spaces.418
ErrorsLine contains a tab character.418
ErrorsLine contains a tab character.419
ErrorsLine is longer than 80 characters.420
ErrorsLine contains a tab character.420
ErrorsLine contains a tab character.421
ErrorsLine has trailing spaces.422
ErrorsLine contains a tab character.422
ErrorsLine is longer than 80 characters.423
ErrorsLine contains a tab character.423
ErrorsLine contains a tab character.424
ErrorsLine has trailing spaces.425
ErrorsLine contains a tab character.425
ErrorsLine contains a tab character.426
ErrorsLine has trailing spaces.427
ErrorsLine contains a tab character.427
ErrorsLine contains a tab character.428
ErrorsLine contains a tab character.429
ErrorsLine contains a tab character.430
ErrorsLine contains a tab character.431
ErrorsMethod 'getKnownPickups' is not designed for extension - needs to be abstract, final or empty.431
ErrorsParameter category should be final.431
ErrorsExpected @param tag for 'category'.431
ErrorsLine contains a tab character.432
ErrorsLine contains a tab character.433
ErrorsLine contains a tab character.434
ErrorsLine contains a tab character.435
ErrorsLine contains a tab character.436
ErrorsLine contains a tab character.437
ErrorsLine has trailing spaces.438
ErrorsLine contains a tab character.438
ErrorsLine contains a tab character.439
ErrorsLine is longer than 80 characters.440
ErrorsLine contains a tab character.440
ErrorsLine contains a tab character.441
ErrorsLine has trailing spaces.442
ErrorsLine contains a tab character.442
ErrorsLine is longer than 80 characters.443
ErrorsLine contains a tab character.443
ErrorsLine contains a tab character.444
ErrorsLine has trailing spaces.445
ErrorsLine contains a tab character.445
ErrorsLine contains a tab character.446
ErrorsLine has trailing spaces.447
ErrorsLine contains a tab character.447
ErrorsLine contains a tab character.448
ErrorsLine contains a tab character.449
ErrorsLine contains a tab character.450
ErrorsLine contains a tab character.451
ErrorsMethod 'getKnownPickups' is not designed for extension - needs to be abstract, final or empty.451
ErrorsParameter group should be final.451
ErrorsExpected @param tag for 'group'.451
ErrorsLine contains a tab character.452
ErrorsLine contains a tab character.453
ErrorsLine contains a tab character.454
ErrorsLine contains a tab character.455
ErrorsLine contains a tab character.456
ErrorsLine contains a tab character.457
ErrorsLine contains a tab character.459
ErrorsLine contains a tab character.460
ErrorsLine contains a tab character.461
ErrorsLine contains a tab character.462
ErrorsLine contains a tab character.463
ErrorsLine contains a tab character.464
ErrorsLine is longer than 80 characters.465
ErrorsLine contains a tab character.465
ErrorsLine contains a tab character.466
ErrorsLine contains a tab character.467
ErrorsMethod 'getKnownPickup' is not designed for extension - needs to be abstract, final or empty.467
ErrorsParameter id should be final.467
ErrorsExpected @param tag for 'id'.467
ErrorsLine contains a tab character.468
ErrorsLine contains a tab character.469
ErrorsLine contains a tab character.471
ErrorsLine contains a tab character.472
ErrorsLine contains a tab character.473
ErrorsLine contains a tab character.474
ErrorsLine contains a tab character.475
ErrorsLine contains a tab character.476
ErrorsLine is longer than 80 characters.477
ErrorsLine contains a tab character.477
ErrorsLine contains a tab character.478
ErrorsLine contains a tab character.479
ErrorsMethod 'getKnownPickup' is not designed for extension - needs to be abstract, final or empty.479
ErrorsParameter stringUnrealId should be final.479
ErrorsExpected @param tag for 'stringUnrealId'.479
ErrorsLine contains a tab character.480
ErrorsLine contains a tab character.481
ErrorsLine is longer than 80 characters.483
ErrorsLine contains a tab character.483
ErrorsLine has trailing spaces.484
ErrorsLine contains a tab character.484
ErrorsLine contains a tab character.485
ErrorsLine has trailing spaces.486
ErrorsLine is longer than 80 characters.486
ErrorsLine contains a tab character.486
ErrorsLine contains a tab character.487
ErrorsLine has trailing spaces.488
ErrorsLine contains a tab character.488
ErrorsLine contains a tab character.489
ErrorsLine has trailing spaces.490
ErrorsLine contains a tab character.490
ErrorsLine contains a tab character.491
ErrorsLine contains a tab character.492
ErrorsLine contains a tab character.493
ErrorsMethod 'getSpawnedItems' is not designed for extension - needs to be abstract, final or empty.493
ErrorsLine contains a tab character.494
ErrorsLine contains a tab character.495
Errors'if' construct must use '{}'s.496
ErrorsLine is longer than 80 characters.496
ErrorsLine contains a tab character.496
ErrorsLine contains a tab character.497
ErrorsLine contains a tab character.498
ErrorsLine contains a tab character.499
ErrorsLine has trailing spaces.500
ErrorsLine contains a tab character.500
ErrorsLine contains a tab character.501
ErrorsLine has trailing spaces.502
ErrorsLine is longer than 80 characters.502
ErrorsLine contains a tab character.502
ErrorsLine contains a tab character.503
ErrorsLine has trailing spaces.504
ErrorsLine contains a tab character.504
ErrorsLine contains a tab character.505
ErrorsLine has trailing spaces.506
ErrorsLine contains a tab character.506
ErrorsLine contains a tab character.507
ErrorsLine contains a tab character.508
ErrorsLine contains a tab character.509
ErrorsMethod 'getSpawnedItems' is not designed for extension - needs to be abstract, final or empty.509
ErrorsParameter type should be final.509
ErrorsExpected @param tag for 'type'.509
ErrorsLine contains a tab character.510
ErrorsLine contains a tab character.511
ErrorsLine contains a tab character.512
ErrorsLine contains a tab character.513
ErrorsLine contains a tab character.514
ErrorsLine contains a tab character.515
ErrorsLine contains a tab character.516
ErrorsLine contains a tab character.517
ErrorsLine has trailing spaces.518
ErrorsLine contains a tab character.518
ErrorsLine contains a tab character.519
ErrorsLine has trailing spaces.520
ErrorsLine is longer than 80 characters.520
ErrorsLine contains a tab character.520
ErrorsLine contains a tab character.521
ErrorsLine has trailing spaces.522
ErrorsLine contains a tab character.522
ErrorsLine is longer than 80 characters.523
ErrorsLine contains a tab character.523
ErrorsLine contains a tab character.524
ErrorsLine has trailing spaces.525
ErrorsLine contains a tab character.525
ErrorsLine contains a tab character.526
ErrorsLine has trailing spaces.527
ErrorsLine contains a tab character.527
ErrorsLine contains a tab character.528
ErrorsLine contains a tab character.529
ErrorsLine contains a tab character.530
ErrorsLine contains a tab character.531
ErrorsMethod 'getSpawnedItems' is not designed for extension - needs to be abstract, final or empty.531
ErrorsParameter category should be final.531
ErrorsExpected @param tag for 'category'.531
ErrorsLine contains a tab character.532
ErrorsLine contains a tab character.533
ErrorsLine contains a tab character.534
ErrorsLine contains a tab character.535
ErrorsLine contains a tab character.536
ErrorsLine contains a tab character.537
ErrorsLine has trailing spaces.538
ErrorsLine contains a tab character.538
ErrorsLine contains a tab character.539
ErrorsLine has trailing spaces.540
ErrorsLine is longer than 80 characters.540
ErrorsLine contains a tab character.540
ErrorsLine contains a tab character.541
ErrorsLine has trailing spaces.542
ErrorsLine contains a tab character.542
ErrorsLine is longer than 80 characters.543
ErrorsLine contains a tab character.543
ErrorsLine contains a tab character.544
ErrorsLine has trailing spaces.545
ErrorsLine contains a tab character.545
ErrorsLine contains a tab character.546
ErrorsLine has trailing spaces.547
ErrorsLine contains a tab character.547
ErrorsLine contains a tab character.548
ErrorsLine contains a tab character.549
ErrorsLine contains a tab character.550
ErrorsLine contains a tab character.551
ErrorsMethod 'getSpawnedItems' is not designed for extension - needs to be abstract, final or empty.551
ErrorsParameter group should be final.551
ErrorsExpected @param tag for 'group'.551
ErrorsLine contains a tab character.552
ErrorsLine contains a tab character.553
ErrorsLine contains a tab character.554
ErrorsLine contains a tab character.555
ErrorsLine contains a tab character.556
ErrorsLine contains a tab character.557
ErrorsLine has trailing spaces.558
ErrorsLine contains a tab character.558
ErrorsLine contains a tab character.559
ErrorsLine contains a tab character.560
ErrorsLine contains a tab character.561
ErrorsLine contains a tab character.562
ErrorsLine contains a tab character.563
ErrorsExpected an @return tag.564
ErrorsLine contains a tab character.564
ErrorsMethod 'getItemRespawnTime' is not designed for extension - needs to be abstract, final or empty.564
ErrorsParameter itemType should be final.564
ErrorsExpected @param tag for 'itemType'.564
ErrorsLine contains a tab character.565
ErrorsLine contains a tab character.566
ErrorsLine has trailing spaces.567
ErrorsLine contains a tab character.567
ErrorsLine contains a tab character.568
ErrorsLine contains a tab character.569
ErrorsLine has trailing spaces.570
ErrorsLine contains a tab character.570
ErrorsLine is longer than 80 characters.571
ErrorsLine contains a tab character.571
ErrorsLine is longer than 80 characters.572
ErrorsLine contains a tab character.572
ErrorsLine has trailing spaces.573
ErrorsLine contains a tab character.573
ErrorsLine is longer than 80 characters.574
ErrorsLine contains a tab character.574
ErrorsLine contains a tab character.575
ErrorsLine has trailing spaces.576
ErrorsLine contains a tab character.576
ErrorsLine is longer than 80 characters.577
ErrorsLine contains a tab character.577
ErrorsLine contains a tab character.578
ErrorsLine contains a tab character.579
ErrorsLine contains a tab character.580
ErrorsLine contains a tab character.581
ErrorsLine contains a tab character.582
ErrorsLine contains a tab character.583
ErrorsLine contains a tab character.584
ErrorsMethod 'isPickupSpawned' is not designed for extension - needs to be abstract, final or empty.584
ErrorsParameter item should be final.584
Errors'if' construct must use '{}'s.585
ErrorsLine contains a tab character.585
ErrorsLine contains a tab character.586
ErrorsLine contains a tab character.587
ErrorsLine contains a tab character.588
ErrorsLine contains a tab character.589
ErrorsLine contains a tab character.590
ErrorsLine contains a tab character.591
ErrorsLine contains a tab character.592
ErrorsLine has trailing spaces.593
ErrorsLine contains a tab character.593
ErrorsLine has trailing spaces.594
ErrorsLine contains a tab character.594
ErrorsLine contains a tab character.595
ErrorsLine is longer than 80 characters.596
ErrorsLine contains a tab character.596
ErrorsLine contains a tab character.597
ErrorsLine contains a tab character.598
ErrorsLine contains a tab character.599
ErrorsLine contains a tab character.600
ErrorsLine is longer than 80 characters.601
ErrorsLine contains a tab character.601
ErrorsLine is longer than 80 characters.602
ErrorsLine contains a tab character.602
ErrorsLine contains a tab character.603
ErrorsLine is longer than 80 characters.604
ErrorsLine contains a tab character.604
ErrorsLine contains a tab character.605
ErrorsLine contains a tab character.606
ErrorsLine contains a tab character.607
ErrorsLine contains a tab character.608
ErrorsLine contains a tab character.609
ErrorsLine is longer than 80 characters.610
ErrorsLine contains a tab character.610
ErrorsLine is longer than 80 characters.611
ErrorsLine contains a tab character.611
ErrorsLine contains a tab character.612
ErrorsLine is longer than 80 characters.613
ErrorsLine contains a tab character.613
ErrorsLine contains a tab character.614
ErrorsLine contains a tab character.615
ErrorsLine contains a tab character.616
ErrorsLine has trailing spaces.617
ErrorsLine contains a tab character.617
ErrorsLine contains a tab character.618
ErrorsLine contains a tab character.619
ErrorsLine has trailing spaces.620
ErrorsLine contains a tab character.620
ErrorsLine is longer than 80 characters.621
ErrorsLine contains a tab character.621
ErrorsLine is longer than 80 characters.622
ErrorsLine contains a tab character.622
ErrorsLine has trailing spaces.623
ErrorsLine contains a tab character.623
ErrorsLine is longer than 80 characters.624
ErrorsLine contains a tab character.624
ErrorsLine contains a tab character.625
ErrorsLine has trailing spaces.626
ErrorsLine contains a tab character.626
ErrorsLine contains a tab character.627
ErrorsLine contains a tab character.628
ErrorsLine is longer than 80 characters.629
ErrorsLine contains a tab character.629
ErrorsLine contains a tab character.630
ErrorsLine contains a tab character.631
ErrorsLine contains a tab character.632
ErrorsLine contains a tab character.633
ErrorsLine has trailing spaces.634
ErrorsLine contains a tab character.634
ErrorsMethod 'isPickupSpawned' is not designed for extension - needs to be abstract, final or empty.634
ErrorsParameter itemId should be final.634
ErrorsLine contains a tab character.635
ErrorsLine contains a tab character.636
ErrorsLine is longer than 80 characters.638
ErrorsLine contains a tab character.638
ErrorsLine contains a tab character.640
ErrorsLine contains a tab character.641
ErrorsLine contains a tab character.642
ErrorsLine contains a tab character.643
ErrorsLine contains a tab character.644
Errors'{' should be on the previous line.644
ErrorsLine contains a tab character.645
ErrorsLine is longer than 80 characters.646
ErrorsLine contains a tab character.646
Errors'(' is preceded with whitespace.646
ErrorsLine contains a tab character.647
ErrorsLine is longer than 80 characters.648
ErrorsLine contains a tab character.648
Errors'(' is preceded with whitespace.648
ErrorsLine contains a tab character.649
ErrorsLine is longer than 80 characters.650
ErrorsLine contains a tab character.650
Errors'(' is preceded with whitespace.650
ErrorsLine contains a tab character.651
ErrorsLine is longer than 80 characters.652
ErrorsLine contains a tab character.652
Errors'(' is preceded with whitespace.652
ErrorsLine is longer than 80 characters.653
ErrorsLine contains a tab character.653
ErrorsLine is longer than 80 characters.654
ErrorsLine contains a tab character.654
ErrorsLine contains a tab character.655
ErrorsLine is longer than 80 characters.656
ErrorsLine contains a tab character.656
Errors'(' is preceded with whitespace.656
ErrorsLine contains a tab character.657
ErrorsLine is longer than 80 characters.658
ErrorsLine contains a tab character.658
Errors'(' is preceded with whitespace.658
ErrorsLine contains a tab character.659
ErrorsLine is longer than 80 characters.660
ErrorsLine contains a tab character.660
Errors'(' is preceded with whitespace.660
ErrorsLine has trailing spaces.661
ErrorsLine is longer than 80 characters.661
ErrorsLine contains a tab character.661
ErrorsLine has trailing spaces.662
ErrorsLine is longer than 80 characters.662
ErrorsLine contains a tab character.662
ErrorsLine contains a tab character.663
ErrorsLine contains a tab character.664
ErrorsLine has trailing spaces.665
ErrorsLine contains a tab character.665
ErrorsLine contains a tab character.666
ErrorsLine contains a tab character.667
ErrorsLine contains a tab character.668
ErrorsLine contains a tab character.669
ErrorsLine contains a tab character.670
ErrorsParameter item should be final.670
ErrorsLine contains a tab character.671
Errors'{' should be on the previous line.671
ErrorsLine contains a tab character.672
ErrorsLine contains a tab character.674
ErrorsLine contains a tab character.675
ErrorsLine contains a tab character.676
ErrorsLine is longer than 80 characters.677
ErrorsLine contains a tab character.677
ErrorsLine contains a tab character.678
ErrorsLine contains a tab character.680
ErrorsLine contains a tab character.681
ErrorsLine contains a tab character.682
ErrorsLine contains a tab character.684
ErrorsLine contains a tab character.685
ErrorsLine contains a tab character.686
Errors'{' should be on the previous line.686
ErrorsLine contains a tab character.687
ErrorsLine contains a tab character.688
ErrorsLine is longer than 80 characters.689
ErrorsLine contains a tab character.689
ErrorsLine contains a tab character.690
Errors'}' should be on the same line.690
ErrorsLine contains a tab character.691
ErrorsLine contains a tab character.692
Errors'{' should be on the previous line.692
ErrorsLine contains a tab character.693
ErrorsLine contains a tab character.694
ErrorsLine is longer than 80 characters.695
ErrorsLine contains a tab character.695
ErrorsLine contains a tab character.696
ErrorsLine contains a tab character.698
ErrorsLine contains a tab character.699
ErrorsLine contains a tab character.700
ErrorsLine is longer than 80 characters.701
ErrorsLine contains a tab character.701
ErrorsLine contains a tab character.702
ErrorsLine has trailing spaces.703
ErrorsLine contains a tab character.703
ErrorsLine is longer than 80 characters.704
ErrorsLine contains a tab character.704
ErrorsLine contains a tab character.705
ErrorsLine contains a tab character.706
ErrorsLine contains a tab character.707
ErrorsLine contains a tab character.709
ErrorsLine contains a tab character.710
ErrorsLine contains a tab character.711
ErrorsLine contains a tab character.713
ErrorsLine contains a tab character.714
ErrorsLine contains a tab character.715
Errors'{' should be on the previous line.715
ErrorsLine contains a tab character.716
ErrorsLine contains a tab character.717
ErrorsLine is longer than 80 characters.718
ErrorsLine contains a tab character.718
ErrorsLine contains a tab character.719
Errors'}' should be on the same line.719
ErrorsLine contains a tab character.720
ErrorsLine contains a tab character.721
Errors'{' should be on the previous line.721
ErrorsLine contains a tab character.722
ErrorsLine contains a tab character.723
ErrorsLine is longer than 80 characters.724
ErrorsLine contains a tab character.724
ErrorsLine has trailing spaces.725
ErrorsLine contains a tab character.725
ErrorsLine contains a tab character.726
ErrorsLine has trailing spaces.727
ErrorsLine contains a tab character.727
ErrorsLine contains a tab character.728
ErrorsLine contains a tab character.729
ErrorsLine contains a tab character.730
ErrorsLine contains a tab character.731
ErrorsLine contains a tab character.732
ErrorsParameter items should be final.732
Errors'items' hides a field.732
ErrorsLine contains a tab character.733
Errors'{' should be on the previous line.733
ErrorsLine contains a tab character.734
ErrorsLine contains a tab character.735
ErrorsLine contains a tab character.736
ErrorsLine is longer than 80 characters.737
ErrorsLine contains a tab character.737
ErrorsLine contains a tab character.738
ErrorsLine contains a tab character.739
ErrorsLine contains a tab character.740
ErrorsLine has trailing spaces.741
ErrorsLine contains a tab character.741
ErrorsLine contains a tab character.742
ErrorsLine is longer than 80 characters.743
ErrorsLine contains a tab character.743
ErrorsLine contains a tab character.744
ErrorsLine contains a tab character.745
ErrorsLine contains a tab character.746
ErrorsParameter navPoints should be final.746
Errors'navPoints' hides a field.746
ErrorsExpected @param tag for 'navPoints'.746
ErrorsLine contains a tab character.747
Errors'if' construct must use '{}'s.748
ErrorsLine contains a tab character.748
ErrorsLine contains a tab character.749
Errors'if' construct must use '{}'s.750
ErrorsLine contains a tab character.750
ErrorsLine contains a tab character.751
ErrorsLine contains a tab character.752
ErrorsLine contains a tab character.753
ErrorsLine contains a tab character.754
ErrorsLine contains a tab character.755
ErrorsLine is longer than 80 characters.756
ErrorsLine contains a tab character.756
ErrorsLine contains a tab character.757
ErrorsLine contains a tab character.758
ErrorsLine is longer than 80 characters.759
ErrorsLine contains a tab character.759
ErrorsLine is longer than 80 characters.760
ErrorsLine contains a tab character.760
ErrorsLine is longer than 80 characters.761
ErrorsLine contains a tab character.761
ErrorsLine is longer than 80 characters.762
ErrorsLine contains a tab character.762
ErrorsLine contains a tab character.763
ErrorsLine contains a tab character.764
ErrorsLine contains a tab character.765
ErrorsLine contains a tab character.766
ErrorsLine contains a tab character.767
ErrorsLine contains a tab character.769
ErrorsLine contains a tab character.770
ErrorsLine contains a tab character.771
ErrorsLine contains a tab character.772
ErrorsLine contains a tab character.773
ErrorsParameter event should be final.773
ErrorsExpected @param tag for 'event'.773
ErrorsLine contains a tab character.774
Errors'if' construct must use '{}'s.775
ErrorsLine contains a tab character.775
ErrorsLine contains a tab character.776
ErrorsLine contains a tab character.777
ErrorsLine contains a tab character.778
ErrorsLine contains a tab character.780
ErrorsMissing a Javadoc comment.780
ErrorsLine contains a tab character.781
ErrorsLine contains a tab character.782
ErrorsLine contains a tab character.783
ErrorsLine contains a tab character.784
ErrorsLine contains a tab character.785
ErrorsLine contains a tab character.786
ErrorsLine contains a tab character.787
ErrorsLine contains a tab character.788
ErrorsLine contains a tab character.789
ErrorsLine has trailing spaces.790
ErrorsLine contains a tab character.790
ErrorsLine contains a tab character.791
ErrorsLine contains a tab character.792
ErrorsLine contains a tab character.794
ErrorsLine contains a tab character.795
Errors'(' is preceded with whitespace.795
ErrorsLine is longer than 80 characters.797
ErrorsLine contains a tab character.797
ErrorsLine is longer than 80 characters.799
ErrorsMissing a Javadoc comment.799
ErrorsLine contains a tab character.799
ErrorsLine contains a tab character.801
ErrorsMissing a Javadoc comment.801
ErrorsParameter worldView should be final.801
ErrorsLine is longer than 80 characters.802
ErrorsLine contains a tab character.802
ErrorsLine contains a tab character.803
ErrorsMethod 'notify' is not designed for extension - needs to be abstract, final or empty.805
ErrorsMissing a Javadoc comment.805
ErrorsParameter event should be final.805
ErrorsLine contains a tab character.811
ErrorsMissing a Javadoc comment.811
ErrorsVariable 'itemsListener' must be private and have accessor methods.811
ErrorsLine contains a tab character.813
ErrorsLine is longer than 80 characters.814
ErrorsLine contains a tab character.814
ErrorsLine contains a tab character.815
ErrorsLine contains a tab character.816
ErrorsLine contains a tab character.817
ErrorsLine contains a tab character.818
ErrorsLine contains a tab character.819
ErrorsLine contains a tab character.820
ErrorsLine contains a tab character.821
ErrorsLine is longer than 80 characters.822
ErrorsLine contains a tab character.822
ErrorsLine contains a tab character.823
ErrorsLine contains a tab character.824
ErrorsLine contains a tab character.825
ErrorsLine contains a tab character.826
ErrorsExpected an @return tag.827
ErrorsLine contains a tab character.827
ErrorsMethod 'createItemsListener' is not designed for extension - needs to be abstract, final or empty.827
ErrorsParameter worldView should be final.827
ErrorsExpected @param tag for 'worldView'.827
ErrorsLine contains a tab character.828
ErrorsLine contains a tab character.829
ErrorsLine is longer than 80 characters.831
ErrorsLine contains a tab character.831
ErrorsLine contains a tab character.833
ErrorsLine contains a tab character.834
ErrorsLine contains a tab character.835
ErrorsLine is longer than 80 characters.836
ErrorsLine contains a tab character.836
ErrorsLine contains a tab character.837
ErrorsLine contains a tab character.838
ErrorsLine contains a tab character.839
ErrorsLine contains a tab character.840
ErrorsLine contains a tab character.841
ErrorsLine contains a tab character.842
ErrorsParameter worldView should be final.842
ErrorsLine contains a tab character.843
Errors'{' should be on the previous line.843
ErrorsLine is longer than 80 characters.844
ErrorsLine contains a tab character.844
ErrorsLine contains a tab character.845
ErrorsLine contains a tab character.847
ErrorsMethod 'notify' is not designed for extension - needs to be abstract, final or empty.847
ErrorsLine contains a tab character.848
ErrorsParameter event should be final.848
ErrorsLine contains a tab character.849
Errors'{' should be on the previous line.849
ErrorsLine contains a tab character.850
ErrorsLine has trailing spaces.851
ErrorsLine contains a tab character.851
ErrorsLine contains a tab character.852
ErrorsLine contains a tab character.854
ErrorsFirst sentence should end with a period.856
ErrorsLine contains a tab character.856
ErrorsLine contains a tab character.857
ErrorsVariable 'mapPointsListener' must be private and have accessor methods.857
ErrorsLine is longer than 80 characters.858
ErrorsLine contains a tab character.858
ErrorsMissing a Javadoc comment.858
ErrorsVariable 'navPoints' must be private and have accessor methods.858
ErrorsLine contains a tab character.860
ErrorsLine is longer than 80 characters.861
ErrorsLine contains a tab character.861
ErrorsLine contains a tab character.862
ErrorsLine contains a tab character.863
ErrorsLine is longer than 80 characters.864
ErrorsLine contains a tab character.864
ErrorsLine contains a tab character.865
ErrorsLine contains a tab character.866
ErrorsLine contains a tab character.867
ErrorsLine contains a tab character.868
ErrorsLine contains a tab character.869
ErrorsExpected an @return tag.870
ErrorsLine is longer than 80 characters.870
ErrorsLine contains a tab character.870
ErrorsMethod 'createMapPointsListener' is not designed for extension - needs to be abstract, final or empty.870
ErrorsParameter worldView should be final.870
ErrorsExpected @param tag for 'worldView'.870
ErrorsLine contains a tab character.871
ErrorsLine contains a tab character.872
ErrorsLine is longer than 80 characters.874
ErrorsLine contains a tab character.874
ErrorsLine has trailing spaces.875
ErrorsLine contains a tab character.875
ErrorsLine contains a tab character.876
ErrorsLine contains a tab character.877
ErrorsLine contains a tab character.878
ErrorsLine is longer than 80 characters.879
ErrorsLine contains a tab character.879
ErrorsLine contains a tab character.880
ErrorsLine contains a tab character.881
ErrorsLine contains a tab character.882
ErrorsLine contains a tab character.883
ErrorsLine contains a tab character.884
ErrorsLine contains a tab character.885
ErrorsParameter worldView should be final.885
ErrorsLine is longer than 80 characters.886
ErrorsLine contains a tab character.886
ErrorsLine contains a tab character.887
ErrorsLine contains a tab character.889
ErrorsMethod 'notify' is not designed for extension - needs to be abstract, final or empty.889
ErrorsLine contains a tab character.890
ErrorsParameter event should be final.890
ErrorsLine contains a tab character.891
ErrorsLine contains a tab character.892
ErrorsLine contains a tab character.893
ErrorsLine contains a tab character.894
ErrorsLine contains a tab character.895
ErrorsLine contains a tab character.896
ErrorsLine contains a tab character.898
ErrorsLine has trailing spaces.899
ErrorsLine contains a tab character.899
ErrorsLine contains a tab character.900
ErrorsLine is longer than 80 characters.901
ErrorsLine contains a tab character.901
ErrorsLine is longer than 80 characters.902
ErrorsLine contains a tab character.902
ErrorsLine contains a tab character.903
ErrorsLine contains a tab character.904
ErrorsVariable 'navPointsToProcess' must be private and have accessor methods.904
ErrorsLine has trailing spaces.905
ErrorsLine contains a tab character.905
ErrorsLine contains a tab character.906
ErrorsMissing a Javadoc comment.906
ErrorsVariable 'navPointListener' must be private and have accessor methods.906
ErrorsLine has trailing spaces.907
ErrorsLine contains a tab character.907
ErrorsLine contains a tab character.908
ErrorsLine contains a tab character.909
ErrorsLine contains a tab character.910
ErrorsLine is longer than 80 characters.911
ErrorsLine contains a tab character.911
ErrorsLine contains a tab character.912
Errors'{' should be on the previous line.912
ErrorsLine contains a tab character.913
ErrorsLine contains a tab character.914
ErrorsLine contains a tab character.915
ErrorsLine contains a tab character.916
ErrorsLine contains a tab character.917
ErrorsParameter worldView should be final.917
ErrorsLine contains a tab character.918
Errors'{' should be on the previous line.918
ErrorsLine contains a tab character.919
ErrorsLine contains a tab character.920
ErrorsLine contains a tab character.922
ErrorsMethod 'notify' is not designed for extension - needs to be abstract, final or empty.922
ErrorsLine contains a tab character.923
ErrorsParameter event should be final.923
ErrorsLine contains a tab character.924
Errors'{' should be on the previous line.924
ErrorsLine contains a tab character.925
ErrorsLine contains a tab character.926
ErrorsLine contains a tab character.928
ErrorsLine has trailing spaces.929
ErrorsLine contains a tab character.929
ErrorsLine contains a tab character.930
ErrorsMissing a Javadoc comment.930
ErrorsVariable 'endMessageListener' must be private and have accessor methods.930
ErrorsLine has trailing spaces.931
ErrorsLine contains a tab character.931
ErrorsLine contains a tab character.932
ErrorsLine contains a tab character.933
ErrorsLine contains a tab character.934
ErrorsLine is longer than 80 characters.935
ErrorsLine contains a tab character.935
ErrorsLine contains a tab character.936
ErrorsLine contains a tab character.937
ErrorsLine contains a tab character.938
ErrorsLine contains a tab character.939
ErrorsLine contains a tab character.940
ErrorsLine contains a tab character.941
ErrorsParameter worldView should be final.941
ErrorsLine contains a tab character.942
Errors'{' should be on the previous line.942
ErrorsLine contains a tab character.943
ErrorsLine contains a tab character.944
ErrorsLine contains a tab character.946
ErrorsMethod 'notify' is not designed for extension - needs to be abstract, final or empty.946
ErrorsLine contains a tab character.947
ErrorsParameter event should be final.947
ErrorsLine contains a tab character.948
Errors'{' should be on the previous line.948
ErrorsLine contains a tab character.949
ErrorsLine contains a tab character.950
ErrorsLine contains a tab character.952
ErrorsLine has trailing spaces.953
ErrorsLine contains a tab character.953
ErrorsLine contains a tab character.954
ErrorsMissing a Javadoc comment.954
ErrorsVariable 'itemPickedUpListener' must be private and have accessor methods.954
ErrorsLine is longer than 80 characters.956
ErrorsLine contains a tab character.956
ErrorsLine contains a tab character.958
ErrorsLine contains a tab character.959
ErrorsVariable 'agentInfo' must be private and have accessor methods.959
ErrorsLine contains a tab character.961
ErrorsLine contains a tab character.962
ErrorsLine contains a tab character.963
ErrorsLine contains a tab character.964
ErrorsLine contains a tab character.965
ErrorsParameter bot should be final.965
ErrorsLine contains a tab character.966
ErrorsLine contains a tab character.967
ErrorsLine has trailing spaces.968
ErrorsLine contains a tab character.968
ErrorsLine contains a tab character.969
ErrorsLine contains a tab character.970
ErrorsLine contains a tab character.971
ErrorsLine contains a tab character.972
ErrorsLine contains a tab character.973
ErrorsLine contains a tab character.974
ErrorsParameter bot should be final.974
ErrorsParameter agentInfo should be final.974
Errors'agentInfo' hides a field.974
ErrorsLine contains a tab character.975
ErrorsLine contains a tab character.976
ErrorsLine has trailing spaces.977
ErrorsLine contains a tab character.977
ErrorsLine contains a tab character.978
ErrorsLine contains a tab character.979
ErrorsLine contains a tab character.980
ErrorsLine contains a tab character.981
ErrorsLine is longer than 80 characters.982
ErrorsLine contains a tab character.982
ErrorsLine contains a tab character.983
ErrorsLine contains a tab character.984
ErrorsParameter bot should be final.984
ErrorsParameter agentInfo should be final.984
Errors'agentInfo' hides a field.984
ErrorsParameter log should be final.984
ErrorsLine contains a tab character.985
Errors'{' should be on the previous line.985
ErrorsLine contains a tab character.986
ErrorsLine contains a tab character.988
ErrorsLine contains a tab character.989
ErrorsLine contains a tab character.990
ErrorsLine contains a tab character.992
ErrorsLine contains a tab character.993
ErrorsLine contains a tab character.994
ErrorsLine contains a tab character.995
ErrorsLine contains a tab character.996
ErrorsLine contains a tab character.997
ErrorsLine contains a tab character.998
ErrorsLine contains a tab character.1000
ErrorsLine is longer than 80 characters.1001
ErrorsLine contains a tab character.1001
ErrorsLine contains a tab character.1002
ErrorsLine contains a tab character.1003
ErrorsLine contains a tab character.1004
ErrorsMethod 'start' is not designed for extension - needs to be abstract, final or empty.1004
ErrorsLine contains a tab character.1005
ErrorsParameter startPaused should be final.1005
ErrorsExpected @param tag for 'startPaused'.1005
ErrorsLine contains a tab character.1006
ErrorsLine contains a tab character.1007
ErrorsLine contains a tab character.1008
ErrorsLine contains a tab character.1009
ErrorsLine has trailing spaces.1010
ErrorsLine contains a tab character.1010

cz/cuni/amis/pogamut/udk/agent/module/sensor/Players.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsUnused import - cz.cuni.amis.pogamut.udk.bot.IUDKBotController.17
ErrorsLine is longer than 80 characters.21
ErrorsLine has trailing spaces.46
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.50
ErrorsLine is longer than 80 characters.52
ErrorsLine is longer than 80 characters.53
Errors'{' should be on the previous line.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.68
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 contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsMethod 'getPlayer' is not designed for extension - needs to be abstract, final or empty.75
ErrorsParameter UnrealId should be final.75
ErrorsName 'UnrealId' must match pattern '^[a-z][a-zA-Z0-9]*$'.75
ErrorsLine contains a tab character.76
Errors'{' should be on the previous line.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
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 contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsMethod 'getVisiblePlayer' is not designed for extension - needs to be abstract, final or empty.94
ErrorsParameter UnrealId should be final.94
ErrorsName 'UnrealId' must match pattern '^[a-z][a-zA-Z0-9]*$'.94
ErrorsLine contains a tab character.95
Errors'{' should be on the previous line.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
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 contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsMethod 'getReachablePlayer' is not designed for extension - needs to be abstract, final or empty.114
ErrorsParameter UnrealId should be final.114
ErrorsName 'UnrealId' must match pattern '^[a-z][a-zA-Z0-9]*$'.114
ErrorsLine contains a tab character.115
Errors'{' should be on the previous line.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine is longer than 80 characters.120
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine is longer than 80 characters.125
ErrorsLine contains a tab character.125
ErrorsLine is longer than 80 characters.126
ErrorsLine contains a tab character.126
ErrorsLine is longer than 80 characters.127
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
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
ErrorsMethod 'getPlayers' is not designed for extension - needs to be abstract, final or empty.137
ErrorsLine contains a tab character.138
Errors'{' should be on the previous line.138
ErrorsLine contains a tab character.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 contains a tab character.145
ErrorsLine is longer than 80 characters.146
ErrorsLine contains a tab character.146
ErrorsLine is longer than 80 characters.147
ErrorsLine contains a tab character.147
ErrorsLine is longer than 80 characters.148
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsMethod 'getEnemies' is not designed for extension - needs to be abstract, final or empty.158
ErrorsLine contains a tab character.159
Errors'{' should be on the previous line.159
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsLine is longer than 80 characters.167
ErrorsLine contains a tab character.167
ErrorsLine is longer than 80 characters.168
ErrorsLine contains a tab character.168
ErrorsLine is longer than 80 characters.169
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
ErrorsMethod 'getFriends' is not designed for extension - needs to be abstract, final or empty.179
ErrorsLine contains a tab character.180
Errors'{' should be on the previous line.180
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.182
ErrorsLine contains a tab character.183
ErrorsLine is longer than 80 characters.185
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.187
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.189
ErrorsLine is longer than 80 characters.190
ErrorsLine contains a tab character.190
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.194
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.198
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.202
ErrorsMethod 'getVisiblePlayers' is not designed for extension - needs to be abstract, final or empty.202
ErrorsLine contains a tab character.203
Errors'{' should be on the previous line.203
ErrorsLine contains a tab character.204
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.206
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.209
ErrorsLine contains a tab character.210
ErrorsLine is longer than 80 characters.211
ErrorsLine contains a tab character.211
ErrorsLine is longer than 80 characters.212
ErrorsLine contains a tab character.212
ErrorsLine is longer than 80 characters.213
ErrorsLine contains a tab character.213
ErrorsLine is longer than 80 characters.214
ErrorsLine contains a tab character.214
ErrorsLine contains a tab character.215
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.220
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
ErrorsLine contains a tab character.223
ErrorsMethod 'getVisibleEnemies' is not designed for extension - needs to be abstract, final or empty.223
ErrorsLine contains a tab character.224
Errors'{' should be on the previous line.224
ErrorsLine contains a tab character.225
ErrorsLine contains a tab character.226
ErrorsLine contains a tab character.227
ErrorsLine contains a tab character.229
ErrorsLine contains a tab character.230
ErrorsLine contains a tab character.231
ErrorsLine is longer than 80 characters.232
ErrorsLine contains a tab character.232
ErrorsLine is longer than 80 characters.233
ErrorsLine contains a tab character.233
ErrorsLine is longer than 80 characters.234
ErrorsLine contains a tab character.234
ErrorsLine is longer than 80 characters.235
ErrorsLine contains a tab character.235
ErrorsLine contains a tab character.236
ErrorsLine contains a tab character.237
ErrorsLine contains a tab character.238
ErrorsLine contains a tab character.239
ErrorsLine contains a tab character.240
ErrorsLine contains a tab character.241
ErrorsLine contains a tab character.242
ErrorsLine contains a tab character.243
ErrorsLine contains a tab character.244
ErrorsMethod 'getVisibleFriends' is not designed for extension - needs to be abstract, final or empty.244
ErrorsLine contains a tab character.245
Errors'{' should be on the previous line.245
ErrorsLine contains a tab character.246
ErrorsLine contains a tab character.247
ErrorsLine contains a tab character.248
ErrorsLine is longer than 80 characters.250
ErrorsLine contains a tab character.250
ErrorsLine contains a tab character.252
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 is longer than 80 characters.257
ErrorsLine contains a tab character.257
ErrorsLine is longer than 80 characters.258
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.262
ErrorsLine contains a tab character.263
ErrorsLine contains a tab character.264
ErrorsLine contains a tab character.265
ErrorsLine contains a tab character.266
ErrorsLine contains a tab character.267
ErrorsLine contains a tab character.268
ErrorsMethod 'getReachablePlayers' is not designed for extension - needs to be abstract, final or empty.268
ErrorsLine contains a tab character.269
Errors'{' should be on the previous line.269
ErrorsLine contains a tab character.270
ErrorsLine contains a tab character.271
ErrorsLine contains a tab character.272
ErrorsLine contains a tab character.274
ErrorsLine contains a tab character.275
ErrorsLine is longer than 80 characters.276
ErrorsLine contains a tab character.276
ErrorsLine contains a tab character.277
ErrorsLine is longer than 80 characters.278
ErrorsLine contains a tab character.278
ErrorsLine is longer than 80 characters.279
ErrorsLine contains a tab character.279
ErrorsLine is longer than 80 characters.280
ErrorsLine contains a tab character.280
ErrorsLine is longer than 80 characters.281
ErrorsLine contains a tab character.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.286
ErrorsLine contains a tab character.287
ErrorsLine contains a tab character.288
ErrorsLine contains a tab character.289
ErrorsLine contains a tab character.290
ErrorsMethod 'getReachableEnemies' is not designed for extension - needs to be abstract, final or empty.290
ErrorsLine contains a tab character.291
Errors'{' should be on the previous line.291
ErrorsLine contains a tab character.292
ErrorsLine contains a tab character.293
ErrorsLine contains a tab character.294
ErrorsLine contains a tab character.296
ErrorsLine contains a tab character.297
ErrorsLine is longer than 80 characters.298
ErrorsLine contains a tab character.298
ErrorsLine contains a tab character.299
ErrorsLine is longer than 80 characters.300
ErrorsLine contains a tab character.300
ErrorsLine is longer than 80 characters.301
ErrorsLine contains a tab character.301
ErrorsLine is longer than 80 characters.302
ErrorsLine contains a tab character.302
ErrorsLine is longer than 80 characters.303
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 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
ErrorsMethod 'getReachableFriends' is not designed for extension - needs to be abstract, final or empty.312
ErrorsLine contains a tab character.313
Errors'{' should be on the previous line.313
ErrorsLine contains a tab character.314
ErrorsLine contains a tab character.315
ErrorsLine contains a tab character.316
ErrorsLine is longer than 80 characters.318
ErrorsLine contains a tab character.318
ErrorsLine contains a tab character.320
ErrorsLine is longer than 80 characters.321
ErrorsLine contains a tab character.321
ErrorsLine has trailing spaces.322
ErrorsLine contains a tab character.322
ErrorsLine contains a tab character.323
ErrorsUnused @param tag for 'recentlyVisibleTime'.323
ErrorsLine contains a tab character.324
ErrorsLine contains a tab character.325
ErrorsLine has trailing spaces.326
ErrorsLine contains a tab character.326
ErrorsMethod 'getNearestPlayer' is not designed for extension - needs to be abstract, final or empty.326
ErrorsParameter recently should be final.326
ErrorsExpected @param tag for 'recently'.326
ErrorsLine contains a tab character.327
ErrorsLine contains a tab character.328
ErrorsLine contains a tab character.329
ErrorsLine is longer than 80 characters.330
ErrorsLine contains a tab character.330
ErrorsLine is longer than 80 characters.331
ErrorsLine contains a tab character.331
ErrorsLine contains a tab character.332
ErrorsLine contains a tab character.333
ErrorsLine contains a tab character.334
ErrorsLine contains a tab character.335
ErrorsLine contains a tab character.336
ErrorsLine contains a tab character.337
ErrorsLine contains a tab character.338
ErrorsLine contains a tab character.339
ErrorsLine has trailing spaces.340
ErrorsLine contains a tab character.340
ErrorsLine contains a tab character.341
ErrorsLine is longer than 80 characters.342
ErrorsLine contains a tab character.342
ErrorsLine has trailing spaces.343
ErrorsLine contains a tab character.343
ErrorsLine contains a tab character.344
ErrorsLine contains a tab character.345
ErrorsLine contains a tab character.346
ErrorsLine has trailing spaces.347
ErrorsLine contains a tab character.347
ErrorsMethod 'getNearestEnemy' is not designed for extension - needs to be abstract, final or empty.347
ErrorsParameter recentlyVisibleTime should be final.347
ErrorsLine contains a tab character.348
ErrorsLine contains a tab character.349
ErrorsLine contains a tab character.350
ErrorsLine is longer than 80 characters.351
ErrorsLine contains a tab character.351
ErrorsLine is longer than 80 characters.352
ErrorsLine contains a tab character.352
ErrorsLine contains a tab character.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.358
ErrorsLine contains a tab character.359
ErrorsLine contains a tab character.360
ErrorsLine has trailing spaces.361
ErrorsLine contains a tab character.361
ErrorsLine contains a tab character.362
ErrorsLine is longer than 80 characters.363
ErrorsLine contains a tab character.363
ErrorsLine has trailing spaces.364
ErrorsLine contains a tab character.364
ErrorsLine contains a tab character.365
ErrorsLine contains a tab character.366
ErrorsLine contains a tab character.367
ErrorsLine has trailing spaces.368
ErrorsLine contains a tab character.368
ErrorsMethod 'getNearestFriend' is not designed for extension - needs to be abstract, final or empty.368
ErrorsParameter recentlyVisibleTime should be final.368
ErrorsLine contains a tab character.369
ErrorsLine contains a tab character.370
ErrorsLine contains a tab character.371
ErrorsLine is longer than 80 characters.372
ErrorsLine contains a tab character.372
ErrorsLine is longer than 80 characters.373
ErrorsLine contains a tab character.373
ErrorsLine contains a tab character.374
ErrorsLine contains a tab character.375
ErrorsLine contains a tab character.376
ErrorsLine contains a tab character.377
ErrorsLine contains a tab character.378
ErrorsLine contains a tab character.379
ErrorsLine contains a tab character.380
ErrorsLine contains a tab character.381
ErrorsLine has trailing spaces.382
ErrorsLine contains a tab character.382
ErrorsLine contains a tab character.383
ErrorsLine is longer than 80 characters.384
ErrorsLine contains a tab character.384
ErrorsLine has trailing spaces.385
ErrorsLine contains a tab character.385
ErrorsLine contains a tab character.386
ErrorsLine contains a tab character.387
ErrorsLine has trailing spaces.388
ErrorsLine contains a tab character.388
ErrorsMethod 'getNearestVisiblePlayer' is not designed for extension - needs to be abstract, final or empty.388
ErrorsLine is longer than 80 characters.389
ErrorsLine contains a tab character.390
ErrorsLine has trailing spaces.391
ErrorsLine contains a tab character.391
ErrorsLine contains a tab character.392
ErrorsLine contains a tab character.393
ErrorsLine has trailing spaces.394
ErrorsLine contains a tab character.394
ErrorsLine contains a tab character.395
ErrorsLine contains a tab character.396
ErrorsLine has trailing spaces.397
ErrorsLine contains a tab character.397
ErrorsMethod 'getNearestVisibleEnemy' is not designed for extension - needs to be abstract, final or empty.397
ErrorsLine is longer than 80 characters.398
ErrorsLine contains a tab character.399
ErrorsLine has trailing spaces.400
ErrorsLine contains a tab character.400
ErrorsLine contains a tab character.401
ErrorsLine is longer than 80 characters.402
ErrorsLine contains a tab character.402
ErrorsLine has trailing spaces.403
ErrorsLine contains a tab character.403
ErrorsLine contains a tab character.404
ErrorsLine contains a tab character.405
ErrorsLine has trailing spaces.406
ErrorsLine contains a tab character.406
ErrorsMethod 'getNearestVisibleFriend' is not designed for extension - needs to be abstract, final or empty.406
ErrorsLine is longer than 80 characters.407
ErrorsLine contains a tab character.408
ErrorsLine has trailing spaces.409
ErrorsLine contains a tab character.409
ErrorsLine contains a tab character.410
ErrorsLine is longer than 80 characters.411
ErrorsLine contains a tab character.411
ErrorsLine contains a tab character.412
ErrorsLine has trailing spaces.413
ErrorsLine contains a tab character.413
ErrorsLine contains a tab character.414
ErrorsLine contains a tab character.415
ErrorsLine contains a tab character.416
ErrorsLine has trailing spaces.417
ErrorsLine is longer than 80 characters.417
ErrorsLine contains a tab character.417
ErrorsMethod 'getNearestVisiblePlayer' is not designed for extension - needs to be abstract, final or empty.417
ErrorsParameter players should be final.417
Errors'players' hides a field.417
ErrorsLine contains a tab character.419
ErrorsLine has trailing spaces.420
ErrorsLine contains a tab character.420
ErrorsLine contains a tab character.421
ErrorsLine is longer than 80 characters.422
ErrorsLine contains a tab character.422
ErrorsLine has trailing spaces.423
ErrorsLine contains a tab character.423
ErrorsLine contains a tab character.424
ErrorsLine contains a tab character.425
ErrorsLine has trailing spaces.426
ErrorsLine contains a tab character.426
ErrorsMethod 'getRandomVisiblePlayer' is not designed for extension - needs to be abstract, final or empty.426
ErrorsLine contains a tab character.428
ErrorsLine has trailing spaces.429
ErrorsLine contains a tab character.429
ErrorsLine contains a tab character.430
ErrorsLine contains a tab character.431
ErrorsLine has trailing spaces.432
ErrorsLine contains a tab character.432
ErrorsLine contains a tab character.433
ErrorsLine contains a tab character.434
ErrorsLine has trailing spaces.435
ErrorsLine contains a tab character.435
ErrorsMethod 'getRandomVisibleEnemy' is not designed for extension - needs to be abstract, final or empty.435
ErrorsLine contains a tab character.437
ErrorsLine has trailing spaces.438
ErrorsLine contains a tab character.438
ErrorsLine contains a tab character.439
ErrorsLine contains a tab character.440
ErrorsLine has trailing spaces.441
ErrorsLine contains a tab character.441
ErrorsLine contains a tab character.442
ErrorsLine contains a tab character.443
ErrorsLine has trailing spaces.444
ErrorsLine contains a tab character.444
ErrorsMethod 'getRandomVisibleFriend' is not designed for extension - needs to be abstract, final or empty.444
ErrorsLine contains a tab character.446
ErrorsLine is longer than 80 characters.448
ErrorsLine contains a tab character.448
ErrorsLine contains a tab character.450
ErrorsLine contains a tab character.451
ErrorsLine contains a tab character.452
ErrorsLine is longer than 80 characters.453
ErrorsLine contains a tab character.453
ErrorsLine contains a tab character.454
ErrorsLine contains a tab character.455
ErrorsLine contains a tab character.456
ErrorsLine contains a tab character.457
ErrorsMethod 'canSeePlayers' is not designed for extension - needs to be abstract, final or empty.457
ErrorsLine contains a tab character.458
Errors'{' should be on the previous line.458
ErrorsLine contains a tab character.459
ErrorsLine contains a tab character.460
ErrorsLine contains a tab character.461
ErrorsLine contains a tab character.463
ErrorsLine contains a tab character.464
ErrorsLine contains a tab character.465
ErrorsLine is longer than 80 characters.466
ErrorsLine contains a tab character.466
ErrorsLine contains a tab character.467
ErrorsLine contains a tab character.468
ErrorsLine contains a tab character.469
ErrorsLine contains a tab character.470
ErrorsMethod 'canSeeEnemies' is not designed for extension - needs to be abstract, final or empty.470
ErrorsLine contains a tab character.471
Errors'{' should be on the previous line.471
ErrorsLine contains a tab character.472
ErrorsLine contains a tab character.473
ErrorsLine contains a tab character.474
ErrorsLine contains a tab character.476
ErrorsLine contains a tab character.477
ErrorsLine contains a tab character.478
ErrorsLine is longer than 80 characters.479
ErrorsLine contains a tab character.479
ErrorsLine contains a tab character.480
ErrorsLine contains a tab character.481
ErrorsLine contains a tab character.482
ErrorsLine contains a tab character.483
ErrorsMethod 'canSeeFriends' is not designed for extension - needs to be abstract, final or empty.483
ErrorsLine contains a tab character.484
Errors'{' should be on the previous line.484
ErrorsLine contains a tab character.485
ErrorsLine contains a tab character.486
ErrorsLine contains a tab character.487
ErrorsLine is longer than 80 characters.489
ErrorsLine contains a tab character.489
ErrorsLine contains a tab character.491
ErrorsLine contains a tab character.492
ErrorsLine is longer than 80 characters.493
ErrorsLine contains a tab character.493
ErrorsLine contains a tab character.494
ErrorsLine is longer than 80 characters.495
ErrorsLine contains a tab character.495
ErrorsLine contains a tab character.496
ErrorsLine contains a tab character.497
ErrorsLine contains a tab character.498
ErrorsLine contains a tab character.499
ErrorsMethod 'canReachPlayers' is not designed for extension - needs to be abstract, final or empty.499
ErrorsLine contains a tab character.500
Errors'{' should be on the previous line.500
ErrorsLine contains a tab character.501
ErrorsLine contains a tab character.502
ErrorsLine contains a tab character.503
ErrorsLine contains a tab character.505
ErrorsLine contains a tab character.506
ErrorsLine is longer than 80 characters.507
ErrorsLine contains a tab character.507
ErrorsLine contains a tab character.508
ErrorsLine is longer than 80 characters.509
ErrorsLine contains a tab character.509
ErrorsLine contains a tab character.510
ErrorsLine contains a tab character.511
ErrorsLine contains a tab character.512
ErrorsLine contains a tab character.513
ErrorsMethod 'canReachEnemies' is not designed for extension - needs to be abstract, final or empty.513
ErrorsLine contains a tab character.514
Errors'{' should be on the previous line.514
ErrorsLine contains a tab character.515
ErrorsLine contains a tab character.516
ErrorsLine contains a tab character.517
ErrorsLine contains a tab character.519
ErrorsLine contains a tab character.520
ErrorsLine is longer than 80 characters.521
ErrorsLine contains a tab character.521
ErrorsLine contains a tab character.522
ErrorsLine is longer than 80 characters.523
ErrorsLine contains a tab character.523
ErrorsLine contains a tab character.524
ErrorsLine contains a tab character.525
ErrorsLine contains a tab character.526
ErrorsLine contains a tab character.527
ErrorsMethod 'canReachFriends' is not designed for extension - needs to be abstract, final or empty.527
ErrorsLine contains a tab character.528
Errors'{' should be on the previous line.528
ErrorsLine contains a tab character.529
ErrorsLine contains a tab character.530
ErrorsLine contains a tab character.531
ErrorsLine has trailing spaces.532
ErrorsLine contains a tab character.532
ErrorsLine contains a tab character.533
ErrorsLine contains a tab character.534
ErrorsLine contains a tab character.535
ErrorsLine contains a tab character.536
ErrorsLine contains a tab character.537
ErrorsLine contains a tab character.538
ErrorsLine contains a tab character.539
ErrorsLine contains a tab character.540
ErrorsLine contains a tab character.541
ErrorsLine contains a tab character.542
ErrorsMethod 'isEnemy' is not designed for extension - needs to be abstract, final or empty.542
ErrorsParameter team should be final.542
ErrorsLine contains a tab character.543
Errors'{' should be on the previous line.543
ErrorsLine contains a tab character.544
ErrorsLine is longer than 80 characters.545
ErrorsLine contains a tab character.545
ErrorsLine contains a tab character.546
ErrorsLine contains a tab character.548
ErrorsLine contains a tab character.549
ErrorsLine contains a tab character.550
ErrorsLine contains a tab character.551
ErrorsLine contains a tab character.552
ErrorsLine contains a tab character.553
ErrorsLine contains a tab character.554
ErrorsLine contains a tab character.555
ErrorsLine contains a tab character.556
ErrorsLine contains a tab character.557
ErrorsMethod 'isEnemy' is not designed for extension - needs to be abstract, final or empty.557
ErrorsParameter player should be final.557
ErrorsLine contains a tab character.558
Errors'{' should be on the previous line.558
ErrorsLine contains a tab character.559
ErrorsLine contains a tab character.560
ErrorsLine contains a tab character.561
ErrorsLine contains a tab character.563
ErrorsLine contains a tab character.564
ErrorsLine contains a tab character.565
ErrorsLine contains a tab character.566
ErrorsLine contains a tab character.567
ErrorsLine contains a tab character.568
ErrorsLine contains a tab character.569
ErrorsLine contains a tab character.570
ErrorsLine contains a tab character.571
ErrorsLine contains a tab character.572
ErrorsMethod 'isFriend' is not designed for extension - needs to be abstract, final or empty.572
ErrorsParameter team should be final.572
ErrorsLine contains a tab character.573
Errors'{' should be on the previous line.573
ErrorsLine contains a tab character.574
ErrorsLine is longer than 80 characters.575
ErrorsLine contains a tab character.575
ErrorsLine contains a tab character.576
ErrorsLine contains a tab character.578
ErrorsLine contains a tab character.579
ErrorsLine contains a tab character.580
ErrorsLine contains a tab character.581
ErrorsLine contains a tab character.582
ErrorsLine contains a tab character.583
ErrorsLine contains a tab character.584
ErrorsLine contains a tab character.585
ErrorsLine contains a tab character.586
ErrorsLine contains a tab character.587
ErrorsMethod 'isFriend' is not designed for extension - needs to be abstract, final or empty.587
ErrorsParameter player should be final.587
ErrorsLine contains a tab character.588
Errors'{' should be on the previous line.588
ErrorsLine contains a tab character.589
ErrorsLine contains a tab character.590
ErrorsLine contains a tab character.591
ErrorsLine is longer than 80 characters.593
ErrorsLine contains a tab character.593
ErrorsLine contains a tab character.595
ErrorsLine contains a tab character.596
ErrorsLine contains a tab character.597
ErrorsLine contains a tab character.598
ErrorsLine contains a tab character.599
Errors'{' should be on the previous line.599
ErrorsLine contains a tab character.600
ErrorsLine is longer than 80 characters.601
ErrorsLine contains a tab character.601
Errors'(' is preceded with whitespace.601
ErrorsLine contains a tab character.602
ErrorsLine is longer than 80 characters.603
ErrorsLine contains a tab character.603
Errors'(' is preceded with whitespace.603
ErrorsLine contains a tab character.604
ErrorsLine is longer than 80 characters.605
ErrorsLine contains a tab character.605
Errors'(' is preceded with whitespace.605
ErrorsLine contains a tab character.607
ErrorsLine contains a tab character.608
ErrorsLine contains a tab character.609
ErrorsLine contains a tab character.610
ErrorsLine contains a tab character.611
ErrorsParameter player should be final.611
ErrorsLine contains a tab character.612
Errors'{' should be on the previous line.612
ErrorsLine contains a tab character.613
ErrorsLine contains a tab character.615
Errors'if' construct must use '{}'s.616
ErrorsLine contains a tab character.616
ErrorsLine contains a tab character.617
ErrorsLine contains a tab character.619
ErrorsLine contains a tab character.620
ErrorsLine contains a tab character.621
ErrorsLine contains a tab character.623
ErrorsLine contains a tab character.624
ErrorsLine contains a tab character.625
Errors'{' should be on the previous line.625
ErrorsLine contains a tab character.626
ErrorsLine contains a tab character.627
ErrorsLine contains a tab character.628
Errors'}' should be on the same line.628
ErrorsLine contains a tab character.629
ErrorsLine contains a tab character.630
Errors'{' should be on the previous line.630
ErrorsLine contains a tab character.631
ErrorsLine contains a tab character.632
ErrorsLine contains a tab character.633
ErrorsLine contains a tab character.635
ErrorsLine contains a tab character.636
ErrorsLine contains a tab character.637
ErrorsLine contains a tab character.639
ErrorsLine contains a tab character.640
ErrorsLine contains a tab character.641
Errors'{' should be on the previous line.641
ErrorsLine contains a tab character.642
ErrorsLine contains a tab character.643
ErrorsLine contains a tab character.644
Errors'}' should be on the same line.644
ErrorsLine contains a tab character.645
ErrorsLine contains a tab character.646
Errors'{' should be on the previous line.646
ErrorsLine contains a tab character.647
ErrorsLine contains a tab character.648
ErrorsLine contains a tab character.649
ErrorsLine contains a tab character.650
ErrorsLine contains a tab character.652
ErrorsLine contains a tab character.653
ErrorsLine contains a tab character.654
ErrorsLine contains a tab character.655
ErrorsLine contains a tab character.656
ErrorsParameter uid should be final.656
ErrorsLine contains a tab character.657
Errors'{' should be on the previous line.657
ErrorsLine contains a tab character.658
ErrorsLine contains a tab character.659
ErrorsLine contains a tab character.660
ErrorsLine contains a tab character.661
ErrorsLine contains a tab character.662
ErrorsLine contains a tab character.664
ErrorsMissing a Javadoc comment.664
ErrorsLine contains a tab character.665
ErrorsLine contains a tab character.666
ErrorsLine contains a tab character.667
ErrorsLine contains a tab character.668
ErrorsLine contains a tab character.669
ErrorsLine contains a tab character.671
ErrorsLine contains a tab character.672
Errors'(' is preceded with whitespace.672
ErrorsLine contains a tab character.673
ErrorsLine contains a tab character.674
Errors'(' is preceded with whitespace.674
ErrorsLine contains a tab character.675
ErrorsLine contains a tab character.676
Errors'(' is preceded with whitespace.676
ErrorsLine is longer than 80 characters.678
ErrorsLine contains a tab character.678
ErrorsLine contains a tab character.680
ErrorsLine contains a tab character.681
ErrorsLine contains a tab character.682
ErrorsLine is longer than 80 characters.683
ErrorsLine contains a tab character.683
ErrorsLine contains a tab character.684
ErrorsLine contains a tab character.685
ErrorsLine contains a tab character.686
ErrorsParameter event should be final.686
ErrorsLine contains a tab character.687
Errors'{' should be on the previous line.687
ErrorsLine contains a tab character.689
ErrorsLine contains a tab character.690
Errors'if' construct must use '{}'s.691
ErrorsLine is longer than 80 characters.691
ErrorsLine contains a tab character.691
ErrorsLine contains a tab character.692
Errors'if' construct must use '{}'s.693
ErrorsLine contains a tab character.693
ErrorsLine contains a tab character.694
ErrorsLine contains a tab character.695
Errors'if' construct must use '{}'s.696
ErrorsLine contains a tab character.696
ErrorsLine contains a tab character.697
ErrorsLine contains a tab character.698
ErrorsLine contains a tab character.700
ErrorsLine contains a tab character.701
ErrorsLine contains a tab character.702
ErrorsLine contains a tab character.703
ErrorsLine contains a tab character.704
ErrorsParameter worldView should be final.704
ErrorsLine contains a tab character.705
Errors'{' should be on the previous line.705
ErrorsLine is longer than 80 characters.706
ErrorsLine contains a tab character.706
ErrorsLine contains a tab character.707
ErrorsLine contains a tab character.708
ErrorsFirst sentence should end with a period.710
ErrorsLine contains a tab character.710
ErrorsLine contains a tab character.711
ErrorsVariable 'playerListener' must be private and have accessor methods.711
ErrorsLine is longer than 80 characters.713
ErrorsLine contains a tab character.713
ErrorsLine contains a tab character.715
ErrorsLine contains a tab character.716
ErrorsLine contains a tab character.717
ErrorsLine is longer than 80 characters.718
ErrorsLine contains a tab character.718
ErrorsLine contains a tab character.719
Errors'{' should be on the previous line.719
ErrorsLine contains a tab character.720
ErrorsLine contains a tab character.721
ErrorsParameter event should be final.721
ErrorsLine contains a tab character.722
Errors'{' should be on the previous line.722
ErrorsLine contains a tab character.723
ErrorsLine contains a tab character.725
ErrorsLine contains a tab character.726
ErrorsLine contains a tab character.727
ErrorsLine contains a tab character.728
ErrorsLine contains a tab character.729
ErrorsLine contains a tab character.731
ErrorsLine contains a tab character.732
ErrorsLine contains a tab character.733
ErrorsLine contains a tab character.734
ErrorsLine contains a tab character.735
ErrorsParameter worldView should be final.735
ErrorsLine contains a tab character.736
Errors'{' should be on the previous line.736
ErrorsLine contains a tab character.737
ErrorsLine contains a tab character.738
ErrorsLine contains a tab character.739
ErrorsFirst sentence should end with a period.741
ErrorsLine contains a tab character.741
ErrorsLine contains a tab character.742
ErrorsVariable 'playerLeftListener' must be private and have accessor methods.742
ErrorsLine is longer than 80 characters.744
ErrorsLine contains a tab character.744
ErrorsLine has trailing spaces.745
ErrorsLine contains a tab character.745
ErrorsLine contains a tab character.746
ErrorsLine contains a tab character.747
ErrorsLine contains a tab character.748
ErrorsLine contains a tab character.749
ErrorsLine contains a tab character.750
Errors'{' should be on the previous line.750
ErrorsLine contains a tab character.751
ErrorsLine contains a tab character.752
ErrorsParameter event should be final.752
ErrorsLine contains a tab character.753
Errors'{' should be on the previous line.753
ErrorsLine contains a tab character.754
ErrorsLine contains a tab character.755
ErrorsLine contains a tab character.756
Errors'if' construct must use '{}'s.757
ErrorsLine contains a tab character.757
Errors'if' construct must use '{}'s.758
ErrorsLine contains a tab character.758
ErrorsLine contains a tab character.759
ErrorsLine contains a tab character.760
ErrorsLine contains a tab character.761
ErrorsLine contains a tab character.762
ErrorsLine contains a tab character.763
ErrorsLine contains a tab character.765
ErrorsLine contains a tab character.766
ErrorsLine contains a tab character.767
ErrorsLine contains a tab character.768
ErrorsLine contains a tab character.769
ErrorsParameter worldView should be final.769
ErrorsLine contains a tab character.770
Errors'{' should be on the previous line.770
ErrorsLine contains a tab character.771
ErrorsLine contains a tab character.772
ErrorsLine contains a tab character.773
ErrorsFirst sentence should end with a period.775
ErrorsLine contains a tab character.775
ErrorsLine contains a tab character.776
ErrorsVariable 'selfListener' must be private and have accessor methods.776
ErrorsLine has trailing spaces.777
ErrorsLine contains a tab character.777
ErrorsLine contains a tab character.778
ErrorsMissing a Javadoc comment.778
ErrorsVariable 'lastSelf' must be private and have accessor methods.778
ErrorsLine has trailing spaces.779
ErrorsLine contains a tab character.779
ErrorsLine contains a tab character.780
ErrorsLine contains a tab character.781
ErrorsLine contains a tab character.782
ErrorsLine contains a tab character.783
ErrorsLine contains a tab character.784
ErrorsParameter bot should be final.784
ErrorsLine contains a tab character.785
Errors'{' should be on the previous line.785
ErrorsLine contains a tab character.786
ErrorsLine contains a tab character.787
ErrorsLine has trailing spaces.788
ErrorsLine contains a tab character.788
ErrorsLine contains a tab character.789
ErrorsLine contains a tab character.790
ErrorsLine contains a tab character.791
ErrorsLine is longer than 80 characters.792
ErrorsLine contains a tab character.792
ErrorsLine contains a tab character.793
ErrorsLine contains a tab character.794
ErrorsParameter bot should be final.794
ErrorsParameter log should be final.794
ErrorsLine contains a tab character.795
Errors'{' should be on the previous line.795
ErrorsLine contains a tab character.796
ErrorsLine has trailing spaces.797
ErrorsLine contains a tab character.797
ErrorsLine contains a tab character.799
ErrorsLine contains a tab character.800
ErrorsLine contains a tab character.801
ErrorsLine contains a tab character.802
ErrorsLine contains a tab character.803
ErrorsLine has trailing spaces.804
ErrorsLine contains a tab character.804
ErrorsLine contains a tab character.805
ErrorsLine is longer than 80 characters.806
ErrorsLine contains a tab character.806
ErrorsLine contains a tab character.807
ErrorsLine contains a tab character.808
ErrorsLine contains a tab character.809
ErrorsMethod 'start' is not designed for extension - needs to be abstract, final or empty.809
ErrorsLine contains a tab character.810
ErrorsParameter startPaused should be final.810
ErrorsExpected @param tag for 'startPaused'.810
ErrorsLine contains a tab character.811
ErrorsLine contains a tab character.812
ErrorsLine contains a tab character.813
ErrorsLine contains a tab character.814
ErrorsLine contains a tab character.815
ErrorsLine contains a tab character.816

cz/cuni/amis/pogamut/udk/agent/module/sensor/Senses.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsUnused import - cz.cuni.amis.pogamut.udk.bot.IUDKBotController.17
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.21
ErrorsLine is longer than 80 characters.22
ErrorsLine is longer than 80 characters.27
ErrorsLine is longer than 80 characters.28
ErrorsLine is longer than 80 characters.29
ErrorsLine is longer than 80 characters.31
ErrorsLine is longer than 80 characters.32
ErrorsLine is longer than 80 characters.33
ErrorsLine is longer than 80 characters.39
ErrorsLine is longer than 80 characters.44
ErrorsLine is longer than 80 characters.45
ErrorsLine has trailing spaces.48
ErrorsLine is longer than 80 characters.48
ErrorsLine is longer than 80 characters.49
ErrorsLine has trailing spaces.51
ErrorsLine is longer than 80 characters.53
ErrorsLine is longer than 80 characters.54
Errors'{' should be on the previous line.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine is longer than 80 characters.63
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine is longer than 80 characters.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsMethod 'isCollidingOnce' is not designed for extension - needs to be abstract, final or empty.75
ErrorsLine contains a tab character.76
Errors'{' should be on the previous line.76
Errors'if' construct must use '{}'s.77
ErrorsLine contains a tab character.77
ErrorsComment matches to-do format 'TODO:'.78
ErrorsLine contains a tab character.78
ErrorsLine is longer than 80 characters.79
ErrorsLine contains a tab character.79
Errors'100' is a magic number.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.83
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsMethod 'isColliding' is not designed for extension - needs to be abstract, final or empty.89
ErrorsLine contains a tab character.90
Errors'{' should be on the previous line.90
Errors'if' construct must use '{}'s.91
ErrorsLine contains a tab character.91
ErrorsComment matches to-do format 'TODO:'.92
ErrorsLine contains a tab character.92
ErrorsLine has trailing spaces.93
ErrorsLine is longer than 80 characters.93
ErrorsLine contains a tab character.93
Errors'&&' should be on a new line.93
ErrorsLine is longer than 80 characters.94
ErrorsLine contains a tab character.94
Errors'100' is a magic number.94
ErrorsLine contains a tab character.95
ErrorsLine has trailing spaces.96
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsMethod 'getCollisionLocation' is not designed for extension - needs to be abstract, final or empty.101
Errors'if' construct must use '{}'s.102
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsMethod 'getCollisionNormal' is not designed for extension - needs to be abstract, final or empty.110
Errors'if' construct must use '{}'s.111
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine is longer than 80 characters.115
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsMethod 'isBumping' is not designed for extension - needs to be abstract, final or empty.121
Errors'(' is preceded with whitespace.121
ErrorsLine contains a tab character.122
Errors'{' should be on the previous line.122
Errors'if' construct must use '{}'s.123
ErrorsLine contains a tab character.123
ErrorsLine is longer than 80 characters.124
ErrorsLine contains a tab character.124
Errors'100' is a magic number.124
ErrorsLine contains a tab character.125
ErrorsLine has trailing spaces.126
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine is longer than 80 characters.128
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.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
ErrorsMethod 'isBumpingOnce' is not designed for extension - needs to be abstract, final or empty.135
Errors'if' construct must use '{}'s.136
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine has trailing spaces.141
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsExpected an @return tag.145
ErrorsLine contains a tab character.145
ErrorsMethod 'isBumpingPlayer' is not designed for extension - needs to be abstract, final or empty.145
Errors'if' construct must use '{}'s.146
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsLine has trailing spaces.149
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine has trailing spaces.152
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsLine has trailing spaces.155
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsMethod 'isBumpingPlayerOnce' is not designed for extension - needs to be abstract, final or empty.158
Errors'if' construct must use '{}'s.159
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsLine has trailing spaces.164
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsLine is longer than 80 characters.166
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsMethod 'getBumpingPlayer' is not designed for extension - needs to be abstract, final or empty.169
Errors'if' construct must use '{}'s.170
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsLine has trailing spaces.173
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
ErrorsLine contains a tab character.178
ErrorsMethod 'getBumpLocation' is not designed for extension - needs to be abstract, final or empty.178
Errors'if' construct must use '{}'s.179
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.180
ErrorsLine contains a tab character.181
ErrorsLine is longer than 80 characters.183
ErrorsLine contains a tab character.183
ErrorsFirst sentence should end with a period.185
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.189
ErrorsMethod 'isFallEdge' is not designed for extension - needs to be abstract, final or empty.189
ErrorsLine contains a tab character.190
Errors'{' should be on the previous line.190
Errors'if' construct must use '{}'s.191
ErrorsLine contains a tab character.191
ErrorsComment matches to-do format 'TODO:'.192
ErrorsLine contains a tab character.192
ErrorsLine is longer than 80 characters.193
ErrorsLine contains a tab character.193
Errors'100' is a magic number.193
ErrorsLine contains a tab character.194
ErrorsLine has trailing spaces.195
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.197
ErrorsLine has trailing spaces.198
ErrorsLine contains a tab character.198
ErrorsLine is longer than 80 characters.199
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
ErrorsLine has trailing spaces.201
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.203
ErrorsLine contains a tab character.204
ErrorsMethod 'isFallEdgeOnce' is not designed for extension - needs to be abstract, final or empty.204
ErrorsLine contains a tab character.205
Errors'{' should be on the previous line.205
Errors'if' construct must use '{}'s.206
ErrorsLine contains a tab character.206
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.209
ErrorsLine contains a tab character.210
ErrorsLine is longer than 80 characters.212
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.214
ErrorsLine contains a tab character.215
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.218
ErrorsMethod 'isHearingNoise' is not designed for extension - needs to be abstract, final or empty.218
ErrorsLine contains a tab character.219
Errors'{' should be on the previous line.219
Errors'if' construct must use '{}'s.220
ErrorsLine contains a tab character.220
ErrorsLine is longer than 80 characters.221
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
ErrorsLine has trailing spaces.223
ErrorsLine contains a tab character.223
ErrorsLine contains a tab character.224
ErrorsLine contains a tab character.225
ErrorsLine has trailing spaces.226
ErrorsLine contains a tab character.226
ErrorsLine is longer than 80 characters.227
ErrorsLine contains a tab character.227
ErrorsLine contains a tab character.228
ErrorsLine has trailing spaces.229
ErrorsLine contains a tab character.229
ErrorsLine contains a tab character.230
ErrorsLine contains a tab character.231
ErrorsLine contains a tab character.232
ErrorsMethod 'isHearingNoiseOnce' is not designed for extension - needs to be abstract, final or empty.232
Errors'if' construct must use '{}'s.233
ErrorsLine contains a tab character.233
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235
ErrorsLine contains a tab character.236
ErrorsLine contains a tab character.237
ErrorsLine has trailing spaces.238
ErrorsLine contains a tab character.238
ErrorsLine contains a tab character.239
ErrorsLine contains a tab character.240
ErrorsLine has trailing spaces.241
ErrorsLine contains a tab character.241
ErrorsLine contains a tab character.242
ErrorsLine contains a tab character.243
ErrorsMethod 'getNoiseRotation' is not designed for extension - needs to be abstract, final or empty.243
Errors'if' construct must use '{}'s.244
ErrorsLine contains a tab character.244
ErrorsLine contains a tab character.245
ErrorsLine contains a tab character.246
ErrorsLine has trailing spaces.247
ErrorsLine contains a tab character.247
ErrorsLine contains a tab character.248
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.250
ErrorsLine contains a tab character.251
ErrorsLine contains a tab character.252
ErrorsMethod 'getNoiseSource' is not designed for extension - needs to be abstract, final or empty.252
Errors'if' construct must use '{}'s.253
ErrorsLine contains a tab character.253
ErrorsLine contains a tab character.254
ErrorsLine contains a tab character.255
ErrorsLine has trailing spaces.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
ErrorsMethod 'getNoiseType' is not designed for extension - needs to be abstract, final or empty.261
ErrorsComment matches to-do format 'TODO:'.262
ErrorsLine contains a tab character.262
Errors'if' construct must use '{}'s.263
ErrorsLine contains a tab character.263
ErrorsLine contains a tab character.264
ErrorsLine contains a tab character.265
ErrorsLine is longer than 80 characters.267
ErrorsLine contains a tab character.267
ErrorsLine contains a tab character.269
ErrorsLine contains a tab character.270
ErrorsLine contains a tab character.271
ErrorsLine contains a tab character.272
ErrorsLine contains a tab character.273
ErrorsMethod 'isHearingPickup' is not designed for extension - needs to be abstract, final or empty.273
ErrorsLine contains a tab character.274
Errors'{' should be on the previous line.274
Errors'if' construct must use '{}'s.275
ErrorsLine contains a tab character.275
ErrorsLine is longer than 80 characters.276
ErrorsLine contains a tab character.276
ErrorsLine contains a tab character.277
ErrorsLine has trailing spaces.278
ErrorsLine contains a tab character.278
ErrorsLine contains a tab character.279
ErrorsLine contains a tab character.280
ErrorsLine has trailing spaces.281
ErrorsLine contains a tab character.281
ErrorsLine is longer than 80 characters.282
ErrorsLine contains a tab character.282
ErrorsLine contains a tab character.283
ErrorsLine has trailing spaces.284
ErrorsLine contains a tab character.284
ErrorsLine contains a tab character.285
ErrorsLine contains a tab character.286
ErrorsLine contains a tab character.287
ErrorsMethod 'isHearingPickupOnce' is not designed for extension - needs to be abstract, final or empty.287
Errors'if' construct must use '{}'s.288
ErrorsLine contains a tab character.288
ErrorsLine contains a tab character.289
ErrorsLine contains a tab character.290
ErrorsLine contains a tab character.291
ErrorsLine contains a tab character.292
ErrorsLine has trailing spaces.293
ErrorsLine contains a tab character.293
ErrorsLine contains a tab character.294
ErrorsLine contains a tab character.295
ErrorsLine has trailing spaces.296
ErrorsLine contains a tab character.296
ErrorsLine contains a tab character.297
ErrorsLine contains a tab character.298
ErrorsMethod 'getPickupNoiseRotation' is not designed for extension - needs to be abstract, final or empty.298
Errors'if' construct must use '{}'s.299
ErrorsLine contains a tab character.299
ErrorsLine contains a tab character.300
ErrorsLine contains a tab character.301
ErrorsLine has trailing spaces.302
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 contains a tab character.307
ErrorsMethod 'getPickupNoiseSource' is not designed for extension - needs to be abstract, final or empty.307
Errors'if' construct must use '{}'s.308
ErrorsLine contains a tab character.308
ErrorsLine contains a tab character.309
ErrorsLine contains a tab character.310
ErrorsLine has trailing spaces.311
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
ErrorsMethod 'getPickupNoiseType' is not designed for extension - needs to be abstract, final or empty.316
ErrorsComment matches to-do format 'TODO:'.317
ErrorsLine contains a tab character.317
Errors'if' construct must use '{}'s.318
ErrorsLine contains a tab character.318
ErrorsLine contains a tab character.319
ErrorsLine contains a tab character.320
ErrorsLine is longer than 80 characters.322
ErrorsLine contains a tab character.322
ErrorsLine contains a tab character.324
ErrorsLine contains a tab character.325
ErrorsLine contains a tab character.326
ErrorsLine contains a tab character.327
ErrorsLine contains a tab character.328
ErrorsLine contains a tab character.329
ErrorsMethod 'isBeingDamaged' is not designed for extension - needs to be abstract, final or empty.329
Errors'(' is preceded with whitespace.329
ErrorsLine contains a tab character.330
Errors'{' should be on the previous line.330
Errors'if' construct must use '{}'s.331
ErrorsLine contains a tab character.331
ErrorsLine has trailing spaces.332
ErrorsLine is longer than 80 characters.332
ErrorsLine contains a tab character.332
ErrorsLine contains a tab character.333
ErrorsLine has trailing spaces.334
ErrorsLine contains a tab character.334
ErrorsLine contains a tab character.335
ErrorsLine contains a tab character.336
ErrorsLine has trailing spaces.337
ErrorsLine contains a tab character.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.340
ErrorsLine contains a tab character.341
ErrorsLine contains a tab character.342
ErrorsLine contains a tab character.343
ErrorsMethod 'isBeingDamagedOnce' is not designed for extension - needs to be abstract, final or empty.343
Errors'(' is preceded with whitespace.343
ErrorsLine contains a tab character.344
Errors'{' should be on the previous line.344
Errors'if' construct must use '{}'s.345
ErrorsLine contains a tab character.345
Errors'if' construct must use '{}'s.346
ErrorsLine contains a tab character.346
ErrorsLine contains a tab character.347
ErrorsLine has trailing spaces.348
ErrorsLine contains a tab character.348
ErrorsLine contains a tab character.349
ErrorsLine has trailing spaces.350
ErrorsLine contains a tab character.350
ErrorsLine contains a tab character.351
ErrorsLine contains a tab character.352
ErrorsLine contains a tab character.353
ErrorsLine contains a tab character.354
ErrorsExpected an @return tag.355
ErrorsLine contains a tab character.355
ErrorsMethod 'getLastDamage' is not designed for extension - needs to be abstract, final or empty.355
ErrorsLine contains a tab character.356
ErrorsLine contains a tab character.357
ErrorsLine has trailing spaces.358
ErrorsLine contains a tab character.358
ErrorsLine is longer than 80 characters.359
ErrorsLine contains a tab character.359
ErrorsLine has trailing spaces.360
ErrorsLine contains a tab character.360
ErrorsLine contains a tab character.361
ErrorsLine is longer than 80 characters.362
ErrorsLine contains a tab character.362
ErrorsLine contains a tab character.363
ErrorsLine contains a tab character.364
ErrorsLine contains a tab character.365
ErrorsLine contains a tab character.366
ErrorsMethod 'isShot' is not designed for extension - needs to be abstract, final or empty.366
Errors'if' construct must use '{}'s.367
ErrorsLine contains a tab character.367
ErrorsLine contains a tab character.368
ErrorsLine contains a tab character.369
ErrorsLine has trailing spaces.370
ErrorsLine contains a tab character.370
ErrorsLine contains a tab character.371
ErrorsLine is longer than 80 characters.372
ErrorsLine contains a tab character.372
ErrorsLine has trailing spaces.373
ErrorsLine contains a tab character.373
ErrorsLine contains a tab character.374
ErrorsLine contains a tab character.375
ErrorsLine contains a tab character.376
ErrorsLine contains a tab character.377
ErrorsLine contains a tab character.378
ErrorsLine contains a tab character.379
ErrorsMethod 'isShotOnce' is not designed for extension - needs to be abstract, final or empty.379
Errors'if' construct must use '{}'s.380
ErrorsLine contains a tab character.380
Errors'if' construct must use '{}'s.381
ErrorsLine contains a tab character.381
ErrorsLine contains a tab character.382
ErrorsLine has trailing spaces.383
ErrorsLine contains a tab character.383
ErrorsLine contains a tab character.384
ErrorsLine has trailing spaces.385
ErrorsLine contains a tab character.385
ErrorsLine contains a tab character.386
ErrorsLine contains a tab character.387
ErrorsLine contains a tab character.388
ErrorsLine contains a tab character.389
ErrorsLine contains a tab character.390
ErrorsMethod 'getLastShot' is not designed for extension - needs to be abstract, final or empty.390
ErrorsLine contains a tab character.391
ErrorsLine contains a tab character.392
ErrorsLine has trailing spaces.393
ErrorsLine contains a tab character.393
ErrorsComment matches to-do format 'TODO:'.394
ErrorsLine is longer than 80 characters.394
ErrorsLine contains a tab character.394
ErrorsLine contains a tab character.395
ErrorsLine is longer than 80 characters.397
ErrorsLine contains a tab character.397
ErrorsLine contains a tab character.399
ErrorsLine contains a tab character.400
ErrorsLine contains a tab character.401
ErrorsLine contains a tab character.402
ErrorsLine contains a tab character.403
ErrorsMethod 'seeIncomingProjectile' is not designed for extension - needs to be abstract, final or empty.403
Errors'(' is preceded with whitespace.403
ErrorsLine contains a tab character.404
Errors'{' should be on the previous line.404
Errors'if' construct must use '{}'s.405
ErrorsLine contains a tab character.405
ErrorsLine is longer than 80 characters.406
ErrorsLine contains a tab character.406
ErrorsLine contains a tab character.407
ErrorsLine has trailing spaces.408
ErrorsLine contains a tab character.408
ErrorsLine contains a tab character.409
ErrorsLine contains a tab character.410
ErrorsLine contains a tab character.411
ErrorsLine contains a tab character.412
ErrorsLine contains a tab character.413
ErrorsMethod 'seeIncomingProjectileOnce' is not designed for extension - needs to be abstract, final or empty.413
Errors'if' construct must use '{}'s.414
ErrorsLine contains a tab character.414
Errors'if' construct must use '{}'s.415
ErrorsLine contains a tab character.415
ErrorsLine contains a tab character.416
ErrorsLine contains a tab character.417
ErrorsLine contains a tab character.418
ErrorsLine has trailing spaces.419
ErrorsLine contains a tab character.419
ErrorsLine contains a tab character.420
ErrorsLine contains a tab character.421
ErrorsLine contains a tab character.422
ErrorsLine contains a tab character.423
ErrorsLine contains a tab character.424
ErrorsMethod 'getLastIncomingProjectile' is not designed for extension - needs to be abstract, final or empty.424
ErrorsLine contains a tab character.425
ErrorsLine contains a tab character.426
ErrorsLine has trailing spaces.427
ErrorsLine contains a tab character.427
ErrorsComment matches to-do format 'TODO:'.428
ErrorsLine is longer than 80 characters.428
ErrorsLine contains a tab character.428
ErrorsLine contains a tab character.429
ErrorsComment matches to-do format 'TODO:'.430
ErrorsLine contains a tab character.430
ErrorsLine is longer than 80 characters.432
ErrorsLine contains a tab character.432
ErrorsLine contains a tab character.434
ErrorsLine contains a tab character.435
ErrorsLine contains a tab character.436
ErrorsLine contains a tab character.437
ErrorsLine contains a tab character.438
ErrorsLine contains a tab character.439
ErrorsMethod 'isCausingDamage' is not designed for extension - needs to be abstract, final or empty.439
Errors'(' is preceded with whitespace.439
ErrorsLine contains a tab character.440
Errors'{' should be on the previous line.440
Errors'if' construct must use '{}'s.441
ErrorsLine contains a tab character.441
ErrorsLine has trailing spaces.442
ErrorsLine is longer than 80 characters.442
ErrorsLine contains a tab character.442
ErrorsLine contains a tab character.443
ErrorsLine has trailing spaces.444
ErrorsLine contains a tab character.444
ErrorsLine contains a tab character.445
ErrorsLine contains a tab character.446
ErrorsLine has trailing spaces.447
ErrorsLine contains a tab character.447
ErrorsLine is longer than 80 characters.448
ErrorsLine contains a tab character.448
ErrorsLine contains a tab character.449
ErrorsLine contains a tab character.450
ErrorsLine contains a tab character.451
ErrorsLine contains a tab character.452
ErrorsLine contains a tab character.453
ErrorsMethod 'isCausingDamageOnce' is not designed for extension - needs to be abstract, final or empty.453
Errors'(' is preceded with whitespace.453
ErrorsLine contains a tab character.454
Errors'{' should be on the previous line.454
Errors'if' construct must use '{}'s.455
ErrorsLine contains a tab character.455
Errors'if' construct must use '{}'s.456
ErrorsLine contains a tab character.456
ErrorsLine contains a tab character.457
ErrorsLine has trailing spaces.458
ErrorsLine contains a tab character.458
ErrorsLine contains a tab character.459
ErrorsLine has trailing spaces.460
ErrorsLine contains a tab character.460
ErrorsLine contains a tab character.461
ErrorsLine contains a tab character.462
ErrorsLine contains a tab character.463
ErrorsLine contains a tab character.464
ErrorsExpected an @return tag.465
ErrorsLine contains a tab character.465
ErrorsMethod 'getLastCausedDamage' is not designed for extension - needs to be abstract, final or empty.465
ErrorsLine contains a tab character.466
ErrorsLine contains a tab character.467
ErrorsLine has trailing spaces.468
ErrorsLine contains a tab character.468
ErrorsLine is longer than 80 characters.469
ErrorsLine contains a tab character.469
ErrorsLine has trailing spaces.470
ErrorsLine contains a tab character.470
ErrorsLine contains a tab character.471
ErrorsLine contains a tab character.472
ErrorsLine contains a tab character.473
ErrorsLine contains a tab character.474
ErrorsLine contains a tab character.475
ErrorsLine contains a tab character.476
ErrorsMethod 'isHitPlayer' is not designed for extension - needs to be abstract, final or empty.476
Errors'if' construct must use '{}'s.477
ErrorsLine contains a tab character.477
ErrorsLine is longer than 80 characters.478
ErrorsLine contains a tab character.478
ErrorsLine contains a tab character.479
ErrorsLine has trailing spaces.480
ErrorsLine contains a tab character.480
ErrorsLine contains a tab character.481
ErrorsLine contains a tab character.482
ErrorsLine has trailing spaces.483
ErrorsLine contains a tab character.483
ErrorsLine is longer than 80 characters.484
ErrorsLine contains a tab character.484
ErrorsLine contains a tab character.485
ErrorsLine contains a tab character.486
ErrorsLine contains a tab character.487
ErrorsLine contains a tab character.488
ErrorsLine contains a tab character.489
ErrorsMethod 'isHitPlayerOnce' is not designed for extension - needs to be abstract, final or empty.489
Errors'if' construct must use '{}'s.490
ErrorsLine contains a tab character.490
Errors'if' construct must use '{}'s.491
ErrorsLine contains a tab character.491
ErrorsLine contains a tab character.492
ErrorsLine has trailing spaces.493
ErrorsLine contains a tab character.493
ErrorsLine contains a tab character.494
ErrorsLine has trailing spaces.495
ErrorsLine contains a tab character.495
ErrorsLine contains a tab character.496
ErrorsLine contains a tab character.497
ErrorsLine contains a tab character.498
ErrorsLine contains a tab character.499
ErrorsLine contains a tab character.500
ErrorsMethod 'getLastHitPlayer' is not designed for extension - needs to be abstract, final or empty.500
ErrorsLine contains a tab character.501
ErrorsLine contains a tab character.502
ErrorsLine has trailing spaces.503
ErrorsLine contains a tab character.503
ErrorsComment matches to-do format 'TODO:'.504
ErrorsLine has trailing spaces.504
ErrorsLine is longer than 80 characters.504
ErrorsLine contains a tab character.504
ErrorsLine is longer than 80 characters.505
ErrorsLine contains a tab character.505
ErrorsLine is longer than 80 characters.507
ErrorsLine contains a tab character.507
ErrorsLine has trailing spaces.508
ErrorsLine contains a tab character.508
ErrorsLine contains a tab character.509
ErrorsLine is longer than 80 characters.510
ErrorsLine contains a tab character.510
ErrorsLine contains a tab character.511
ErrorsLine contains a tab character.512
ErrorsLine contains a tab character.513
ErrorsMethod 'isPlayerKilled' is not designed for extension - needs to be abstract, final or empty.513
ErrorsLine contains a tab character.514
Errors'if' construct must use '{}'s.515
ErrorsLine contains a tab character.515
ErrorsLine contains a tab character.516
ErrorsLine contains a tab character.517
ErrorsLine contains a tab character.518
ErrorsLine has trailing spaces.519
ErrorsLine contains a tab character.519
ErrorsLine contains a tab character.520
ErrorsLine is longer than 80 characters.521
ErrorsLine contains a tab character.521
ErrorsLine has trailing spaces.522
ErrorsLine contains a tab character.522
ErrorsLine is longer than 80 characters.523
ErrorsLine contains a tab character.523
ErrorsLine contains a tab character.524
ErrorsLine has trailing spaces.525
ErrorsLine contains a tab character.525
ErrorsLine contains a tab character.526
ErrorsLine contains a tab character.527
ErrorsLine contains a tab character.528
ErrorsMethod 'isPlayerKilledOnce' is not designed for extension - needs to be abstract, final or empty.528
Errors'if' construct must use '{}'s.529
ErrorsLine contains a tab character.529
Errors'if' construct must use '{}'s.530
ErrorsLine contains a tab character.530
ErrorsLine contains a tab character.531
ErrorsLine contains a tab character.532
ErrorsLine contains a tab character.533
ErrorsLine has trailing spaces.534
ErrorsLine contains a tab character.534
ErrorsLine contains a tab character.535
ErrorsLine contains a tab character.536
ErrorsLine contains a tab character.537
ErrorsLine contains a tab character.538
ErrorsLine contains a tab character.539
ErrorsMethod 'isPlayerKilled' is not designed for extension - needs to be abstract, final or empty.539
ErrorsParameter playerId should be final.539
ErrorsExpected @param tag for 'playerId'.539
ErrorsLine is longer than 80 characters.540
ErrorsLine contains a tab character.540
ErrorsLine contains a tab character.541
ErrorsLine has trailing spaces.542
ErrorsLine contains a tab character.542
ErrorsLine contains a tab character.543
ErrorsLine contains a tab character.544
ErrorsLine contains a tab character.545
ErrorsLine contains a tab character.546
ErrorsLine contains a tab character.547
ErrorsMethod 'isPlayerKilled' is not designed for extension - needs to be abstract, final or empty.547
ErrorsParameter player should be final.547
ErrorsExpected @param tag for 'player'.547
ErrorsLine contains a tab character.548
ErrorsLine contains a tab character.549
ErrorsLine has trailing spaces.550
ErrorsLine contains a tab character.550
ErrorsLine contains a tab character.551
ErrorsLine contains a tab character.552
ErrorsLine has trailing spaces.553
ErrorsLine contains a tab character.553
ErrorsLine is longer than 80 characters.554
ErrorsLine contains a tab character.554
ErrorsLine contains a tab character.555
ErrorsLine has trailing spaces.556
ErrorsLine contains a tab character.556
ErrorsLine contains a tab character.557
ErrorsLine contains a tab character.558
ErrorsLine contains a tab character.559
ErrorsLine contains a tab character.560
ErrorsMethod 'isPlayerKilledOnce' is not designed for extension - needs to be abstract, final or empty.560
ErrorsParameter playerId should be final.560
ErrorsExpected @param tag for 'playerId'.560
Errors'if' construct must use '{}'s.561
ErrorsLine contains a tab character.561
Errors'if' construct must use '{}'s.562
ErrorsLine contains a tab character.562
ErrorsLine contains a tab character.563
ErrorsLine contains a tab character.564
ErrorsLine contains a tab character.565
ErrorsLine has trailing spaces.566
ErrorsLine contains a tab character.566
ErrorsLine contains a tab character.567
ErrorsLine contains a tab character.568
ErrorsLine has trailing spaces.569
ErrorsLine contains a tab character.569
ErrorsLine is longer than 80 characters.570
ErrorsLine contains a tab character.570
ErrorsLine contains a tab character.571
ErrorsLine has trailing spaces.572
ErrorsLine contains a tab character.572
ErrorsLine contains a tab character.573
ErrorsLine contains a tab character.574
ErrorsLine contains a tab character.575
ErrorsLine contains a tab character.576
ErrorsMethod 'isPlayerKilledOnce' is not designed for extension - needs to be abstract, final or empty.576
ErrorsParameter player should be final.576
ErrorsExpected @param tag for 'player'.576
ErrorsLine contains a tab character.577
ErrorsLine contains a tab character.578
ErrorsLine has trailing spaces.579
ErrorsLine contains a tab character.579
ErrorsLine contains a tab character.580
ErrorsLine is longer than 80 characters.581
ErrorsLine contains a tab character.581
ErrorsLine contains a tab character.582
ErrorsLine contains a tab character.583
ErrorsLine contains a tab character.584
ErrorsLine contains a tab character.585
ErrorsMethod 'getPlayerKilled' is not designed for extension - needs to be abstract, final or empty.585
ErrorsParameter playerId should be final.585
ErrorsExpected @param tag for 'playerId'.585
Errors'if' construct must use '{}'s.586
ErrorsLine contains a tab character.586
ErrorsLine contains a tab character.587
ErrorsLine contains a tab character.588
ErrorsLine has trailing spaces.589
ErrorsLine contains a tab character.589
ErrorsLine contains a tab character.590
ErrorsLine contains a tab character.591
ErrorsLine contains a tab character.592
ErrorsLine contains a tab character.593
ErrorsLine contains a tab character.594
ErrorsLine contains a tab character.595
ErrorsMethod 'getPlayerKilled' is not designed for extension - needs to be abstract, final or empty.595
ErrorsParameter player should be final.595
ErrorsExpected @param tag for 'player'.595
ErrorsLine contains a tab character.596
ErrorsLine contains a tab character.597
ErrorsLine has trailing spaces.598
ErrorsLine contains a tab character.598
ErrorsLine is longer than 80 characters.599
ErrorsLine contains a tab character.599
ErrorsLine has trailing spaces.600
ErrorsLine contains a tab character.600
ErrorsLine contains a tab character.601
ErrorsLine contains a tab character.602
ErrorsLine contains a tab character.603
ErrorsLine contains a tab character.604
ErrorsLine contains a tab character.605
ErrorsMethod 'isAdrenalineGained' is not designed for extension - needs to be abstract, final or empty.605
ErrorsLine is longer than 80 characters.606
ErrorsLine contains a tab character.606
ErrorsLine contains a tab character.607
ErrorsLine has trailing spaces.608
ErrorsLine contains a tab character.608
ErrorsLine contains a tab character.609
ErrorsLine contains a tab character.610
ErrorsLine has trailing spaces.611
ErrorsLine contains a tab character.611
ErrorsLine is longer than 80 characters.612
ErrorsLine contains a tab character.612
ErrorsLine contains a tab character.613
ErrorsLine has trailing spaces.614
ErrorsLine contains a tab character.614
ErrorsLine contains a tab character.615
ErrorsLine contains a tab character.616
ErrorsLine contains a tab character.617
ErrorsMethod 'isAdrenalineGainedOnce' is not designed for extension - needs to be abstract, final or empty.617
Errors'if' construct must use '{}'s.618
ErrorsLine contains a tab character.618
Errors'if' construct must use '{}'s.619
ErrorsLine contains a tab character.619
ErrorsLine contains a tab character.620
ErrorsLine contains a tab character.621
ErrorsLine contains a tab character.622
ErrorsLine has trailing spaces.623
ErrorsLine contains a tab character.623
ErrorsLine is longer than 80 characters.624
ErrorsLine contains a tab character.624
ErrorsLine has trailing spaces.625
ErrorsLine contains a tab character.625
ErrorsLine contains a tab character.626
ErrorsLine contains a tab character.627
ErrorsLine contains a tab character.628
ErrorsLine contains a tab character.629
ErrorsLine contains a tab character.630
ErrorsMethod 'hasDied' is not designed for extension - needs to be abstract, final or empty.630
ErrorsLine is longer than 80 characters.631
ErrorsLine contains a tab character.631
ErrorsLine contains a tab character.632
ErrorsLine has trailing spaces.633
ErrorsLine contains a tab character.633
ErrorsLine contains a tab character.634
ErrorsLine contains a tab character.635
ErrorsLine has trailing spaces.636
ErrorsLine contains a tab character.636
ErrorsLine contains a tab character.637
ErrorsLine contains a tab character.638
ErrorsLine has trailing spaces.639
ErrorsLine contains a tab character.639
ErrorsLine contains a tab character.640
ErrorsLine contains a tab character.641
ErrorsLine contains a tab character.642
ErrorsMethod 'hasDiedOnce' is not designed for extension - needs to be abstract, final or empty.642
Errors'if' construct must use '{}'s.643
ErrorsLine contains a tab character.643
Errors'if' construct must use '{}'s.644
ErrorsLine contains a tab character.644
ErrorsLine contains a tab character.645
ErrorsLine contains a tab character.646
ErrorsLine contains a tab character.647
ErrorsLine has trailing spaces.648
ErrorsLine contains a tab character.648
ErrorsLine contains a tab character.649
ErrorsLine contains a tab character.650
ErrorsLine contains a tab character.651
ErrorsLine contains a tab character.652
ErrorsLine contains a tab character.653
ErrorsMethod 'getBotDeath' is not designed for extension - needs to be abstract, final or empty.653
ErrorsLine contains a tab character.654
ErrorsLine contains a tab character.655
ErrorsLine has trailing spaces.656
ErrorsLine contains a tab character.656
ErrorsLine is longer than 80 characters.657
ErrorsLine contains a tab character.657
ErrorsLine has trailing spaces.658
ErrorsLine contains a tab character.658
ErrorsLine contains a tab character.659
ErrorsLine contains a tab character.660
ErrorsLine contains a tab character.661
ErrorsLine contains a tab character.662
ErrorsLine contains a tab character.663
ErrorsMethod 'isItemPickedUp' is not designed for extension - needs to be abstract, final or empty.663
ErrorsLine is longer than 80 characters.664
ErrorsLine contains a tab character.664
ErrorsLine contains a tab character.665
ErrorsLine has trailing spaces.666
ErrorsLine contains a tab character.666
ErrorsLine contains a tab character.667
ErrorsLine contains a tab character.668
ErrorsLine has trailing spaces.669
ErrorsLine contains a tab character.669
ErrorsLine contains a tab character.670
ErrorsLine contains a tab character.671
ErrorsLine has trailing spaces.672
ErrorsLine contains a tab character.672
ErrorsLine contains a tab character.673
ErrorsLine contains a tab character.674
ErrorsLine contains a tab character.675
ErrorsMethod 'isItemPickedUpOnce' is not designed for extension - needs to be abstract, final or empty.675
Errors'if' construct must use '{}'s.676
ErrorsLine contains a tab character.676
Errors'if' construct must use '{}'s.677
ErrorsLine contains a tab character.677
ErrorsLine contains a tab character.678
ErrorsLine contains a tab character.679
ErrorsLine contains a tab character.680
ErrorsLine has trailing spaces.681
ErrorsLine contains a tab character.681
ErrorsLine contains a tab character.682
ErrorsLine contains a tab character.683
ErrorsLine contains a tab character.684
ErrorsLine contains a tab character.685
ErrorsLine contains a tab character.686
ErrorsMethod 'getItemPickedUp' is not designed for extension - needs to be abstract, final or empty.686
ErrorsLine contains a tab character.687
ErrorsLine contains a tab character.688
ErrorsLine has trailing spaces.689
ErrorsLine contains a tab character.689
ErrorsLine contains a tab character.690
ErrorsLine is longer than 80 characters.691
ErrorsLine contains a tab character.691
ErrorsLine contains a tab character.692
ErrorsLine contains a tab character.693
ErrorsExpected an @return tag.694
ErrorsLine contains a tab character.694
ErrorsMethod 'getTimeDelta' is not designed for extension - needs to be abstract, final or empty.694
Errors'if' construct must use '{}'s.695
ErrorsLine contains a tab character.695
ErrorsLine is longer than 80 characters.696
ErrorsLine contains a tab character.696
ErrorsLine contains a tab character.697
ErrorsLine has trailing spaces.698
ErrorsLine contains a tab character.698
ErrorsLine is longer than 80 characters.699
ErrorsLine contains a tab character.699
ErrorsLine has trailing spaces.700
ErrorsLine contains a tab character.700
ErrorsLine contains a tab character.701
ErrorsMissing a Javadoc comment.701
ErrorsVariable 'lastBumped' must be private and have accessor methods.701
ErrorsLine contains a tab character.702
ErrorsMissing a Javadoc comment.702
ErrorsVariable 'lastBumpedTime' must be private and have accessor methods.702
ErrorsLine contains a tab character.703
ErrorsMissing a Javadoc comment.703
ErrorsVariable 'lastBumpedFlag' must be private and have accessor methods.703
ErrorsLine has trailing spaces.704
ErrorsLine contains a tab character.704
ErrorsLine contains a tab character.705
ErrorsMissing a Javadoc comment.705
ErrorsVariable 'lastWallCollision' must be private and have accessor methods.705
ErrorsLine contains a tab character.706
ErrorsMissing a Javadoc comment.706
ErrorsVariable 'lastWallCollisionTime' must be private and have accessor methods.706
ErrorsLine contains a tab character.707
ErrorsMissing a Javadoc comment.707
ErrorsVariable 'lastWallCollisionFlag' must be private and have accessor methods.707
ErrorsLine has trailing spaces.708
ErrorsLine contains a tab character.708
ErrorsLine contains a tab character.709
ErrorsMissing a Javadoc comment.709
ErrorsVariable 'lastFallEdge' must be private and have accessor methods.709
ErrorsLine contains a tab character.710
ErrorsMissing a Javadoc comment.710
ErrorsVariable 'lastFallEdgeTime' must be private and have accessor methods.710
ErrorsLine contains a tab character.711
ErrorsMissing a Javadoc comment.711
ErrorsVariable 'lastFallEdgeFlag' must be private and have accessor methods.711
ErrorsLine has trailing spaces.712
ErrorsLine contains a tab character.712
ErrorsLine contains a tab character.713
ErrorsMissing a Javadoc comment.713
ErrorsVariable 'lastHearNoise' must be private and have accessor methods.713
ErrorsLine contains a tab character.714
ErrorsMissing a Javadoc comment.714
ErrorsVariable 'lastHearNoiseTime' must be private and have accessor methods.714
ErrorsLine contains a tab character.715
ErrorsMissing a Javadoc comment.715
ErrorsVariable 'lastHearNoiseFlag' must be private and have accessor methods.715
ErrorsLine contains a tab character.717
ErrorsMissing a Javadoc comment.717
ErrorsVariable 'lastHearPickup' must be private and have accessor methods.717
ErrorsLine contains a tab character.718
ErrorsMissing a Javadoc comment.718
ErrorsVariable 'lastHearPickupTime' must be private and have accessor methods.718
ErrorsLine contains a tab character.719
ErrorsMissing a Javadoc comment.719
ErrorsVariable 'lastHearPickupFlag' must be private and have accessor methods.719
ErrorsLine contains a tab character.721
ErrorsMissing a Javadoc comment.721
ErrorsVariable 'lastBotDamaged' must be private and have accessor methods.721
ErrorsLine contains a tab character.722
ErrorsMissing a Javadoc comment.722
ErrorsVariable 'lastBotDamagedTime' must be private and have accessor methods.722
ErrorsLine contains a tab character.723
ErrorsMissing a Javadoc comment.723
ErrorsVariable 'lastBotDamagedFlag' must be private and have accessor methods.723
ErrorsLine has trailing spaces.724
ErrorsLine contains a tab character.724
ErrorsLine contains a tab character.725
ErrorsMissing a Javadoc comment.725
ErrorsVariable 'lastBotShot' must be private and have accessor methods.725
ErrorsLine contains a tab character.726
ErrorsMissing a Javadoc comment.726
ErrorsVariable 'lastBotShotTime' must be private and have accessor methods.726
ErrorsLine contains a tab character.727
ErrorsMissing a Javadoc comment.727
ErrorsVariable 'lastBotShotFlag' must be private and have accessor methods.727
ErrorsLine has trailing spaces.728
ErrorsLine contains a tab character.728
ErrorsLine contains a tab character.729
ErrorsMissing a Javadoc comment.729
ErrorsVariable 'lastIncomingProjectile' must be private and have accessor methods.729
ErrorsLine contains a tab character.730
ErrorsMissing a Javadoc comment.730
ErrorsVariable 'lastIncomingProjectileTime' must be private and have accessor methods.730
ErrorsLine contains a tab character.731
ErrorsMissing a Javadoc comment.731
ErrorsVariable 'lastIncomingProjectileFlag' must be private and have accessor methods.731
ErrorsLine has trailing spaces.732
ErrorsLine contains a tab character.732
ErrorsLine contains a tab character.733
ErrorsMissing a Javadoc comment.733
ErrorsVariable 'lastPlayerDamaged' must be private and have accessor methods.733
ErrorsLine contains a tab character.734
ErrorsMissing a Javadoc comment.734
ErrorsVariable 'lastPlayerDamagedTime' must be private and have accessor methods.734
ErrorsLine contains a tab character.735
ErrorsMissing a Javadoc comment.735
ErrorsVariable 'lastPlayerDamagedFlag' must be private and have accessor methods.735
ErrorsLine has trailing spaces.736
ErrorsLine contains a tab character.736
ErrorsLine contains a tab character.737
ErrorsMissing a Javadoc comment.737
ErrorsVariable 'lastPlayerShot' must be private and have accessor methods.737
ErrorsLine contains a tab character.738
ErrorsMissing a Javadoc comment.738
ErrorsVariable 'lastPlayerShotTime' must be private and have accessor methods.738
ErrorsLine contains a tab character.739
ErrorsMissing a Javadoc comment.739
ErrorsVariable 'lastPlayerShotFlag' must be private and have accessor methods.739
ErrorsLine has trailing spaces.740
ErrorsLine contains a tab character.740
ErrorsLine contains a tab character.741
ErrorsMissing a Javadoc comment.741
ErrorsVariable 'lastItemPickedUp' must be private and have accessor methods.741
ErrorsLine contains a tab character.742
ErrorsMissing a Javadoc comment.742
ErrorsVariable 'lastItemPickedUpTime' must be private and have accessor methods.742
ErrorsLine has trailing spaces.743
ErrorsLine contains a tab character.743
ErrorsMissing a Javadoc comment.743
ErrorsVariable 'lastItemPickedUpFlag' must be private and have accessor methods.743
ErrorsLine has trailing spaces.744
ErrorsLine contains a tab character.744
ErrorsLine contains a tab character.745
ErrorsMissing a Javadoc comment.745
ErrorsLine contains a tab character.746
ErrorsMissing a Javadoc comment.746
ErrorsLine has trailing spaces.747
ErrorsLine contains a tab character.747
ErrorsMissing a Javadoc comment.748
ErrorsLine contains a tab character.748
ErrorsLine has trailing spaces.749
ErrorsLine contains a tab character.749
ErrorsLine contains a tab character.750
ErrorsMissing a Javadoc comment.750
ErrorsLine contains a tab character.751
ErrorsMissing a Javadoc comment.751
ErrorsLine contains a tab character.752
ErrorsMissing a Javadoc comment.752
ErrorsLine contains a tab character.754
ErrorsMissing a Javadoc comment.754
ErrorsParameter event should be final.754
Errors'event' hides a field.754
ErrorsLine contains a tab character.755
ErrorsLine contains a tab character.756
ErrorsLine contains a tab character.757
ErrorsLine contains a tab character.758
ErrorsLine has trailing spaces.759
ErrorsLine contains a tab character.759
ErrorsLine contains a tab character.760
ErrorsLine has trailing spaces.761
ErrorsLine contains a tab character.761
ErrorsLine is longer than 80 characters.762
ErrorsLine contains a tab character.762
ErrorsMissing a Javadoc comment.762
ErrorsLine contains a tab character.763
ErrorsMissing a Javadoc comment.763
ErrorsLine has trailing spaces.764
ErrorsLine contains a tab character.764
ErrorsLine contains a tab character.765
ErrorsMissing a Javadoc comment.765
ErrorsVariable 'lastAdrenalineGained' must be private and have accessor methods.765
ErrorsLine contains a tab character.766
ErrorsMissing a Javadoc comment.766
ErrorsVariable 'lastAdrenalineGainedTime' must be private and have accessor methods.766
ErrorsLine contains a tab character.767
ErrorsMissing a Javadoc comment.767
ErrorsVariable 'lastAdrenalineGainedFlag' must be private and have accessor methods.767
ErrorsLine has trailing spaces.768
ErrorsLine contains a tab character.768
ErrorsLine contains a tab character.769
ErrorsMissing a Javadoc comment.769
ErrorsVariable 'lastBotKilled' must be private and have accessor methods.769
ErrorsLine contains a tab character.770
ErrorsMissing a Javadoc comment.770
ErrorsVariable 'lastBotKilledTime' must be private and have accessor methods.770
ErrorsLine contains a tab character.771
ErrorsMissing a Javadoc comment.771
ErrorsVariable 'lastBotKilledFlag' must be private and have accessor methods.771
ErrorsLine has trailing spaces.772
ErrorsLine contains a tab character.772
ErrorsLine has trailing spaces.773
ErrorsLine contains a tab character.773
ErrorsLine is longer than 80 characters.774
ErrorsLine contains a tab character.774
ErrorsLine contains a tab character.776
ErrorsLine contains a tab character.777
ErrorsLine contains a tab character.778
ErrorsLine contains a tab character.779
ErrorsLine contains a tab character.780
Errors'{' should be on the previous line.780
ErrorsLine contains a tab character.781
ErrorsLine contains a tab character.782
ErrorsParameter event should be final.782
ErrorsLine contains a tab character.783
Errors'{' should be on the previous line.783
ErrorsLine contains a tab character.784
ErrorsLine contains a tab character.785
ErrorsLine contains a tab character.786
ErrorsLine contains a tab character.787
ErrorsLine contains a tab character.789
ErrorsLine contains a tab character.790
ErrorsLine contains a tab character.791
ErrorsLine contains a tab character.792
ErrorsLine contains a tab character.793
ErrorsParameter worldView should be final.793
ErrorsLine contains a tab character.794
Errors'{' should be on the previous line.794
ErrorsLine contains a tab character.795
ErrorsLine contains a tab character.796
ErrorsLine contains a tab character.797
ErrorsFirst sentence should end with a period.799
ErrorsLine contains a tab character.799
ErrorsLine contains a tab character.800
ErrorsVariable 'bumpedListener' must be private and have accessor methods.800
ErrorsLine has trailing spaces.801
ErrorsLine contains a tab character.801
ErrorsLine is longer than 80 characters.802
ErrorsLine contains a tab character.802
ErrorsLine contains a tab character.804
ErrorsLine contains a tab character.805
ErrorsLine contains a tab character.806
ErrorsLine is longer than 80 characters.807
ErrorsLine contains a tab character.807
ErrorsLine contains a tab character.808
ErrorsLine contains a tab character.809
ErrorsLine contains a tab character.810
ErrorsParameter event should be final.810
ErrorsLine contains a tab character.811
Errors'{' should be on the previous line.811
ErrorsLine contains a tab character.812
ErrorsLine contains a tab character.813
ErrorsLine contains a tab character.814
ErrorsLine contains a tab character.815
ErrorsLine contains a tab character.817
ErrorsLine contains a tab character.818
ErrorsLine contains a tab character.819
ErrorsLine contains a tab character.820
ErrorsLine contains a tab character.821
ErrorsParameter worldView should be final.821
ErrorsLine contains a tab character.822
Errors'{' should be on the previous line.822
ErrorsLine contains a tab character.823
ErrorsLine contains a tab character.824
ErrorsLine contains a tab character.825
ErrorsFirst sentence should end with a period.827
ErrorsLine contains a tab character.827
ErrorsLine contains a tab character.828
ErrorsVariable 'wallCollisitonListener' must be private and have accessor methods.828
ErrorsLine is longer than 80 characters.830
ErrorsLine contains a tab character.830
ErrorsLine has trailing spaces.831
ErrorsLine contains a tab character.831
ErrorsLine contains a tab character.832
ErrorsLine contains a tab character.833
ErrorsLine contains a tab character.834
ErrorsLine contains a tab character.835
ErrorsLine contains a tab character.836
Errors'{' should be on the previous line.836
ErrorsLine contains a tab character.837
ErrorsLine contains a tab character.838
ErrorsParameter event should be final.838
ErrorsLine contains a tab character.839
Errors'{' should be on the previous line.839
ErrorsLine contains a tab character.840
ErrorsLine contains a tab character.841
ErrorsLine contains a tab character.842
ErrorsLine contains a tab character.843
ErrorsLine contains a tab character.845
ErrorsLine contains a tab character.846
ErrorsLine contains a tab character.847
ErrorsLine contains a tab character.848
ErrorsLine contains a tab character.849
ErrorsParameter worldView should be final.849
ErrorsLine contains a tab character.850
Errors'{' should be on the previous line.850
ErrorsLine contains a tab character.851
ErrorsLine contains a tab character.852
ErrorsLine contains a tab character.853
ErrorsFirst sentence should end with a period.855
ErrorsLine contains a tab character.855
ErrorsLine contains a tab character.856
ErrorsVariable 'fallEdgeListener' must be private and have accessor methods.856
ErrorsLine is longer than 80 characters.858
ErrorsLine contains a tab character.858
ErrorsLine has trailing spaces.859
ErrorsLine contains a tab character.859
ErrorsLine contains a tab character.860
ErrorsLine contains a tab character.861
ErrorsLine contains a tab character.862
ErrorsLine is longer than 80 characters.863
ErrorsLine contains a tab character.863
ErrorsLine contains a tab character.864
Errors'{' should be on the previous line.864
ErrorsLine contains a tab character.865
ErrorsLine contains a tab character.866
ErrorsParameter event should be final.866
ErrorsLine contains a tab character.867
Errors'{' should be on the previous line.867
ErrorsLine contains a tab character.868
ErrorsLine contains a tab character.869
ErrorsLine contains a tab character.870
ErrorsLine contains a tab character.871
ErrorsLine contains a tab character.873
ErrorsLine contains a tab character.874
ErrorsLine contains a tab character.875
ErrorsLine contains a tab character.876
ErrorsLine contains a tab character.877
ErrorsParameter worldView should be final.877
ErrorsLine contains a tab character.878
Errors'{' should be on the previous line.878
ErrorsLine contains a tab character.879
ErrorsLine contains a tab character.880
ErrorsLine contains a tab character.881
ErrorsFirst sentence should end with a period.883
ErrorsLine contains a tab character.883
ErrorsLine contains a tab character.884
ErrorsVariable 'hearNoiseListener' must be private and have accessor methods.884
ErrorsLine is longer than 80 characters.886
ErrorsLine contains a tab character.886
ErrorsLine has trailing spaces.887
ErrorsLine contains a tab character.887
ErrorsLine contains a tab character.888
ErrorsLine contains a tab character.889
ErrorsLine contains a tab character.890
ErrorsLine is longer than 80 characters.891
ErrorsLine contains a tab character.891
ErrorsLine contains a tab character.892
Errors'{' should be on the previous line.892
ErrorsLine contains a tab character.893
ErrorsLine contains a tab character.894
ErrorsParameter event should be final.894
ErrorsLine contains a tab character.895
Errors'{' should be on the previous line.895
ErrorsLine contains a tab character.896
ErrorsLine contains a tab character.897
ErrorsLine contains a tab character.898
ErrorsLine contains a tab character.899
ErrorsLine contains a tab character.901
ErrorsLine contains a tab character.902
ErrorsLine contains a tab character.903
ErrorsLine contains a tab character.904
ErrorsLine contains a tab character.905
ErrorsParameter worldView should be final.905
ErrorsLine contains a tab character.906
Errors'{' should be on the previous line.906
ErrorsLine contains a tab character.907
ErrorsLine contains a tab character.908
ErrorsLine contains a tab character.909
ErrorsFirst sentence should end with a period.911
ErrorsLine contains a tab character.911
ErrorsLine contains a tab character.912
ErrorsVariable 'hearPickupListener' must be private and have accessor methods.912
ErrorsLine is longer than 80 characters.914
ErrorsLine contains a tab character.914
ErrorsLine has trailing spaces.915
ErrorsLine contains a tab character.915
ErrorsLine contains a tab character.916
ErrorsLine contains a tab character.917
ErrorsLine contains a tab character.918
ErrorsLine is longer than 80 characters.919
ErrorsLine contains a tab character.919
ErrorsLine contains a tab character.920
Errors'{' should be on the previous line.920
ErrorsLine contains a tab character.921
ErrorsLine contains a tab character.922
ErrorsParameter event should be final.922
ErrorsLine contains a tab character.923
Errors'{' should be on the previous line.923
ErrorsLine contains a tab character.924
ErrorsLine contains a tab character.925
ErrorsLine contains a tab character.926
ErrorsLine has trailing spaces.927
ErrorsLine contains a tab character.927
ErrorsLine contains a tab character.928
ErrorsLine contains a tab character.929
ErrorsLine contains a tab character.930
ErrorsLine contains a tab character.931
ErrorsLine contains a tab character.932
ErrorsLine contains a tab character.933
ErrorsLine contains a tab character.935
ErrorsLine contains a tab character.936
ErrorsLine contains a tab character.937
ErrorsLine contains a tab character.938
ErrorsLine contains a tab character.939
ErrorsParameter worldView should be final.939
ErrorsLine contains a tab character.940
Errors'{' should be on the previous line.940
ErrorsLine contains a tab character.941
ErrorsLine contains a tab character.942
ErrorsLine contains a tab character.943
ErrorsFirst sentence should end with a period.945
ErrorsLine contains a tab character.945
ErrorsLine contains a tab character.946
ErrorsVariable 'botDamagedListener' must be private and have accessor methods.946
ErrorsLine is longer than 80 characters.948
ErrorsLine contains a tab character.948
ErrorsLine has trailing spaces.949
ErrorsLine contains a tab character.949
ErrorsLine contains a tab character.950
ErrorsLine contains a tab character.951
ErrorsLine contains a tab character.952
ErrorsLine is longer than 80 characters.953
ErrorsLine contains a tab character.953
ErrorsLine contains a tab character.954
ErrorsLine contains a tab character.955
ErrorsLine contains a tab character.956
ErrorsParameter event should be final.956
ErrorsLine contains a tab character.957
Errors'{' should be on the previous line.957
ErrorsLine contains a tab character.958
ErrorsLine contains a tab character.959
ErrorsLine has trailing spaces.960
ErrorsLine contains a tab character.960
ErrorsLine contains a tab character.961
ErrorsLine contains a tab character.963
ErrorsLine contains a tab character.964
ErrorsLine contains a tab character.965
ErrorsLine contains a tab character.966
ErrorsLine contains a tab character.967
ErrorsParameter worldView should be final.967
ErrorsLine contains a tab character.968
Errors'{' should be on the previous line.968
ErrorsLine is longer than 80 characters.969
ErrorsLine contains a tab character.969
ErrorsLine contains a tab character.970
ErrorsLine contains a tab character.971
ErrorsFirst sentence should end with a period.973
ErrorsLine contains a tab character.973
ErrorsLine contains a tab character.974
ErrorsVariable 'incomingProjectileListener' must be private and have accessor methods.974
ErrorsLine is longer than 80 characters.976
ErrorsLine contains a tab character.976
ErrorsLine has trailing spaces.977
ErrorsLine contains a tab character.977
ErrorsLine contains a tab character.978
ErrorsLine contains a tab character.979
ErrorsLine contains a tab character.980
ErrorsLine is longer than 80 characters.981
ErrorsLine contains a tab character.981
ErrorsLine contains a tab character.982
ErrorsLine contains a tab character.983
ErrorsLine contains a tab character.984
ErrorsParameter event should be final.984
ErrorsLine contains a tab character.985
Errors'{' should be on the previous line.985
ErrorsLine contains a tab character.986
ErrorsLine contains a tab character.987
ErrorsLine contains a tab character.988
ErrorsLine has trailing spaces.989
ErrorsLine contains a tab character.989
ErrorsLine contains a tab character.990
ErrorsLine contains a tab character.991
ErrorsLine contains a tab character.992
ErrorsLine contains a tab character.993
ErrorsLine contains a tab character.994
ErrorsLine contains a tab character.995
ErrorsLine contains a tab character.997
ErrorsLine contains a tab character.998
ErrorsLine contains a tab character.999
ErrorsLine contains a tab character.1000
ErrorsLine contains a tab character.1001
ErrorsParameter worldView should be final.1001
ErrorsLine contains a tab character.1002
Errors'{' should be on the previous line.1002
ErrorsLine contains a tab character.1003
ErrorsLine contains a tab character.1004
ErrorsLine contains a tab character.1005
ErrorsFirst sentence should end with a period.1007
ErrorsLine contains a tab character.1007
ErrorsLine contains a tab character.1008
ErrorsVariable 'playerDamagedListener' must be private and have accessor methods.1008
ErrorsLine has trailing spaces.1009
ErrorsLine contains a tab character.1009
ErrorsLine is longer than 80 characters.1010
ErrorsLine contains a tab character.1010
ErrorsLine contains a tab character.1012
ErrorsLine contains a tab character.1013
ErrorsLine contains a tab character.1014
ErrorsLine is longer than 80 characters.1015
ErrorsLine contains a tab character.1015
ErrorsLine contains a tab character.1016
ErrorsLine contains a tab character.1017
ErrorsLine contains a tab character.1018
ErrorsParameter event should be final.1018
ErrorsLine contains a tab character.1019
Errors'{' should be on the previous line.1019
Errors'if' construct must use '{}'s.1020
ErrorsLine contains a tab character.1020
ErrorsLine is longer than 80 characters.1021
ErrorsLine contains a tab character.1021
ErrorsLine contains a tab character.1022
ErrorsLine contains a tab character.1023
ErrorsLine contains a tab character.1025
ErrorsLine contains a tab character.1026
ErrorsLine contains a tab character.1027
ErrorsLine contains a tab character.1028
ErrorsLine contains a tab character.1029
ErrorsParameter worldView should be final.1029
ErrorsLine contains a tab character.1030
Errors'{' should be on the previous line.1030
ErrorsLine contains a tab character.1031
ErrorsLine contains a tab character.1032
ErrorsLine contains a tab character.1033
ErrorsFirst sentence should end with a period.1035
ErrorsLine contains a tab character.1035
ErrorsLine contains a tab character.1036
ErrorsVariable 'playerKilledListener' must be private and have accessor methods.1036
ErrorsLine has trailing spaces.1037
ErrorsLine contains a tab character.1037
ErrorsLine is longer than 80 characters.1038
ErrorsLine contains a tab character.1038
ErrorsLine has trailing spaces.1039
ErrorsLine contains a tab character.1039
ErrorsLine contains a tab character.1040
ErrorsLine contains a tab character.1041
ErrorsLine contains a tab character.1042
ErrorsLine is longer than 80 characters.1043
ErrorsLine contains a tab character.1043
ErrorsLine contains a tab character.1044
ErrorsLine contains a tab character.1045
ErrorsLine contains a tab character.1046
ErrorsParameter event should be final.1046
ErrorsLine contains a tab character.1047
Errors'{' should be on the previous line.1047
ErrorsLine contains a tab character.1048
ErrorsLine contains a tab character.1049
ErrorsLine contains a tab character.1050
ErrorsLine contains a tab character.1051
ErrorsLine contains a tab character.1053
ErrorsLine contains a tab character.1054
ErrorsLine contains a tab character.1055
ErrorsLine contains a tab character.1056
ErrorsLine contains a tab character.1057
ErrorsParameter worldView should be final.1057
ErrorsLine contains a tab character.1058
Errors'{' should be on the previous line.1058
ErrorsLine is longer than 80 characters.1059
ErrorsLine contains a tab character.1059
ErrorsLine contains a tab character.1060
ErrorsLine contains a tab character.1061
ErrorsFirst sentence should end with a period.1063
ErrorsLine contains a tab character.1063
ErrorsLine contains a tab character.1064
ErrorsVariable 'adrenalineGainedListener' must be private and have accessor methods.1064
ErrorsLine has trailing spaces.1065
ErrorsLine contains a tab character.1065
ErrorsLine is longer than 80 characters.1066
ErrorsLine contains a tab character.1066
ErrorsLine has trailing spaces.1067
ErrorsLine contains a tab character.1067
ErrorsLine contains a tab character.1068
ErrorsLine contains a tab character.1069
ErrorsLine contains a tab character.1070
ErrorsLine is longer than 80 characters.1071
ErrorsLine contains a tab character.1071
ErrorsLine contains a tab character.1072
Errors'{' should be on the previous line.1072
ErrorsLine contains a tab character.1073
ErrorsLine contains a tab character.1074
ErrorsParameter event should be final.1074
ErrorsLine contains a tab character.1075
Errors'{' should be on the previous line.1075
ErrorsLine contains a tab character.1076
ErrorsLine contains a tab character.1077
ErrorsLine contains a tab character.1078
ErrorsLine contains a tab character.1079
ErrorsLine contains a tab character.1081
ErrorsLine contains a tab character.1082
ErrorsLine contains a tab character.1083
ErrorsLine contains a tab character.1084
ErrorsLine contains a tab character.1085
ErrorsParameter worldView should be final.1085
ErrorsLine contains a tab character.1086
Errors'{' should be on the previous line.1086
ErrorsLine contains a tab character.1087
ErrorsLine contains a tab character.1088
ErrorsLine contains a tab character.1089
ErrorsFirst sentence should end with a period.1091
ErrorsLine contains a tab character.1091
ErrorsLine contains a tab character.1092
ErrorsVariable 'botKilledListener' must be private and have accessor methods.1092
ErrorsLine has trailing spaces.1093
ErrorsLine contains a tab character.1093
ErrorsLine is longer than 80 characters.1094
ErrorsLine contains a tab character.1094
ErrorsLine has trailing spaces.1095
ErrorsLine contains a tab character.1095
ErrorsLine contains a tab character.1096
ErrorsLine contains a tab character.1097
ErrorsLine contains a tab character.1098
ErrorsLine is longer than 80 characters.1099
ErrorsLine contains a tab character.1099
ErrorsLine contains a tab character.1100
ErrorsLine contains a tab character.1101
ErrorsLine contains a tab character.1102
ErrorsParameter event should be final.1102
ErrorsLine contains a tab character.1103
Errors'{' should be on the previous line.1103
ErrorsLine contains a tab character.1104
ErrorsLine contains a tab character.1105
ErrorsLine contains a tab character.1106
ErrorsLine contains a tab character.1108
ErrorsLine contains a tab character.1109
ErrorsLine contains a tab character.1110
ErrorsLine contains a tab character.1111
ErrorsLine contains a tab character.1112
ErrorsParameter worldView should be final.1112
ErrorsLine contains a tab character.1113
Errors'{' should be on the previous line.1113
ErrorsLine contains a tab character.1114
ErrorsLine contains a tab character.1115
ErrorsLine contains a tab character.1116
ErrorsLine has trailing spaces.1117
ErrorsLine contains a tab character.1117
ErrorsFirst sentence should end with a period.1118
ErrorsLine contains a tab character.1118
ErrorsLine contains a tab character.1119
ErrorsVariable 'beginMessageListener' must be private and have accessor methods.1119
ErrorsLine has trailing spaces.1120
ErrorsLine contains a tab character.1120
ErrorsLine is longer than 80 characters.1121
ErrorsLine contains a tab character.1121
ErrorsLine has trailing spaces.1123
ErrorsLine contains a tab character.1123
ErrorsLine contains a tab character.1124
ErrorsLine contains a tab character.1125
ErrorsLine contains a tab character.1126
ErrorsLine is longer than 80 characters.1127
ErrorsLine contains a tab character.1127
ErrorsLine contains a tab character.1128
ErrorsLine contains a tab character.1129
ErrorsLine contains a tab character.1130
ErrorsParameter event should be final.1130
ErrorsLine contains a tab character.1131
Errors'{' should be on the previous line.1131
ErrorsLine contains a tab character.1132
ErrorsLine contains a tab character.1133
ErrorsLine contains a tab character.1134
ErrorsLine contains a tab character.1135
ErrorsLine contains a tab character.1137
ErrorsLine contains a tab character.1138
ErrorsLine contains a tab character.1139
ErrorsLine contains a tab character.1140
ErrorsLine contains a tab character.1141
ErrorsParameter worldView should be final.1141
ErrorsLine contains a tab character.1142
Errors'{' should be on the previous line.1142
ErrorsLine contains a tab character.1143
ErrorsLine contains a tab character.1144
ErrorsLine contains a tab character.1145
ErrorsFirst sentence should end with a period.1147
ErrorsLine contains a tab character.1147
ErrorsLine contains a tab character.1148
ErrorsVariable 'itemPickedUpListener' must be private and have accessor methods.1148
ErrorsLine has trailing spaces.1149
ErrorsLine contains a tab character.1149
ErrorsLine is longer than 80 characters.1150
ErrorsLine contains a tab character.1150
ErrorsLine has trailing spaces.1151
ErrorsLine contains a tab character.1151
ErrorsLine contains a tab character.1152
ErrorsLine contains a tab character.1153
ErrorsVariable 'agentInfo' must be private and have accessor methods.1153
ErrorsLine contains a tab character.1154
ErrorsLine contains a tab character.1155
ErrorsLine has trailing spaces.1156
ErrorsLine contains a tab character.1156
ErrorsLine contains a tab character.1157
ErrorsLine contains a tab character.1158
ErrorsLine contains a tab character.1159
ErrorsLine contains a tab character.1160
ErrorsLine contains a tab character.1161
ErrorsParameter bot should be final.1161
ErrorsLine contains a tab character.1162
Errors'{' should be on the previous line.1162
ErrorsLine contains a tab character.1163
ErrorsLine contains a tab character.1164
ErrorsLine has trailing spaces.1165
ErrorsLine contains a tab character.1165
ErrorsLine contains a tab character.1166
ErrorsLine contains a tab character.1167
ErrorsLine contains a tab character.1168
ErrorsLine contains a tab character.1169
ErrorsLine contains a tab character.1170
ErrorsLine contains a tab character.1171
ErrorsLine contains a tab character.1172
ErrorsParameter bot should be final.1172
ErrorsParameter agentInfo should be final.1172
Errors'agentInfo' hides a field.1172
ErrorsParameter players should be final.1172
Errors'players' hides a field.1172
ErrorsLine contains a tab character.1173
Errors'{' should be on the previous line.1173
ErrorsLine contains a tab character.1174
ErrorsLine contains a tab character.1175
ErrorsLine has trailing spaces.1176
ErrorsLine contains a tab character.1176
ErrorsLine contains a tab character.1177
ErrorsLine contains a tab character.1178
ErrorsLine contains a tab character.1179
ErrorsLine contains a tab character.1180
ErrorsLine is longer than 80 characters.1181
ErrorsLine contains a tab character.1181
ErrorsLine contains a tab character.1182
ErrorsLine is longer than 80 characters.1183
ErrorsLine contains a tab character.1183
ErrorsParameter bot should be final.1183
ErrorsParameter agentInfo should be final.1183
Errors'agentInfo' hides a field.1183
ErrorsParameter players should be final.1183
Errors'players' hides a field.1183
ErrorsExpected @param tag for 'players'.1183
ErrorsParameter log should be final.1183
ErrorsLine contains a tab character.1184
Errors'{' should be on the previous line.1184
ErrorsLine contains a tab character.1185
ErrorsLine contains a tab character.1187
ErrorsLine contains a tab character.1188
ErrorsLine contains a tab character.1189
ErrorsLine has trailing spaces.1190
ErrorsLine contains a tab character.1190
ErrorsLine contains a tab character.1191
ErrorsLine contains a tab character.1192
ErrorsLine contains a tab character.1193
ErrorsLine contains a tab character.1195
ErrorsLine contains a tab character.1196
ErrorsLine is longer than 80 characters.1197
ErrorsLine contains a tab character.1197
ErrorsLine contains a tab character.1198
ErrorsLine contains a tab character.1199
ErrorsLine contains a tab character.1200
ErrorsLine contains a tab character.1201
ErrorsLine is longer than 80 characters.1202
ErrorsLine contains a tab character.1202
ErrorsLine is longer than 80 characters.1203
ErrorsLine contains a tab character.1203
ErrorsLine is longer than 80 characters.1204
ErrorsLine contains a tab character.1204
ErrorsLine is longer than 80 characters.1205
ErrorsLine contains a tab character.1205
ErrorsLine contains a tab character.1206
ErrorsLine is longer than 80 characters.1207
ErrorsLine contains a tab character.1207
ErrorsLine is longer than 80 characters.1208
ErrorsLine contains a tab character.1208
ErrorsLine contains a tab character.1209
ErrorsLine has trailing spaces.1210
ErrorsLine contains a tab character.1210
ErrorsLine contains a tab character.1211
ErrorsLine is longer than 80 characters.1212
ErrorsLine contains a tab character.1212
ErrorsLine contains a tab character.1213
ErrorsLine contains a tab character.1214
ErrorsLine contains a tab character.1215
ErrorsMethod 'start' is not designed for extension - needs to be abstract, final or empty.1215
ErrorsLine contains a tab character.1216
ErrorsParameter startPaused should be final.1216
ErrorsExpected @param tag for 'startPaused'.1216
ErrorsLine contains a tab character.1217
ErrorsLine contains a tab character.1218
ErrorsLine contains a tab character.1219
ErrorsLine contains a tab character.1220
ErrorsLine contains a tab character.1221
ErrorsLine contains a tab character.1222
ErrorsLine contains a tab character.1223
ErrorsLine contains a tab character.1224
ErrorsLine contains a tab character.1225
ErrorsLine contains a tab character.1226
ErrorsLine contains a tab character.1227
ErrorsLine contains a tab character.1228
ErrorsLine contains a tab character.1229
ErrorsLine contains a tab character.1230
ErrorsLine contains a tab character.1231
ErrorsLine contains a tab character.1232
ErrorsLine contains a tab character.1233
ErrorsLine contains a tab character.1234
ErrorsLine contains a tab character.1235
ErrorsLine contains a tab character.1236
ErrorsLine contains a tab character.1237
ErrorsLine contains a tab character.1238
ErrorsLine contains a tab character.1239
ErrorsLine contains a tab character.1240
ErrorsLine contains a tab character.1241
ErrorsLine contains a tab character.1242
ErrorsLine contains a tab character.1243
ErrorsLine contains a tab character.1244
ErrorsLine contains a tab character.1245
ErrorsLine contains a tab character.1246
ErrorsLine contains a tab character.1247
ErrorsLine contains a tab character.1248
ErrorsLine contains a tab character.1249
ErrorsLine contains a tab character.1250
ErrorsLine contains a tab character.1251
ErrorsLine contains a tab character.1252
ErrorsLine contains a tab character.1253
ErrorsLine contains a tab character.1254

cz/cuni/amis/pogamut/udk/agent/module/utils/TabooSet.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.19
ErrorsType Javadoc comment is missing an @param <T> tag.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsLine is longer than 80 characters.25
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine has trailing spaces.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.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsMethod 'add' is not designed for extension - needs to be abstract, final or empty.33
ErrorsParameter item should be final.33
ErrorsExpected @param tag for 'item'.33
ErrorsLine contains a tab character.34
Errors'cast' is not followed by whitespace.34
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine is longer than 80 characters.38
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
ErrorsMethod 'add' is not designed for extension - needs to be abstract, final or empty.42
ErrorsParameter item should be final.42
ErrorsExpected @param tag for 'item'.42
ErrorsParameter timeout should be final.42
ErrorsLine contains a tab character.43
Errors'+' is not preceded with whitespace.43
Errors'+' is not followed by whitespace.43
ErrorsLine contains a tab character.44
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsMethod 'remove' is not designed for extension - needs to be abstract, final or empty.50
ErrorsParameter item should be final.50
ErrorsExpected @param tag for 'item'.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.53
ErrorsLine contains a tab character.53
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 contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsExpected an @return tag.60
ErrorsLine contains a tab character.60
ErrorsMethod 'isTaboo' is not designed for extension - needs to be abstract, final or empty.60
ErrorsParameter item should be final.60
ErrorsExpected @param tag for 'item'.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.68
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 contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine is longer than 80 characters.78
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine has trailing spaces.80
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsExpected an @return tag.84
ErrorsLine contains a tab character.84
ErrorsMethod 'filter' is not designed for extension - needs to be abstract, final or empty.84
ErrorsParameter collection should be final.84
ErrorsExpected @param tag for 'collection'.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
Errors'if' construct must use '{}'s.87
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.92
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsMethod 'clear' is not designed for extension - needs to be abstract, final or empty.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine has trailing spaces.99
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsExpected an @return tag.103
ErrorsLine contains a tab character.103
ErrorsMethod 'getTime' is not designed for extension - needs to be abstract, final or empty.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine has trailing spaces.106
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine has trailing spaces.111
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine is longer than 80 characters.116
ErrorsLine contains a tab character.116
ErrorsLine has trailing spaces.118
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsMissing a Javadoc comment.119
ErrorsParameter worldView should be final.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsParameter event should be final.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine has trailing spaces.127
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine has trailing spaces.129
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
ErrorsVariable 'beginMessageListener' must be private and have accessor methods.133
ErrorsLine has trailing spaces.134
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.138
ErrorsLine contains a tab character.139
ErrorsParameter bot should be final.139
ErrorsExpected @param tag for 'bot'.139
ErrorsLine is longer than 80 characters.140
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141

cz/cuni/amis/pogamut/udk/agent/navigation/AbstractUDKPathNavigator.java

ViolationMessageLine
ErrorsUnused import - java.util.List.3
ErrorsLine has trailing spaces.13
ErrorsLine is longer than 80 characters.13
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.20
Errors'{' is not preceded with whitespace.20
ErrorsLine contains a tab character.22
ErrorsLine is longer than 80 characters.23
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsVariable 'bot' must be private and have accessor methods.26
ErrorsLine has trailing spaces.27
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
ErrorsVariable 'executor' must be private and have accessor methods.32
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
ErrorsVariable 'self' must be private and have accessor methods.37
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsMethod 'setBot' is not designed for extension - needs to be abstract, final or empty.39
ErrorsLine contains a tab character.40
ErrorsParameter bot should be final.40
Errors'bot' hides a field.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.44
ErrorsMethod 'setExecutor' is not designed for extension - needs to be abstract, final or empty.44
ErrorsLine contains a tab character.45
ErrorsParameter owner should be final.45
ErrorsLine has trailing spaces.46
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine has trailing spaces.48
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsMethod 'navigate' is not designed for extension - needs to be abstract, final or empty.49
ErrorsLine contains a tab character.50
Errors'if' construct must use '{}'s.51
ErrorsLine is longer than 80 characters.51
ErrorsLine contains a tab character.51
Errors'if' construct must use '{}'s.52
ErrorsLine is longer than 80 characters.52
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.53
Errors'if' is not followed by whitespace.54
ErrorsLine is longer than 80 characters.55
ErrorsLine has trailing spaces.56
Errors'if' is not followed by whitespace.57
Errors'!=' is not preceded with whitespace.57
Errors'{' is not preceded with whitespace.57
ErrorsLine has trailing spaces.58
ErrorsLine is longer than 80 characters.58
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
Errors'if' construct must use '{}'s.65
ErrorsLine is longer than 80 characters.65
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
Errors'if' construct must use '{}'s.68
ErrorsLine is longer than 80 characters.68
ErrorsLine contains a tab character.68
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 contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine is longer than 80 characters.75
ErrorsLine contains a tab character.75
ErrorsLine is longer than 80 characters.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsExpected @param tag for 'pathElementIndex'.79

cz/cuni/amis/pogamut/udk/agent/navigation/IUDKPathNavigator.java

ViolationMessageLine
ErrorsUnused import - cz.cuni.amis.pogamut.base.agent.navigation.IPathExecutor.5
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.gbinfomessages.Self.9
ErrorsLine has trailing spaces.12
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine has trailing spaces.21
ErrorsLine is longer than 80 characters.21
ErrorsLine is longer than 80 characters.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.30
ErrorsLine is longer than 80 characters.31
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsRedundant 'public' modifier.36
ErrorsExpected @param tag for 'bot'.36
ErrorsLine has trailing spaces.37
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine is longer than 80 characters.39
ErrorsLine contains a tab character.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.42
ErrorsLine is longer than 80 characters.43
ErrorsLine contains a tab character.43
ErrorsLine is longer than 80 characters.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
ErrorsLine has trailing spaces.47
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsRedundant 'public' modifier.50
ErrorsExpected @param tag for 'owner'.50
ErrorsLine has trailing spaces.51
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 contains a tab character.54
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsUnused @param tag for 'bot'.56
ErrorsLine contains a tab character.57
ErrorsUnused @param tag for 'self'.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsRedundant 'public' modifier.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.63
ErrorsLine is longer than 80 characters.63
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsRedundant 'public' modifier.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine is longer than 80 characters.68
ErrorsLine contains a tab character.68
ErrorsLine is longer than 80 characters.69
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsRedundant 'public' modifier.73
ErrorsExpected @param tag for 'path'.73
ErrorsLine has trailing spaces.74
ErrorsLine contains a tab character.74
ErrorsLine is longer than 80 characters.76
ErrorsLine is longer than 80 characters.77
ErrorsLine has trailing spaces.78
ErrorsExpected an @return tag.80
ErrorsLine contains a tab character.80
ErrorsRedundant 'public' modifier.80

cz/cuni/amis/pogamut/udk/agent/navigation/IUDKPathRunner.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.8
ErrorsLine has trailing spaces.9
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
ErrorsRedundant 'public' modifier.20
ErrorsLine has trailing spaces.21
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsLine is longer than 80 characters.23
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsLine is longer than 80 characters.25
ErrorsLine contains a tab character.25
ErrorsLine has trailing spaces.26
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine is longer than 80 characters.28
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine is longer than 80 characters.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsExpected an @return tag.33
ErrorsLine is longer than 80 characters.33
ErrorsLine contains a tab character.33
ErrorsRedundant 'public' modifier.33
ErrorsExpected @param tag for 'reachable'.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34

cz/cuni/amis/pogamut/udk/agent/navigation/UDKAStarPathFuture.java

ViolationMessageLine
ErrorsUnused import - cz.cuni.amis.pogamut.base.agent.navigation.IPathFuture.7
ErrorsUnused import - cz.cuni.amis.pogamut.base3d.worldview.object.Location.13
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.23
ErrorsLine has trailing spaces.24
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.27
ErrorsLine is longer than 80 characters.28
ErrorsLine is longer than 80 characters.30
ErrorsLine is longer than 80 characters.31
ErrorsLine has trailing spaces.32
ErrorsLine contains a tab character.37
ErrorsMissing a Javadoc comment.37
ErrorsLine contains a tab character.39
ErrorsMissing a Javadoc comment.39
ErrorsLine has trailing spaces.40
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsMissing a Javadoc comment.41
ErrorsLine has trailing spaces.42
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsMissing a Javadoc comment.43
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsMissing a Javadoc comment.45
ErrorsLine has trailing spaces.46
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsMissing a Javadoc comment.47
ErrorsLine contains a tab character.49
ErrorsMissing a Javadoc comment.49
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsMissing a Javadoc comment.51
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsMissing a Javadoc comment.53
ErrorsLine is longer than 80 characters.55
ErrorsLine contains a tab character.55
ErrorsMissing a Javadoc comment.55
ErrorsParameter bot should be final.55
ErrorsParameter pathFrom should be final.55
ErrorsParameter pathTo should be final.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
Errors'synchronized' is not followed by whitespace.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine is longer than 80 characters.61
ErrorsLine contains a tab character.61
Errors'{' is not preceded with whitespace.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsParameter event should be final.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine is longer than 80 characters.69
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsParameter event should be final.71
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine is longer than 80 characters.75
ErrorsLine contains a tab character.75
ErrorsLine is longer than 80 characters.76
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.77
ErrorsLine is longer than 80 characters.77
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.81
ErrorsMethod 'cancelComputation' is not designed for extension - needs to be abstract, final or empty.81
ErrorsLine contains a tab character.82
ErrorsParameter mayInterruptIfRunning should be final.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine has trailing spaces.87
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsMethod 'eventEndMessage' is not designed for extension - needs to be abstract, final or empty.88
ErrorsMissing a Javadoc comment.88
ErrorsParameter event should be final.88
Errors'if' construct must use '{}'s.89
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.93
ErrorsLine contains a tab character.93
ErrorsLine is longer than 80 characters.94
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.99
ErrorsMethod 'eventPath' is not designed for extension - needs to be abstract, final or empty.99
ErrorsMissing a Javadoc comment.99
ErrorsParameter event should be final.99
ErrorsLine contains a tab character.100
ErrorsLine is longer than 80 characters.101
ErrorsLine contains a tab character.101
ErrorsLine has trailing spaces.102
ErrorsLine is longer than 80 characters.102
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine is longer than 80 characters.106
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112

cz/cuni/amis/pogamut/udk/agent/navigation/UDKAStarPathPlanner.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.17
ErrorsLine contains a tab character.23
ErrorsMissing a Javadoc comment.23
ErrorsLine contains a tab character.25
ErrorsMissing a Javadoc comment.25
ErrorsParameter bot should be final.25
Errors'bot' hides a field.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsMethod 'computePath' is not designed for extension - needs to be abstract, final or empty.29
ErrorsLine contains a tab character.30
ErrorsParameter from should be final.30
ErrorsParameter to should be final.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32

cz/cuni/amis/pogamut/udk/agent/navigation/UDKAStarPathTimeoutException.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.7
ErrorsLine is longer than 80 characters.9
ErrorsLine contains a tab character.9
ErrorsMissing a Javadoc comment.9
ErrorsParameter message should be final.9
ErrorsParameter log should be final.9
ErrorsParameter origin should be final.9
ErrorsLine contains a tab character.10
ErrorsLine contains a tab character.11

cz/cuni/amis/pogamut/udk/agent/navigation/UDKPathExecutor.java

ViolationMessageLine
ErrorsUnused import - cz.cuni.amis.pogamut.base.agent.navigation.IPathExecutorState.3
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.21
ErrorsLine is longer than 80 characters.25
ErrorsMissing a Javadoc comment.25
ErrorsLine contains a tab character.27
ErrorsMissing a Javadoc comment.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsMissing a Javadoc comment.29
ErrorsLine has trailing spaces.30
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsMissing a Javadoc comment.31
ErrorsLine has trailing spaces.32
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsMissing a Javadoc comment.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsMissing a Javadoc comment.35
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.36
ErrorsLine is longer than 80 characters.37
ErrorsLine contains a tab character.37
ErrorsMissing a Javadoc comment.37
ErrorsLine contains a tab character.38
ErrorsLine is longer than 80 characters.39
ErrorsLine contains a tab character.39
ErrorsParameter event should be final.39
ErrorsLine contains a tab character.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 is longer than 80 characters.44
ErrorsLine contains a tab character.44
ErrorsMissing a Javadoc comment.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsParameter event should be final.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.51
ErrorsMissing a Javadoc comment.51
ErrorsLine contains a tab character.53
ErrorsMissing a Javadoc comment.53
ErrorsParameter bot should be final.53
Errors'bot' hides a field.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.56
ErrorsLine is longer than 80 characters.57
ErrorsLine contains a tab character.57
ErrorsMissing a Javadoc comment.57
ErrorsParameter bot should be final.57
Errors'bot' hides a field.57
ErrorsParameter navigator should be final.57
Errors'navigator' hides a field.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsLine is longer than 80 characters.61
ErrorsLine contains a tab character.61
ErrorsMissing a Javadoc comment.61
ErrorsParameter bot should be final.61
Errors'bot' hides a field.61
ErrorsParameter navigator should be final.61
Errors'navigator' hides a field.61
ErrorsParameter log should be final.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 has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine is longer than 80 characters.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine is longer than 80 characters.74
ErrorsLine contains a tab character.74
ErrorsLine is longer than 80 characters.75
ErrorsLine contains a tab character.75
ErrorsLine is longer than 80 characters.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.78
ErrorsLine contains a tab character.78
ErrorsLine is longer than 80 characters.79
ErrorsLine contains a tab character.79
ErrorsMethod 'setTimeoutEstimator' is not designed for extension - needs to be abstract, final or empty.79
ErrorsMissing a Javadoc comment.79
ErrorsParameter timeoutEstimator should be final.79
Errors'timeoutEstimator' hides a field.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.83
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine has trailing spaces.85
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine has trailing spaces.87
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine has trailing spaces.89
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.92
ErrorsLine is longer than 80 characters.93
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsMethod 'pathComputedImpl' is not designed for extension - needs to be abstract, final or empty.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine is longer than 80 characters.99
Errors'if' is not followed by whitespace.99
Errors'{' is not preceded with whitespace.99
ErrorsLine is longer than 80 characters.100
ErrorsLine has trailing spaces.102
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.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 contains a tab character.115
ErrorsLine has trailing spaces.116
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsMethod 'stuckImpl' is not designed for extension - needs to be abstract, final or empty.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.122
ErrorsLine is longer than 80 characters.123
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsMethod 'switchToAnotherPathElementImpl' is not designed for extension - needs to be abstract, final or empty.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
Errors'31' is a magic number.129
ErrorsLine is longer than 80 characters.130
ErrorsLine contains a tab character.130
Errors'32' is a magic number.130
ErrorsLine is longer than 80 characters.131
ErrorsLine contains a tab character.131
Errors'31' is a magic number.131
ErrorsLine contains a tab character.132
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 has trailing spaces.137
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsMethod 'calculateTimeout' is not designed for extension - needs to be abstract, final or empty.138
ErrorsMissing a Javadoc comment.138
ErrorsLine is longer than 80 characters.139
ErrorsLine contains a tab character.139
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 contains a tab character.146
ErrorsLine contains a tab character.148
ErrorsMethod 'targetReachedImpl' is not designed for extension - needs to be abstract, final or empty.148
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine has trailing spaces.152
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsMethod 'eventEndMessage' is not designed for extension - needs to be abstract, final or empty.153
ErrorsMissing a Javadoc comment.153
ErrorsLine is longer than 80 characters.154
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsLine has trailing spaces.158
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
ErrorsMethod 'navigate' is not designed for extension - needs to be abstract, final or empty.159
ErrorsMissing a Javadoc comment.159
Errors'if' construct must use '{}'s.160
ErrorsLine is longer than 80 characters.160
ErrorsLine contains a tab character.160
ErrorsLine has trailing spaces.161
ErrorsLine is longer than 80 characters.161
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
Errors'if' construct must use '{}'s.163
ErrorsLine is longer than 80 characters.163
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsLine has trailing spaces.165
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.168
Errors'if' construct must use '{}'s.169
ErrorsLine is longer than 80 characters.169
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsLine has trailing spaces.175
ErrorsLine contains a tab character.175

cz/cuni/amis/pogamut/udk/agent/navigation/UDKPathExecutorWithPlanner.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.17
ErrorsLine has trailing spaces.23
ErrorsComment matches to-do format 'TODO:'.24
ErrorsLine has trailing spaces.25
ErrorsLine is longer than 80 characters.30
ErrorsLine contains a tab character.32
ErrorsMissing a Javadoc comment.32
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsMissing a Javadoc comment.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsMissing a Javadoc comment.36
ErrorsLine has trailing spaces.37
ErrorsLine contains a tab character.37
ErrorsLine is longer than 80 characters.38
ErrorsLine contains a tab character.38
ErrorsMissing a Javadoc comment.38
ErrorsLine contains a tab character.39
ErrorsLine is longer than 80 characters.40
ErrorsLine contains a tab character.40
ErrorsParameter event should be final.40
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
ErrorsMissing a Javadoc comment.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsParameter event should be final.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine is longer than 80 characters.52
ErrorsLine contains a tab character.52
ErrorsMissing a Javadoc comment.52
ErrorsParameter bot should be final.52
Errors'bot' hides a field.52
ErrorsParameter pathPlanner should be final.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.55
ErrorsLine is longer than 80 characters.56
ErrorsLine contains a tab character.56
ErrorsMissing a Javadoc comment.56
ErrorsParameter bot should be final.56
Errors'bot' hides a field.56
ErrorsParameter pathPlanner should be final.56
ErrorsParameter navigator should be final.56
Errors'navigator' hides a field.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 is longer than 80 characters.60
ErrorsLine contains a tab character.60
ErrorsMissing a Javadoc comment.60
ErrorsParameter bot should be final.60
Errors'bot' hides a field.60
ErrorsParameter pathPlanner should be final.60
ErrorsParameter navigator should be final.60
Errors'navigator' hides a field.60
ErrorsParameter log should be final.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine is longer than 80 characters.63
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine is longer than 80 characters.69
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 is longer than 80 characters.73
ErrorsLine contains a tab character.73
ErrorsLine is longer than 80 characters.74
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.78
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine has trailing spaces.80
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine has trailing spaces.82
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine has trailing spaces.84
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine is longer than 80 characters.86
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsMethod 'pathComputedImpl' is not designed for extension - needs to be abstract, final or empty.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine has trailing spaces.102
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsMethod 'stuckImpl' is not designed for extension - needs to be abstract, final or empty.103
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 is longer than 80 characters.109
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsMethod 'switchToAnotherPathElementImpl' is not designed for extension - needs to be abstract, final or empty.112
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
Errors'31' is a magic number.115
ErrorsLine is longer than 80 characters.116
ErrorsLine contains a tab character.116
Errors'32' is a magic number.116
ErrorsLine is longer than 80 characters.117
ErrorsLine contains a tab character.117
Errors'31' is a magic number.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.124
ErrorsMethod 'targetReachedImpl' is not designed for extension - needs to be abstract, final or empty.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine has trailing spaces.128
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsMethod 'eventEndMessage' is not designed for extension - needs to be abstract, final or empty.129
ErrorsMissing a Javadoc comment.129
ErrorsLine is longer than 80 characters.130
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
ErrorsLine has trailing spaces.134
ErrorsLine contains a tab character.134

cz/cuni/amis/pogamut/udk/agent/navigation/floydwarshall/FloydWarshallMap.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine has trailing spaces.39
ErrorsMissing a Javadoc comment.45
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.47
ErrorsMissing a Javadoc comment.47
ErrorsLine contains a tab character.48
ErrorsMissing a Javadoc comment.48
ErrorsLine contains a tab character.49
ErrorsMissing a Javadoc comment.49
ErrorsFirst sentence should end with a period.51
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.57
ErrorsMissing a Javadoc comment.57
ErrorsParameter distance should be final.57
Errors'distance' hides a field.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.61
ErrorsMethod 'getDistance' is not designed for extension - needs to be abstract, final or empty.61
ErrorsMissing a Javadoc comment.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.65
ErrorsMethod 'setDistance' is not designed for extension - needs to be abstract, final or empty.65
ErrorsMissing a Javadoc comment.65
ErrorsParameter distance should be final.65
Errors'distance' hides a field.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 has trailing spaces.71
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsExpected an @return tag.74
ErrorsLine contains a tab character.74
ErrorsMethod 'getViaNode' is not designed for extension - needs to be abstract, final or empty.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.78
ErrorsMethod 'setViaNode' is not designed for extension - needs to be abstract, final or empty.78
ErrorsMissing a Javadoc comment.78
ErrorsParameter indice should be final.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.82
ErrorsMethod 'getPath' is not designed for extension - needs to be abstract, final or empty.82
ErrorsMissing a Javadoc comment.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.86
ErrorsMethod 'setPath' is not designed for extension - needs to be abstract, final or empty.86
ErrorsMissing a Javadoc comment.86
ErrorsParameter path should be final.86
Errors'path' hides a field.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.90
ErrorsLine is longer than 80 characters.92
ErrorsLine contains a tab character.92
ErrorsMissing a Javadoc comment.92
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsParameter event should be final.95
Errors'if' construct must use '{}'s.96
ErrorsLine is longer than 80 characters.96
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsVariable 'badEdgeFlag' must be private and have accessor methods.112
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsVariable 'navPointIndices' must be private and have accessor methods.117
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine is longer than 80 characters.123
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsVariable 'indicesNavPoints' must be private and have accessor methods.126
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsMissing a Javadoc comment.129
ErrorsVariable 'pathMatrix' must be private and have accessor methods.129
ErrorsLine contains a tab character.131
ErrorsMissing a Javadoc comment.131
ErrorsParameter bot should be final.131
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.135
ErrorsMissing a Javadoc comment.135
ErrorsParameter bot should be final.135
ErrorsParameter log should be final.135
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.139
ErrorsMissing a Javadoc comment.139
ErrorsParameter bot should be final.139
ErrorsParameter badEdgeFlag should be final.139
Errors'badEdgeFlag' hides a field.139
ErrorsParameter log should be final.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine is longer than 80 characters.142
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.145
ErrorsMethod 'performFloydWarshall' is not designed for extension - needs to be abstract, final or empty.145
ErrorsMissing a Javadoc comment.145
ErrorsParameter map should be final.145
ErrorsLine is longer than 80 characters.146
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.150
ErrorsMethod 'performFloydWarshall' is not designed for extension - needs to be abstract, final or empty.150
ErrorsMissing a Javadoc comment.150
ErrorsParameter navPoints should be final.150
Errors'if' construct must use '{}'s.151
ErrorsLine is longer than 80 characters.151
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.168
ErrorsLine is longer than 80 characters.169
ErrorsLine contains a tab character.169
ErrorsAvoid inline conditionals.169
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.175
ErrorsLine is longer than 80 characters.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
ErrorsLine is longer than 80 characters.180
ErrorsLine contains a tab character.180
ErrorsLine is longer than 80 characters.181
ErrorsLine contains a tab character.181
ErrorsLine is longer than 80 characters.182
ErrorsLine contains a tab character.182
ErrorsLine is longer than 80 characters.183
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.189
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191
ErrorsLine is longer than 80 characters.192
ErrorsLine contains a tab character.192
ErrorsLine is longer than 80 characters.193
ErrorsLine contains a tab character.193
ErrorsLine is longer than 80 characters.194
ErrorsLine contains a tab character.194
ErrorsLine is longer than 80 characters.195
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.198
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.203
ErrorsLine contains a tab character.204
ErrorsLine contains a tab character.205
ErrorsLine is longer than 80 characters.206
ErrorsLine contains a tab character.206
Errors'if' construct must use '{}'s.207
ErrorsLine is longer than 80 characters.207
ErrorsLine contains a tab character.207
ErrorsLine is longer than 80 characters.208
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.209
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.211
ErrorsLine is longer than 80 characters.212
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
Errors'if' construct must use '{}'s.218
ErrorsLine is longer than 80 characters.218
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
Errors'if' construct must use '{}'s.221
ErrorsLine is longer than 80 characters.221
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.223
ErrorsLine contains a tab character.224
ErrorsLine contains a tab character.225
ErrorsLine contains a tab character.227
ErrorsLine contains a tab character.228
ErrorsLine has trailing spaces.229
ErrorsLine contains a tab character.229
ErrorsLine contains a tab character.230
ErrorsUnused @param tag for 'from'.230
ErrorsLine contains a tab character.231
ErrorsLine contains a tab character.232
ErrorsLine contains a tab character.233
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235
ErrorsLine contains a tab character.236
ErrorsMethod 'checkLink' is not designed for extension - needs to be abstract, final or empty.236
ErrorsParameter edge should be final.236
ErrorsLine contains a tab character.237
Errors'if' construct must use '{}'s.238
ErrorsLine contains a tab character.238
ErrorsLine contains a tab character.239
ErrorsLine contains a tab character.241
Errors'if' construct must use '{}'s.242
ErrorsLine contains a tab character.242
ErrorsLine contains a tab character.243
ErrorsLine contains a tab character.245
ErrorsLine contains a tab character.246
ErrorsLine is longer than 80 characters.247
ErrorsLine contains a tab character.247
ErrorsLine is longer than 80 characters.248
ErrorsLine contains a tab character.248
ErrorsLine contains a tab character.249
ErrorsLine is longer than 80 characters.250
ErrorsLine contains a tab character.250
ErrorsLine is longer than 80 characters.251
ErrorsLine contains a tab character.251
Errors'100' is a magic number.251
ErrorsLine contains a tab character.252
ErrorsLine contains a tab character.253
ErrorsLine contains a tab character.255
ErrorsLine contains a tab character.256
ErrorsLine contains a tab character.257
ErrorsLine is longer than 80 characters.258
ErrorsLine contains a tab character.258
Errors'80' is a magic number.258
ErrorsLine contains a tab character.259
ErrorsLine contains a tab character.260
ErrorsLine contains a tab character.262
ErrorsLine contains a tab character.263
ErrorsLine contains a tab character.265
ErrorsLine is longer than 80 characters.266
ErrorsLine contains a tab character.266
ErrorsLine contains a tab character.267
ErrorsLine contains a tab character.268
ErrorsLine contains a tab character.269
ErrorsLine contains a tab character.270
ErrorsLine has trailing spaces.271
ErrorsLine contains a tab character.271
ErrorsLine contains a tab character.272
ErrorsLine contains a tab character.273
ErrorsLine contains a tab character.274
ErrorsLine contains a tab character.275
ErrorsExpected an @return tag.276
ErrorsLine contains a tab character.276
ErrorsParameter from should be final.276
ErrorsExpected @param tag for 'from'.276
ErrorsParameter to should be final.276
ErrorsExpected @param tag for 'to'.276
ErrorsLine contains a tab character.277
Errors'if' construct must use '{}'s.278
ErrorsLine contains a tab character.278
ErrorsLine contains a tab character.279
ErrorsLine contains a tab character.280
ErrorsLine contains a tab character.281
ErrorsLine contains a tab character.282
Errors'if' construct must use '{}'s.283
ErrorsLine contains a tab character.283
ErrorsLine contains a tab character.284
ErrorsLine contains a tab character.286
ErrorsLine contains a tab character.287
ErrorsLine contains a tab character.288
ErrorsLine contains a tab character.289
ErrorsLine contains a tab character.291
ErrorsLine contains a tab character.292
ErrorsLine contains a tab character.294
ErrorsLine is longer than 80 characters.295
ErrorsLine contains a tab character.295
ErrorsLine contains a tab character.296
ErrorsLine contains a tab character.297
ErrorsLine contains a tab character.298
ErrorsLine contains a tab character.299
ErrorsLine has trailing spaces.300
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
ErrorsExpected an @return tag.305
ErrorsLine contains a tab character.305
ErrorsParameter from should be final.305
ErrorsExpected @param tag for 'from'.305
ErrorsParameter to should be final.305
ErrorsExpected @param tag for 'to'.305
ErrorsLine contains a tab character.306
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.313
ErrorsMethod 'getPathMatrixNode' is not designed for extension - needs to be abstract, final or empty.313
ErrorsMissing a Javadoc comment.313
ErrorsParameter np1 should be final.313
ErrorsParameter np2 should be final.313
ErrorsLine is longer than 80 characters.314
ErrorsLine contains a tab character.314
ErrorsLine contains a tab character.315
ErrorsLine contains a tab character.316
ErrorsLine contains a tab character.318
ErrorsLine contains a tab character.319
ErrorsLine has trailing spaces.320
ErrorsLine contains a tab character.320
ErrorsLine contains a tab character.321
ErrorsLine contains a tab character.322
ErrorsLine contains a tab character.323
ErrorsLine contains a tab character.324
ErrorsExpected an @return tag.325
ErrorsLine contains a tab character.325
ErrorsMethod 'reachable' is not designed for extension - needs to be abstract, final or empty.325
ErrorsParameter from should be final.325
ErrorsExpected @param tag for 'from'.325
ErrorsParameter to should be final.325
ErrorsExpected @param tag for 'to'.325
Errors'if' construct must use '{}'s.326
ErrorsLine contains a tab character.326
ErrorsLine contains a tab character.327
ErrorsLine is longer than 80 characters.328
ErrorsLine contains a tab character.328
ErrorsLine contains a tab character.329
ErrorsLine contains a tab character.331
ErrorsLine contains a tab character.332
ErrorsLine has trailing spaces.333
ErrorsLine contains a tab character.333
ErrorsLine contains a tab character.334
ErrorsLine contains a tab character.335
ErrorsLine contains a tab character.336
ErrorsMethod 'getDistance' is not designed for extension - needs to be abstract, final or empty.336
ErrorsParameter from should be final.336
ErrorsExpected @param tag for 'from'.336
ErrorsParameter to should be final.336
ErrorsExpected @param tag for 'to'.336
Errors'if' construct must use '{}'s.337
ErrorsLine contains a tab character.337
ErrorsLine contains a tab character.338
ErrorsLine contains a tab character.339
ErrorsLine contains a tab character.340
ErrorsLine contains a tab character.342
ErrorsLine contains a tab character.343
ErrorsLine contains a tab character.344
ErrorsLine has trailing spaces.345
ErrorsLine contains a tab character.345
ErrorsLine contains a tab character.346
ErrorsLine contains a tab character.347
ErrorsLine contains a tab character.348
ErrorsLine contains a tab character.349
ErrorsExpected an @return tag.350
ErrorsLine contains a tab character.350
ErrorsMethod 'getPath' is not designed for extension - needs to be abstract, final or empty.350
ErrorsParameter from should be final.350
ErrorsExpected @param tag for 'from'.350
ErrorsParameter to should be final.350
ErrorsExpected @param tag for 'to'.350
Errors'if' construct must use '{}'s.351
ErrorsLine contains a tab character.351
ErrorsLine contains a tab character.352
ErrorsLine contains a tab character.353
ErrorsLine contains a tab character.354
ErrorsLine contains a tab character.356
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.356
ErrorsLine contains a tab character.357
ErrorsLine contains a tab character.358
ErrorsLine contains a tab character.359

cz/cuni/amis/pogamut/udk/agent/navigation/floydwarshall/LinkFlag.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.7
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.16
ErrorsMissing a Javadoc comment.16
ErrorsLine contains a tab character.17
ErrorsMissing a Javadoc comment.17
ErrorsLine contains a tab character.18
ErrorsMissing a Javadoc comment.18
ErrorsLine contains a tab character.19
ErrorsMissing a Javadoc comment.19
ErrorsLine has trailing spaces.20
ErrorsLine contains a tab character.20
ErrorsMissing a Javadoc comment.20
ErrorsLine has trailing spaces.21
ErrorsLine contains a tab character.21
ErrorsMissing a Javadoc comment.21
ErrorsLine has trailing spaces.22
ErrorsLine contains a tab character.22
ErrorsMissing a Javadoc comment.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.23
ErrorsMissing a Javadoc comment.23
ErrorsLine has trailing spaces.24
ErrorsLine contains a tab character.24
ErrorsMissing a Javadoc comment.24
ErrorsLine contains a tab character.25
ErrorsMissing a Javadoc comment.25
ErrorsLine contains a tab character.27
ErrorsMissing a Javadoc comment.27
ErrorsLine contains a tab character.29
ErrorsMissing a Javadoc comment.29
ErrorsParameter flag should be final.29
Errors'flag' hides a field.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsExpected an @return tag.36
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
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
ErrorsParameter flag should be final.44
Errors'flag' hides a field.44
ErrorsExpected @param tag for 'flag'.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsParameter flags should be final.54
ErrorsExpected @param tag for 'flags'.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.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.65
ErrorsMissing a Javadoc comment.65
ErrorsParameter flags should be final.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
Errors'if' construct must use '{}'s.68
ErrorsLine contains a tab character.68
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 contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76

cz/cuni/amis/pogamut/udk/agent/navigation/loquenavigator/LoqueNavigator.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.65
ErrorsType Javadoc comment is missing an @param <PATH_ELEMENT> tag.65
ErrorsLine has trailing spaces.83
ErrorsLine is longer than 80 characters.83
ErrorsMissing a Javadoc comment.83
ErrorsMethod 'getPrecision' is not designed for extension - needs to be abstract, final or empty.85
ErrorsLine has trailing spaces.87
ErrorsLine has trailing spaces.90
ErrorsLine has trailing spaces.91
ErrorsLine has trailing spaces.93
ErrorsLine contains a tab character.94
ErrorsMethod 'navigate' is not designed for extension - needs to be abstract, final or empty.94
ErrorsLine contains a tab character.95
ErrorsParameter pathElementIndex should be final.95
ErrorsLine contains a tab character.96
Errorsswitch without "default" clause.96
ErrorsInner assignments should be avoided.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine has trailing spaces.103
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine has trailing spaces.109
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsLine has trailing spaces.115
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsMethod 'reset' is not designed for extension - needs to be abstract, final or empty.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine has trailing spaces.119
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.133
ErrorsMethod 'newPath' is not designed for extension - needs to be abstract, final or empty.133
ErrorsLine contains a tab character.134
ErrorsParameter path should be final.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
Errors'-' is not preceded with whitespace.136
Errors'-' is not followed by whitespace.136
ErrorsLine has trailing spaces.137
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine has trailing spaces.139
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine has trailing spaces.141
ErrorsLine contains a tab character.141
ErrorsLine is longer than 80 characters.142
ErrorsLine contains a tab character.142
ErrorsLine has trailing spaces.143
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsUnused @param tag for 'timeout'.147
ErrorsMethod 'initDirectNavigation' is not designed for extension - needs to be abstract, final or empty.149
Errors'(' is preceded with whitespace.149
ErrorsParameter dest should be final.149
Errors'{' should be on the previous line.150
Errors'if' construct must use '{}'s.154
Errors'(' is preceded with whitespace.154
ErrorsLine is longer than 80 characters.155
Errors'(' is preceded with whitespace.159
ErrorsLine has trailing spaces.161
ErrorsLine contains a tab character.161
ErrorsLine is longer than 80 characters.162
ErrorsLine contains a tab character.162
ErrorsMethod 'initPathNavigation' is not designed for extension - needs to be abstract, final or empty.169
ErrorsParameter dest should be final.169
ErrorsParameter path should be final.169
Errors'{' should be on the previous line.170
Errors'if' construct must use '{}'s.172
ErrorsLine has trailing spaces.172
ErrorsLine contains a tab character.173
Errors'(' is preceded with whitespace.173
ErrorsLine is longer than 80 characters.174
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.175
Errors'(' is preceded with whitespace.175
ErrorsLine contains a tab character.176
Errors'{' should be on the previous line.179
ErrorsMethod 'keepNavigating' is not designed for extension - needs to be abstract, final or empty.191
Errors'(' is preceded with whitespace.191
Errors'{' should be on the previous line.192
Errors'if' construct must use '{}'s.194
ErrorsLine has trailing spaces.196
Errors'{' should be on the previous line.199
Errors'if' construct must use '{}'s.209
ErrorsLine is longer than 80 characters.209
Errors'(' is preceded with whitespace.209
ErrorsLine has trailing spaces.217
ErrorsParameter dest should be final.221
Errors'{' should be on the previous line.222
ErrorsInner assignments should be avoided.228
Errors'(' is preceded with whitespace.235
Errors'{' should be on the previous line.236
Errors'{' should be on the previous line.242
Errors'if' construct must use '{}'s.243
ErrorsLine is longer than 80 characters.243
Errors'(' is preceded with whitespace.243
ErrorsLine is longer than 80 characters.248
Errors'(' is preceded with whitespace.248
Errors'if' construct must use '{}'s.250
ErrorsLine is longer than 80 characters.250
Errors'(' is preceded with whitespace.250
Errors'if' construct must use '{}'s.255
ErrorsLine is longer than 80 characters.255
Errors'(' is preceded with whitespace.255
ErrorsLine has trailing spaces.265
ErrorsLine is longer than 80 characters.267
ErrorsLine has trailing spaces.275
ErrorsLine is longer than 80 characters.277
ErrorsLine has trailing spaces.286
ErrorsLine is longer than 80 characters.288
ErrorsLine is longer than 80 characters.294
ErrorsLine has trailing spaces.303
ErrorsLine is longer than 80 characters.305
ErrorsLine has trailing spaces.309
ErrorsLine is longer than 80 characters.311
ErrorsLine has trailing spaces.313
ErrorsExpected an @return tag.317
ErrorsMethod 'getNavPoint' is not designed for extension - needs to be abstract, final or empty.317
ErrorsParameter location should be final.317
ErrorsExpected @param tag for 'location'.317
Errors'if' construct must use '{}'s.318
ErrorsLine contains a tab character.318
ErrorsLine is longer than 80 characters.319
ErrorsLine contains a tab character.319
Errors'if' construct must use '{}'s.320
ErrorsLine is longer than 80 characters.320
ErrorsLine contains a tab character.320
ErrorsLine contains a tab character.321
ErrorsParameter dest should be final.330
ErrorsParameter path should be final.330
Errors'{' should be on the previous line.331
Errors'(' is preceded with whitespace.339
Errors'(' is preceded with whitespace.343
Errors'{' should be on the previous line.351
ErrorsLine is longer than 80 characters.353
Errors'{' should be on the previous line.357
ErrorsLine is longer than 80 characters.358
Errors'(' is preceded with whitespace.358
ErrorsLine has trailing spaces.361
ErrorsLine contains a tab character.364
ErrorsLine contains a tab character.367
ErrorsLine is longer than 80 characters.378
Errors'(' is preceded with whitespace.380
Errors'{' should be on the previous line.381
ErrorsLine contains a tab character.382
ErrorsLine contains a tab character.383
ErrorsLine contains a tab character.384
ErrorsLine contains a tab character.385
ErrorsLine contains a tab character.386
ErrorsLine has trailing spaces.387
ErrorsLine contains a tab character.387
ErrorsLine contains a tab character.390
Errors'(' is preceded with whitespace.393
Errors'{' should be on the previous line.394
ErrorsLine contains a tab character.396
ErrorsLine contains a tab character.397
ErrorsLine contains a tab character.398
ErrorsLine has trailing spaces.399
ErrorsLine contains a tab character.399
ErrorsLine contains a tab character.400
ErrorsLine contains a tab character.405
ErrorsLine contains a tab character.406
ErrorsLine has trailing spaces.408
ErrorsLine is longer than 80 characters.409
ErrorsLine contains a tab character.410
ErrorsLine has trailing spaces.412
ErrorsLine has trailing spaces.418
ErrorsLine is longer than 80 characters.420
ErrorsLine contains a tab character.423
ErrorsLine contains a tab character.425
Errors'(' is preceded with whitespace.429
Errors'{' should be on the previous line.430
ErrorsLine contains a tab character.432
ErrorsLine contains a tab character.433
ErrorsLine contains a tab character.434
ErrorsLine has trailing spaces.435
ErrorsLine contains a tab character.435
ErrorsLine contains a tab character.436
ErrorsLine contains a tab character.437
ErrorsLine contains a tab character.438
ErrorsLine has trailing spaces.439
ErrorsLine contains a tab character.439
ErrorsLine contains a tab character.440
ErrorsLine is longer than 80 characters.441
ErrorsLine contains a tab character.441
ErrorsLine contains a tab character.442
ErrorsLine contains a tab character.443
ErrorsLine contains a tab character.444
ErrorsLine contains a tab character.445
ErrorsLine contains a tab character.446
ErrorsLine contains a tab character.447
ErrorsLine has trailing spaces.449
ErrorsLine contains a tab character.452
ErrorsLine contains a tab character.453
ErrorsLine has trailing spaces.455
ErrorsLine is longer than 80 characters.456
ErrorsLine contains a tab character.457
ErrorsLine has trailing spaces.459
ErrorsLine has trailing spaces.463
Errors'(' is preceded with whitespace.470
Errors'{' should be on the previous line.471
ErrorsInner assignments should be avoided.477
Errors'{' should be on the previous line.478
Errors'if' construct must use '{}'s.480
ErrorsLine is longer than 80 characters.480
Errors'(' is preceded with whitespace.480
ErrorsLine has trailing spaces.489
ErrorsLine is longer than 80 characters.497
ErrorsLine is longer than 80 characters.500
ErrorsLine contains a tab character.500
ErrorsLine contains a tab character.501
Errors'if' construct must use '{}'s.502
ErrorsLine has trailing spaces.502
ErrorsLine contains a tab character.502
ErrorsLine contains a tab character.503
Errors'(' is preceded with whitespace.503
ErrorsLine is longer than 80 characters.504
ErrorsLine contains a tab character.509
ErrorsLine contains a tab character.510
ErrorsLine contains a tab character.511
ErrorsLine contains a tab character.512
ErrorsLine contains a tab character.513
ErrorsLine contains a tab character.514
ErrorsLine contains a tab character.515
Errors'{' should be on the previous line.515
ErrorsLine contains a tab character.516
ErrorsLine contains a tab character.517
ErrorsLine contains a tab character.518
ErrorsLine contains a tab character.519
ErrorsLine contains a tab character.520
ErrorsLine contains a tab character.521
Errors'{' should be on the previous line.521
ErrorsLine contains a tab character.522
ErrorsLine contains a tab character.523
ErrorsLine contains a tab character.524
ErrorsLine contains a tab character.525
ErrorsLine contains a tab character.526
ErrorsLine contains a tab character.527
Errors'{' should be on the previous line.527
ErrorsLine contains a tab character.528
ErrorsLine contains a tab character.529
ErrorsLine contains a tab character.530
ErrorsLine has trailing spaces.531
ErrorsLine contains a tab character.531
ErrorsLine contains a tab character.532
Errors'if' construct must use '{}'s.533
ErrorsLine has trailing spaces.533
ErrorsLine contains a tab character.533
ErrorsLine contains a tab character.534
Errors'(' is preceded with whitespace.534
ErrorsLine is longer than 80 characters.535
ErrorsLine contains a tab character.535
ErrorsLine contains a tab character.536
ErrorsLine contains a tab character.537
ErrorsLine contains a tab character.538
ErrorsLine contains a tab character.539
ErrorsLine contains a tab character.544
ErrorsLine contains a tab character.546
ErrorsLine is longer than 80 characters.547
ErrorsLine contains a tab character.547
Errors'+' is not preceded with whitespace.547
Errors'+' is not followed by whitespace.547
ErrorsLine contains a tab character.548
ErrorsLine is longer than 80 characters.549
ErrorsLine contains a tab character.549
ErrorsLine has trailing spaces.550
ErrorsLine contains a tab character.550
ErrorsLine has trailing spaces.553
ErrorsMissing a Javadoc comment.557
ErrorsParameter node should be final.557
Errors'if' construct must use '{}'s.558
ErrorsLine contains a tab character.558
ErrorsLine is longer than 80 characters.559
ErrorsLine contains a tab character.559
ErrorsLine is longer than 80 characters.560
ErrorsLine contains a tab character.560
ErrorsLine has trailing spaces.561
ErrorsLine contains a tab character.561
ErrorsLine contains a tab character.562
ErrorsLine is longer than 80 characters.563
ErrorsLine contains a tab character.563
ErrorsAvoid inline conditionals.563
ErrorsAvoid inline conditionals.563
Errors'/' is not preceded with whitespace.563
Errors'/' is not followed by whitespace.563
Errors'/' is not preceded with whitespace.563
Errors'/' is not followed by whitespace.563
ErrorsLine contains a tab character.564
ErrorsLine contains a tab character.565
ErrorsLine contains a tab character.566
ErrorsLine is longer than 80 characters.567
ErrorsLine contains a tab character.567
Errors'30' is a magic number.567
Errors'4' is a magic number.567
ErrorsLine contains a tab character.568
ErrorsLine is longer than 80 characters.572
ErrorsLine contains a tab character.572
ErrorsLine is longer than 80 characters.575
ErrorsLine is longer than 80 characters.576
ErrorsLine has trailing spaces.578
ErrorsLine is longer than 80 characters.581
ErrorsParameter start should be final.581
ErrorsExpected @param tag for 'start'.581
ErrorsParameter end should be final.581
ErrorsExpected @param tag for 'end'.581
Errors'if' construct must use '{}'s.585
Errors'else' construct must use '{}'s.587
Errors'if' construct must use '{}'s.590
Errors'if' construct must use '{}'s.593
ErrorsLine has trailing spaces.595
Errors'(' is preceded with whitespace.605
Errors'{' should be on the previous line.606
ErrorsLine contains a tab character.607
ErrorsLine contains a tab character.608
ErrorsLine contains a tab character.609
ErrorsLine contains a tab character.610
ErrorsLine has trailing spaces.611
ErrorsLine contains a tab character.611
ErrorsLine is longer than 80 characters.613
ErrorsLine is longer than 80 characters.616
Errors'(' is preceded with whitespace.616
Errors',' is not followed by whitespace.616
Errors',' is not followed by whitespace.616
Errors'100' is a magic number.616
ErrorsLine has trailing spaces.622
ErrorsLine is longer than 80 characters.622
Errors'?' should be on a new line.622
ErrorsAvoid inline conditionals.622
ErrorsLine contains a tab character.623
Errors':' should be on a new line.623
ErrorsLine contains a tab character.624
ErrorsLine is longer than 80 characters.626
ErrorsAvoid inline conditionals.626
ErrorsLine is longer than 80 characters.629
Errors'(' is preceded with whitespace.629
ErrorsAvoid inline conditionals.629
Errors'if' construct must use '{}'s.630
ErrorsLine is longer than 80 characters.630
Errors'(' is preceded with whitespace.630
Errors'if' construct must use '{}'s.635
ErrorsLine is longer than 80 characters.635
Errors'(' is preceded with whitespace.635
ErrorsLine is longer than 80 characters.641
ErrorsLine has trailing spaces.648
ErrorsLine is longer than 80 characters.648
Errors'200' is a magic number.648
ErrorsLine is longer than 80 characters.649
ErrorsLine is longer than 80 characters.650
ErrorsLine contains a tab character.650
ErrorsLine contains a tab character.651
Errors'150' is a magic number.651
ErrorsLine has trailing spaces.653
Errors'(' is followed by whitespace.655
Errors')' is preceded with whitespace.655
Errors'(' is preceded with whitespace.658
Errors'{' should be on the previous line.659
Errors'if' construct must use '{}'s.661
ErrorsLine is longer than 80 characters.661
Errors'(' is preceded with whitespace.661
ErrorsLine has trailing spaces.663
Errors'(' is preceded with whitespace.688
Errors'{' should be on the previous line.689
ErrorsLine contains a tab character.690
ErrorsLine has trailing spaces.691
ErrorsLine contains a tab character.691
Errors'if' construct must use '{}'s.693
ErrorsLine is longer than 80 characters.693
ErrorsLine contains a tab character.693
Errors'+' is not preceded with whitespace.693
Errors'+' is not followed by whitespace.693
Errors'+' is not preceded with whitespace.693
Errors'+' is not followed by whitespace.693
ErrorsLine contains a tab character.694
ErrorsLine has trailing spaces.696
ErrorsLine has trailing spaces.699
ErrorsLine is longer than 80 characters.701
ErrorsLine is longer than 80 characters.703
ErrorsLine has trailing spaces.704
ErrorsLine contains a tab character.704
ErrorsLine contains a tab character.705
ErrorsLine is longer than 80 characters.706
ErrorsLine contains a tab character.706
ErrorsLine is longer than 80 characters.707
ErrorsLine contains a tab character.707
ErrorsComment matches to-do format 'TODO:'.708
ErrorsLine is longer than 80 characters.708
ErrorsLine contains a tab character.708
ErrorsLine has trailing spaces.709
ErrorsLine contains a tab character.709
Errors'(' is followed by whitespace.709
Errors'(' is followed by whitespace.709
Errors'50' is a magic number.709
Errors'400' is a magic number.709
Errors')' is preceded with whitespace.709
Errors')' is preceded with whitespace.709
ErrorsLine contains a tab character.710
Errors'{' should be on the previous line.710
ErrorsLine contains a tab character.711
ErrorsLine is longer than 80 characters.712
ErrorsLine contains a tab character.712
ErrorsAvoid inline conditionals.712
ErrorsLine contains a tab character.713
Errors'if' construct must use '{}'s.714
ErrorsLine is longer than 80 characters.714
ErrorsLine contains a tab character.714
Errors'(' is preceded with whitespace.714
Errors'+' is not preceded with whitespace.714
Errors'+' is not followed by whitespace.714
Errors'+' is not preceded with whitespace.714
Errors'+' is not followed by whitespace.714
ErrorsLine contains a tab character.715
ErrorsLine contains a tab character.716
ErrorsLine contains a tab character.717
Errors'if' construct must use '{}'s.718
ErrorsLine has trailing spaces.718
ErrorsLine contains a tab character.718
ErrorsLine contains a tab character.719
Errors'(' is preceded with whitespace.719
ErrorsLine is longer than 80 characters.720
ErrorsLine contains a tab character.720
Errors'+' is not preceded with whitespace.720
Errors'+' is not followed by whitespace.720
Errors'+' is not preceded with whitespace.720
Errors'+' is not followed by whitespace.720
ErrorsLine is longer than 80 characters.721
ErrorsLine contains a tab character.721
ErrorsLine is longer than 80 characters.722
ErrorsLine contains a tab character.722
ErrorsLine contains a tab character.723
ErrorsLine has trailing spaces.724
ErrorsLine contains a tab character.724
ErrorsLine contains a tab character.725
ErrorsLine contains a tab character.726
ErrorsLine has trailing spaces.727
ErrorsLine contains a tab character.727
ErrorsLine contains a tab character.728
Errors'if' construct must use '{}'s.729
ErrorsLine has trailing spaces.729
ErrorsLine contains a tab character.729
ErrorsLine contains a tab character.730
Errors'(' is preceded with whitespace.730
ErrorsLine is longer than 80 characters.731
ErrorsLine contains a tab character.731
Errors'+' is not preceded with whitespace.731
Errors'+' is not followed by whitespace.731
Errors'+' is not preceded with whitespace.731
Errors'+' is not followed by whitespace.731
ErrorsLine contains a tab character.732
ErrorsLine is longer than 80 characters.733
ErrorsLine contains a tab character.733
ErrorsLine contains a tab character.734
ErrorsLine has trailing spaces.735
ErrorsLine contains a tab character.735
ErrorsLine contains a tab character.736
ErrorsLine contains a tab character.737
ErrorsLine contains a tab character.738
ErrorsLine contains a tab character.739
Errors'{' is not preceded with whitespace.739
ErrorsLine contains a tab character.740
ErrorsLine contains a tab character.741
Errors'(' is followed by whitespace.741
Errors'(' is followed by whitespace.741
Errors'50' is a magic number.741
Errors'400' is a magic number.741
Errors')' is preceded with whitespace.741
Errors')' is preceded with whitespace.741
ErrorsLine contains a tab character.742
ErrorsLine is longer than 80 characters.743
ErrorsLine contains a tab character.743
ErrorsAvoid inline conditionals.743
ErrorsLine contains a tab character.744
Errors'if' construct must use '{}'s.745
ErrorsLine is longer than 80 characters.745
ErrorsLine contains a tab character.745
Errors'(' is preceded with whitespace.745
Errors'+' is not preceded with whitespace.745
Errors'+' is not followed by whitespace.745
Errors'+' is not preceded with whitespace.745
Errors'+' is not followed by whitespace.745
ErrorsLine contains a tab character.746
ErrorsLine contains a tab character.747
ErrorsLine is longer than 80 characters.748
ErrorsLine contains a tab character.748
Errors'if' construct must use '{}'s.749
ErrorsLine has trailing spaces.749
ErrorsLine contains a tab character.749
ErrorsLine contains a tab character.750
Errors'(' is preceded with whitespace.750
ErrorsLine is longer than 80 characters.751
ErrorsLine contains a tab character.751
Errors'+' is not preceded with whitespace.751
Errors'+' is not followed by whitespace.751
Errors'+' is not preceded with whitespace.751
Errors'+' is not followed by whitespace.751
ErrorsLine is longer than 80 characters.752
ErrorsLine contains a tab character.752
ErrorsLine is longer than 80 characters.753
ErrorsLine contains a tab character.753
ErrorsLine has trailing spaces.754
ErrorsLine contains a tab character.754
ErrorsLine contains a tab character.755
ErrorsLine contains a tab character.756
ErrorsLine contains a tab character.757
Errors'if' construct must use '{}'s.758
ErrorsLine has trailing spaces.758
ErrorsLine contains a tab character.758
ErrorsLine contains a tab character.759
Errors'(' is preceded with whitespace.759
ErrorsLine is longer than 80 characters.760
ErrorsLine contains a tab character.760
Errors'+' is not preceded with whitespace.760
Errors'+' is not followed by whitespace.760
Errors'+' is not preceded with whitespace.760
Errors'+' is not followed by whitespace.760
ErrorsLine contains a tab character.761
ErrorsLine is longer than 80 characters.762
ErrorsLine contains a tab character.762
ErrorsLine contains a tab character.763
ErrorsLine has trailing spaces.764
ErrorsLine contains a tab character.764
ErrorsLine contains a tab character.765
ErrorsLine has trailing spaces.766
ErrorsLine contains a tab character.766
ErrorsLine contains a tab character.767
ErrorsLine contains a tab character.768
ErrorsLine is longer than 80 characters.769
ErrorsLine contains a tab character.769
Errors'+' is not preceded with whitespace.769
Errors'+' is not followed by whitespace.769
Errors'+' is not preceded with whitespace.769
Errors'+' is not followed by whitespace.769
ErrorsLine contains a tab character.770
ErrorsLine contains a tab character.771
ErrorsLine contains a tab character.772
ErrorsLine has trailing spaces.775
ErrorsLine has trailing spaces.777
Errors'{' should be on the previous line.783
ErrorsLine contains a tab character.784
ErrorsLine contains a tab character.785
ErrorsLine contains a tab character.786
ErrorsLine contains a tab character.787
ErrorsLine has trailing spaces.788
ErrorsLine contains a tab character.788
ErrorsLine is longer than 80 characters.789
ErrorsLine contains a tab character.789
ErrorsLine has trailing spaces.794
ErrorsLine contains a tab character.794
ErrorsLine contains a tab character.795
ErrorsLine is longer than 80 characters.797
ErrorsLine contains a tab character.797
ErrorsLine is longer than 80 characters.798
ErrorsLine has trailing spaces.799
ErrorsLine is longer than 80 characters.802
ErrorsName 'localDistance1_1' must match pattern '^[a-z][a-zA-Z0-9]*$'.802
ErrorsName 'localDistance1_2' must match pattern '^[a-z][a-zA-Z0-9]*$'.804
ErrorsLine is longer than 80 characters.805
Errors'(' is preceded with whitespace.805
Errors',' is not followed by whitespace.805
Errors',' is not followed by whitespace.805
Errors'100' is a magic number.805
ErrorsLine has trailing spaces.806
ErrorsLine has trailing spaces.807
ErrorsLine is longer than 80 characters.809
ErrorsName 'localDistance2_1' must match pattern '^[a-z][a-zA-Z0-9]*$'.810
ErrorsName 'localDistance2_2' must match pattern '^[a-z][a-zA-Z0-9]*$'.811
ErrorsLine is longer than 80 characters.812
ErrorsLine contains a tab character.813
ErrorsLine is longer than 80 characters.814
ErrorsLine contains a tab character.814
Errors'cast' is not followed by whitespace.814
ErrorsLine is longer than 80 characters.815
ErrorsLine contains a tab character.815
ErrorsLine is longer than 80 characters.816
ErrorsLine contains a tab character.816
Errors'(' is preceded with whitespace.816
Errors',' is not followed by whitespace.816
Errors',' is not followed by whitespace.816
Errors'100' is a magic number.816
ErrorsLine has trailing spaces.817
ErrorsLine contains a tab character.818
ErrorsLine contains a tab character.819
ErrorsLine has trailing spaces.821
Errors'(' is followed by whitespace.824
Errors'200' is a magic number.824
Errors'200' is a magic number.824
Errors'{' should be on the previous line.825
ErrorsLine has trailing spaces.826
ErrorsLine is longer than 80 characters.826
ErrorsLine contains a tab character.826
Errors'(' is preceded with whitespace.828
Errors'{' should be on the previous line.829
Errors'if' construct must use '{}'s.831
ErrorsLine is longer than 80 characters.831
Errors'(' is preceded with whitespace.831
ErrorsLine has trailing spaces.836
ErrorsLine contains a tab character.836
ErrorsLine has trailing spaces.840
ErrorsLine is longer than 80 characters.840
Errors'?' should be on a new line.840
ErrorsAvoid inline conditionals.840
ErrorsLine contains a tab character.841
Errors':' should be on a new line.841
ErrorsLine contains a tab character.842
ErrorsLine is longer than 80 characters.844
ErrorsAvoid inline conditionals.844
ErrorsLine is longer than 80 characters.847
Errors'(' is preceded with whitespace.847
ErrorsAvoid inline conditionals.847
Errors'if' construct must use '{}'s.848
ErrorsLine is longer than 80 characters.848
Errors'(' is preceded with whitespace.848
Errors'if' construct must use '{}'s.853
ErrorsLine has trailing spaces.853
ErrorsLine is longer than 80 characters.853
Errors'(' is preceded with whitespace.853
ErrorsLine has trailing spaces.854
ErrorsLine is longer than 80 characters.856
Errors'(' is followed by whitespace.856
Errors'200' is a magic number.856
Errors'200' is a magic number.856
Errors')' is preceded with whitespace.856
Errors'(' is preceded with whitespace.859
Errors'{' should be on the previous line.860
Errors'if' construct must use '{}'s.862
ErrorsLine is longer than 80 characters.862
Errors'(' is preceded with whitespace.862
ErrorsVariable 'failure' must be private and have accessor methods.883
Errors'(' is preceded with whitespace.889
ErrorsParameter failure should be final.889
Errors'failure' hides a field.889
Errors'{' should be on the previous line.890
ErrorsLine has trailing spaces.904
ErrorsFirst sentence should end with a period.909
Errors'{' should be on the previous line.917
Errors'{' should be on the previous line.922
ErrorsMissing a Javadoc comment.923
Errors'(' is preceded with whitespace.923
Errors'{' should be on the previous line.929
ErrorsMissing a Javadoc comment.930
Errors'(' is preceded with whitespace.930
Errors'{' should be on the previous line.936
ErrorsMissing a Javadoc comment.937
Errors'(' is preceded with whitespace.937
Errors'{' should be on the previous line.943
ErrorsMissing a Javadoc comment.944
Errors'(' is preceded with whitespace.944
Errors'{' should be on the previous line.950
ErrorsMissing a Javadoc comment.951
Errors'(' is preceded with whitespace.951
Errors'{' should be on the previous line.957
ErrorsMissing a Javadoc comment.958
Errors'(' is preceded with whitespace.958
Errors'{' should be on the previous line.964
ErrorsMissing a Javadoc comment.965
Errors'(' is preceded with whitespace.965
Errors'{' should be on the previous line.971
ErrorsMissing a Javadoc comment.972
Errors'(' is preceded with whitespace.972
ErrorsLine contains a tab character.978
ErrorsMissing a Javadoc comment.978
ErrorsLine has trailing spaces.980
ErrorsVariable 'terminated' must be private and have accessor methods.991
ErrorsVariable 'failure' must be private and have accessor methods.995
ErrorsVariable 'teleport' must be private and have accessor methods.999
ErrorsFirst sentence should end with a period.1003
Errors'(' is preceded with whitespace.1006
Errors'{' should be on the previous line.1007
ErrorsMissing a Javadoc comment.1014
ErrorsParameter type should be final.1014
ErrorsLine contains a tab character.1015
ErrorsLine contains a tab character.1016
ErrorsLine contains a tab character.1017
ErrorsLine contains a tab character.1018
ErrorsLine has trailing spaces.1020
Errors'(' is preceded with whitespace.1025
ErrorsParameter type should be final.1025
Errors'{' should be on the previous line.1026
Errors'(' is preceded with whitespace.1037
ErrorsParameter type should be final.1037
Errors'{' should be on the previous line.1038
Errors'(' is preceded with whitespace.1053
ErrorsName 'FirstMoverStage' must match pattern '^[a-z][a-zA-Z0-9]*$'.1061
Errors'(' is preceded with whitespace.1061
Errors'{' should be on the previous line.1062
ErrorsLine has trailing spaces.1065
ErrorsExpected an @return tag.1070
ErrorsName 'TeleporterStage' must match pattern '^[a-z][a-zA-Z0-9]*$'.1070
ErrorsLine contains a tab character.1071
ErrorsVariable 'main' must be private and have accessor methods.1085
ErrorsVariable 'memory' must be private and have accessor methods.1087
ErrorsVariable 'body' must be private and have accessor methods.1089
ErrorsVariable 'log' must be private and have accessor methods.1091
ErrorsUnused @param tag for 'main'.1097
ErrorsUnused @param tag for 'memory'.1098
Errors'(' is preceded with whitespace.1100
ErrorsParameter bot should be final.1100
ErrorsExpected @param tag for 'bot'.1100
ErrorsParameter log should be final.1100
Errors'log' hides a field.1100
ErrorsExpected @param tag for 'log'.1100
Errors'{' should be on the previous line.1101
ErrorsUnused @param tag for 'main'.1114
ErrorsUnused @param tag for 'memory'.1115
Errors'(' is preceded with whitespace.1117
ErrorsParameter bot should be final.1117
ErrorsExpected @param tag for 'bot'.1117
ErrorsParameter runner should be final.1117
Errors'runner' hides a field.1117
ErrorsExpected @param tag for 'runner'.1117
ErrorsParameter log should be final.1117
Errors'log' hides a field.1117
ErrorsExpected @param tag for 'log'.1117
Errors'{' should be on the previous line.1118
ErrorsLine has trailing spaces.1128
ErrorsLine has trailing spaces.1129

cz/cuni/amis/pogamut/udk/agent/navigation/loquenavigator/LoqueRunner.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.14
ErrorsLine has trailing spaces.73
ErrorsMethod 'reset' is not designed for extension - needs to be abstract, final or empty.84
Errors'{' should be on the previous line.85
ErrorsLine has trailing spaces.95
ErrorsLine is longer than 80 characters.120
ErrorsMethod 'runToLocation' is not designed for extension - needs to be abstract, final or empty.120
Errors'(' is preceded with whitespace.120
ErrorsParameter firstLocation should be final.120
ErrorsParameter secondLocation should be final.120
ErrorsParameter focus should be final.120
ErrorsParameter navPointsLink should be final.120
ErrorsExpected @param tag for 'navPointsLink'.120
ErrorsParameter reachable should be final.120
ErrorsLine has trailing spaces.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine is longer than 80 characters.126
ErrorsLine contains a tab character.126
ErrorsLine has trailing spaces.127
ErrorsLine contains a tab character.127
ErrorsLine has trailing spaces.129
ErrorsComment matches to-do format 'TODO:'.136
ErrorsLine is longer than 80 characters.136
ErrorsLine contains a tab character.136
Errors'{' should be on the previous line.143
ErrorsLine is longer than 80 characters.145
ErrorsLine is longer than 80 characters.147
Errors'8' is a magic number.152
ErrorsLine is longer than 80 characters.155
ErrorsLine has trailing spaces.156
ErrorsLine is longer than 80 characters.156
Errors'8' is a magic number.156
Errors'100' is a magic number.156
ErrorsLine is longer than 80 characters.157
ErrorsLine is longer than 80 characters.158
ErrorsLine is longer than 80 characters.161
Errors'if' construct must use '{}'s.162
ErrorsLine has trailing spaces.162
ErrorsLine is longer than 80 characters.162
Errors'200' is a magic number.162
Errors'9' is a magic number.162
ErrorsLine is longer than 80 characters.163
Errors'(' is preceded with whitespace.163
ErrorsLine has trailing spaces.165
ErrorsLine has trailing spaces.166
Errors'{' should be on the previous line.172
ErrorsLine is longer than 80 characters.174
Errors'(' is preceded with whitespace.174
Errors'}' should be on the same line.175
Errors'{' should be on the previous line.178
ErrorsLine is longer than 80 characters.180
Errors'(' is preceded with whitespace.180
Errors'{' should be on the previous line.184
ErrorsLine is longer than 80 characters.186
Errors'(' is preceded with whitespace.186
Errors'}' should be on the same line.187
ErrorsLine has trailing spaces.189
ErrorsLine has trailing spaces.190
Errors'&&' should be on a new line.199
Errors'8' is a magic number.203
ErrorsLine has trailing spaces.213
Errors'{' should be on the previous line.214
ErrorsLine is longer than 80 characters.216
Errors'(' is preceded with whitespace.216
ErrorsLine is longer than 80 characters.220
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 has trailing spaces.227
ErrorsLine is longer than 80 characters.245
Errors'(' is preceded with whitespace.245
ErrorsParameter firstLocation should be final.245
ErrorsParameter secondLocation should be final.245
ErrorsParameter focus should be final.245
ErrorsParameter reachable should be final.245
Errors'120' is a magic number.252
Errors'if' construct must use '{}'s.255
ErrorsLine has trailing spaces.255
ErrorsLine contains a tab character.255
ErrorsLine contains a tab character.256
ErrorsLine contains a tab character.257
ErrorsLine is longer than 80 characters.258
ErrorsLine contains a tab character.258
ErrorsLine contains a tab character.259
ErrorsLine is longer than 80 characters.263
Errors'}' should be on the same line.265
Errors'else' construct must use '{}'s.268
ErrorsLine has trailing spaces.268
ErrorsLine contains a tab character.269
Errors'if' construct must use '{}'s.272
ErrorsLine has trailing spaces.272
ErrorsLine contains a tab character.272
ErrorsLine contains a tab character.273
ErrorsLine is longer than 80 characters.274
ErrorsLine contains a tab character.274
ErrorsLine is longer than 80 characters.275
ErrorsLine contains a tab character.275
ErrorsLine contains a tab character.276
ErrorsLine is longer than 80 characters.277
Errors'(' is preceded with whitespace.277
Errors'if' construct must use '{}'s.281
ErrorsLine has trailing spaces.281
ErrorsLine contains a tab character.281
ErrorsLine contains a tab character.282
ErrorsLine is longer than 80 characters.283
ErrorsLine contains a tab character.283
ErrorsLine is longer than 80 characters.284
ErrorsLine contains a tab character.284
ErrorsLine contains a tab character.285
ErrorsLine is longer than 80 characters.286
Errors'(' is preceded with whitespace.286
ErrorsLine contains a tab character.287
ErrorsLine is longer than 80 characters.306
Errors'(' is preceded with whitespace.306
ErrorsParameter firstLocation should be final.306
ErrorsParameter secondLocation should be final.306
ErrorsParameter focus should be final.306
ErrorsParameter navPointsLink should be final.306
ErrorsExpected @param tag for 'navPointsLink'.306
ErrorsParameter reachable should be final.306
ErrorsLine has trailing spaces.307
ErrorsLine contains a tab character.307
Errors'1000' is a magic number.316
ErrorsLine has trailing spaces.318
ErrorsLine is longer than 80 characters.318
Errors'(' is preceded with whitespace.321
Errors'200' is a magic number.321
Errors'(' is preceded with whitespace.321
Errors'-200' is a magic number.321
ErrorsLine has trailing spaces.322
ErrorsLine has trailing spaces.323
ErrorsLine is longer than 80 characters.323
ErrorsLine has trailing spaces.324
ErrorsComment matches to-do format 'TODO:'.325
ErrorsLine has trailing spaces.326
ErrorsLine has trailing spaces.327
ErrorsLine contains a tab character.328
ErrorsLine has trailing spaces.329
ErrorsLine contains a tab character.329
Errors'(' is followed by whitespace.329
ErrorsLine contains a tab character.330
Errors'8' is a magic number.330
Errors')' is preceded with whitespace.330
ErrorsLine has trailing spaces.331
ErrorsLine contains a tab character.331
ErrorsLine has trailing spaces.332
ErrorsLine contains a tab character.332
Errors'60' is a magic number.332
ErrorsLine contains a tab character.333
Errors'{' is not preceded with whitespace.334
ErrorsLine is longer than 80 characters.335
ErrorsLine contains a tab character.335
ErrorsLine contains a tab character.336
ErrorsLine contains a tab character.337
ErrorsLine contains a tab character.338
Errors'370' is a magic number.342
Errors'{' should be on the previous line.343
ErrorsComment matches to-do format 'TODO:'.344
Errors'if' construct must use '{}'s.347
ErrorsLine is longer than 80 characters.347
Errors'8' is a magic number.347
Errors')' is preceded with whitespace.347
ErrorsComment matches to-do format 'TODO:'.348
ErrorsLine contains a tab character.348
Errors'if' construct must use '{}'s.349
ErrorsLine is longer than 80 characters.349
ErrorsLine contains a tab character.349
ErrorsLine is longer than 80 characters.350
Errors'(' is preceded with whitespace.350
ErrorsLine has trailing spaces.352
Errors'1000' is a magic number.355
Errors'{' should be on the previous line.356
ErrorsLine is longer than 80 characters.358
ErrorsLine is longer than 80 characters.368
Errors'}' should be on the same line.370
Errors'470' is a magic number.372
Errors'{' should be on the previous line.373
ErrorsLine contains a tab character.374
Errors'if' construct must use '{}'s.375
ErrorsLine is longer than 80 characters.375
ErrorsLine contains a tab character.375
ErrorsLine has trailing spaces.376
ErrorsLine contains a tab character.376
ErrorsLine is longer than 80 characters.377
Errors'(' is preceded with whitespace.377
Errors'}' should be on the same line.378
Errors'600' is a magic number.381
Errors'{' should be on the previous line.382
ErrorsLine contains a tab character.383
ErrorsLine contains a tab character.384
ErrorsLine is longer than 80 characters.385
ErrorsLine contains a tab character.385
ErrorsComment matches to-do format 'TODO:'.386
ErrorsLine contains a tab character.386
ErrorsLine is longer than 80 characters.387
ErrorsLine contains a tab character.387
ErrorsLine contains a tab character.388
ErrorsLine is longer than 80 characters.391
Errors'}' should be on the same line.393
Errors'700' is a magic number.396
Errors'300' is a magic number.396
Errors'{' should be on the previous line.397
ErrorsLine contains a tab character.398
ErrorsLine contains a tab character.399
ErrorsLine is longer than 80 characters.400
ErrorsLine contains a tab character.400
ErrorsLine is longer than 80 characters.401
ErrorsLine contains a tab character.401
Errors'8' is a magic number.401
Errors')' is preceded with whitespace.401
ErrorsLine contains a tab character.402
ErrorsLine is longer than 80 characters.403
ErrorsLine contains a tab character.403
ErrorsLine contains a tab character.404
ErrorsLine contains a tab character.405
ErrorsLine contains a tab character.406
ErrorsLine is longer than 80 characters.407
ErrorsLine contains a tab character.407
ErrorsLine has trailing spaces.408
ErrorsLine contains a tab character.408
ErrorsLine is longer than 80 characters.410
Errors'(' is preceded with whitespace.410
ErrorsLine is longer than 80 characters.414
ErrorsLine is longer than 80 characters.433
Errors'(' is preceded with whitespace.433
ErrorsParameter firstLocation should be final.433
ErrorsParameter secondLocation should be final.433
ErrorsParameter focus should be final.433
ErrorsParameter reachable should be final.433
Errors'if' construct must use '{}'s.436
Errors'(' is preceded with whitespace.437
ErrorsLine has trailing spaces.440
ErrorsLine is longer than 80 characters.442
Errors'(' is preceded with whitespace.444
ErrorsLine is longer than 80 characters.458
Errors'(' is preceded with whitespace.458
ErrorsParameter firstLocation should be final.458
ErrorsParameter secondLocation should be final.458
ErrorsParameter focus should be final.458
ErrorsParameter reachable should be final.458
ErrorsLine is longer than 80 characters.462
Errors'{' should be on the previous line.467
Errors'100' is a magic number.471
Errors'{' should be on the previous line.472
Errors'if' construct must use '{}'s.474
ErrorsLine is longer than 80 characters.474
ErrorsLine contains a tab character.474
ErrorsLine is longer than 80 characters.478
Errors'{' should be on the previous line.485
Errors'if' construct must use '{}'s.487
ErrorsLine is longer than 80 characters.487
ErrorsLine contains a tab character.487
ErrorsLine is longer than 80 characters.491
ErrorsLine is longer than 80 characters.510
Errors'(' is preceded with whitespace.510
ErrorsParameter firstLocation should be final.510
ErrorsParameter secondLocation should be final.510
ErrorsParameter focus should be final.510
ErrorsParameter reachable should be final.510
Errors'if' construct must use '{}'s.513
Errors'(' is preceded with whitespace.514
Errors'0.39' is a magic number.519
ErrorsLine has trailing spaces.520
Errors'680' is a magic number.520
ErrorsLine has trailing spaces.521
ErrorsLine contains a tab character.525
Errors'680' is a magic number.525
Errors'70' is a magic number.525
Errors'if' construct must use '{}'s.527
Errors'480' is a magic number.527
Errors'480' is a magic number.527
ErrorsLine has trailing spaces.528
ErrorsLine is longer than 80 characters.529
ErrorsLine has trailing spaces.530
ErrorsLine has trailing spaces.531
ErrorsLine has trailing spaces.532
ErrorsLine is longer than 80 characters.548
Errors'(' is preceded with whitespace.548
ErrorsParameter firstLocation should be final.548
ErrorsParameter secondLocation should be final.548
ErrorsParameter focus should be final.548
ErrorsParameter reachable should be final.548
ErrorsLine is longer than 80 characters.552
Errors'{' should be on the previous line.557
Errors'100' is a magic number.561
Errors'{' should be on the previous line.562
Errors'if' construct must use '{}'s.564
ErrorsLine is longer than 80 characters.564
ErrorsLine is longer than 80 characters.568
Errors'150' is a magic number.574
Errors'{' should be on the previous line.575
Errors'if' construct must use '{}'s.577
ErrorsLine is longer than 80 characters.577
Errors'(' is preceded with whitespace.578
ErrorsLine is longer than 80 characters.583
Errors'{' should be on the previous line.590
ErrorsLine is longer than 80 characters.595
ErrorsVariable 'bot' must be private and have accessor methods.603
ErrorsVariable 'memory' must be private and have accessor methods.605
ErrorsVariable 'body' must be private and have accessor methods.607
ErrorsVariable 'log' must be private and have accessor methods.609
ErrorsLine contains a tab character.611
ErrorsVariable 'senses' must be private and have accessor methods.611
ErrorsUnused @param tag for 'memory'.618
ErrorsLine is longer than 80 characters.620
Errors'(' is preceded with whitespace.620
ErrorsParameter bot should be final.620
Errors'bot' hides a field.620
ErrorsParameter agentInfo should be final.620
ErrorsExpected @param tag for 'agentInfo'.620
ErrorsParameter locomotion should be final.620
ErrorsExpected @param tag for 'locomotion'.620
ErrorsParameter log should be final.620
Errors'log' hides a field.620
ErrorsExpected @param tag for 'log'.620
ErrorsLine contains a tab character.622
ErrorsLine contains a tab character.623
ErrorsLine has trailing spaces.631

cz/cuni/amis/pogamut/udk/agent/navigation/martinnavigator/MartinNavigator.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.25
ErrorsType Javadoc comment is missing an @param <PATH_ELEMENT> tag.25
ErrorsLine has trailing spaces.27
ErrorsLine is longer than 80 characters.28
ErrorsLine contains a tab character.28
ErrorsLine has trailing spaces.34
ErrorsLine is longer than 80 characters.34
ErrorsMissing a Javadoc comment.34
ErrorsMethod 'getPrecision' is not designed for extension - needs to be abstract, final or empty.36
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.51
ErrorsLine has trailing spaces.53
ErrorsLine contains a tab character.54
ErrorsMethod 'navigate' is not designed for extension - needs to be abstract, final or empty.54
ErrorsLine contains a tab character.55
ErrorsParameter pathElementIndex should be final.55
ErrorsLine contains a tab character.56
Errorsswitch without "default" clause.56
ErrorsInner assignments should be avoided.56
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.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.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsMethod 'reset' is not designed for extension - needs to be abstract, final or empty.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.86
ErrorsMethod 'newPath' is not designed for extension - needs to be abstract, final or empty.86
ErrorsLine contains a tab character.87
ErrorsParameter path should be final.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
Errors'-' is not preceded with whitespace.89
Errors'-' is not followed by whitespace.89
ErrorsLine has trailing spaces.90
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.92
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine has trailing spaces.94
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine is longer than 80 characters.100
ErrorsMethod 'initPathNavigation' is not designed for extension - needs to be abstract, final or empty.100
ErrorsParameter destination should be final.100
ErrorsParameter path should be final.100
Errors'if' construct must use '{}'s.103
ErrorsLine has trailing spaces.103
ErrorsLine contains a tab character.104
Errors'(' is preceded with whitespace.104
ErrorsLine is longer than 80 characters.105
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
Errors'(' is preceded with whitespace.106
ErrorsLine contains a tab character.107
Errors'{' should be on the previous line.110
ErrorsLine has trailing spaces.115
ErrorsMethod 'initAlongPath' is not designed for extension - needs to be abstract, final or empty.122
ErrorsParameter dest should be final.122
ErrorsParameter path should be final.122
Errors'{' should be on the previous line.123
ErrorsLine has trailing spaces.137
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsUnused @param tag for 'timeout'.141
ErrorsMethod 'initDirectNavigation' is not designed for extension - needs to be abstract, final or empty.143
Errors'(' is preceded with whitespace.143
ErrorsParameter dest should be final.143
Errors'{' should be on the previous line.144
Errors'(' is preceded with whitespace.145
ErrorsLine has trailing spaces.147
ErrorsLine contains a tab character.147
ErrorsLine has trailing spaces.150
ErrorsMethod 'initDirectly' is not designed for extension - needs to be abstract, final or empty.154
ErrorsParameter dest should be final.154
Errors'{' should be on the previous line.155
ErrorsInner assignments should be avoided.161
ErrorsLine has trailing spaces.163
ErrorsLine has trailing spaces.165
ErrorsMethod 'keepNavigating' is not designed for extension - needs to be abstract, final or empty.170
Errors'(' is preceded with whitespace.170
Errors'{' should be on the previous line.171
Errors'if' construct must use '{}'s.173
ErrorsLine has trailing spaces.175
Errors'{' should be on the previous line.178
Errors'if' construct must use '{}'s.188
ErrorsLine is longer than 80 characters.188
Errors'(' is preceded with whitespace.188
ErrorsLine has trailing spaces.192
ErrorsLine is longer than 80 characters.192
Errors'(' is preceded with whitespace.198
Errors'{' should be on the previous line.199
Errors'{' should be on the previous line.205
Errors'if' construct must use '{}'s.206
ErrorsLine is longer than 80 characters.206
Errors'(' is preceded with whitespace.206
ErrorsLine is longer than 80 characters.211
Errors'(' is preceded with whitespace.211
Errors'if' construct must use '{}'s.213
ErrorsLine is longer than 80 characters.213
Errors'(' is preceded with whitespace.213
Errors'if' construct must use '{}'s.218
ErrorsLine is longer than 80 characters.218
Errors'(' is preceded with whitespace.218
ErrorsLine has trailing spaces.228
ErrorsLine is longer than 80 characters.230
ErrorsLine has trailing spaces.238
ErrorsLine is longer than 80 characters.240
ErrorsLine is longer than 80 characters.246
ErrorsLine has trailing spaces.255
ErrorsLine is longer than 80 characters.257
ErrorsLine has trailing spaces.261
ErrorsLine is longer than 80 characters.263
ErrorsLine has trailing spaces.265
ErrorsExpected an @return tag.269
ErrorsMethod 'getNavPoint' is not designed for extension - needs to be abstract, final or empty.269
ErrorsParameter location should be final.269
ErrorsExpected @param tag for 'location'.269
Errors'if' construct must use '{}'s.270
ErrorsLine contains a tab character.270
ErrorsLine is longer than 80 characters.271
ErrorsLine contains a tab character.271
Errors'if' construct must use '{}'s.272
ErrorsLine is longer than 80 characters.272
ErrorsLine contains a tab character.272
ErrorsLine contains a tab character.273
ErrorsLine has trailing spaces.276
Errors'{' should be on the previous line.283
ErrorsLine is longer than 80 characters.285
Errors'{' should be on the previous line.289
ErrorsLine is longer than 80 characters.290
Errors'(' is preceded with whitespace.290
ErrorsLine has trailing spaces.293
ErrorsLine has trailing spaces.294
ErrorsLine is longer than 80 characters.302
Errors'(' is preceded with whitespace.304
Errors'{' should be on the previous line.305
ErrorsLine contains a tab character.306
ErrorsLine contains a tab character.308
Errors'(' is preceded with whitespace.311
Errors'{' should be on the previous line.312
ErrorsLine contains a tab character.314
ErrorsLine contains a tab character.315
ErrorsLine contains a tab character.316
ErrorsLine has trailing spaces.317
ErrorsLine contains a tab character.317
ErrorsLine contains a tab character.318
ErrorsLine contains a tab character.323
ErrorsLine contains a tab character.324
ErrorsLine has trailing spaces.326
ErrorsLine is longer than 80 characters.327
ErrorsLine contains a tab character.328
ErrorsLine has trailing spaces.330
ErrorsLine has trailing spaces.336
Errors'(' is preceded with whitespace.341
Errors'{' should be on the previous line.342
ErrorsInner assignments should be avoided.348
Errors'{' should be on the previous line.349
Errors'if' construct must use '{}'s.351
ErrorsLine is longer than 80 characters.351
Errors'(' is preceded with whitespace.351
ErrorsLine has trailing spaces.360
ErrorsLine has trailing spaces.368
ErrorsLine is longer than 80 characters.368
ErrorsLine is longer than 80 characters.371
ErrorsLine contains a tab character.371
ErrorsLine contains a tab character.372
Errors'if' construct must use '{}'s.373
ErrorsLine has trailing spaces.373
ErrorsLine contains a tab character.373
ErrorsLine contains a tab character.374
Errors'(' is preceded with whitespace.374
ErrorsLine is longer than 80 characters.375
ErrorsLine has trailing spaces.377
ErrorsLine contains a tab character.381
ErrorsLine has trailing spaces.382
ErrorsLine contains a tab character.382
ErrorsLine contains a tab character.383
Errors'if' construct must use '{}'s.384
ErrorsLine has trailing spaces.384
ErrorsLine contains a tab character.384
ErrorsLine contains a tab character.385
Errors'(' is preceded with whitespace.385
ErrorsLine is longer than 80 characters.386
ErrorsLine contains a tab character.386
ErrorsLine contains a tab character.387
ErrorsLine contains a tab character.388
ErrorsLine contains a tab character.389
ErrorsLine contains a tab character.394
ErrorsLine contains a tab character.396
ErrorsLine is longer than 80 characters.397
ErrorsLine contains a tab character.397
Errors'+' is not preceded with whitespace.397
Errors'+' is not followed by whitespace.397
ErrorsLine contains a tab character.398
ErrorsLine is longer than 80 characters.399
ErrorsLine contains a tab character.399
ErrorsLine has trailing spaces.400
ErrorsLine contains a tab character.400
ErrorsLine has trailing spaces.403
ErrorsMissing a Javadoc comment.407
ErrorsParameter node should be final.407
Errors'if' construct must use '{}'s.408
ErrorsLine contains a tab character.408
ErrorsLine is longer than 80 characters.409
ErrorsLine contains a tab character.409
ErrorsLine is longer than 80 characters.410
ErrorsLine contains a tab character.410
ErrorsLine has trailing spaces.411
ErrorsLine contains a tab character.411
ErrorsLine contains a tab character.412
ErrorsLine is longer than 80 characters.413
ErrorsLine contains a tab character.413
ErrorsAvoid inline conditionals.413
ErrorsAvoid inline conditionals.413
Errors'/' is not preceded with whitespace.413
Errors'/' is not followed by whitespace.413
Errors'/' is not preceded with whitespace.413
Errors'/' is not followed by whitespace.413
ErrorsLine contains a tab character.414
ErrorsLine contains a tab character.415
ErrorsLine contains a tab character.416
ErrorsLine is longer than 80 characters.417
ErrorsLine contains a tab character.417
Errors'30' is a magic number.417
Errors'4' is a magic number.417
ErrorsLine contains a tab character.418
ErrorsLine is longer than 80 characters.422
ErrorsLine contains a tab character.422
ErrorsLine is longer than 80 characters.425
ErrorsLine is longer than 80 characters.426
ErrorsLine has trailing spaces.428
ErrorsLine is longer than 80 characters.431
ErrorsParameter start should be final.431
ErrorsExpected @param tag for 'start'.431
ErrorsParameter end should be final.431
ErrorsExpected @param tag for 'end'.431
Errors'if' construct must use '{}'s.435
Errors'else' construct must use '{}'s.437
Errors'if' construct must use '{}'s.440
Errors'if' construct must use '{}'s.443
ErrorsLine has trailing spaces.445
Errors'(' is preceded with whitespace.455
Errors'{' should be on the previous line.456
ErrorsLine contains a tab character.457
ErrorsLine contains a tab character.458
ErrorsLine contains a tab character.459
ErrorsLine contains a tab character.460
ErrorsLine has trailing spaces.461
ErrorsLine contains a tab character.461
ErrorsLine is longer than 80 characters.463
ErrorsLine is longer than 80 characters.466
Errors'(' is preceded with whitespace.466
Errors',' is not followed by whitespace.466
Errors',' is not followed by whitespace.466
Errors'100' is a magic number.466
ErrorsLine has trailing spaces.472
ErrorsLine is longer than 80 characters.472
Errors'?' should be on a new line.472
ErrorsAvoid inline conditionals.472
ErrorsLine contains a tab character.473
Errors':' should be on a new line.473
ErrorsLine contains a tab character.474
ErrorsLine is longer than 80 characters.476
ErrorsAvoid inline conditionals.476
ErrorsLine is longer than 80 characters.479
Errors'(' is preceded with whitespace.479
ErrorsAvoid inline conditionals.479
Errors'if' construct must use '{}'s.480
ErrorsLine is longer than 80 characters.480
Errors'(' is preceded with whitespace.480
Errors'if' construct must use '{}'s.485
ErrorsLine is longer than 80 characters.485
Errors'(' is preceded with whitespace.485
ErrorsLine is longer than 80 characters.491
ErrorsLine has trailing spaces.498
ErrorsLine is longer than 80 characters.498
Errors'200' is a magic number.498
ErrorsLine is longer than 80 characters.499
ErrorsLine is longer than 80 characters.500
ErrorsLine contains a tab character.500
ErrorsLine contains a tab character.501
Errors'150' is a magic number.501
ErrorsLine has trailing spaces.503
Errors'(' is followed by whitespace.505
Errors')' is preceded with whitespace.505
Errors'(' is preceded with whitespace.508
Errors'{' should be on the previous line.509
Errors'if' construct must use '{}'s.511
ErrorsLine is longer than 80 characters.511
Errors'(' is preceded with whitespace.511
ErrorsLine contains a tab character.515
ErrorsLine contains a tab character.516
ErrorsLine is longer than 80 characters.517
ErrorsLine contains a tab character.517
ErrorsLine is longer than 80 characters.520
Errors'(' is preceded with whitespace.520
Errors',' is not followed by whitespace.520
Errors',' is not followed by whitespace.520
Errors'100' is a magic number.520
ErrorsLine has trailing spaces.522
ErrorsLine is longer than 80 characters.523
Errors'(' is followed by whitespace.523
Errors')' is preceded with whitespace.523
Errors'(' is preceded with whitespace.526
Errors'{' should be on the previous line.527
Errors'if' construct must use '{}'s.529
ErrorsLine is longer than 80 characters.529
Errors'(' is preceded with whitespace.529
ErrorsLine contains a tab character.533
ErrorsVariable 'failure' must be private and have accessor methods.552
Errors'(' is preceded with whitespace.558
ErrorsParameter failure should be final.558
Errors'failure' hides a field.558
Errors'{' should be on the previous line.559
Errors'{' should be on the previous line.568
Errors'{' should be on the previous line.573
ErrorsMissing a Javadoc comment.574
Errors'(' is preceded with whitespace.574
Errors'{' should be on the previous line.580
ErrorsMissing a Javadoc comment.581
Errors'(' is preceded with whitespace.581
Errors'{' should be on the previous line.587
ErrorsMissing a Javadoc comment.588
Errors'(' is preceded with whitespace.588
Errors'{' should be on the previous line.594
ErrorsMissing a Javadoc comment.595
Errors'(' is preceded with whitespace.595
ErrorsLine has trailing spaces.597
ErrorsVariable 'terminated' must be private and have accessor methods.603
ErrorsVariable 'failure' must be private and have accessor methods.607
ErrorsLine has trailing spaces.608
ErrorsFirst sentence should end with a period.611
Errors'(' is preceded with whitespace.614
Errors'{' should be on the previous line.615
Errors'(' is preceded with whitespace.624
ErrorsParameter type should be final.624
Errors'{' should be on the previous line.625
Errors'(' is preceded with whitespace.638
ErrorsLine has trailing spaces.641
ErrorsVariable 'main' must be private and have accessor methods.654
ErrorsVariable 'memory' must be private and have accessor methods.656
ErrorsVariable 'body' must be private and have accessor methods.658
ErrorsVariable 'log' must be private and have accessor methods.660
ErrorsUnused @param tag for 'main'.666
ErrorsUnused @param tag for 'memory'.667
Errors'(' is preceded with whitespace.669
ErrorsParameter bot should be final.669
ErrorsExpected @param tag for 'bot'.669
ErrorsParameter log should be final.669
Errors'log' hides a field.669
ErrorsExpected @param tag for 'log'.669
Errors'{' should be on the previous line.670
ErrorsUnused @param tag for 'main'.683
ErrorsUnused @param tag for 'memory'.684
Errors'(' is preceded with whitespace.686
ErrorsParameter bot should be final.686
ErrorsExpected @param tag for 'bot'.686
ErrorsParameter runner should be final.686
Errors'runner' hides a field.686
ErrorsExpected @param tag for 'runner'.686
ErrorsParameter log should be final.686
Errors'log' hides a field.686
ErrorsExpected @param tag for 'log'.686
Errors'{' should be on the previous line.687
ErrorsLine has trailing spaces.697
ErrorsLine has trailing spaces.698

cz/cuni/amis/pogamut/udk/agent/navigation/martinnavigator/MartinRunner.java

ViolationMessageLine
ErrorsUnused import - java.util.logging.Level.3
ErrorsLine is longer than 80 characters.14
ErrorsMissing a Javadoc comment.17
ErrorsLine has trailing spaces.18
Errors'{' should be on the previous line.25
ErrorsLine has trailing spaces.29
ErrorsLine is longer than 80 characters.30
ErrorsMethod 'runToLocation' is not designed for extension - needs to be abstract, final or empty.30
ErrorsMissing a Javadoc comment.30
Errors'(' is preceded with whitespace.30
ErrorsParameter firstLocation should be final.30
ErrorsParameter secondLocation should be final.30
ErrorsParameter focus should be final.30
ErrorsParameter navPointsLink should be final.30
ErrorsParameter reachable should be final.30
ErrorsLine contains a tab character.33
ErrorsLine has trailing spaces.34
ErrorsLine is longer than 80 characters.34
ErrorsVariable 'bot' must be private and have accessor methods.41
ErrorsVariable 'memory' must be private and have accessor methods.43
ErrorsVariable 'body' must be private and have accessor methods.45
ErrorsVariable 'log' must be private and have accessor methods.47
ErrorsLine contains a tab character.49
ErrorsVariable 'senses' must be private and have accessor methods.49
ErrorsUnused @param tag for 'memory'.56
ErrorsLine is longer than 80 characters.58
Errors'(' is preceded with whitespace.58
ErrorsParameter bot should be final.58
Errors'bot' hides a field.58
ErrorsParameter agentInfo should be final.58
ErrorsExpected @param tag for 'agentInfo'.58
ErrorsParameter locomotion should be final.58
ErrorsExpected @param tag for 'locomotion'.58
ErrorsParameter log should be final.58
Errors'log' hides a field.58
ErrorsExpected @param tag for 'log'.58
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.69

cz/cuni/amis/pogamut/udk/agent/navigation/stuckdetector/UDKPositionHistoryStuckDetector.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsMissing a Javadoc comment.17
ErrorsLine contains a tab character.19
ErrorsMissing a Javadoc comment.19
ErrorsName 'DEFAULT_MIN_DIAMETER' must match pattern '^[a-z][a-zA-Z0-9]*$'.19
Errors'60.0' is a magic number.19
ErrorsLine has trailing spaces.20
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsMissing a Javadoc comment.21
ErrorsName 'DEFAULT_MIN_Z' must match pattern '^[a-z][a-zA-Z0-9]*$'.21
Errors'100.0' is a magic number.21
ErrorsLine has trailing spaces.22
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsMissing a Javadoc comment.23
ErrorsName 'DEFAULT_HISTORY_LENGTH' must match pattern '^[a-z][a-zA-Z0-9]*$'.23
Errors'4' is a magic number.23
ErrorsLine has trailing spaces.24
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsMissing a Javadoc comment.25
ErrorsLine has trailing spaces.26
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsMissing a Javadoc comment.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsMissing a Javadoc comment.29
ErrorsLine has trailing spaces.30
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsMissing a Javadoc comment.31
ErrorsLine has trailing spaces.32
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsMissing a Javadoc comment.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsMissing a Javadoc comment.35
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsMissing a Javadoc comment.37
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsMissing a Javadoc comment.39
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.41
ErrorsMissing a Javadoc comment.41
ErrorsParameter worldView should be final.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 contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsParameter event should be final.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 contains a tab character.50
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsMissing a Javadoc comment.52
ErrorsLine has trailing spaces.53
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsMissing a Javadoc comment.54
ErrorsLine contains a tab character.56
ErrorsMissing a Javadoc comment.56
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsMissing a Javadoc comment.58
ErrorsParameter bot should be final.58
Errors'bot' hides a field.58
ErrorsLine is longer than 80 characters.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 is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsMissing a Javadoc comment.62
ErrorsParameter bot should be final.62
Errors'bot' hides a field.62
ErrorsParameter historyLength should be final.62
Errors'historyLength' hides a field.62
ErrorsParameter minMovementDiameter should be final.62
Errors'minMovementDiameter' hides a field.62
ErrorsParameter minMovementZ should be final.62
Errors'minMovementZ' hides a field.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 has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
Errors'if' construct must use '{}'s.71
ErrorsLine is longer than 80 characters.71
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.75
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine is longer than 80 characters.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.78
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsMethod 'setEnabled' is not designed for extension - needs to be abstract, final or empty.79
ErrorsLine contains a tab character.80
ErrorsParameter state should be final.80
Errors'if' construct must use '{}'s.81
ErrorsLine contains a tab character.81
ErrorsLine has trailing spaces.82
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine has trailing spaces.84
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsMethod 'setBotWaiting' is not designed for extension - needs to be abstract, final or empty.85
ErrorsLine contains a tab character.86
ErrorsParameter state should be final.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine has trailing spaces.89
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsParameter target should be final.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine has trailing spaces.94
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsMethod 'eventSelf' is not designed for extension - needs to be abstract, final or empty.95
ErrorsMissing a Javadoc comment.95
ErrorsParameter event should be final.95
Errors'if' construct must use '{}'s.96
ErrorsLine contains a tab character.96
Errors'if' construct must use '{}'s.97
ErrorsLine contains a tab character.97
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine has trailing spaces.103
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
Errors'{' is not preceded with whitespace.107
ErrorsLine contains a tab character.108
Errors':' is not preceded with whitespace.108
ErrorsLine is longer than 80 characters.109
ErrorsLine contains a tab character.109
ErrorsLine is longer than 80 characters.110
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine is longer than 80 characters.112
ErrorsLine contains a tab character.112
ErrorsLine is longer than 80 characters.113
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine is longer than 80 characters.117
ErrorsLine contains a tab character.117
Errors'if' construct must use '{}'s.118
ErrorsLine is longer than 80 characters.118
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine has trailing spaces.124
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine has trailing spaces.127
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsMethod 'isStuck' is not designed for extension - needs to be abstract, final or empty.128
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.133
ErrorsMethod 'reset' is not designed for extension - needs to be abstract, final or empty.133
ErrorsLine contains a tab character.134
Errors'if' construct must use '{}'s.135
ErrorsLine is longer than 80 characters.135
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138

cz/cuni/amis/pogamut/udk/agent/navigation/stuckdetector/UDKTimeStuckDetector.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.21
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
ErrorsLine is longer than 80 characters.32
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsName 'DEFAULT_TIMEOUT' must match pattern '^[a-z][a-zA-Z0-9]*$'.35
Errors'3000' is a magic number.35
ErrorsLine contains a tab character.37
ErrorsLine is longer than 80 characters.38
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsName 'DEFAULT_WAITING_TIMEOUT' must match pattern '^[a-z][a-zA-Z0-9]*$'.40
Errors'10000' is a magic number.40
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.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
ErrorsMissing a Javadoc comment.59
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 has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.77
ErrorsMissing a Javadoc comment.77
ErrorsParameter worldView should be final.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsParameter event should be final.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.88
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 contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsLine has trailing spaces.104
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsMissing a Javadoc comment.105
ErrorsLine contains a tab character.107
ErrorsMissing a Javadoc comment.107
ErrorsLine contains a tab character.109
ErrorsMissing a Javadoc comment.109
ErrorsParameter bot should be final.109
Errors'bot' hides a field.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.113
ErrorsMissing a Javadoc comment.113
ErrorsParameter bot should be final.113
Errors'bot' hides a field.113
ErrorsParameter timeoutMillis should be final.113
ErrorsLine contains a tab character.114
ErrorsParameter waitingTimeoutMillis should be final.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.125
ErrorsMethod 'eventSelf' is not designed for extension - needs to be abstract, final or empty.125
ErrorsMissing a Javadoc comment.125
ErrorsParameter event should be final.125
Errors'if' construct must use '{}'s.126
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine is longer than 80 characters.129
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsLine is longer than 80 characters.133
ErrorsLine contains a tab character.133
ErrorsLine is longer than 80 characters.134
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsLine is longer than 80 characters.137
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
Errors'if' construct must use '{}'s.139
ErrorsLine is longer than 80 characters.139
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine is longer than 80 characters.142
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.143
Errors'if' construct must use '{}'s.144
ErrorsLine is longer than 80 characters.144
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
ErrorsLine has trailing spaces.148
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsMethod 'setEnabled' is not designed for extension - needs to be abstract, final or empty.149
ErrorsLine contains a tab character.150
ErrorsParameter state should be final.150
Errors'if' construct must use '{}'s.151
ErrorsLine contains a tab character.151
ErrorsLine has trailing spaces.152
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.155
ErrorsMethod 'setBotWaiting' is not designed for extension - needs to be abstract, final or empty.155
ErrorsLine contains a tab character.156
ErrorsParameter state should be final.156
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.161
ErrorsMethod 'isStuck' is not designed for extension - needs to be abstract, final or empty.161
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsLine is longer than 80 characters.164
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.173
ErrorsMethod 'reset' is not designed for extension - needs to be abstract, final or empty.173
ErrorsLine contains a tab character.174
Errors'if' construct must use '{}'s.175
ErrorsLine is longer than 80 characters.175
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.182
ErrorsParameter target should be final.182
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.184

cz/cuni/amis/pogamut/udk/agent/navigation/timeoutestimator/UDKBasicTimeoutEstimator.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.9
ErrorsMissing a Javadoc comment.9
ErrorsMissing a Javadoc comment.11
ErrorsVariable 'basicTimeout' must be private and have accessor methods.11
Errors'5000' is a magic number.11
ErrorsMissing a Javadoc comment.13
ErrorsMissing a Javadoc comment.16
ErrorsParameter basicTimeout should be final.16
Errors'basicTimeout' hides a field.16
ErrorsLine has trailing spaces.20
ErrorsLine has trailing spaces.21
ErrorsLine has trailing spaces.22
ErrorsLine contains a tab character.23
ErrorsMethod 'getTimeout' is not designed for extension - needs to be abstract, final or empty.23
ErrorsLine contains a tab character.24
ErrorsParameter path should be final.24
Errors'if' construct must use '{}'s.25
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 has trailing spaces.29
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine is longer than 80 characters.31
ErrorsLine contains a tab character.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
Errors'5' is a magic number.35
ErrorsLine contains a tab character.36
ErrorsLine has trailing spaces.37
ErrorsLine contains a tab character.37

cz/cuni/amis/pogamut/udk/agent/params/UDKAgentParameters.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsUnused import - cz.cuni.amis.pogamut.base.agent.params.IAgentParameters.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.agent.utils.runner.IAgentRunner.6
ErrorsUnused import - cz.cuni.amis.pogamut.base.agent.utils.runner.IMultipleAgentRunner.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.connection.impl.socket.ISocketConnectionAddress.9
ErrorsLine has trailing spaces.12
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.20
ErrorsLine has trailing spaces.21
ErrorsLine contains a tab character.27
ErrorsLine is longer than 80 characters.28
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.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsMethod 'setAgentId' is not designed for extension - needs to be abstract, final or empty.35
ErrorsLine contains a tab character.36
ErrorsParameter agentId should be final.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine has trailing spaces.40
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsMethod 'setWorldAddress' is not designed for extension - needs to be abstract, final or empty.41
ErrorsLine is longer than 80 characters.42
ErrorsLine contains a tab character.42
ErrorsParameter address should be final.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45

cz/cuni/amis/pogamut/udk/agent/utils/UDKBotDescriptor.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.8
ErrorsMissing a Javadoc comment.8
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.10
ErrorsMethod 'setController' is not designed for extension - needs to be abstract, final or empty.10
ErrorsMissing a Javadoc comment.10
ErrorsParameter controllerClass should be final.10
ErrorsLine contains a tab character.11
ErrorsLine contains a tab character.12
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine contains a tab character.14
ErrorsMethod 'setAgentModule' is not designed for extension - needs to be abstract, final or empty.14
ErrorsLine contains a tab character.15
ErrorsParameter module should be final.15
ErrorsLine contains a tab character.16
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.20
ErrorsMethod 'setAgentParameters' is not designed for extension - needs to be abstract, final or empty.20
ErrorsLine contains a tab character.21
ErrorsParameter params should be final.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsLine has trailing spaces.25
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsMethod 'addParams' is not designed for extension - needs to be abstract, final or empty.26
ErrorsLine contains a tab character.27
ErrorsParameter params should be final.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
ErrorsMethod 'setCount' is not designed for extension - needs to be abstract, final or empty.32
ErrorsLine contains a tab character.33
ErrorsParameter count should be final.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

cz/cuni/amis/pogamut/udk/bot/IUDKBot.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.7
ErrorsMissing a Javadoc comment.16
ErrorsMissing a Javadoc comment.19
ErrorsMissing a Javadoc comment.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
ErrorsMissing a Javadoc comment.27
ErrorsVariable 'propertyName' must be private and have accessor methods.27
ErrorsExpected an @return tag.33
ErrorsMissing a Javadoc comment.58
ErrorsParameter conf should be final.58
ErrorsParameter value should be final.58
ErrorsLine is longer than 80 characters.59
ErrorsMissing a Javadoc comment.63
ErrorsParameter conf should be final.63
ErrorsParameter value should be final.63
ErrorsMissing a Javadoc comment.69
ErrorsParameter conf should be final.69
ErrorsRedundant 'public' modifier.80
ErrorsExpected @param tag for 'param'.80
ErrorsExpected @param tag for 'value'.80
ErrorsExpected an @return tag.87
ErrorsRedundant 'public' modifier.87
ErrorsExpected @param tag for 'param'.87

cz/cuni/amis/pogamut/udk/bot/IUDKBotController.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.9
ErrorsMissing a Javadoc comment.12
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine has trailing spaces.14
ErrorsLine contains a tab character.14
ErrorsLine contains a tab character.15
ErrorsLine is longer than 80 characters.16
ErrorsLine contains a tab character.16
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine is longer than 80 characters.19
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.22
ErrorsRedundant 'public' modifier.22
ErrorsExpected @param tag for 'bot'.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsLine is longer than 80 characters.25
ErrorsLine contains a tab character.25
ErrorsRedundant 'public' modifier.27
ErrorsExpected @param tag for 'bot'.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
ErrorsLine has trailing spaces.29
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine is longer than 80 characters.31
ErrorsLine contains a tab character.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
ErrorsExpected an @return tag.37
ErrorsLine contains a tab character.37
ErrorsRedundant 'public' modifier.37
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsLine is longer than 80 characters.40
ErrorsLine is longer than 80 characters.41
ErrorsLine is longer than 80 characters.42
ErrorsLine is longer than 80 characters.50
ErrorsLine is longer than 80 characters.51
ErrorsExpected an @return tag.54
ErrorsRedundant 'public' modifier.54
ErrorsLine is longer than 80 characters.57
ErrorsLine has trailing spaces.59
ErrorsLine is longer than 80 characters.65
ErrorsRedundant 'public' modifier.65
ErrorsExpected @param tag for 'gameInfo'.65
ErrorsExpected @param tag for 'currentConfig'.65
ErrorsExpected @param tag for 'init'.65
ErrorsLine has trailing spaces.66
ErrorsLine is longer than 80 characters.68
ErrorsUnclosed HTML tag found: <i><i>69
ErrorsLine is longer than 80 characters.70
ErrorsLine is longer than 80 characters.71
ErrorsLine is longer than 80 characters.73
ErrorsLine has trailing spaces.75
ErrorsLine is longer than 80 characters.81
ErrorsRedundant 'public' modifier.81
ErrorsExpected @param tag for 'gameInfo'.81
ErrorsExpected @param tag for 'currentConfig'.81
ErrorsExpected @param tag for 'init'.81
ErrorsExpected @param tag for 'self'.81
ErrorsLine has trailing spaces.82
ErrorsLine has trailing spaces.85
ErrorsRedundant 'public' modifier.88
ErrorsExpected @param tag for 'event'.88
ErrorsLine has trailing spaces.89
ErrorsLine is longer than 80 characters.91
ErrorsLine is longer than 80 characters.93
ErrorsLine is longer than 80 characters.95
ErrorsRedundant 'public' modifier.97

cz/cuni/amis/pogamut/udk/bot/IUDKBotLogicController.java

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

cz/cuni/amis/pogamut/udk/bot/command/Action.java

ViolationMessageLine
ErrorsLine has trailing spaces.18
ErrorsLine contains a tab character.23
ErrorsLine is longer than 80 characters.24
ErrorsLine contains a tab character.24
ErrorsLine is longer than 80 characters.25
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine has trailing spaces.27
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsMethod 'throwWeapon' 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.34
ErrorsLine is longer than 80 characters.35
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 has trailing spaces.39
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
ErrorsMethod 'respawn' is not designed for extension - needs to be abstract, final or empty.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 is longer than 80 characters.49
ErrorsLine contains a tab character.49
ErrorsLine is longer than 80 characters.50
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.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.58
ErrorsLine has trailing spaces.59
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsMethod 'respawn' is not designed for extension - needs to be abstract, final or empty.64
ErrorsParameter location should be final.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.71
ErrorsLine is longer than 80 characters.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine is longer than 80 characters.74
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine has trailing spaces.79
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine has trailing spaces.84
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine has trailing spaces.87
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsMethod 'respawn' is not designed for extension - needs to be abstract, final or empty.89
ErrorsParameter location should be final.89
ErrorsParameter rotation should be final.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
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 has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
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 has trailing spaces.106
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsMethod 'pick' is not designed for extension - needs to be abstract, final or empty.110
ErrorsParameter id should be final.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine is longer than 80 characters.117
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine has trailing spaces.119
ErrorsLine contains a tab character.119
ErrorsLine is longer than 80 characters.120
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine has trailing spaces.123
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsMethod 'playAnimation' is not designed for extension - needs to be abstract, final or empty.127
ErrorsParameter animName should be final.127
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.131
ErrorsLine is longer than 80 characters.132
ErrorsLine contains a tab character.132
ErrorsLine has trailing spaces.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.138
ErrorsLine contains a tab character.139
ErrorsParameter agent should be final.139
ErrorsParameter log should be final.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141

cz/cuni/amis/pogamut/udk/bot/command/AdvancedLocomotion.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.12
ErrorsLine has trailing spaces.24
ErrorsLine has trailing spaces.29
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
ErrorsVariable 'self' must be private and have accessor methods.32
ErrorsLine contains a tab character.34
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
ErrorsLine is longer than 80 characters.41
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine is longer than 80 characters.43
ErrorsLine contains a tab character.43
ErrorsLine is longer than 80 characters.44
ErrorsLine contains a tab character.44
ErrorsLine is longer than 80 characters.45
ErrorsLine contains a tab character.45
ErrorsLine is longer than 80 characters.46
ErrorsLine contains a tab character.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 contains a tab character.50
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsMethod 'moveAlong' is not designed for extension - needs to be abstract, final or empty.59
ErrorsParameter firstLocation should be final.59
ErrorsParameter secondLocation should be final.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine is longer than 80 characters.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.74
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsMethod 'moveContinuos' is not designed for extension - needs to be abstract, final or empty.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine is longer than 80 characters.84
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine has trailing spaces.86
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
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 contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsMethod 'strafeRight' is not designed for extension - needs to be abstract, final or empty.94
ErrorsParameter distance should be final.94
ErrorsParameter focusId should be final.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine is longer than 80 characters.100
ErrorsLine contains a tab character.100
ErrorsLine is longer than 80 characters.101
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.104
ErrorsLine is longer than 80 characters.105
ErrorsLine contains a tab character.105
ErrorsLine is longer than 80 characters.106
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine is longer than 80 characters.112
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine has trailing spaces.114
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsMethod 'strafeRight' is not designed for extension - needs to be abstract, final or empty.122
ErrorsParameter distance should be final.122
ErrorsParameter focusLocation should be final.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine is longer than 80 characters.128
ErrorsLine contains a tab character.128
ErrorsLine is longer than 80 characters.129
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.132
ErrorsLine is longer than 80 characters.133
ErrorsLine contains a tab character.133
ErrorsLine is longer than 80 characters.134
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsLine is longer than 80 characters.140
ErrorsLine contains a tab character.140
ErrorsLine is longer than 80 characters.141
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.143
ErrorsLine has trailing spaces.144
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsMethod 'strafeRight' is not designed for extension - needs to be abstract, final or empty.150
ErrorsParameter distance should be final.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
ErrorsLine is longer than 80 characters.156
ErrorsLine contains a tab character.156
ErrorsLine is longer than 80 characters.157
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.160
ErrorsLine is longer than 80 characters.161
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
ErrorsLine is longer than 80 characters.163
ErrorsLine contains a tab character.163
ErrorsLine is longer than 80 characters.164
ErrorsLine contains a tab character.164
ErrorsLine is longer than 80 characters.165
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsLine is longer than 80 characters.171
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsLine has trailing spaces.173
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.180
ErrorsLine contains a tab character.181
ErrorsMethod 'strafeLeft' is not designed for extension - needs to be abstract, final or empty.181
ErrorsParameter distance should be final.181
ErrorsParameter focusId should be final.181
ErrorsLine contains a tab character.182
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
ErrorsLine is longer than 80 characters.187
ErrorsLine contains a tab character.187
ErrorsLine is longer than 80 characters.188
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.189
ErrorsLine contains a tab character.191
ErrorsLine is longer than 80 characters.192
ErrorsLine contains a tab character.192
ErrorsLine is longer than 80 characters.193
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.198
ErrorsLine is longer than 80 characters.199
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
ErrorsLine has trailing spaces.201
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.203
ErrorsLine contains a tab character.204
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.206
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.209
ErrorsMethod 'strafeLeft' is not designed for extension - needs to be abstract, final or empty.209
ErrorsParameter distance should be final.209
ErrorsParameter focusLocation should be final.209
ErrorsLine contains a tab character.210
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 is longer than 80 characters.215
ErrorsLine contains a tab character.215
ErrorsLine is longer than 80 characters.216
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.219
ErrorsLine is longer than 80 characters.220
ErrorsLine contains a tab character.220
ErrorsLine is longer than 80 characters.221
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
ErrorsLine contains a tab character.223
ErrorsLine contains a tab character.225
ErrorsLine contains a tab character.226
ErrorsLine is longer than 80 characters.227
ErrorsLine contains a tab character.227
ErrorsLine is longer than 80 characters.228
ErrorsLine contains a tab character.228
ErrorsLine contains a tab character.229
ErrorsLine contains a tab character.230
ErrorsLine has trailing spaces.231
ErrorsLine contains a tab character.231
ErrorsLine contains a tab character.232
ErrorsLine contains a tab character.233
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235
ErrorsLine contains a tab character.236
ErrorsLine contains a tab character.237
ErrorsMethod 'strafeLeft' is not designed for extension - needs to be abstract, final or empty.237
ErrorsParameter distance should be final.237
ErrorsLine contains a tab character.238
ErrorsLine contains a tab character.239
ErrorsLine contains a tab character.240
ErrorsLine contains a tab character.241
ErrorsLine contains a tab character.242
ErrorsLine is longer than 80 characters.243
ErrorsLine contains a tab character.243
ErrorsLine is longer than 80 characters.244
ErrorsLine contains a tab character.244
ErrorsLine contains a tab character.245
ErrorsLine contains a tab character.247
ErrorsLine is longer than 80 characters.248
ErrorsLine contains a tab character.248
ErrorsLine contains a tab character.249
ErrorsLine is longer than 80 characters.250
ErrorsLine contains a tab character.250
ErrorsLine is longer than 80 characters.251
ErrorsLine contains a tab character.251
ErrorsLine is longer than 80 characters.252
ErrorsLine contains a tab character.252
ErrorsLine contains a tab character.253
ErrorsLine contains a tab character.254
ErrorsLine contains a tab character.256
ErrorsLine is longer than 80 characters.257
ErrorsLine contains a tab character.257
ErrorsLine contains a tab character.258
ErrorsLine has trailing spaces.259
ErrorsLine contains a tab character.259
ErrorsLine contains a tab character.260
ErrorsLine contains a tab character.261
ErrorsLine contains a tab character.262
ErrorsLine contains a tab character.263
ErrorsLine has trailing spaces.264
ErrorsLine contains a tab character.264
ErrorsLine contains a tab character.265
ErrorsLine contains a tab character.266
ErrorsLine contains a tab character.267
ErrorsMethod 'strafeTo' is not designed for extension - needs to be abstract, final or empty.267
ErrorsParameter location should be final.267
ErrorsParameter focusLocation should be final.267
ErrorsLine contains a tab character.268
ErrorsLine contains a tab character.269
ErrorsLine contains a tab character.270
ErrorsLine contains a tab character.271
ErrorsLine contains a tab character.273
ErrorsLine is longer than 80 characters.274
ErrorsLine contains a tab character.274
ErrorsLine is longer than 80 characters.275
ErrorsLine contains a tab character.275
ErrorsLine contains a tab character.276
ErrorsLine is longer than 80 characters.277
ErrorsLine contains a tab character.277
ErrorsLine is longer than 80 characters.278
ErrorsLine contains a tab character.278
ErrorsLine has trailing spaces.279
ErrorsLine contains a tab character.279
ErrorsLine contains a tab character.280
ErrorsLine contains a tab character.281
ErrorsLine contains a tab character.282
ErrorsLine contains a tab character.283
ErrorsLine is longer than 80 characters.284
ErrorsLine contains a tab character.284
ErrorsLine contains a tab character.285
ErrorsLine has trailing spaces.286
ErrorsLine contains a tab character.286
ErrorsLine contains a tab character.287
ErrorsLine has trailing spaces.288
ErrorsLine contains a tab character.288
ErrorsLine contains a tab character.289
ErrorsLine contains a tab character.290
ErrorsLine contains a tab character.291
ErrorsMethod 'strafeTo' is not designed for extension - needs to be abstract, final or empty.291
ErrorsParameter location should be final.291
ErrorsParameter focus should be final.291
ErrorsLine contains a tab character.292
ErrorsLine contains a tab character.293
ErrorsComment matches to-do format 'TODO:'.294
ErrorsLine contains a tab character.294
ErrorsLine is longer than 80 characters.295
ErrorsLine contains a tab character.295
ErrorsLine contains a tab character.296
ErrorsLine contains a tab character.297
ErrorsLine contains a tab character.298
ErrorsLine contains a tab character.299
ErrorsLine has trailing spaces.300
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
ErrorsFirst sentence should end with a period.306
ErrorsLine contains a tab character.306
ErrorsLine contains a tab character.307
ErrorsLine has trailing spaces.308
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
ErrorsMethod 'doubleJump' is not designed for extension - needs to be abstract, final or empty.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 has trailing spaces.318
ErrorsLine contains a tab character.318
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.322
ErrorsLine has trailing spaces.323
ErrorsLine contains a tab character.323
ErrorsComment matches to-do format 'TODO:'.324
ErrorsLine is longer than 80 characters.324
ErrorsLine contains a tab character.324
ErrorsLine has trailing spaces.325
ErrorsLine contains a tab character.325
ErrorsLine is longer than 80 characters.326
ErrorsLine contains a tab character.326
ErrorsLine is longer than 80 characters.327
ErrorsLine contains a tab character.327
ErrorsLine has trailing spaces.328
ErrorsLine contains a tab character.328
ErrorsLine contains a tab character.329
ErrorsLine contains a tab character.330
ErrorsLine contains a tab character.331
ErrorsLine contains a tab character.332
ErrorsMethod 'doubleJump' is not designed for extension - needs to be abstract, final or empty.332
ErrorsParameter secondJumpDelay should be final.332
ErrorsParameter jumpZ should be final.332
ErrorsLine contains a tab character.333
ErrorsLine contains a tab character.334
ErrorsLine has trailing spaces.335
ErrorsLine contains a tab character.335
ErrorsComment matches to-do format 'TODO:'.336
ErrorsLine contains a tab character.336
ErrorsLine contains a tab character.337
ErrorsLine contains a tab character.338
ErrorsLine contains a tab character.339
ErrorsLine contains a tab character.340
ErrorsLine contains a tab character.342
ErrorsLine is longer than 80 characters.343
ErrorsLine contains a tab character.343
ErrorsLine is longer than 80 characters.344
ErrorsLine contains a tab character.344
ErrorsLine has trailing spaces.345
ErrorsLine contains a tab character.345
ErrorsLine contains a tab character.346
ErrorsLine is longer than 80 characters.347
ErrorsLine contains a tab character.347
ErrorsLine contains a tab character.348
ErrorsLine has trailing spaces.349
ErrorsLine contains a tab character.349
ErrorsLine contains a tab character.350
ErrorsLine contains a tab character.351
ErrorsLine contains a tab character.352
ErrorsLine contains a tab character.353
ErrorsMethod 'dodge' is not designed for extension - needs to be abstract, final or empty.353
ErrorsParameter direction should be final.353
ErrorsLine contains a tab character.354
ErrorsLine contains a tab character.355
ErrorsLine contains a tab character.357
ErrorsLine is longer than 80 characters.358
ErrorsLine contains a tab character.358
ErrorsLine contains a tab character.359
ErrorsLine has trailing spaces.360
ErrorsLine contains a tab character.360
ErrorsLine contains a tab character.361
ErrorsLine contains a tab character.362
ErrorsLine contains a tab character.363
ErrorsLine has trailing spaces.364
ErrorsLine contains a tab character.364
ErrorsLine contains a tab character.365
ErrorsLine contains a tab character.366
ErrorsLine contains a tab character.367
ErrorsMethod 'setSpeed' is not designed for extension - needs to be abstract, final or empty.367
ErrorsParameter speedMultiplier should be final.367
ErrorsLine contains a tab character.368
ErrorsLine contains a tab character.369
ErrorsLine contains a tab character.370
ErrorsLine contains a tab character.371
ErrorsLine contains a tab character.373
ErrorsLine contains a tab character.374
ErrorsLine is longer than 80 characters.375
ErrorsLine contains a tab character.375
ErrorsLine contains a tab character.376
ErrorsLine is longer than 80 characters.377
ErrorsLine contains a tab character.377
ErrorsLine contains a tab character.378
ErrorsLine has trailing spaces.379
ErrorsLine contains a tab character.379
ErrorsLine contains a tab character.380
ErrorsLine has trailing spaces.381
ErrorsLine contains a tab character.381
ErrorsLine contains a tab character.382
ErrorsLine is longer than 80 characters.383
ErrorsLine contains a tab character.383
ErrorsLine contains a tab character.384
ErrorsLine has trailing spaces.385
ErrorsLine contains a tab character.385
ErrorsLine contains a tab character.386
ErrorsLine contains a tab character.387
ErrorsLine contains a tab character.388
ErrorsMethod 'setRotationSpeed' is not designed for extension - needs to be abstract, final or empty.388
ErrorsParameter newRotationRate should be final.388
ErrorsLine contains a tab character.389
ErrorsLine contains a tab character.390
ErrorsLine contains a tab character.391
ErrorsLine contains a tab character.392
ErrorsLine contains a tab character.394
ErrorsLine is longer than 80 characters.395
ErrorsLine contains a tab character.395
ErrorsLine has trailing spaces.396
ErrorsLine contains a tab character.396
ErrorsLine contains a tab character.397
ErrorsLine contains a tab character.398
ErrorsLine contains a tab character.399
ErrorsLine contains a tab character.400
ErrorsLine contains a tab character.401
ErrorsLine contains a tab character.402
ErrorsParameter agent should be final.402
ErrorsParameter log should be final.402
ErrorsLine contains a tab character.403
ErrorsLine contains a tab character.404
ErrorsLine contains a tab character.406
ErrorsMethod 'jump' is not designed for extension - needs to be abstract, final or empty.406
ErrorsLine contains a tab character.407
ErrorsLine contains a tab character.408
ErrorsLine contains a tab character.409
ErrorsLine contains a tab character.411
ErrorsMethod 'moveTo' is not designed for extension - needs to be abstract, final or empty.411
ErrorsLine contains a tab character.412
ErrorsParameter location should be final.412
ErrorsLine contains a tab character.413
ErrorsLine contains a tab character.414
ErrorsLine contains a tab character.416
ErrorsMethod 'setRun' is not designed for extension - needs to be abstract, final or empty.416
ErrorsLine contains a tab character.417
ErrorsLine contains a tab character.418
ErrorsLine contains a tab character.419
ErrorsLine contains a tab character.421
ErrorsMethod 'setWalk' is not designed for extension - needs to be abstract, final or empty.421
ErrorsLine contains a tab character.422
ErrorsLine contains a tab character.423
ErrorsLine contains a tab character.424
ErrorsLine contains a tab character.426
ErrorsMethod 'stopMovement' is not designed for extension - needs to be abstract, final or empty.426
ErrorsLine contains a tab character.427
ErrorsLine contains a tab character.428
ErrorsLine contains a tab character.429
ErrorsLine contains a tab character.431
ErrorsMethod 'turnHorizontal' is not designed for extension - needs to be abstract, final or empty.431
ErrorsLine contains a tab character.432
ErrorsParameter amount should be final.432
ErrorsLine contains a tab character.433
ErrorsLine contains a tab character.434
ErrorsLine contains a tab character.436
ErrorsMethod 'turnTo' is not designed for extension - needs to be abstract, final or empty.436
ErrorsLine contains a tab character.437
ErrorsParameter location should be final.437
ErrorsLine contains a tab character.438
ErrorsLine contains a tab character.439
ErrorsLine contains a tab character.441
ErrorsMethod 'turnTo' is not designed for extension - needs to be abstract, final or empty.441
ErrorsLine contains a tab character.442
ErrorsParameter player should be final.442
ErrorsLine contains a tab character.443
ErrorsLine contains a tab character.444
ErrorsLine contains a tab character.446
ErrorsMethod 'turnTo' is not designed for extension - needs to be abstract, final or empty.446
ErrorsLine contains a tab character.447
ErrorsParameter item should be final.447
ErrorsLine contains a tab character.448
ErrorsLine contains a tab character.449
ErrorsLine contains a tab character.451
ErrorsMethod 'turnVertical' is not designed for extension - needs to be abstract, final or empty.451
ErrorsLine contains a tab character.452
ErrorsParameter amount should be final.452
ErrorsLine contains a tab character.453
ErrorsLine contains a tab character.454

cz/cuni/amis/pogamut/udk/bot/command/AdvancedShooting.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.11
ErrorsLine has trailing spaces.17
ErrorsFirst sentence should end with a period.22
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsFirst sentence should end with a period.24
ErrorsLine is longer than 80 characters.24
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsFirst sentence should end with a period.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.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
ErrorsParameter bm should be final.34
ErrorsLine contains a tab character.35
ErrorsLine is longer than 80 characters.37
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine is longer than 80 characters.39
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
ErrorsMethod 'stopShooting' 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 has trailing spaces.55
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.63
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsMethod 'shootWithMode' is not designed for extension - needs to be abstract, final or empty.65
ErrorsParameter secondaryMode should be final.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
ErrorsLine contains a tab character.71
ErrorsLine is longer than 80 characters.72
ErrorsLine contains a tab character.72
ErrorsLine is longer than 80 characters.73
ErrorsLine contains a tab character.73
ErrorsLine is longer than 80 characters.74
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine has trailing spaces.79
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine has trailing spaces.82
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsMethod 'shootPrimary' is not designed for extension - needs to be abstract, final or empty.85
ErrorsParameter location should be final.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.91
ErrorsLine is longer than 80 characters.92
ErrorsLine contains a tab character.92
ErrorsLine is longer than 80 characters.93
ErrorsLine contains a tab character.93
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
ErrorsLine is longer than 80 characters.96
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsLine has trailing spaces.104
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsMethod 'shootPrimary' is not designed for extension - needs to be abstract, final or empty.107
ErrorsParameter target should be final.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine has trailing spaces.112
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
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 has trailing spaces.117
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsMethod 'shootPrimary' is not designed for extension - needs to be abstract, final or empty.121
ErrorsParameter target should be final.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.125
ErrorsLine is longer than 80 characters.126
ErrorsLine contains a tab character.126
ErrorsLine is longer than 80 characters.127
ErrorsLine contains a tab character.127
ErrorsLine is longer than 80 characters.128
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsLine has trailing spaces.133
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsLine has trailing spaces.136
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsMethod 'shootSecondary' is not designed for extension - needs to be abstract, final or empty.139
ErrorsParameter location should be final.139
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 contains a tab character.146
ErrorsLine is longer than 80 characters.147
ErrorsLine contains a tab character.147
ErrorsLine is longer than 80 characters.148
ErrorsLine contains a tab character.148
ErrorsLine is longer than 80 characters.149
ErrorsLine contains a tab character.149
ErrorsLine is longer than 80 characters.150
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 contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
ErrorsLine has trailing spaces.156
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine has trailing spaces.159
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
ErrorsMethod 'shootSecondary' is not designed for extension - needs to be abstract, final or empty.162
ErrorsParameter target should be final.162
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsLine has trailing spaces.168
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsLine is longer than 80 characters.170
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsLine has trailing spaces.173
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
ErrorsMethod 'shootSecondary' is not designed for extension - needs to be abstract, final or empty.177
ErrorsParameter target should be final.177
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.182
ErrorsLine is longer than 80 characters.183
ErrorsLine contains a tab character.183
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 contains a tab character.187
ErrorsLine is longer than 80 characters.188
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.189
ErrorsLine contains a tab character.190
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.194
ErrorsLine is longer than 80 characters.195
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.198
ErrorsLine is longer than 80 characters.199
ErrorsLine contains a tab character.199
ErrorsLine is longer than 80 characters.200
ErrorsLine contains a tab character.200
ErrorsLine is longer than 80 characters.201
ErrorsLine contains a tab character.201
ErrorsLine is longer than 80 characters.202
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.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 contains a tab character.208
ErrorsLine contains a tab character.209
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 has trailing spaces.213
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.214
ErrorsLine contains a tab character.215
ErrorsLine contains a tab character.216
ErrorsMethod 'shootPrimaryCharged' is not designed for extension - needs to be abstract, final or empty.216
ErrorsParameter location should be final.216
ErrorsParameter chargeTime should be final.216
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
ErrorsLine contains a tab character.223
ErrorsLine contains a tab character.224
ErrorsLine contains a tab character.226
ErrorsLine contains a tab character.227
ErrorsLine is longer than 80 characters.228
ErrorsLine contains a tab character.228
ErrorsLine is longer than 80 characters.229
ErrorsLine contains a tab character.229
ErrorsLine is longer than 80 characters.230
ErrorsLine contains a tab character.230
ErrorsLine is longer than 80 characters.231
ErrorsLine contains a tab character.231
ErrorsLine contains a tab character.232
ErrorsLine is longer than 80 characters.233
ErrorsLine contains a tab character.233
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235
ErrorsLine is longer than 80 characters.236
ErrorsLine contains a tab character.236
ErrorsLine is longer than 80 characters.237
ErrorsLine contains a tab character.237
ErrorsLine contains a tab character.238
ErrorsLine contains a tab character.239
ErrorsLine is longer than 80 characters.240
ErrorsLine contains a tab character.240
ErrorsLine contains a tab character.241
ErrorsLine contains a tab character.242
ErrorsLine contains a tab character.243
ErrorsLine is longer than 80 characters.244
ErrorsLine contains a tab character.244
ErrorsLine contains a tab character.245
ErrorsLine contains a tab character.246
ErrorsLine contains a tab character.247
ErrorsLine is longer than 80 characters.248
ErrorsLine contains a tab character.248
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.250
ErrorsLine contains a tab character.251
ErrorsLine has trailing spaces.252
ErrorsLine contains a tab character.252
ErrorsLine contains a tab character.253
ErrorsLine contains a tab character.254
ErrorsLine contains a tab character.255
ErrorsLine contains a tab character.256
ErrorsLine is longer than 80 characters.257
ErrorsLine contains a tab character.257
ErrorsLine contains a tab character.258
ErrorsLine has trailing spaces.259
ErrorsLine contains a tab character.259
ErrorsLine contains a tab character.260
ErrorsLine has trailing spaces.261
ErrorsLine contains a tab character.261
ErrorsLine contains a tab character.262
ErrorsLine contains a tab character.263
ErrorsLine contains a tab character.264
ErrorsMethod 'shootPrimaryCharged' is not designed for extension - needs to be abstract, final or empty.264
ErrorsParameter target should be final.264
ErrorsParameter chargeTime should be final.264
ErrorsLine contains a tab character.265
ErrorsLine contains a tab character.266
ErrorsLine contains a tab character.267
ErrorsLine contains a tab character.269
ErrorsLine contains a tab character.270
ErrorsLine contains a tab character.271
ErrorsLine contains a tab character.272
ErrorsLine has trailing spaces.273
ErrorsLine contains a tab character.273
ErrorsLine contains a tab character.274
ErrorsLine is longer than 80 characters.275
ErrorsLine contains a tab character.275
ErrorsLine contains a tab character.276
ErrorsLine contains a tab character.277
ErrorsLine has trailing spaces.278
ErrorsLine contains a tab character.278
ErrorsLine contains a tab character.279
ErrorsLine contains a tab character.280
ErrorsLine contains a tab character.281
ErrorsLine contains a tab character.282
ErrorsMethod 'shootPrimaryCharged' is not designed for extension - needs to be abstract, final or empty.282
ErrorsParameter target should be final.282
ErrorsParameter chargeTime should be final.282
ErrorsExpected @param tag for 'chargeTime'.282
ErrorsLine contains a tab character.283
ErrorsLine contains a tab character.284
ErrorsLine contains a tab character.286
ErrorsLine contains a tab character.287
ErrorsLine is longer than 80 characters.288
ErrorsLine contains a tab character.288
ErrorsLine is longer than 80 characters.289
ErrorsLine contains a tab character.289
ErrorsLine is longer than 80 characters.290
ErrorsLine contains a tab character.290
ErrorsLine is longer than 80 characters.291
ErrorsLine contains a tab character.291
ErrorsLine contains a tab character.292
ErrorsLine contains a tab character.293
ErrorsLine contains a tab character.294
ErrorsLine contains a tab character.295
ErrorsLine is longer than 80 characters.296
ErrorsLine contains a tab character.296
ErrorsLine contains a tab character.297
ErrorsLine contains a tab character.298
ErrorsLine contains a tab character.299
ErrorsLine is longer than 80 characters.300
ErrorsLine contains a tab character.300
ErrorsLine is longer than 80 characters.301
ErrorsLine contains a tab character.301
ErrorsLine contains a tab character.302
ErrorsLine contains a tab character.303
ErrorsLine is longer than 80 characters.304
ErrorsLine contains a tab character.304
ErrorsLine is longer than 80 characters.305
ErrorsLine contains a tab character.305
ErrorsLine is longer than 80 characters.306
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 has trailing spaces.312
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 is longer than 80 characters.316
ErrorsLine contains a tab character.316
ErrorsLine contains a tab character.317
ErrorsLine has trailing spaces.318
ErrorsLine contains a tab character.318
ErrorsLine contains a tab character.319
ErrorsLine has trailing spaces.320
ErrorsLine contains a tab character.320
ErrorsLine contains a tab character.321
ErrorsLine contains a tab character.322
ErrorsLine is longer than 80 characters.323
ErrorsLine contains a tab character.323
ErrorsMethod 'shootSecondaryCharged' is not designed for extension - needs to be abstract, final or empty.323
ErrorsParameter location should be final.323
ErrorsParameter chargeTime should be final.323
ErrorsLine contains a tab character.324
ErrorsLine contains a tab character.325
ErrorsLine contains a tab character.326
ErrorsLine contains a tab character.327
ErrorsLine contains a tab character.329
ErrorsLine contains a tab character.330
ErrorsLine contains a tab character.331
ErrorsLine contains a tab character.332
ErrorsLine contains a tab character.334
ErrorsLine contains a tab character.335
ErrorsLine is longer than 80 characters.336
ErrorsLine contains a tab character.336
ErrorsLine is longer than 80 characters.337
ErrorsLine contains a tab character.337
ErrorsLine is longer than 80 characters.338
ErrorsLine contains a tab character.338
ErrorsLine is longer than 80 characters.339
ErrorsLine contains a tab character.339
ErrorsLine contains a tab character.340
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.346
ErrorsLine contains a tab character.347
ErrorsLine is longer than 80 characters.348
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 is longer than 80 characters.352
ErrorsLine contains a tab character.352
ErrorsLine contains a tab character.353
ErrorsLine contains a tab character.354
ErrorsLine contains a tab character.355
ErrorsLine is longer than 80 characters.356
ErrorsLine contains a tab character.356
ErrorsLine contains a tab character.357
ErrorsLine contains a tab character.358
ErrorsLine contains a tab character.359
ErrorsLine has trailing spaces.360
ErrorsLine contains a tab character.360
ErrorsLine contains a tab character.361
ErrorsLine contains a tab character.362
ErrorsLine contains a tab character.363
ErrorsLine contains a tab character.364
ErrorsLine is longer than 80 characters.365
ErrorsLine contains a tab character.365
ErrorsLine contains a tab character.366
ErrorsLine has trailing spaces.367
ErrorsLine contains a tab character.367
ErrorsLine contains a tab character.368
ErrorsLine has trailing spaces.369
ErrorsLine contains a tab character.369
ErrorsLine contains a tab character.370
ErrorsLine contains a tab character.371
ErrorsLine contains a tab character.372
ErrorsMethod 'shootSecondaryCharged' is not designed for extension - needs to be abstract, final or empty.372
ErrorsParameter target should be final.372
ErrorsParameter chargeTime should be final.372
ErrorsLine contains a tab character.373
ErrorsLine contains a tab character.374
ErrorsLine contains a tab character.375
ErrorsLine contains a tab character.376
ErrorsLine contains a tab character.378
ErrorsLine contains a tab character.379
ErrorsLine contains a tab character.380
ErrorsLine contains a tab character.381
ErrorsLine has trailing spaces.382
ErrorsLine contains a tab character.382
ErrorsLine contains a tab character.383
ErrorsLine is longer than 80 characters.384
ErrorsLine contains a tab character.384
ErrorsLine contains a tab character.385
ErrorsLine contains a tab character.386
ErrorsLine has trailing spaces.387
ErrorsLine contains a tab character.387
ErrorsLine contains a tab character.388
ErrorsLine contains a tab character.389
ErrorsLine contains a tab character.390
ErrorsLine contains a tab character.391
ErrorsMethod 'shootSecondaryCharged' is not designed for extension - needs to be abstract, final or empty.391
ErrorsParameter target should be final.391
ErrorsParameter chargeTime should be final.391
ErrorsExpected @param tag for 'chargeTime'.391
ErrorsLine contains a tab character.392
ErrorsLine contains a tab character.393
ErrorsLine contains a tab character.395
ErrorsLine contains a tab character.396
ErrorsLine contains a tab character.397
ErrorsLine contains a tab character.398
ErrorsMethod 'reset' is not designed for extension - needs to be abstract, final or empty.398
ErrorsLine contains a tab character.399
ErrorsLine contains a tab character.400
ErrorsLine contains a tab character.401
ErrorsLine contains a tab character.402
ErrorsLine contains a tab character.404
ErrorsLine is longer than 80 characters.405
ErrorsLine contains a tab character.405
ErrorsLine has trailing spaces.406
ErrorsLine contains a tab character.406
ErrorsLine contains a tab character.407
ErrorsLine contains a tab character.408
ErrorsLine contains a tab character.409
ErrorsLine contains a tab character.410
ErrorsLine has trailing spaces.411
ErrorsLine contains a tab character.411
ErrorsLine contains a tab character.412
ErrorsLine contains a tab character.413
ErrorsLine contains a tab character.414
ErrorsParameter agent should be final.414
ErrorsParameter log should be final.414
ErrorsLine contains a tab character.415
ErrorsLine contains a tab character.416
ErrorsLine is longer than 80 characters.417
ErrorsLine contains a tab character.417
ErrorsLine contains a tab character.418
ErrorsMethod 'shoot' is not designed for extension - needs to be abstract, final or empty.420
ErrorsMethod 'shoot' is not designed for extension - needs to be abstract, final or empty.425
ErrorsParameter target should be final.426
ErrorsLine has trailing spaces.429
ErrorsMethod 'shoot' is not designed for extension - needs to be abstract, final or empty.430
ErrorsParameter target should be final.431
ErrorsMethod 'stopShoot' is not designed for extension - needs to be abstract, final or empty.435

cz/cuni/amis/pogamut/udk/bot/command/BotCommands.java

ViolationMessageLine
ErrorsLine has trailing spaces.11
ErrorsLine contains a tab character.16
ErrorsLine is longer than 80 characters.17
ErrorsLine contains a tab character.17
ErrorsLine has trailing spaces.18
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
ErrorsParameter agent should be final.24
ErrorsParameter log should be final.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.28
ErrorsMissing a Javadoc comment.28
ErrorsParameter agent should be final.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30

cz/cuni/amis/pogamut/udk/bot/command/Communication.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.12
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 has trailing spaces.22
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsLine has trailing spaces.25
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
ErrorsMethod 'sendGlobalTextMessage' is not designed for extension - needs to be abstract, final or empty.29
ErrorsParameter text should be final.29
ErrorsLine contains a tab character.30
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.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.40
ErrorsLine is longer than 80 characters.41
ErrorsLine contains a tab character.41
ErrorsLine is longer than 80 characters.42
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine has trailing spaces.46
ErrorsLine contains a tab character.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 contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsMethod 'sendTeamTextMessage' is not designed for extension - needs to be abstract, final or empty.53
ErrorsParameter text should be final.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.64
ErrorsLine is longer than 80 characters.65
ErrorsLine contains a tab character.65
ErrorsLine is longer than 80 characters.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
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 contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.75
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.78
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsMethod 'sendPrivateTextMessage' is not designed for extension - needs to be abstract, final or empty.80
ErrorsParameter id should be final.80
ErrorsParameter text should be final.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.91
ErrorsLine is longer than 80 characters.92
ErrorsLine contains a tab character.92
ErrorsLine is longer than 80 characters.93
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine has trailing spaces.96
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine has trailing spaces.103
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsMethod 'sendGlobalBubbleMessage' is not designed for extension - needs to be abstract, final or empty.107
ErrorsParameter text should be final.107
ErrorsParameter fadeOut should be final.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.117
ErrorsLine is longer than 80 characters.118
ErrorsLine contains a tab character.118
ErrorsLine is longer than 80 characters.119
ErrorsLine contains a tab character.119
ErrorsLine is longer than 80 characters.120
ErrorsLine contains a tab character.120
ErrorsLine is longer than 80 characters.121
ErrorsLine contains a tab character.121
ErrorsLine is longer than 80 characters.122
ErrorsLine contains a tab character.122
ErrorsLine has trailing spaces.123
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
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
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsMethod 'sendTeamBubbleMessage' is not designed for extension - needs to be abstract, final or empty.134
ErrorsParameter text should be final.134
ErrorsParameter fadeOut should be final.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.144
ErrorsLine is longer than 80 characters.145
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsLine is longer than 80 characters.147
ErrorsLine contains a tab character.147
ErrorsLine is longer than 80 characters.148
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsLine has trailing spaces.150
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
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 contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsLine has trailing spaces.161
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsMethod 'sendPrivateBubbleMessage' is not designed for extension - needs to be abstract, final or empty.165
ErrorsParameter id should be final.165
ErrorsParameter text should be final.165
ErrorsLine contains a tab character.166
ErrorsParameter fadeOut should be final.166
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.176
ErrorsLine is longer than 80 characters.177
ErrorsLine contains a tab character.177
ErrorsLine has trailing spaces.178
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.180
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.182
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.184
ErrorsParameter agent should be final.184
ErrorsParameter log should be final.184
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186

cz/cuni/amis/pogamut/udk/bot/command/CompleteBotCommandsWrapper.java

ViolationMessageLine
ErrorsUnused import - cz.cuni.amis.pogamut.udk.bot.IUDKBotController.5
ErrorsLine is longer than 80 characters.13
ErrorsLine has trailing spaces.14
ErrorsLine is longer than 80 characters.14
ErrorsLine has trailing spaces.16
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.23
ErrorsMissing a Javadoc comment.23
ErrorsVariable 'action' must be private and have accessor methods.23
ErrorsLine contains a tab character.25
ErrorsMissing a Javadoc comment.25
ErrorsVariable 'locomotion' must be private and have accessor methods.25
ErrorsLine contains a tab character.27
ErrorsMissing a Javadoc comment.27
ErrorsVariable 'shooting' must be private and have accessor methods.27
ErrorsLine contains a tab character.29
ErrorsMissing a Javadoc comment.29
ErrorsVariable 'communication' must be private and have accessor methods.29
ErrorsLine contains a tab character.31
ErrorsMissing a Javadoc comment.31
ErrorsVariable 'configureCommands' must be private and have accessor methods.31
ErrorsLine contains a tab character.33
ErrorsMissing a Javadoc comment.33
ErrorsVariable 'simpleRayCasting' must be private and have accessor methods.33
ErrorsLine contains a tab character.35
ErrorsLine is longer than 80 characters.36
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsMethod 'getAction' is not designed for extension - needs to be abstract, final or empty.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.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 contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsMethod 'getLocomotion' 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.56
ErrorsLine is longer than 80 characters.57
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 contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsMethod 'getShooting' is not designed for extension - needs to be abstract, final or empty.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.66
ErrorsLine is longer than 80 characters.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsMethod 'getCommunication' is not designed for extension - needs to be abstract, final or empty.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine has trailing spaces.80
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsMethod 'getConfigureCommands' is not designed for extension - needs to be abstract, final or empty.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.87
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine has trailing spaces.90
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsMethod 'getSimpleRayCasting' is not designed for extension - needs to be abstract, final or empty.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine has trailing spaces.96
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine has trailing spaces.99
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsParameter agent should be final.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.107
ErrorsLine is longer than 80 characters.108
ErrorsLine contains a tab character.108
ErrorsLine has trailing spaces.109
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsParameter agent should be final.115
ErrorsParameter log should be final.115
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124

cz/cuni/amis/pogamut/udk/bot/command/ConfigureCommands.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.12
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 contains a tab character.20
ErrorsLine is longer than 80 characters.21
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine has trailing spaces.26
ErrorsLine contains a tab character.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 is longer than 80 characters.30
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.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 has trailing spaces.39
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsMethod 'configure' is not designed for extension - needs to be abstract, final or empty.41
ErrorsParameter config should be final.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine has trailing spaces.48
ErrorsLine contains a tab character.48
ErrorsLine is longer than 80 characters.49
ErrorsLine contains a tab character.49
ErrorsLine is longer than 80 characters.50
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.53
ErrorsLine contains a tab character.54
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsMethod 'setBotAppearance' is not designed for extension - needs to be abstract, final or empty.62
ErrorsParameter skin should be final.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.66
ErrorsLine is longer than 80 characters.67
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.68
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 contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsParameter agent should be final.74
ErrorsParameter log should be final.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76

cz/cuni/amis/pogamut/udk/bot/command/SimpleLocomotion.java

ViolationMessageLine
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine has trailing spaces.26
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsUnused @param tag for 'locatedTarget'.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
ErrorsLine contains a tab character.32
ErrorsMethod 'moveTo' is not designed for extension - needs to be abstract, final or empty.32
ErrorsParameter location should be final.32
ErrorsExpected @param tag for 'location'.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 is longer than 80 characters.38
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.39
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine has trailing spaces.41
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsMethod 'stopMovement' 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
ErrorsFirst sentence should end with a period.48
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.53
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsMethod 'turnTo' is not designed for extension - needs to be abstract, final or empty.57
ErrorsParameter location should be final.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
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 has trailing spaces.65
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsMethod 'turnTo' is not designed for extension - needs to be abstract, final or empty.70
ErrorsParameter player should be final.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.75
ErrorsLine contains a tab character.76
ErrorsLine is longer than 80 characters.77
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.78
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsMethod 'turnTo' is not designed for extension - needs to be abstract, final or empty.82
ErrorsParameter item should be final.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsFirst sentence should end with a period.88
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine has trailing spaces.91
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine has trailing spaces.94
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsMethod 'turnHorizontal' is not designed for extension - needs to be abstract, final or empty.98
ErrorsParameter amount should be final.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
Errors'65535' is a magic number.101
Errors'360' is a magic number.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.105
ErrorsLine has trailing spaces.106
ErrorsLine is longer than 80 characters.106
ErrorsLine contains a tab character.106
ErrorsLine is longer than 80 characters.107
ErrorsLine contains a tab character.107
ErrorsLine is longer than 80 characters.108
ErrorsLine contains a tab character.108
ErrorsLine is longer than 80 characters.109
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine has trailing spaces.111
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine has trailing spaces.114
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsMethod 'turnVertical' is not designed for extension - needs to be abstract, final or empty.118
ErrorsParameter amount should be final.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
Errors'65535' is a magic number.121
Errors'360' is a magic number.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsFirst sentence should end with a period.126
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsMethod 'jump' is not designed for extension - needs to be abstract, final or empty.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.133
ErrorsLine is longer than 80 characters.134
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsLine has trailing spaces.136
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsMethod 'setWalk' is not designed for extension - needs to be abstract, final or empty.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.143
ErrorsLine is longer than 80 characters.144
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsLine has trailing spaces.146
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsMethod 'setRun' is not designed for extension - needs to be abstract, final or empty.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.153
ErrorsLine is longer than 80 characters.154
ErrorsLine contains a tab character.154
ErrorsLine has trailing spaces.155
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.161
ErrorsParameter agent should be final.161
ErrorsParameter log should be final.161
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163

cz/cuni/amis/pogamut/udk/bot/command/SimpleRayCasting.java

ViolationMessageLine
ErrorsLine has trailing spaces.19
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine is longer than 80 characters.30
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 has trailing spaces.34
ErrorsLine contains a tab character.34
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.39
ErrorsLine contains a tab character.40
ErrorsMethod 'fastTrace' is not designed for extension - needs to be abstract, final or empty.40
ErrorsParameter id should be final.40
ErrorsParameter to 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.44
ErrorsLine contains a tab character.45
ErrorsLine is longer than 80 characters.46
ErrorsLine contains a tab character.46
ErrorsLine has trailing spaces.47
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
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.58
ErrorsMethod 'fastTrace' is not designed for extension - needs to be abstract, final or empty.58
ErrorsParameter id should be final.58
ErrorsParameter from should be final.58
ErrorsParameter to should be final.58
ErrorsLine contains a tab character.59
ErrorsLine is longer than 80 characters.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine is longer than 80 characters.68
ErrorsLine contains a tab character.68
ErrorsLine is longer than 80 characters.69
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsMethod 'trace' is not designed for extension - needs to be abstract, final or empty.77
ErrorsParameter id should be final.77
ErrorsParameter to should be final.77
ErrorsParameter bTraceActors should be final.77
ErrorsExpected @param tag for 'bTraceActors'.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 contains a tab character.81
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine has trailing spaces.86
ErrorsLine contains a tab character.86
ErrorsLine is longer than 80 characters.87
ErrorsLine contains a tab character.87
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine has trailing spaces.90
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsMethod 'trace' is not designed for extension - needs to be abstract, final or empty.98
ErrorsParameter id should be final.98
ErrorsParameter from should be final.98
ErrorsParameter to should be final.98
ErrorsLine contains a tab character.99
ErrorsParameter bTraceActors should be final.99
ErrorsExpected @param tag for 'bTraceActors'.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 contains a tab character.103
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine is longer than 80 characters.107
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine is longer than 80 characters.109
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine is longer than 80 characters.111
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsLine has trailing spaces.113
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine has trailing spaces.117
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine is longer than 80 characters.119
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine is longer than 80 characters.123
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine is longer than 80 characters.129
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine is longer than 80 characters.132
ErrorsLine contains a tab character.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 is longer than 80 characters.136
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsMethod 'addAutoTraceRay' is not designed for extension - needs to be abstract, final or empty.139
ErrorsParameter id should be final.139
ErrorsParameter direction should be final.139
ErrorsParameter length should be final.139
ErrorsLine is longer than 80 characters.140
ErrorsLine contains a tab character.140
ErrorsParameter bFastTrace should be final.140
ErrorsParameter bFloorCorrection should be final.140
ErrorsParameter bTraceActors should be final.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsLine is longer than 80 characters.143
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.148
ErrorsLine is longer than 80 characters.149
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine has trailing spaces.151
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
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 contains a tab character.156
ErrorsLine is longer than 80 characters.157
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
ErrorsLine is longer than 80 characters.163
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsLine is longer than 80 characters.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.170
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsLine is longer than 80 characters.173
ErrorsLine contains a tab character.173
ErrorsMethod 'changeAutoTraceRay' is not designed for extension - needs to be abstract, final or empty.173
ErrorsParameter id should be final.173
ErrorsParameter direction should be final.173
ErrorsParameter length should be final.173
ErrorsLine is longer than 80 characters.174
ErrorsLine contains a tab character.174
ErrorsParameter bFastTrace should be final.174
ErrorsParameter bFloorCorrection should be final.174
ErrorsParameter bTraceActors should be final.174
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
ErrorsLine contains a tab character.179
ErrorsLine is longer than 80 characters.180
ErrorsLine contains a tab character.180
ErrorsLine contains a tab character.181
ErrorsLine is longer than 80 characters.182
ErrorsLine contains a tab character.182
ErrorsLine is longer than 80 characters.183
ErrorsLine contains a tab character.183
ErrorsLine is longer than 80 characters.184
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
ErrorsLine has trailing spaces.187
ErrorsLine contains a tab character.187
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.189
ErrorsLine has trailing spaces.190
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
ErrorsMethod 'addDefaultAutoTraceRays' is not designed for extension - needs to be abstract, final or empty.192
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.196
ErrorsLine is longer than 80 characters.197
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.198
ErrorsLine has trailing spaces.199
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.203
ErrorsMethod 'removeAutoTraceRay' is not designed for extension - needs to be abstract, final or empty.203
ErrorsParameter id should be final.203
ErrorsLine contains a tab character.204
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.209
ErrorsLine has trailing spaces.210
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.211
ErrorsLine contains a tab character.212
ErrorsMethod 'removeAllAutoTraceRays' is not designed for extension - needs to be abstract, final or empty.212
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.214
ErrorsLine contains a tab character.216
ErrorsLine is longer than 80 characters.217
ErrorsLine contains a tab character.217
ErrorsLine is longer than 80 characters.218
ErrorsLine contains a tab character.218
ErrorsLine is longer than 80 characters.219
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.220
ErrorsLine has trailing spaces.221
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
ErrorsLine contains a tab character.223
ErrorsMethod 'enableAutoTracing' is not designed for extension - needs to be abstract, final or empty.223
ErrorsLine contains a tab character.224
ErrorsLine contains a tab character.225
ErrorsLine contains a tab character.227
ErrorsLine contains a tab character.228
ErrorsLine is longer than 80 characters.229
ErrorsLine contains a tab character.229
ErrorsLine is longer than 80 characters.230
ErrorsLine contains a tab character.230
ErrorsLine has trailing spaces.231
ErrorsLine contains a tab character.231
ErrorsLine contains a tab character.232
ErrorsLine contains a tab character.233
ErrorsMethod 'disableAutoTracing' is not designed for extension - needs to be abstract, final or empty.233
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235
ErrorsLine contains a tab character.237
ErrorsLine is longer than 80 characters.238
ErrorsLine contains a tab character.238
ErrorsLine has trailing spaces.239
ErrorsLine contains a tab character.239
ErrorsLine contains a tab character.240
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
ErrorsParameter agent should be final.245
ErrorsParameter log should be final.245
ErrorsLine contains a tab character.246
ErrorsLine contains a tab character.247

cz/cuni/amis/pogamut/udk/bot/command/SimpleShooting.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsFirst sentence should end with a period.11
ErrorsLine has trailing spaces.13
ErrorsFirst sentence should end with a period.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 contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsMethod 'shoot' 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.28
ErrorsLine is longer than 80 characters.29
ErrorsLine contains a tab character.29
ErrorsLine is longer than 80 characters.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.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 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
ErrorsLine contains a tab character.41
ErrorsMethod 'shoot' is not designed for extension - needs to be abstract, final or empty.41
ErrorsParameter target should be final.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 contains a tab character.45
ErrorsLine is longer than 80 characters.46
ErrorsLine contains a tab character.46
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 has trailing spaces.50
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.53
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsMethod 'shoot' is not designed for extension - needs to be abstract, final or empty.57
ErrorsParameter target should be final.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsFirst sentence should end with a period.61
ErrorsLine contains a tab character.61
ErrorsLine is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.63
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
ErrorsMethod 'stopShoot' is not designed for extension - needs to be abstract, final or empty.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.71
ErrorsLine is longer than 80 characters.72
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsParameter agent should be final.79
ErrorsParameter log should be final.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81

cz/cuni/amis/pogamut/udk/bot/exception/BotAlreadyStartedException.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.7
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine contains a tab character.10
ErrorsLine contains a tab character.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
ErrorsLine contains a tab character.16
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
ErrorsParameter message should be final.18
ErrorsExpected @param tag for 'message'.18
ErrorsParameter origin should be final.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 contains a tab character.22
ErrorsLine is longer than 80 characters.23
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine has trailing spaces.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.30
ErrorsLine is longer than 80 characters.31
ErrorsLine contains a tab character.31
ErrorsParameter message should be final.31
ErrorsExpected @param tag for 'message'.31
ErrorsParameter cause should be final.31
ErrorsExpected @param tag for 'cause'.31
ErrorsParameter origin should be final.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine has trailing spaces.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.39
ErrorsLine has trailing spaces.40
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 is longer than 80 characters.45
ErrorsLine contains a tab character.45
ErrorsParameter message should be final.45
ErrorsExpected @param tag for 'message'.45
ErrorsParameter log should be final.45
ErrorsExpected @param tag for 'log'.45
ErrorsParameter origin should be final.45
Errors'{' is not preceded with whitespace.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine has trailing spaces.48
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.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 has trailing spaces.53
ErrorsLine contains a tab character.53
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 is longer than 80 characters.58
ErrorsLine contains a tab character.58
ErrorsParameter message should be final.58
ErrorsExpected @param tag for 'message'.58
ErrorsParameter cause should be final.58
ErrorsExpected @param tag for 'cause'.58
ErrorsParameter log should be final.58
ErrorsExpected @param tag for 'log'.58
ErrorsParameter origin should be final.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60

cz/cuni/amis/pogamut/udk/bot/impl/NativeUDKBotAdapter.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
Errors'{' is not preceded with whitespace.17
ErrorsLine is longer than 80 characters.19
ErrorsMissing a Javadoc comment.19
ErrorsParameter player should be final.19
ErrorsParameter server should be final.19
ErrorsParameter act should be final.19
ErrorsParameter worldView should be final.19
ErrorsMethod 'respawn' is not designed for extension - needs to be abstract, final or empty.23
ErrorsMissing a Javadoc comment.23
ErrorsRedundant throws: 'PogamutException' is unchecked exception.23
ErrorsMethod 'stop' is not designed for extension - needs to be abstract, final or empty.27
ErrorsMissing a Javadoc comment.27
ErrorsRedundant throws: 'ComponentCantStopException' is unchecked exception.27

cz/cuni/amis/pogamut/udk/bot/impl/UDKBot.java

ViolationMessageLine
ErrorsUnused import - cz.cuni.amis.pogamut.base.agent.IAgentId.18
ErrorsLine is longer than 80 characters.25
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.27
ErrorsLine is longer than 80 characters.31
ErrorsLine is longer than 80 characters.54
ErrorsLine is longer than 80 characters.55
ErrorsLine is longer than 80 characters.57
ErrorsLine is longer than 80 characters.58
ErrorsLine is longer than 80 characters.61
ErrorsLine is longer than 80 characters.62
ErrorsComment matches to-do format 'TODO:'.70
ErrorsType Javadoc comment is missing an @param <ACT> tag.74
ErrorsType Javadoc comment is missing an @param <CONTROLLER> tag.74
ErrorsType Javadoc comment is missing an @param <WORLD_VIEW> tag.74
ErrorsLine is longer than 80 characters.75
ErrorsLine is longer than 80 characters.78
ErrorsLine contains a tab character.80
ErrorsLine has trailing spaces.81
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.87
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine has trailing spaces.91
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsMissing a Javadoc comment.92
ErrorsLine contains a tab character.94
ErrorsLine is longer than 80 characters.95
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.99
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
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 is longer than 80 characters.106
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine is longer than 80 characters.109
ErrorsParameter parameters should be final.109
ErrorsExpected @param tag for 'parameters'.109
ErrorsParameter eventBus should be final.109
ErrorsExpected @param tag for 'eventBus'.109
ErrorsParameter logger should be final.109
ErrorsExpected @param tag for 'logger'.109
ErrorsParameter worldView should be final.109
ErrorsParameter act should be final.109
ErrorsParameter init should be final.109
ErrorsLine is longer than 80 characters.110
Errors'cast' is not followed by whitespace.110
Errors'cast' is not followed by whitespace.110
Errors'if' construct must use '{}'s.114
ErrorsLine is longer than 80 characters.114
Errors'if' construct must use '{}'s.116
ErrorsLine is longer than 80 characters.116
Errors'if' construct must use '{}'s.118
ErrorsLine has trailing spaces.119
ErrorsLine is longer than 80 characters.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsParameter event should be final.122
Errors'if' construct must use '{}'s.123
ErrorsLine is longer than 80 characters.123
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine has trailing spaces.126
ErrorsLine is longer than 80 characters.127
ErrorsLine is longer than 80 characters.128
ErrorsLine is longer than 80 characters.129
ErrorsLine is longer than 80 characters.130
ErrorsLine is longer than 80 characters.132
ErrorsLine has trailing spaces.134
ErrorsLine has trailing spaces.135
ErrorsLine is longer than 80 characters.135
ErrorsLine has trailing spaces.137
ErrorsLine is longer than 80 characters.139
ErrorsExpected an @return tag.142
ErrorsMethod 'getController' is not designed for extension - needs to be abstract, final or empty.142
ErrorsLine contains a tab character.143
ErrorsLine has trailing spaces.145
ErrorsLine has trailing spaces.147
ErrorsLine is longer than 80 characters.147
ErrorsLine is longer than 80 characters.149
ErrorsLine has trailing spaces.151
ErrorsMethod 'getParams' is not designed for extension - needs to be abstract, final or empty.154
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsLine has trailing spaces.157
ErrorsLine has trailing spaces.158
ErrorsLine has trailing spaces.162
ErrorsLine contains a tab character.164
ErrorsMethod 'startAgent' is not designed for extension - needs to be abstract, final or empty.164
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.168
Errors'if' construct must use '{}'s.169
ErrorsLine is longer than 80 characters.169
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
Errors'60000' is a magic number.170
ErrorsLine is longer than 80 characters.171
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
Errors'if' construct must use '{}'s.173
ErrorsLine contains a tab character.173
ErrorsLine has trailing spaces.175
ErrorsMethod 'stopAgent' is not designed for extension - needs to be abstract, final or empty.176
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.180
ErrorsLine has trailing spaces.181
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.182
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.185
ErrorsLine is longer than 80 characters.186
ErrorsLine contains a tab character.186
ErrorsLine has trailing spaces.188
ErrorsMethod 'killAgent' is not designed for extension - needs to be abstract, final or empty.189
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
ErrorsLine contains a tab character.193
ErrorsLine has trailing spaces.194
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.198
ErrorsLine is longer than 80 characters.199
ErrorsLine contains a tab character.199
ErrorsLine has trailing spaces.207
ErrorsLine is longer than 80 characters.209
ErrorsMethod 'readyCommandRequested' is not designed for extension - needs to be abstract, final or empty.212
ErrorsLine has trailing spaces.215
ErrorsLine is longer than 80 characters.217
ErrorsLine is longer than 80 characters.218
ErrorsLine is longer than 80 characters.220
ErrorsParameter event should be final.224
ErrorsLine is longer than 80 characters.225
ErrorsLine contains a tab character.225
ErrorsLine is longer than 80 characters.227
ErrorsLine has trailing spaces.230
ErrorsLine is longer than 80 characters.238
ErrorsLine is longer than 80 characters.239
ErrorsMethod 'initCommandRequested' is not designed for extension - needs to be abstract, final or empty.244
ErrorsLine is longer than 80 characters.247
ErrorsLine contains a tab character.247
Errors'if' is not followed by whitespace.249
ErrorsLine is longer than 80 characters.260
ErrorsLine has trailing spaces.265
ErrorsLine is longer than 80 characters.267
ErrorsParameter event should be final.273
ErrorsLine is longer than 80 characters.274
ErrorsLine contains a tab character.274
ErrorsLine contains a tab character.275
ErrorsLine is longer than 80 characters.276
ErrorsLine contains a tab character.276
ErrorsLine has trailing spaces.279
ErrorsLine has trailing spaces.285
ErrorsLine is longer than 80 characters.287
ErrorsParameter event should be final.293
ErrorsLine is longer than 80 characters.294
Errors'if' construct must use '{}'s.297
ErrorsLine is longer than 80 characters.297
ErrorsLine contains a tab character.297
Errors'if' construct must use '{}'s.300
ErrorsLine is longer than 80 characters.300
ErrorsLine is longer than 80 characters.315
ErrorsLine is longer than 80 characters.316
ErrorsLine is longer than 80 characters.319
ErrorsParameter event should be final.319
ErrorsLine is longer than 80 characters.320
ErrorsLine contains a tab character.320
ErrorsLine is longer than 80 characters.321
ErrorsLine contains a tab character.321
ErrorsLine has trailing spaces.322
ErrorsLine is longer than 80 characters.322
ErrorsLine has trailing spaces.325
ErrorsLine contains a tab character.326
ErrorsLine contains a tab character.327
ErrorsLine contains a tab character.328
ErrorsLine contains a tab character.329
ErrorsLine contains a tab character.330
ErrorsLine contains a tab character.331
ErrorsLine is longer than 80 characters.332
ErrorsLine contains a tab character.332
ErrorsLine contains a tab character.333
ErrorsLine contains a tab character.334
ErrorsLine contains a tab character.335
ErrorsLine contains a tab character.336
ErrorsLine contains a tab character.337
ErrorsLine contains a tab character.338
ErrorsParameter event should be final.338
ErrorsLine contains a tab character.339
ErrorsLine contains a tab character.340
ErrorsLine contains a tab character.341
ErrorsLine has trailing spaces.342
ErrorsLine contains a tab character.342
ErrorsLine contains a tab character.344
ErrorsLine contains a tab character.345
ErrorsLine contains a tab character.346
ErrorsLine contains a tab character.347
ErrorsLine has trailing spaces.348
ErrorsLine contains a tab character.348
ErrorsMissing a Javadoc comment.348
ErrorsLine contains a tab character.349
ErrorsLine contains a tab character.351
ErrorsLine contains a tab character.352
ErrorsParameter event should be final.352
ErrorsLine is longer than 80 characters.353
ErrorsLine contains a tab character.353
ErrorsLine is longer than 80 characters.354
ErrorsLine contains a tab character.354
ErrorsLine has trailing spaces.355
ErrorsLine is longer than 80 characters.355
ErrorsLine contains a tab character.355
ErrorsLine is longer than 80 characters.356
ErrorsLine contains a tab character.356
ErrorsLine contains a tab character.357
ErrorsLine contains a tab character.358
ErrorsLine has trailing spaces.359
ErrorsLine contains a tab character.359
ErrorsLine contains a tab character.360
ErrorsMethod 'getLocation' is not designed for extension - needs to be abstract, final or empty.365
ErrorsMethod 'getRotation' is not designed for extension - needs to be abstract, final or empty.376
ErrorsMethod 'getVelocity' is not designed for extension - needs to be abstract, final or empty.387
ErrorsMethod 'respawn' is not designed for extension - needs to be abstract, final or empty.395
ErrorsMissing a Javadoc comment.395
ErrorsRedundant throws: 'PogamutException' is unchecked exception.395
ErrorsMethod 'createAgentJMX' is not designed for extension - needs to be abstract, final or empty.399
ErrorsLine is longer than 80 characters.404
ErrorsParameter objectName should be final.404
ErrorsParameter mbs should be final.404
ErrorsRedundant throws: 'InstanceAlreadyExistsException' listed more then one time.404
ErrorsMethod 'setBoolConfigure' is not designed for extension - needs to be abstract, final or empty.410
ErrorsMissing a Javadoc comment.410
ErrorsParameter param should be final.410
ErrorsParameter value should be final.410
ErrorsComment matches to-do format 'TODO:'.421
ErrorsLine contains a tab character.421
ErrorsLine is longer than 80 characters.422
ErrorsLine contains a tab character.422
ErrorsLine is longer than 80 characters.423
ErrorsMethod 'getBoolConfigure' is not designed for extension - needs to be abstract, final or empty.427
ErrorsMissing a Javadoc comment.427
ErrorsParameter param should be final.427
ErrorsComment matches to-do format 'TODO:'.431
ErrorsLine contains a tab character.431
ErrorsLine is longer than 80 characters.432
ErrorsLine contains a tab character.432
ErrorsLine is longer than 80 characters.433
ErrorsMethod 'createIntrospection' is not designed for extension - needs to be abstract, final or empty.438
ErrorsLine is longer than 80 characters.440
ErrorsLine has trailing spaces.442
ErrorsMethod 'getWorldView' is not designed for extension - needs to be abstract, final or empty.443
ErrorsLine contains a tab character.445
ErrorsLine has trailing spaces.447

cz/cuni/amis/pogamut/udk/bot/impl/UDKBotController.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.15
ErrorsMissing a Javadoc comment.18
ErrorsLine has trailing spaces.19
ErrorsLine is longer than 80 characters.19
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsVariable 'bot' must be private and have accessor methods.29
ErrorsVariable 'user' must be private and have accessor methods.34
ErrorsMethod 'initializeController' is not designed for extension - needs to be abstract, final or empty.36
ErrorsParameter bot should be final.37
Errors'bot' hides a field.37
ErrorsLine contains a tab character.38
ErrorsLine is longer than 80 characters.40
ErrorsLine has trailing spaces.46
ErrorsLine has trailing spaces.48
ErrorsLine contains a tab character.48
ErrorsParameter bot should be final.48
Errors'bot' hides a field.48
ErrorsLine contains a tab character.49
ErrorsMethod 'getBot' is not designed for extension - needs to be abstract, final or empty.51
ErrorsMissing a Javadoc comment.51
ErrorsLine has trailing spaces.55
ErrorsLine has trailing spaces.56
ErrorsMethod 'getPassword' is not designed for extension - needs to be abstract, final or empty.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsMethod 'getInitializeCommand' is not designed for extension - needs to be abstract, final or empty.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine is longer than 80 characters.68
ErrorsLine contains a tab character.68
ErrorsParameter gameInfo should be final.68
ErrorsParameter currentConfig should be final.68
ErrorsParameter init should be final.68
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine is longer than 80 characters.72
ErrorsLine contains a tab character.72
ErrorsParameter gameInfo should be final.72
ErrorsParameter currentConfig should be final.72
ErrorsParameter init should be final.72
ErrorsParameter self should be final.72
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsParameter event should be final.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine has trailing spaces.82
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsMethod 'getWorldView' is not designed for extension - needs to be abstract, final or empty.83
ErrorsMissing a Javadoc comment.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine has trailing spaces.86
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsMethod 'getAct' is not designed for extension - needs to be abstract, final or empty.87
ErrorsMissing a Javadoc comment.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine is longer than 80 characters.92
ErrorsExpected an @return tag.95
ErrorsMethod 'getLog' is not designed for extension - needs to be abstract, final or empty.95

cz/cuni/amis/pogamut/udk/bot/impl/UDKBotLogicController.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.8
ErrorsLine is longer than 80 characters.9
Errors'{' is not preceded with whitespace.9
ErrorsLine contains a tab character.11
ErrorsMissing a Javadoc comment.11
ErrorsVariable 'logicModule' must be private and have accessor methods.11
ErrorsLine has trailing spaces.12
ErrorsLine contains a tab character.12
ErrorsLine contains a tab character.13
ErrorsMethod 'initializeController' is not designed for extension - needs to be abstract, final or empty.13
ErrorsLine contains a tab character.14
ErrorsParameter bot should be final.14
ErrorsLine contains a tab character.15
ErrorsLine has trailing spaces.16
ErrorsLine contains a tab character.16
ErrorsLine contains a tab character.17
ErrorsLine has trailing spaces.18
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.19
ErrorsMethod 'getLogicInitializeTime' 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
Errors'120000' is a magic number.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.24
ErrorsMethod 'getLogicShutdownTime' 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
Errors'120000' is a magic number.26
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.31
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 has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsParameter logicModule should be final.38
Errors'logicModule' hides a field.38
ErrorsLine contains a tab character.39
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

cz/cuni/amis/pogamut/udk/bot/impl/UDKBotModuleController.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.EventListener.9
ErrorsLine is longer than 80 characters.10
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.ObjectClassEventListener.10
ErrorsLine is longer than 80 characters.11
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.ObjectClassListener.11
ErrorsLine is longer than 80 characters.12
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.ObjectEventListener.12
ErrorsLine is longer than 80 characters.13
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.ObjectListener.13
ErrorsUnused import - cz.cuni.amis.pogamut.udk.bot.IUDKBotController.27
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.31
ErrorsLine is longer than 80 characters.32
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.gbinfomessages.AutoTraceRay.32
ErrorsLine is longer than 80 characters.33
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.gbinfomessages.ConfigChange.33
ErrorsLine is longer than 80 characters.34
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.gbinfomessages.InitedMessage.34
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.gbinfomessages.Self.35
ErrorsLine is longer than 80 characters.36
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.ItemDescriptor.36
ErrorsLine is longer than 80 characters.39
ErrorsLine has trailing spaces.45
ErrorsLine is longer than 80 characters.50
ErrorsLine contains a tab character.52
ErrorsLine is longer than 80 characters.53
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsVariable 'random' must be private and have accessor methods.55
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine is longer than 80 characters.58
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine is longer than 80 characters.60
ErrorsLine contains a tab character.60
ErrorsLine is longer than 80 characters.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsVariable 'game' must be private and have accessor methods.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine is longer than 80 characters.68
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine is longer than 80 characters.70
ErrorsLine contains a tab character.70
ErrorsLine is longer than 80 characters.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsVariable 'info' must be private and have accessor methods.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine is longer than 80 characters.78
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine is longer than 80 characters.80
ErrorsLine contains a tab character.80
ErrorsLine is longer than 80 characters.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsVariable 'players' must be private and have accessor methods.85
ErrorsLine has trailing spaces.86
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.88
ErrorsLine is longer than 80 characters.91
ErrorsLine is longer than 80 characters.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsVariable 'descriptors' must be private and have accessor methods.96
ErrorsLine has trailing spaces.97
ErrorsLine contains a tab character.97
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.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsVariable 'items' must be private and have accessor methods.106
ErrorsLine has trailing spaces.107
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine is longer than 80 characters.109
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine is longer than 80 characters.111
ErrorsLine contains a tab character.111
ErrorsLine is longer than 80 characters.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsVariable 'senses' must be private and have accessor methods.116
ErrorsLine has trailing spaces.117
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine is longer than 80 characters.119
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine is longer than 80 characters.121
ErrorsLine contains a tab character.121
ErrorsLine is longer than 80 characters.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsVariable 'weaponry' must be private and have accessor methods.126
ErrorsLine has trailing spaces.127
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine is longer than 80 characters.129
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine is longer than 80 characters.131
ErrorsLine contains a tab character.131
ErrorsLine is longer than 80 characters.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsVariable 'config' must be private and have accessor methods.136
ErrorsLine has trailing spaces.137
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine is longer than 80 characters.139
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine is longer than 80 characters.141
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsVariable 'raycasting' must be private and have accessor methods.144
ErrorsLine has trailing spaces.145
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsLine is longer than 80 characters.147
ErrorsLine contains a tab character.147
ErrorsLine has trailing spaces.149
ErrorsLine is longer than 80 characters.149
ErrorsLine is longer than 80 characters.152
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsVariable 'body' must be private and have accessor methods.154
ErrorsLine has trailing spaces.155
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsLine is longer than 80 characters.157
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine is longer than 80 characters.159
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsLine has trailing spaces.161
ErrorsLine is longer than 80 characters.161
ErrorsLine contains a tab character.161
ErrorsLine is longer than 80 characters.164
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsVariable 'shoot' must be private and have accessor methods.166
ErrorsLine has trailing spaces.167
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.168
ErrorsLine is longer than 80 characters.169
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsLine is longer than 80 characters.171
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsLine has trailing spaces.173
ErrorsLine is longer than 80 characters.173
ErrorsLine contains a tab character.173
ErrorsLine is longer than 80 characters.176
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
ErrorsLine contains a tab character.178
ErrorsVariable 'move' must be private and have accessor methods.178
ErrorsLine has trailing spaces.179
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.180
ErrorsLine has trailing spaces.183
ErrorsLine is longer than 80 characters.183
ErrorsLine is longer than 80 characters.186
ErrorsLine contains a tab character.188
ErrorsVariable 'pathExecutor' must be private and have accessor methods.188
ErrorsLine has trailing spaces.189
ErrorsLine contains a tab character.189
ErrorsLine is longer than 80 characters.191
ErrorsLine has trailing spaces.193
ErrorsLine is longer than 80 characters.193
ErrorsLine is longer than 80 characters.196
ErrorsVariable 'pathPlanner' must be private and have accessor methods.198
ErrorsLine has trailing spaces.199
ErrorsLine is longer than 80 characters.201
ErrorsLine is longer than 80 characters.202
ErrorsLine is longer than 80 characters.205
ErrorsVariable 'listenerRegistrator' must be private and have accessor methods.207
ErrorsLine has trailing spaces.208
ErrorsVariable 'world' must be private and have accessor methods.212
ErrorsLine has trailing spaces.213
ErrorsVariable 'act' must be private and have accessor methods.217
ErrorsLine has trailing spaces.218
ErrorsLine contains a tab character.218
ErrorsMethod 'initializeController' is not designed for extension - needs to be abstract, final or empty.219
ErrorsLine has trailing spaces.220
ErrorsLine contains a tab character.220
ErrorsParameter bot should be final.220
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
ErrorsLine contains a tab character.223
ErrorsLine contains a tab character.224
ErrorsLine contains a tab character.225
ErrorsLine contains a tab character.226
ErrorsLine contains a tab character.227
ErrorsLine has trailing spaces.228
ErrorsLine contains a tab character.228
ErrorsLine is longer than 80 characters.230
ErrorsLine contains a tab character.234
ErrorsMethod 'initializeListeners' is not designed for extension - needs to be abstract, final or empty.234
ErrorsParameter bot should be final.234
ErrorsExpected @param tag for 'bot'.234
ErrorsLine is longer than 80 characters.235
ErrorsLine contains a tab character.235
ErrorsLine contains a tab character.236
ErrorsLine contains a tab character.237
ErrorsLine contains a tab character.239
ErrorsLine is longer than 80 characters.240
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
ErrorsMethod 'initializePathFinding' is not designed for extension - needs to be abstract, final or empty.244
ErrorsParameter bot should be final.244
ErrorsExpected @param tag for 'bot'.244
ErrorsLine contains a tab character.245
ErrorsLine has trailing spaces.246
ErrorsLine contains a tab character.246
ErrorsLine contains a tab character.247
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.250
ErrorsLine has trailing spaces.251
ErrorsLine contains a tab character.251
ErrorsLine contains a tab character.252
ErrorsLine contains a tab character.253
ErrorsLine contains a tab character.254
ErrorsMethod 'initializeModules' is not designed for extension - needs to be abstract, final or empty.254
ErrorsParameter bot should be final.254
ErrorsExpected @param tag for 'bot'.254
ErrorsLine contains a tab character.255
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.262
ErrorsLine contains a tab character.263
ErrorsLine has trailing spaces.264
ErrorsLine contains a tab character.264
ErrorsLine contains a tab character.265
ErrorsLine contains a tab character.266
ErrorsLine contains a tab character.267

cz/cuni/amis/pogamut/udk/bot/jmx/BotJMXMBeanAdapter.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.23
ErrorsType Javadoc comment is missing an @param <T> tag.23
ErrorsLine is longer than 80 characters.25
ErrorsMissing a Javadoc comment.25
ErrorsParameter agent should be final.25
ErrorsParameter objectName should be final.25
ErrorsParameter mbs should be final.25
ErrorsRedundant throws: 'InstanceAlreadyExistsException' listed more then one time.25
ErrorsMethod 'respawn' is not designed for extension - needs to be abstract, final or empty.29
ErrorsMissing a Javadoc comment.29
ErrorsRedundant throws: 'PogamutException' is unchecked exception.29
ErrorsMethod 'boolConfigure' is not designed for extension - needs to be abstract, final or empty.33
ErrorsMissing a Javadoc comment.33
ErrorsParameter param should be final.33
ErrorsParameter value should be final.33
ErrorsMethod 'retrieveBoolConfigure' is not designed for extension - needs to be abstract, final or empty.37
ErrorsMissing a Javadoc comment.37
ErrorsParameter param should be final.37

cz/cuni/amis/pogamut/udk/bot/jmx/BotJMXMBeanAdapterMBean.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.12
ErrorsRedundant 'public' modifier.12
ErrorsRedundant throws: 'PogamutException' is unchecked exception.12
ErrorsRedundant 'public' modifier.19
ErrorsExpected @param tag for 'value'.19
ErrorsExpected an @return tag.26
ErrorsRedundant 'public' modifier.26

cz/cuni/amis/pogamut/udk/bot/jmx/BotJMXProxy.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.18
ErrorsMissing a Javadoc comment.18
ErrorsParameter agentJMXAddress should be final.18
ErrorsRedundant throws: 'MalformedURLException' is subclass of 'IOException'.18
ErrorsMethod 'respawn' is not designed for extension - needs to be abstract, final or empty.22
ErrorsMissing a Javadoc comment.22
ErrorsRedundant throws: 'PogamutException' is unchecked exception.22
ErrorsMethod 'setBoolConfigure' is not designed for extension - needs to be abstract, final or empty.26
ErrorsMissing a Javadoc comment.26
ErrorsParameter param should be final.26
ErrorsParameter value should be final.26
ErrorsMethod 'getBoolConfigure' is not designed for extension - needs to be abstract, final or empty.31
ErrorsMissing a Javadoc comment.31
ErrorsParameter param should be final.31
ErrorsLine is longer than 80 characters.32
Errors'cast' is not followed by whitespace.32

cz/cuni/amis/pogamut/udk/bot/state/IBotStateHelloBotReceived.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.5

cz/cuni/amis/pogamut/udk/bot/state/IBotStateInited.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.5

cz/cuni/amis/pogamut/udk/bot/state/IBotStatePassword.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.5

cz/cuni/amis/pogamut/udk/bot/state/IBotStateSendingInit.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.5

cz/cuni/amis/pogamut/udk/bot/state/IBotStateSpawned.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.5

cz/cuni/amis/pogamut/udk/bot/state/impl/BotStateHelloBotReceived.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.6
ErrorsMissing a Javadoc comment.6
ErrorsLine contains a tab character.8
ErrorsMissing a Javadoc comment.8
ErrorsParameter description should be final.8
ErrorsLine contains a tab character.9
ErrorsLine contains a tab character.10

cz/cuni/amis/pogamut/udk/bot/state/impl/BotStateInited.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.6
ErrorsLine contains a tab character.8
ErrorsMissing a Javadoc comment.8
ErrorsParameter description should be final.8
ErrorsLine contains a tab character.9
ErrorsLine contains a tab character.10

cz/cuni/amis/pogamut/udk/bot/state/impl/BotStatePassword.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.6
ErrorsLine contains a tab character.8
ErrorsMissing a Javadoc comment.8
ErrorsParameter description should be final.8
ErrorsLine contains a tab character.9
ErrorsLine contains a tab character.10

cz/cuni/amis/pogamut/udk/bot/state/impl/BotStateSendingInit.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.6
ErrorsMissing a Javadoc comment.6
ErrorsLine contains a tab character.8
ErrorsMissing a Javadoc comment.8
ErrorsParameter description should be final.8
ErrorsLine contains a tab character.9
ErrorsLine contains a tab character.10

cz/cuni/amis/pogamut/udk/bot/state/impl/BotStateSpawned.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.6
ErrorsLine contains a tab character.8
ErrorsMissing a Javadoc comment.8
ErrorsParameter description should be final.8
ErrorsLine contains a tab character.9
ErrorsLine contains a tab character.10

cz/cuni/amis/pogamut/udk/communication/messages/GBEvent.java

ViolationMessageLine
ErrorsMethod 'getWorldEvent' is not designed for extension - needs to be abstract, final or empty.18
ErrorsMissing a Javadoc comment.18
ErrorsLine contains a tab character.22
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25

cz/cuni/amis/pogamut/udk/communication/messages/GBObjectUpdate.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.15

cz/cuni/amis/pogamut/udk/communication/messages/INavPoint.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.11
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsExpected an @return tag.26
ErrorsLine contains a tab character.26
ErrorsRedundant 'public' modifier.26
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsExpected an @return tag.31
ErrorsLine contains a tab character.31
ErrorsRedundant 'public' modifier.31
ErrorsLine has trailing spaces.32
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsExpected an @return tag.36
ErrorsLine contains a tab character.36
ErrorsRedundant 'public' modifier.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
ErrorsExpected an @return tag.41
ErrorsLine contains a tab character.41
ErrorsRedundant 'public' modifier.41
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsExpected an @return tag.46
ErrorsLine contains a tab character.46
ErrorsRedundant 'public' modifier.46
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
ErrorsExpected an @return tag.53
ErrorsLine contains a tab character.53
ErrorsRedundant 'public' modifier.53
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsExpected an @return tag.59
ErrorsLine contains a tab character.59
ErrorsRedundant 'public' modifier.59
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsExpected an @return tag.65
ErrorsLine contains a tab character.65
ErrorsRedundant 'public' modifier.65
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsExpected an @return tag.70
ErrorsLine contains a tab character.70
ErrorsRedundant 'public' modifier.70
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsExpected an @return tag.76
ErrorsLine contains a tab character.76
ErrorsRedundant 'public' modifier.76
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsExpected an @return tag.82
ErrorsLine contains a tab character.82
ErrorsRedundant 'public' modifier.82
ErrorsLine has trailing spaces.83
ErrorsLine contains a tab character.83

cz/cuni/amis/pogamut/udk/communication/messages/IPerson.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.14

cz/cuni/amis/pogamut/udk/communication/messages/ItemType.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.11
ErrorsLine has trailing spaces.15
ErrorsLine has trailing spaces.18
ErrorsLine has trailing spaces.21
ErrorsLine has trailing spaces.27
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 is longer than 80 characters.31
ErrorsLine contains a tab character.31
ErrorsLine has trailing spaces.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 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.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
ErrorsFirst sentence should end with a period.46
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine is longer than 80 characters.49
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsVariable 'name' must be private and have accessor methods.52
ErrorsLine is longer than 80 characters.54
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsParameter name should be final.62
Errors'name' hides a field.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
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
ErrorsExpected an @return tag.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine is longer than 80 characters.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine is longer than 80 characters.82
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.83
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine is longer than 80 characters.85
ErrorsLine contains a tab character.85
ErrorsLine is longer than 80 characters.86
ErrorsLine contains a tab character.86
ErrorsLine is longer than 80 characters.87
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsFirst sentence should end with a period.93
ErrorsFirst sentence should end with a period.95
ErrorsFirst sentence should end with a period.97
ErrorsFirst sentence should end with a period.99
ErrorsFirst sentence should end with a period.101
ErrorsFirst sentence should end with a period.103
ErrorsFirst sentence should end with a period.105
ErrorsFirst sentence should end with a period.107
ErrorsFirst sentence should end with a period.109
ErrorsFirst sentence should end with a period.111
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine has trailing spaces.119
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsFirst sentence should end with a period.122
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsFirst sentence should end with a period.143
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsLine is longer than 80 characters.146
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsVariable 'name' must be private and have accessor methods.149
ErrorsLine is longer than 80 characters.151
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsLine has trailing spaces.155
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
ErrorsParameter name should be final.159
Errors'name' hides a field.159
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.161
ErrorsLine has trailing spaces.162
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsMissing a Javadoc comment.163
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsLine is longer than 80 characters.168
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
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.175
ErrorsLine contains a tab character.175
ErrorsFirst sentence should end with a period.179
Errors',' is not followed by whitespace.181
Errors'{' is followed by whitespace.181
ErrorsFirst sentence should end with a period.183
Errors',' is not followed by whitespace.185
Errors'{' is followed by whitespace.185
ErrorsFirst sentence should end with a period.187
Errors',' is not followed by whitespace.189
Errors'{' is followed by whitespace.189
ErrorsFirst sentence should end with a period.191
ErrorsLine is longer than 80 characters.192
Errors',' is not followed by whitespace.193
Errors'{' is followed by whitespace.193
ErrorsFirst sentence should end with a period.195
Errors',' is not followed by whitespace.197
Errors'{' is followed by whitespace.197
ErrorsFirst sentence should end with a period.199
ErrorsLine is longer than 80 characters.200
ErrorsLine has trailing spaces.201
Errors',' is not followed by whitespace.201
Errors'{' is followed by whitespace.201
ErrorsFirst sentence should end with a period.203
ErrorsLine is longer than 80 characters.204
Errors',' is not followed by whitespace.205
Errors'{' is followed by whitespace.205
ErrorsFirst sentence should end with a period.207
ErrorsLine is longer than 80 characters.208
Errors',' is not followed by whitespace.209
Errors'{' is followed by whitespace.209
ErrorsFirst sentence should end with a period.211
ErrorsLine is longer than 80 characters.212
Errors',' is not followed by whitespace.213
Errors'{' is followed by whitespace.213
ErrorsFirst sentence should end with a period.215
ErrorsLine is longer than 80 characters.216
Errors',' is not followed by whitespace.217
Errors'{' is followed by whitespace.217
ErrorsFirst sentence should end with a period.219
ErrorsLine is longer than 80 characters.220
ErrorsLine is longer than 80 characters.221
Errors',' is not followed by whitespace.221
Errors'{' is followed by whitespace.221
ErrorsFirst sentence should end with a period.223
Errors',' is not followed by whitespace.225
Errors'{' is followed by whitespace.225
ErrorsFirst sentence should end with a period.227
ErrorsLine is longer than 80 characters.228
Errors',' is not followed by whitespace.229
Errors'{' is followed by whitespace.229
ErrorsFirst sentence should end with a period.231
ErrorsLine is longer than 80 characters.232
Errors',' is not followed by whitespace.233
Errors'{' is followed by whitespace.233
ErrorsFirst sentence should end with a period.235
ErrorsLine is longer than 80 characters.236
Errors',' is not followed by whitespace.237
Errors'{' is followed by whitespace.237
ErrorsFirst sentence should end with a period.239
Errors',' is not followed by whitespace.241
Errors'{' is followed by whitespace.241
ErrorsFirst sentence should end with a period.243
Errors',' is not followed by whitespace.245
Errors'{' is followed by whitespace.245
ErrorsFirst sentence should end with a period.247
ErrorsLine is longer than 80 characters.248
Errors',' is not followed by whitespace.249
Errors'{' is followed by whitespace.249
ErrorsLine contains a tab character.253
ErrorsLine is longer than 80 characters.254
ErrorsLine contains a tab character.254
ErrorsLine is longer than 80 characters.255
ErrorsLine contains a tab character.255
Errors'{' is followed by whitespace.255
ErrorsLine contains a tab character.257
ErrorsLine contains a tab character.258
ErrorsLine contains a tab character.259
ErrorsLine contains a tab character.260
Errors'{' is followed by whitespace.260
ErrorsLine contains a tab character.263
ErrorsLine contains a tab character.264
ErrorsLine contains a tab character.265
Errors'{' is followed by whitespace.265
ErrorsLine contains a tab character.267
ErrorsLine is longer than 80 characters.268
ErrorsLine contains a tab character.268
ErrorsLine contains a tab character.269
Errors'{' is followed by whitespace.269
ErrorsLine contains a tab character.272
ErrorsLine contains a tab character.273
ErrorsLine contains a tab character.274
ErrorsLine contains a tab character.275
ErrorsLine contains a tab character.276
ErrorsLine contains a tab character.278
ErrorsLine contains a tab character.279
ErrorsLine contains a tab character.280
ErrorsLine contains a tab character.281
Errors'{' is followed by whitespace.281
ErrorsLine contains a tab character.282
ErrorsLine contains a tab character.285
ErrorsLine is longer than 80 characters.286
ErrorsLine contains a tab character.286
ErrorsLine contains a tab character.287
Errors'{' is followed by whitespace.287
ErrorsLine contains a tab character.289
ErrorsLine contains a tab character.290
ErrorsLine contains a tab character.291
ErrorsLine contains a tab character.292
Errors'{' is followed by whitespace.292
ErrorsLine contains a tab character.295
ErrorsLine contains a tab character.296
ErrorsLine contains a tab character.297
Errors'{' is followed by whitespace.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
Errors'{' is followed by whitespace.302
ErrorsLine contains a tab character.304
ErrorsLine contains a tab character.305
ErrorsLine contains a tab character.306
ErrorsLine contains a tab character.307
Errors'{' is followed by whitespace.307
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 has trailing spaces.319
ErrorsLine contains a tab character.319
ErrorsFirst sentence should end with a period.320
ErrorsLine contains a tab character.320
ErrorsLine contains a tab character.321
ErrorsLine contains a tab character.322
ErrorsLine contains a tab character.323
ErrorsLine has trailing spaces.325
ErrorsLine contains a tab character.325
ErrorsFirst sentence should end with a period.326
ErrorsLine contains a tab character.326
ErrorsLine is longer than 80 characters.327
ErrorsLine contains a tab character.327
ErrorsLine contains a tab character.328
Errors'{' is followed by whitespace.328
ErrorsLine has trailing spaces.329
ErrorsLine contains a tab character.329
ErrorsLine is longer than 80 characters.330
ErrorsLine contains a tab character.330
ErrorsLine contains a tab character.332
ErrorsLine contains a tab character.333
ErrorsLine has trailing spaces.334
ErrorsLine contains a tab character.334
ErrorsLine contains a tab character.335
ErrorsLine is longer than 80 characters.336
ErrorsLine contains a tab character.336
ErrorsLine contains a tab character.337
ErrorsLine contains a tab character.338
ErrorsLine contains a tab character.339
ErrorsLine contains a tab character.340
ErrorsLine has trailing spaces.341
ErrorsLine contains a tab character.341
ErrorsLine contains a tab character.342
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.342
ErrorsMissing a Javadoc comment.342
ErrorsLine is longer than 80 characters.343
ErrorsLine contains a tab character.343
ErrorsLine contains a tab character.344
ErrorsLine is longer than 80 characters.346
ErrorsLine contains a tab character.346
ErrorsLine contains a tab character.348
ErrorsLine contains a tab character.349
ErrorsLine contains a tab character.350
ErrorsLine contains a tab character.351
ErrorsLine contains a tab character.353
ErrorsLine contains a tab character.354
ErrorsLine contains a tab character.355
ErrorsLine contains a tab character.356
ErrorsLine contains a tab character.358
ErrorsLine contains a tab character.359
ErrorsLine has trailing spaces.360
ErrorsLine contains a tab character.360
ErrorsLine contains a tab character.361
ErrorsLine contains a tab character.362
ErrorsLine contains a tab character.363
ErrorsMethod 'getCategory' is not designed for extension - needs to be abstract, final or empty.363
ErrorsLine contains a tab character.364
ErrorsLine is longer than 80 characters.365
ErrorsLine contains a tab character.365
ErrorsAvoid inline conditionals.365
ErrorsInner assignments should be avoided.365
ErrorsLine contains a tab character.366
ErrorsLine contains a tab character.368
ErrorsLine contains a tab character.369
ErrorsLine has trailing spaces.370
ErrorsLine contains a tab character.370
ErrorsLine contains a tab character.371
ErrorsLine contains a tab character.372
ErrorsLine contains a tab character.373
ErrorsMethod 'getGroup' is not designed for extension - needs to be abstract, final or empty.373
ErrorsLine contains a tab character.374
ErrorsLine contains a tab character.375
ErrorsAvoid inline conditionals.375
ErrorsInner assignments should be avoided.375
ErrorsLine contains a tab character.376
ErrorsLine is longer than 80 characters.378
ErrorsLine contains a tab character.378
ErrorsLine contains a tab character.380
ErrorsLine contains a tab character.381
ErrorsLine contains a tab character.382
ErrorsLine contains a tab character.383
ErrorsLine contains a tab character.385
ErrorsLine contains a tab character.386
ErrorsLine has trailing spaces.387
ErrorsLine contains a tab character.387
ErrorsLine contains a tab character.388
ErrorsLine contains a tab character.389
ErrorsLine contains a tab character.390
ErrorsLine contains a tab character.391
Errors'if' construct must use '{}'s.392
ErrorsLine contains a tab character.392
ErrorsLine contains a tab character.393
Errors'synchronized' is not followed by whitespace.393
ErrorsLine has trailing spaces.394
ErrorsLine contains a tab character.394
ErrorsInner assignments should be avoided.394
ErrorsLine contains a tab character.395
ErrorsLine contains a tab character.396
ErrorsLine is longer than 80 characters.398
ErrorsLine contains a tab character.398
ErrorsLine contains a tab character.400
ErrorsLine contains a tab character.401
ErrorsLine has trailing spaces.402
ErrorsLine contains a tab character.402
ErrorsLine contains a tab character.403
ErrorsLine contains a tab character.404
ErrorsLine contains a tab character.405
ErrorsLine contains a tab character.406
ErrorsLine contains a tab character.407
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.407
ErrorsLine contains a tab character.408
ErrorsParameter obj should be final.408
ErrorsLine contains a tab character.409
Errors'if' construct must use '{}'s.410
ErrorsLine contains a tab character.410
ErrorsLine contains a tab character.411
ErrorsLine contains a tab character.413
ErrorsLine contains a tab character.414
ErrorsLine contains a tab character.415
Errors'if' construct must use '{}'s.416
ErrorsLine contains a tab character.416
ErrorsLine contains a tab character.417
ErrorsLine contains a tab character.418
ErrorsLine contains a tab character.420
ErrorsLine contains a tab character.421
ErrorsLine contains a tab character.423
ErrorsLine contains a tab character.424
ErrorsLine has trailing spaces.425
ErrorsLine contains a tab character.425
ErrorsLine contains a tab character.426
ErrorsLine contains a tab character.427
ErrorsLine contains a tab character.428
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.428
ErrorsLine contains a tab character.429
ErrorsLine contains a tab character.430
ErrorsLine contains a tab character.431
ErrorsLine contains a tab character.432
ErrorsLine is longer than 80 characters.434
ErrorsLine contains a tab character.434
ErrorsLine contains a tab character.436
ErrorsLine is longer than 80 characters.437
ErrorsLine contains a tab character.437
ErrorsLine has trailing spaces.438
ErrorsLine contains a tab character.438
ErrorsLine contains a tab character.439
ErrorsLine contains a tab character.440
ErrorsLine contains a tab character.441
ErrorsLine contains a tab character.442
ErrorsParameter name should be final.442
Errors'name' hides a field.442
ErrorsLine contains a tab character.443
ErrorsLine contains a tab character.444
ErrorsLine contains a tab character.445
ErrorsLine contains a tab character.446
ErrorsLine contains a tab character.447
ErrorsLine contains a tab character.449
ErrorsLine contains a tab character.450
ErrorsLine contains a tab character.451
ErrorsLine contains a tab character.452
ErrorsParameter name should be final.452
Errors'name' hides a field.452
ErrorsExpected @param tag for 'name'.452
ErrorsParameter category should be final.452
Errors'category' hides a field.452
ErrorsExpected @param tag for 'category'.452
ErrorsParameter group should be final.452
Errors'group' hides a field.452
ErrorsExpected @param tag for 'group'.452
ErrorsLine contains a tab character.453
ErrorsLine contains a tab character.454
ErrorsLine contains a tab character.455
ErrorsLine contains a tab character.456
ErrorsLine contains a tab character.457
ErrorsLine is longer than 80 characters.459
ErrorsLine contains a tab character.459
ErrorsLine contains a tab character.461
ErrorsLine contains a tab character.462
ErrorsLine has trailing spaces.463
ErrorsLine contains a tab character.463
ErrorsLine contains a tab character.464
ErrorsLine contains a tab character.465
ErrorsLine contains a tab character.466
ErrorsLine contains a tab character.467
ErrorsLine contains a tab character.468
ErrorsLine contains a tab character.469
ErrorsLine contains a tab character.470
ErrorsLine contains a tab character.471
ErrorsLine contains a tab character.472
ErrorsName 'MakePrototype' must match pattern '^[a-z][a-zA-Z0-9]*$'.472
ErrorsParameter category should be final.472
ErrorsLine contains a tab character.473
ErrorsParameter group should be final.473
ErrorsParameter utNames should be final.473
ErrorsLine contains a tab character.474
ErrorsLine contains a tab character.475
Errors'synchronized' is not followed by whitespace.475
ErrorsLine contains a tab character.476
ErrorsLine contains a tab character.477
ErrorsLine contains a tab character.478
Errors'for' construct must use '{}'s.479
ErrorsLine contains a tab character.479
ErrorsLine contains a tab character.480
ErrorsLine contains a tab character.481
ErrorsLine contains a tab character.482
ErrorsLine contains a tab character.483
ErrorsLine contains a tab character.484
ErrorsLine contains a tab character.485
ErrorsLine contains a tab character.486
ErrorsLine contains a tab character.487
ErrorsLine contains a tab character.488
ErrorsLine contains a tab character.489
ErrorsLine contains a tab character.490
ErrorsLine contains a tab character.492
ErrorsLine contains a tab character.493
ErrorsLine contains a tab character.494
ErrorsLine contains a tab character.495
ErrorsLine contains a tab character.496
ErrorsExpected an @return tag.497
ErrorsLine contains a tab character.497
ErrorsParameter utName should be final.497
ErrorsLine contains a tab character.498
ErrorsLine contains a tab character.499
Errors'synchronized' is not followed by whitespace.499
ErrorsLine contains a tab character.500
Errors'if' construct must use '{}'s.501
ErrorsLine contains a tab character.501
ErrorsLine has trailing spaces.502
ErrorsLine contains a tab character.502
ErrorsLine contains a tab character.503
ErrorsLine contains a tab character.504
ErrorsLine contains a tab character.505
ErrorsLine contains a tab character.506
ErrorsLine contains a tab character.507
ErrorsLine contains a tab character.509
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.509
ErrorsMissing a Javadoc comment.509
ErrorsLine contains a tab character.510
ErrorsLine contains a tab character.511

cz/cuni/amis/pogamut/udk/communication/messages/SyncMessage.java

ViolationMessageLine
ErrorsLine has trailing spaces.6

cz/cuni/amis/pogamut/udk/communication/messages/UnrealIdTranslator.java

ViolationMessageLine
ErrorsLine has trailing spaces.9
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine contains a tab character.14
ErrorsLine is longer than 80 characters.15
ErrorsLine contains a tab character.15
ErrorsLine has trailing spaces.16
ErrorsLine contains a tab character.16
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.19
ErrorsExpected an @return tag.20
ErrorsLine contains a tab character.20
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.20
ErrorsParameter unrealId should be final.20
ErrorsExpected @param tag for 'unrealId'.20
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.23

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Act.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
Errors'{' should be on the previous line.45
ErrorsLine has trailing spaces.46
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine is longer than 80 characters.53
ErrorsParameter Name should be final.56
Errors'Name' hides a field.56
ErrorsName 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'.56
ErrorsLine has trailing spaces.57
ErrorsLine has trailing spaces.59
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
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 is longer than 80 characters.69
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 contains a tab character.73
ErrorsLine has trailing spaces.76
ErrorsLine is longer than 80 characters.78
ErrorsName 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'.80
ErrorsVariable 'Name' must be private and have accessor methods.80
ErrorsLine contains a tab character.81
ErrorsLine has trailing spaces.83
ErrorsLine is longer than 80 characters.85
ErrorsExpected an @return tag.86
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.86
ErrorsLine has trailing spaces.91
ErrorsLine has trailing spaces.93
ErrorsLine is longer than 80 characters.95
ErrorsExpected an @return tag.96
ErrorsMethod 'setName' is not designed for extension - needs to be abstract, final or empty.96
ErrorsParameter Name should be final.96
Errors'Name' hides a field.96
ErrorsExpected @param tag for 'Name'.96
ErrorsName 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'.96
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.105
ErrorsLine has trailing spaces.106
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.111
ErrorsLine has trailing spaces.112
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine has trailing spaces.117
ErrorsParameter original should be final.122
ErrorsExpected @param tag for 'original'.122
ErrorsLine has trailing spaces.123
Errors'=' is not preceded with whitespace.124
Errors'=' is not followed by whitespace.124
ErrorsLine has trailing spaces.125
ErrorsLine has trailing spaces.128
ErrorsLine has trailing spaces.130
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.131
ErrorsMissing a Javadoc comment.131
ErrorsLine has trailing spaces.133
ErrorsLine contains a tab character.134
ErrorsLine has trailing spaces.135
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.138
ErrorsMissing a Javadoc comment.138
Errors'+' should be on a new line.139
ErrorsLine has trailing spaces.140
Errors'+' should be on a new line.141
Errors'+' should be on a new line.142
Errors'+' should be on a new line.143
ErrorsLine has trailing spaces.147
ErrorsLine has trailing spaces.148
ErrorsLine contains a tab character.149
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.149
ErrorsMissing a Javadoc comment.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine has trailing spaces.152
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsLine is longer than 80 characters.154
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
ErrorsLine has trailing spaces.156
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsLine has trailing spaces.159
ErrorsLine has trailing spaces.162

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/AddBot.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.39
ErrorsLine has trailing spaces.41
Errors'{' should be on the previous line.46
ErrorsLine has trailing spaces.47
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.58
ErrorsLine has trailing spaces.59
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine is longer than 80 characters.70
ErrorsParameter Name should be final.70
Errors'Name' hides a field.70
ErrorsName 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'.70
ErrorsParameter StartLocation should be final.70
Errors'StartLocation' hides a field.70
ErrorsName 'StartLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'.70
ErrorsParameter StartRotation should be final.70
Errors'StartRotation' hides a field.70
ErrorsName 'StartRotation' must match pattern '^[a-z][a-zA-Z0-9]*$'.70
ErrorsParameter Skill should be final.70
Errors'Skill' hides a field.70
ErrorsName 'Skill' must match pattern '^[a-z][a-zA-Z0-9]*$'.70
ErrorsParameter Type should be final.70
Errors'Type' hides a field.70
ErrorsName 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'.70
ErrorsLine has trailing spaces.71
ErrorsLine has trailing spaces.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.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine has trailing spaces.87
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine is longer than 80 characters.92
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine has trailing spaces.96
ErrorsLine contains a tab character.96
ErrorsLine has trailing spaces.99
ErrorsName 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'.103
ErrorsVariable 'Name' must be private and have accessor methods.103
ErrorsLine contains a tab character.104
ErrorsLine has trailing spaces.106
ErrorsExpected an @return tag.109
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.109
ErrorsLine has trailing spaces.114
ErrorsLine has trailing spaces.116
ErrorsExpected an @return tag.119
ErrorsMethod 'setName' is not designed for extension - needs to be abstract, final or empty.119
ErrorsParameter Name should be final.119
Errors'Name' hides a field.119
ErrorsExpected @param tag for 'Name'.119
ErrorsName 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'.119
ErrorsLine has trailing spaces.123
ErrorsLine has trailing spaces.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsName 'StartLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'.129
ErrorsVariable 'StartLocation' must be private and have accessor methods.129
ErrorsLine contains a tab character.130
ErrorsLine has trailing spaces.132
ErrorsLine has trailing spaces.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsExpected an @return tag.137
ErrorsMethod 'getStartLocation' is not designed for extension - needs to be abstract, final or empty.137
ErrorsLine has trailing spaces.142
ErrorsLine has trailing spaces.144
ErrorsLine has trailing spaces.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsExpected an @return tag.149
ErrorsMethod 'setStartLocation' is not designed for extension - needs to be abstract, final or empty.149
ErrorsParameter StartLocation should be final.149
Errors'StartLocation' hides a field.149
ErrorsExpected @param tag for 'StartLocation'.149
ErrorsName 'StartLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'.149
ErrorsLine has trailing spaces.153
ErrorsLine has trailing spaces.155
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsName 'StartRotation' must match pattern '^[a-z][a-zA-Z0-9]*$'.159
ErrorsVariable 'StartRotation' must be private and have accessor methods.159
ErrorsLine contains a tab character.160
ErrorsLine has trailing spaces.162
ErrorsLine has trailing spaces.164
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsExpected an @return tag.167
ErrorsMethod 'getStartRotation' is not designed for extension - needs to be abstract, final or empty.167
ErrorsLine has trailing spaces.172
ErrorsLine has trailing spaces.174
ErrorsLine has trailing spaces.176
ErrorsLine contains a tab character.177
ErrorsLine contains a tab character.178
ErrorsExpected an @return tag.179
ErrorsMethod 'setStartRotation' is not designed for extension - needs to be abstract, final or empty.179
ErrorsParameter StartRotation should be final.179
Errors'StartRotation' hides a field.179
ErrorsExpected @param tag for 'StartRotation'.179
ErrorsName 'StartRotation' must match pattern '^[a-z][a-zA-Z0-9]*$'.179
ErrorsLine has trailing spaces.183
ErrorsLine has trailing spaces.185
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
ErrorsName 'Skill' must match pattern '^[a-z][a-zA-Z0-9]*$'.189
ErrorsVariable 'Skill' must be private and have accessor methods.189
ErrorsLine contains a tab character.190
Errors'3' is a magic number.190
ErrorsLine has trailing spaces.192
ErrorsLine has trailing spaces.194
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.196
ErrorsExpected an @return tag.197
ErrorsMethod 'getSkill' is not designed for extension - needs to be abstract, final or empty.197
ErrorsLine has trailing spaces.202
ErrorsLine has trailing spaces.204
ErrorsLine has trailing spaces.206
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.208
ErrorsExpected an @return tag.209
ErrorsMethod 'setSkill' is not designed for extension - needs to be abstract, final or empty.209
ErrorsParameter Skill should be final.209
Errors'Skill' hides a field.209
ErrorsExpected @param tag for 'Skill'.209
ErrorsName 'Skill' must match pattern '^[a-z][a-zA-Z0-9]*$'.209
ErrorsLine has trailing spaces.213
ErrorsLine has trailing spaces.215
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.217
ErrorsName 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'.219
ErrorsVariable 'Type' must be private and have accessor methods.219
ErrorsLine contains a tab character.220
ErrorsLine has trailing spaces.222
ErrorsLine has trailing spaces.224
ErrorsLine contains a tab character.225
ErrorsLine contains a tab character.226
ErrorsExpected an @return tag.227
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.227
ErrorsLine has trailing spaces.232
ErrorsLine has trailing spaces.234
ErrorsLine has trailing spaces.236
ErrorsLine contains a tab character.237
ErrorsLine contains a tab character.238
ErrorsExpected an @return tag.239
ErrorsMethod 'setType' is not designed for extension - needs to be abstract, final or empty.239
ErrorsParameter Type should be final.239
Errors'Type' hides a field.239
ErrorsExpected @param tag for 'Type'.239
ErrorsName 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'.239
ErrorsLine has trailing spaces.243
ErrorsLine contains a tab character.248
ErrorsLine has trailing spaces.249
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.252
ErrorsLine contains a tab character.254
ErrorsLine has trailing spaces.255
ErrorsLine contains a tab character.255
ErrorsLine contains a tab character.256
ErrorsLine has trailing spaces.260
ErrorsParameter original should be final.265
ErrorsExpected @param tag for 'original'.265
ErrorsLine has trailing spaces.266
Errors'=' is not preceded with whitespace.267
Errors'=' is not followed by whitespace.267
ErrorsLine has trailing spaces.268
Errors'=' is not preceded with whitespace.269
Errors'=' is not followed by whitespace.269
ErrorsLine has trailing spaces.270
Errors'=' is not preceded with whitespace.271
Errors'=' is not followed by whitespace.271
ErrorsLine has trailing spaces.272
Errors'=' is not preceded with whitespace.273
Errors'=' is not followed by whitespace.273
ErrorsLine has trailing spaces.274
Errors'=' is not preceded with whitespace.275
Errors'=' is not followed by whitespace.275
ErrorsLine has trailing spaces.276
ErrorsLine has trailing spaces.279
ErrorsLine has trailing spaces.281
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.282
ErrorsMissing a Javadoc comment.282
ErrorsLine has trailing spaces.284
ErrorsLine contains a tab character.285
ErrorsLine has trailing spaces.286
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.289
ErrorsMissing a Javadoc comment.289
Errors'+' should be on a new line.290
ErrorsLine has trailing spaces.291
Errors'+' should be on a new line.292
Errors'+' should be on a new line.293
Errors'+' should be on a new line.294
ErrorsLine has trailing spaces.295
Errors'+' should be on a new line.296
Errors'+' should be on a new line.297
Errors'+' should be on a new line.298
ErrorsLine has trailing spaces.299
Errors'+' should be on a new line.300
Errors'+' should be on a new line.301
Errors'+' should be on a new line.302
ErrorsLine has trailing spaces.303
Errors'+' should be on a new line.304
Errors'+' should be on a new line.305
Errors'+' should be on a new line.306
ErrorsLine has trailing spaces.307
Errors'+' should be on a new line.308
Errors'+' should be on a new line.309
Errors'+' should be on a new line.310
ErrorsLine has trailing spaces.314
ErrorsLine has trailing spaces.315
ErrorsLine contains a tab character.316
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.316
ErrorsMissing a Javadoc comment.316
ErrorsLine contains a tab character.317
ErrorsLine contains a tab character.318
ErrorsLine has trailing spaces.319
ErrorsLine contains a tab character.319
ErrorsLine contains a tab character.320
ErrorsLine is longer than 80 characters.321
ErrorsLine contains a tab character.321
ErrorsLine contains a tab character.322
ErrorsLine has trailing spaces.323
ErrorsLine contains a tab character.323
Errors'+' should be on a new line.325
Errors'+' should be on a new line.326
Errors'+' should be on a new line.327
ErrorsLine has trailing spaces.330
Errors'+' should be on a new line.332
Errors'+' should be on a new line.333
Errors'+' should be on a new line.334
ErrorsLine has trailing spaces.337
ErrorsLine is longer than 80 characters.338
ErrorsLine contains a tab character.338
ErrorsLine has trailing spaces.339
ErrorsLine contains a tab character.339
ErrorsLine contains a tab character.340
ErrorsLine is longer than 80 characters.341
ErrorsLine contains a tab character.341
ErrorsLine contains a tab character.342
ErrorsLine has trailing spaces.343
ErrorsLine contains a tab character.343
ErrorsLine contains a tab character.344
ErrorsLine has trailing spaces.346
ErrorsLine has trailing spaces.349

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/AddInventory.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
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 has trailing spaces.39
ErrorsLine contains a tab character.39
ErrorsLine has trailing spaces.42
ErrorsLine has trailing spaces.44
Errors'{' should be on the previous line.49
ErrorsLine has trailing spaces.50
ErrorsLine has trailing spaces.53
ErrorsLine contains a tab character.54
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 has trailing spaces.61
ErrorsLine is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsLine is longer than 80 characters.63
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 has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine is longer than 80 characters.68
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsParameter Id should be final.73
Errors'Id' hides a field.73
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.73
ErrorsParameter Type should be final.73
Errors'Type' hides a field.73
ErrorsName 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'.73
ErrorsLine has trailing spaces.74
ErrorsLine has trailing spaces.76
ErrorsLine has trailing spaces.78
ErrorsLine has trailing spaces.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine has trailing spaces.84
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine is longer than 80 characters.92
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine has trailing spaces.96
ErrorsLine contains a tab character.96
ErrorsLine has trailing spaces.99
ErrorsLine has trailing spaces.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
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.108
ErrorsVariable 'Id' must be private and have accessor methods.108
ErrorsLine contains a tab character.109
ErrorsLine has trailing spaces.111
ErrorsLine has trailing spaces.113
ErrorsLine is longer than 80 characters.114
ErrorsLine contains a tab character.114
ErrorsLine is longer than 80 characters.115
ErrorsLine contains a tab character.115
ErrorsLine is longer than 80 characters.116
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsExpected an @return tag.119
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.119
ErrorsLine has trailing spaces.124
ErrorsLine has trailing spaces.126
ErrorsLine has trailing spaces.128
ErrorsLine is longer than 80 characters.129
ErrorsLine contains a tab character.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
ErrorsLine contains a tab character.133
ErrorsExpected an @return tag.134
ErrorsMethod 'setId' is not designed for extension - needs to be abstract, final or empty.134
ErrorsParameter Id should be final.134
Errors'Id' hides a field.134
ErrorsExpected @param tag for 'Id'.134
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.134
ErrorsLine has trailing spaces.138
ErrorsLine has trailing spaces.140
ErrorsLine is longer than 80 characters.141
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.143
ErrorsName 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'.145
ErrorsVariable 'Type' must be private and have accessor methods.145
ErrorsLine contains a tab character.146
ErrorsLine has trailing spaces.148
ErrorsLine has trailing spaces.150
ErrorsLine is longer than 80 characters.151
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsExpected an @return tag.154
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.154
ErrorsLine has trailing spaces.159
ErrorsLine has trailing spaces.161
ErrorsLine has trailing spaces.163
ErrorsLine is longer than 80 characters.164
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsExpected an @return tag.167
ErrorsMethod 'setType' is not designed for extension - needs to be abstract, final or empty.167
ErrorsParameter Type should be final.167
Errors'Type' hides a field.167
ErrorsExpected @param tag for 'Type'.167
ErrorsName 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'.167
ErrorsLine has trailing spaces.171
ErrorsLine contains a tab character.176
ErrorsLine has trailing spaces.177
ErrorsLine contains a tab character.177
ErrorsLine contains a tab character.180
ErrorsLine contains a tab character.182
ErrorsLine has trailing spaces.183
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.184
ErrorsLine has trailing spaces.188
ErrorsParameter original should be final.193
ErrorsExpected @param tag for 'original'.193
ErrorsLine has trailing spaces.194
Errors'=' is not preceded with whitespace.195
Errors'=' is not followed by whitespace.195
ErrorsLine has trailing spaces.196
Errors'=' is not preceded with whitespace.197
Errors'=' is not followed by whitespace.197
ErrorsLine has trailing spaces.198
ErrorsLine has trailing spaces.201
ErrorsLine has trailing spaces.203
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.204
ErrorsMissing a Javadoc comment.204
ErrorsLine has trailing spaces.206
ErrorsLine contains a tab character.207
ErrorsLine has trailing spaces.208
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.211
ErrorsMissing a Javadoc comment.211
Errors'+' should be on a new line.212
ErrorsLine has trailing spaces.213
Errors'+' should be on a new line.214
Errors'+' should be on a new line.215
Errors'+' should be on a new line.216
ErrorsLine has trailing spaces.217
Errors'+' should be on a new line.218
Errors'+' should be on a new line.219
Errors'+' should be on a new line.220
ErrorsLine has trailing spaces.224
ErrorsLine has trailing spaces.225
ErrorsLine contains a tab character.226
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.226
ErrorsMissing a Javadoc comment.226
ErrorsLine contains a tab character.227
ErrorsLine contains a tab character.228
ErrorsLine has trailing spaces.229
ErrorsLine contains a tab character.229
ErrorsLine contains a tab character.230
ErrorsLine is longer than 80 characters.231
ErrorsLine contains a tab character.231
ErrorsLine contains a tab character.232
ErrorsLine has trailing spaces.233
ErrorsLine contains a tab character.233
ErrorsLine contains a tab character.234
ErrorsLine is longer than 80 characters.235
ErrorsLine contains a tab character.235
ErrorsLine contains a tab character.236
ErrorsLine has trailing spaces.237
ErrorsLine contains a tab character.237
ErrorsLine contains a tab character.238
ErrorsLine has trailing spaces.240
ErrorsLine has trailing spaces.243

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/AddRay.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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
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.46
ErrorsLine has trailing spaces.47
ErrorsLine contains a tab character.47
ErrorsLine has trailing spaces.50
ErrorsLine has trailing spaces.52
Errors'{' should be on the previous line.57
ErrorsLine has trailing spaces.58
ErrorsLine has trailing spaces.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.68
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 contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.78
ErrorsLine has trailing spaces.79
ErrorsLine contains a tab character.79
ErrorsLine has trailing spaces.80
ErrorsLine is longer than 80 characters.81
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine has trailing spaces.84
ErrorsLine contains a tab character.84
ErrorsLine has trailing spaces.85
ErrorsLine contains a tab character.86
ErrorsLine has trailing spaces.87
ErrorsLine contains a tab character.87
ErrorsLine has trailing spaces.88
ErrorsLine is longer than 80 characters.89
ErrorsLine contains a tab character.89
ErrorsLine is longer than 80 characters.90
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.92
ErrorsLine contains a tab character.92
ErrorsLine has trailing spaces.93
ErrorsLine is longer than 80 characters.94
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.95
ErrorsLine has trailing spaces.96
ErrorsLine is longer than 80 characters.97
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine has trailing spaces.99
ErrorsLine contains a tab character.99
ErrorsLine is longer than 80 characters.102
ErrorsParameter Id should be final.102
Errors'Id' hides a field.102
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.102
ErrorsParameter Direction should be final.102
Errors'Direction' hides a field.102
ErrorsName 'Direction' must match pattern '^[a-z][a-zA-Z0-9]*$'.102
ErrorsParameter Length should be final.102
Errors'Length' hides a field.102
ErrorsName 'Length' must match pattern '^[a-z][a-zA-Z0-9]*$'.102
ErrorsParameter FastTrace should be final.102
Errors'FastTrace' hides a field.102
ErrorsName 'FastTrace' must match pattern '^[a-z][a-zA-Z0-9]*$'.102
ErrorsParameter FloorCorrection should be final.102
Errors'FloorCorrection' hides a field.102
ErrorsName 'FloorCorrection' must match pattern '^[a-z][a-zA-Z0-9]*$'.102
ErrorsParameter TraceActors should be final.102
Errors'TraceActors' hides a field.102
ErrorsName 'TraceActors' must match pattern '^[a-z][a-zA-Z0-9]*$'.102
ErrorsLine has trailing spaces.103
ErrorsLine has trailing spaces.105
ErrorsLine has trailing spaces.107
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.111
ErrorsLine has trailing spaces.113
ErrorsLine has trailing spaces.115
ErrorsLine has trailing spaces.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine has trailing spaces.121
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
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 is longer than 80 characters.137
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine has trailing spaces.141
ErrorsLine contains a tab character.141
ErrorsLine has trailing spaces.144
ErrorsLine has trailing spaces.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.150
ErrorsVariable 'Id' must be private and have accessor methods.150
ErrorsLine contains a tab character.151
ErrorsLine has trailing spaces.153
ErrorsLine has trailing spaces.155
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsExpected an @return tag.158
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.158
ErrorsLine has trailing spaces.163
ErrorsLine has trailing spaces.165
ErrorsLine has trailing spaces.167
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsExpected an @return tag.170
ErrorsMethod 'setId' is not designed for extension - needs to be abstract, final or empty.170
ErrorsParameter Id should be final.170
Errors'Id' hides a field.170
ErrorsExpected @param tag for 'Id'.170
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.170
ErrorsLine has trailing spaces.174
ErrorsLine has trailing spaces.176
ErrorsLine is longer than 80 characters.177
ErrorsLine contains a tab character.177
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.180
ErrorsName 'Direction' must match pattern '^[a-z][a-zA-Z0-9]*$'.182
ErrorsVariable 'Direction' must be private and have accessor methods.182
ErrorsLine contains a tab character.183
ErrorsLine has trailing spaces.185
ErrorsLine has trailing spaces.187
ErrorsLine is longer than 80 characters.188
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.189
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191
ErrorsExpected an @return tag.192
ErrorsMethod 'getDirection' is not designed for extension - needs to be abstract, final or empty.192
ErrorsLine has trailing spaces.197
ErrorsLine has trailing spaces.199
ErrorsLine has trailing spaces.201
ErrorsLine is longer than 80 characters.202
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.203
ErrorsLine contains a tab character.204
ErrorsLine contains a tab character.205
ErrorsExpected an @return tag.206
ErrorsMethod 'setDirection' is not designed for extension - needs to be abstract, final or empty.206
ErrorsParameter Direction should be final.206
Errors'Direction' hides a field.206
ErrorsExpected @param tag for 'Direction'.206
ErrorsName 'Direction' must match pattern '^[a-z][a-zA-Z0-9]*$'.206
ErrorsLine has trailing spaces.210
ErrorsLine has trailing spaces.212
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.214
ErrorsName 'Length' must match pattern '^[a-z][a-zA-Z0-9]*$'.216
ErrorsVariable 'Length' must be private and have accessor methods.216
ErrorsLine contains a tab character.217
ErrorsLine has trailing spaces.219
ErrorsLine has trailing spaces.221
ErrorsLine contains a tab character.222
ErrorsLine contains a tab character.223
ErrorsExpected an @return tag.224
ErrorsMethod 'getLength' is not designed for extension - needs to be abstract, final or empty.224
ErrorsLine has trailing spaces.229
ErrorsLine has trailing spaces.231
ErrorsLine has trailing spaces.233
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235
ErrorsExpected an @return tag.236
ErrorsMethod 'setLength' is not designed for extension - needs to be abstract, final or empty.236
ErrorsParameter Length should be final.236
Errors'Length' hides a field.236
ErrorsExpected @param tag for 'Length'.236
ErrorsName 'Length' must match pattern '^[a-z][a-zA-Z0-9]*$'.236
ErrorsLine has trailing spaces.240
ErrorsLine has trailing spaces.242
ErrorsLine is longer than 80 characters.243
ErrorsLine contains a tab character.243
ErrorsLine is longer than 80 characters.244
ErrorsLine contains a tab character.244
ErrorsLine contains a tab character.245
ErrorsLine contains a tab character.246
ErrorsName 'FastTrace' must match pattern '^[a-z][a-zA-Z0-9]*$'.248
ErrorsVariable 'FastTrace' must be private and have accessor methods.248
ErrorsLine contains a tab character.249
ErrorsLine has trailing spaces.251
ErrorsLine has trailing spaces.253
ErrorsLine is longer than 80 characters.254
ErrorsLine contains a tab character.254
ErrorsLine is longer than 80 characters.255
ErrorsLine contains a tab character.255
ErrorsLine contains a tab character.256
ErrorsLine contains a tab character.257
ErrorsExpected an @return tag.258
ErrorsMethod 'isFastTrace' is not designed for extension - needs to be abstract, final or empty.258
ErrorsLine has trailing spaces.263
ErrorsLine has trailing spaces.265
ErrorsLine has trailing spaces.267
ErrorsLine is longer than 80 characters.268
ErrorsLine contains a tab character.268
ErrorsLine is longer than 80 characters.269
ErrorsLine contains a tab character.269
ErrorsLine contains a tab character.270
ErrorsLine contains a tab character.271
ErrorsExpected an @return tag.272
ErrorsMethod 'setFastTrace' is not designed for extension - needs to be abstract, final or empty.272
ErrorsParameter FastTrace should be final.272
Errors'FastTrace' hides a field.272
ErrorsExpected @param tag for 'FastTrace'.272
ErrorsName 'FastTrace' must match pattern '^[a-z][a-zA-Z0-9]*$'.272
ErrorsLine has trailing spaces.276
ErrorsLine has trailing spaces.278
ErrorsLine is longer than 80 characters.279
ErrorsLine contains a tab character.280
ErrorsName 'FloorCorrection' must match pattern '^[a-z][a-zA-Z0-9]*$'.282
ErrorsVariable 'FloorCorrection' must be private and have accessor methods.282
ErrorsLine contains a tab character.283
ErrorsLine has trailing spaces.285
ErrorsLine has trailing spaces.287
ErrorsLine is longer than 80 characters.288
ErrorsLine contains a tab character.289
ErrorsExpected an @return tag.290
ErrorsMethod 'isFloorCorrection' is not designed for extension - needs to be abstract, final or empty.290
ErrorsLine has trailing spaces.295
ErrorsLine has trailing spaces.297
ErrorsLine has trailing spaces.299
ErrorsLine is longer than 80 characters.300
ErrorsLine contains a tab character.301
ErrorsExpected an @return tag.302
ErrorsMethod 'setFloorCorrection' is not designed for extension - needs to be abstract, final or empty.302
ErrorsParameter FloorCorrection should be final.302
Errors'FloorCorrection' hides a field.302
ErrorsExpected @param tag for 'FloorCorrection'.302
ErrorsName 'FloorCorrection' must match pattern '^[a-z][a-zA-Z0-9]*$'.302
ErrorsLine has trailing spaces.306
ErrorsLine has trailing spaces.308
ErrorsLine is longer than 80 characters.309
ErrorsLine contains a tab character.309
ErrorsLine contains a tab character.310
ErrorsLine contains a tab character.311
ErrorsName 'TraceActors' must match pattern '^[a-z][a-zA-Z0-9]*$'.313
ErrorsVariable 'TraceActors' must be private and have accessor methods.313
ErrorsLine contains a tab character.314
ErrorsLine has trailing spaces.316
ErrorsLine has trailing spaces.318
ErrorsLine is longer than 80 characters.319
ErrorsLine contains a tab character.319
ErrorsLine contains a tab character.320
ErrorsLine contains a tab character.321
ErrorsExpected an @return tag.322
ErrorsMethod 'isTraceActors' is not designed for extension - needs to be abstract, final or empty.322
ErrorsLine has trailing spaces.327
ErrorsLine has trailing spaces.329
ErrorsLine has trailing spaces.331
ErrorsLine is longer than 80 characters.332
ErrorsLine contains a tab character.332
ErrorsLine contains a tab character.333
ErrorsLine contains a tab character.334
ErrorsExpected an @return tag.335
ErrorsMethod 'setTraceActors' is not designed for extension - needs to be abstract, final or empty.335
ErrorsParameter TraceActors should be final.335
Errors'TraceActors' hides a field.335
ErrorsExpected @param tag for 'TraceActors'.335
ErrorsName 'TraceActors' must match pattern '^[a-z][a-zA-Z0-9]*$'.335
ErrorsLine has trailing spaces.339
ErrorsLine contains a tab character.344
ErrorsLine has trailing spaces.345
ErrorsLine contains a tab character.345
ErrorsLine contains a tab character.348
ErrorsLine contains a tab character.350
ErrorsLine has trailing spaces.351
ErrorsLine contains a tab character.351
ErrorsLine contains a tab character.352
ErrorsLine has trailing spaces.356
ErrorsParameter original should be final.361
ErrorsExpected @param tag for 'original'.361
ErrorsLine has trailing spaces.362
Errors'=' is not preceded with whitespace.363
Errors'=' is not followed by whitespace.363
ErrorsLine has trailing spaces.364
Errors'=' is not preceded with whitespace.365
Errors'=' is not followed by whitespace.365
ErrorsLine has trailing spaces.366
Errors'=' is not preceded with whitespace.367
Errors'=' is not followed by whitespace.367
ErrorsLine has trailing spaces.368
Errors'=' is not preceded with whitespace.369
Errors'=' is not followed by whitespace.369
ErrorsLine has trailing spaces.370
Errors'=' is not preceded with whitespace.371
Errors'=' is not followed by whitespace.371
ErrorsLine has trailing spaces.372
Errors'=' is not preceded with whitespace.373
Errors'=' is not followed by whitespace.373
ErrorsLine has trailing spaces.374
ErrorsLine has trailing spaces.377
ErrorsLine has trailing spaces.379
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.380
ErrorsMissing a Javadoc comment.380
ErrorsLine has trailing spaces.382
ErrorsLine contains a tab character.383
ErrorsLine has trailing spaces.384
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.387
ErrorsMissing a Javadoc comment.387
Errors'+' should be on a new line.388
ErrorsLine has trailing spaces.389
Errors'+' should be on a new line.390
Errors'+' should be on a new line.391
Errors'+' should be on a new line.392
ErrorsLine has trailing spaces.393
Errors'+' should be on a new line.394
Errors'+' should be on a new line.395
Errors'+' should be on a new line.396
ErrorsLine has trailing spaces.397
Errors'+' should be on a new line.398
Errors'+' should be on a new line.399
Errors'+' should be on a new line.400
ErrorsLine has trailing spaces.401
Errors'+' should be on a new line.402
Errors'+' should be on a new line.403
Errors'+' should be on a new line.404
ErrorsLine has trailing spaces.405
Errors'+' should be on a new line.406
Errors'+' should be on a new line.407
Errors'+' should be on a new line.408
ErrorsLine has trailing spaces.409
Errors'+' should be on a new line.410
Errors'+' should be on a new line.411
Errors'+' should be on a new line.412
ErrorsLine has trailing spaces.416
ErrorsLine has trailing spaces.417
ErrorsLine contains a tab character.418
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.418
ErrorsMissing a Javadoc comment.418
ErrorsLine contains a tab character.419
ErrorsLine contains a tab character.420
ErrorsLine has trailing spaces.421
ErrorsLine contains a tab character.421
ErrorsLine contains a tab character.422
ErrorsLine is longer than 80 characters.423
ErrorsLine contains a tab character.423
ErrorsLine contains a tab character.424
ErrorsLine has trailing spaces.425
ErrorsLine contains a tab character.425
ErrorsLine contains a tab character.426
ErrorsLine is longer than 80 characters.427
ErrorsLine contains a tab character.427
Errors'+' should be on a new line.427
ErrorsLine is longer than 80 characters.428
ErrorsLine contains a tab character.428
Errors'+' should be on a new line.428
ErrorsLine is longer than 80 characters.429
ErrorsLine contains a tab character.429
Errors'+' should be on a new line.429
ErrorsLine is longer than 80 characters.430
ErrorsLine contains a tab character.430
ErrorsLine contains a tab character.431
ErrorsLine has trailing spaces.432
ErrorsLine contains a tab character.432
ErrorsLine is longer than 80 characters.433
ErrorsLine contains a tab character.433
ErrorsLine has trailing spaces.434
ErrorsLine contains a tab character.434
ErrorsLine is longer than 80 characters.435
ErrorsLine contains a tab character.435
ErrorsLine has trailing spaces.436
ErrorsLine contains a tab character.436
ErrorsLine is longer than 80 characters.437
ErrorsLine contains a tab character.437
ErrorsLine has trailing spaces.438
ErrorsLine contains a tab character.438
ErrorsLine is longer than 80 characters.439
ErrorsLine contains a tab character.439
ErrorsLine has trailing spaces.440
ErrorsLine contains a tab character.440
ErrorsLine contains a tab character.441
ErrorsLine has trailing spaces.443
ErrorsLine has trailing spaces.446

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/ChangeAttribute.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
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 has trailing spaces.39
ErrorsLine contains a tab character.39
ErrorsLine has trailing spaces.42
ErrorsLine has trailing spaces.44
Errors'{' should be on the previous line.49
ErrorsLine has trailing spaces.50
ErrorsLine has trailing spaces.53
ErrorsLine contains a tab character.54
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 has trailing spaces.61
ErrorsLine is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.64
ErrorsParameter Id should be final.68
Errors'Id' hides a field.68
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.68
ErrorsParameter Health should be final.68
Errors'Health' hides a field.68
ErrorsName 'Health' must match pattern '^[a-z][a-zA-Z0-9]*$'.68
ErrorsLine has trailing spaces.69
ErrorsLine has trailing spaces.71
ErrorsLine has trailing spaces.73
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine has trailing spaces.79
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine is longer than 80 characters.83
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine is longer than 80 characters.87
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine has trailing spaces.91
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.94
ErrorsLine has trailing spaces.96
ErrorsLine is longer than 80 characters.97
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.101
ErrorsVariable 'Id' must be private and have accessor methods.101
ErrorsLine contains a tab character.102
ErrorsLine has trailing spaces.104
ErrorsLine has trailing spaces.106
ErrorsLine is longer than 80 characters.107
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsExpected an @return tag.110
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.110
ErrorsLine has trailing spaces.115
ErrorsLine has trailing spaces.117
ErrorsLine has trailing spaces.119
ErrorsLine is longer than 80 characters.120
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsExpected an @return tag.123
ErrorsMethod 'setId' is not designed for extension - needs to be abstract, final or empty.123
ErrorsParameter Id should be final.123
Errors'Id' hides a field.123
ErrorsExpected @param tag for 'Id'.123
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.123
ErrorsLine has trailing spaces.127
ErrorsName 'Health' must match pattern '^[a-z][a-zA-Z0-9]*$'.131
ErrorsVariable 'Health' must be private and have accessor methods.131
ErrorsLine contains a tab character.132
ErrorsLine has trailing spaces.134
ErrorsExpected an @return tag.137
ErrorsMethod 'getHealth' is not designed for extension - needs to be abstract, final or empty.137
ErrorsLine has trailing spaces.142
ErrorsLine has trailing spaces.144
ErrorsExpected an @return tag.147
ErrorsMethod 'setHealth' is not designed for extension - needs to be abstract, final or empty.147
ErrorsParameter Health should be final.147
Errors'Health' hides a field.147
ErrorsExpected @param tag for 'Health'.147
ErrorsName 'Health' must match pattern '^[a-z][a-zA-Z0-9]*$'.147
ErrorsLine has trailing spaces.151
ErrorsLine contains a tab character.156
ErrorsLine has trailing spaces.157
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.162
ErrorsLine has trailing spaces.163
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsLine has trailing spaces.168
ErrorsParameter original should be final.173
ErrorsExpected @param tag for 'original'.173
ErrorsLine has trailing spaces.174
Errors'=' is not preceded with whitespace.175
Errors'=' is not followed by whitespace.175
ErrorsLine has trailing spaces.176
Errors'=' is not preceded with whitespace.177
Errors'=' is not followed by whitespace.177
ErrorsLine has trailing spaces.178
ErrorsLine has trailing spaces.181
ErrorsLine has trailing spaces.183
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.184
ErrorsMissing a Javadoc comment.184
ErrorsLine has trailing spaces.186
ErrorsLine contains a tab character.187
ErrorsLine has trailing spaces.188
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.191
ErrorsMissing a Javadoc comment.191
Errors'+' should be on a new line.192
ErrorsLine has trailing spaces.193
Errors'+' should be on a new line.194
Errors'+' should be on a new line.195
Errors'+' should be on a new line.196
ErrorsLine has trailing spaces.197
Errors'+' should be on a new line.198
Errors'+' should be on a new line.199
Errors'+' should be on a new line.200
ErrorsLine has trailing spaces.204
ErrorsLine has trailing spaces.205
ErrorsLine contains a tab character.206
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.206
ErrorsMissing a Javadoc comment.206
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.208
ErrorsLine has trailing spaces.209
ErrorsLine contains a tab character.209
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 has trailing spaces.213
ErrorsLine contains a tab character.213
ErrorsLine is longer than 80 characters.214
ErrorsLine contains a tab character.214
ErrorsLine has trailing spaces.215
ErrorsLine contains a tab character.215
ErrorsLine contains a tab character.216
ErrorsLine has trailing spaces.218
ErrorsLine has trailing spaces.221

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/ChangeMap.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.40
ErrorsLine has trailing spaces.42
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.58
ErrorsLine is longer than 80 characters.59
ErrorsLine contains a tab character.59
ErrorsLine is longer than 80 characters.60
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsParameter MapName should be final.64
Errors'MapName' hides a field.64
ErrorsName 'MapName' must match pattern '^[a-z][a-zA-Z0-9]*$'.64
ErrorsParameter NotifyGame should be final.64
Errors'NotifyGame' hides a field.64
ErrorsName 'NotifyGame' must match pattern '^[a-z][a-zA-Z0-9]*$'.64
ErrorsLine has trailing spaces.65
ErrorsLine has trailing spaces.67
ErrorsLine has trailing spaces.69
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.75
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine is longer than 80 characters.81
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine has trailing spaces.85
ErrorsLine contains a tab character.85
ErrorsLine has trailing spaces.88
ErrorsName 'MapName' must match pattern '^[a-z][a-zA-Z0-9]*$'.92
ErrorsVariable 'MapName' must be private and have accessor methods.92
ErrorsLine contains a tab character.93
ErrorsLine has trailing spaces.95
ErrorsExpected an @return tag.98
ErrorsMethod 'getMapName' is not designed for extension - needs to be abstract, final or empty.98
ErrorsLine has trailing spaces.103
ErrorsLine has trailing spaces.105
ErrorsExpected an @return tag.108
ErrorsMethod 'setMapName' is not designed for extension - needs to be abstract, final or empty.108
ErrorsParameter MapName should be final.108
Errors'MapName' hides a field.108
ErrorsExpected @param tag for 'MapName'.108
ErrorsName 'MapName' must match pattern '^[a-z][a-zA-Z0-9]*$'.108
ErrorsLine has trailing spaces.112
ErrorsLine has trailing spaces.114
ErrorsLine is longer than 80 characters.115
ErrorsLine contains a tab character.115
ErrorsLine is longer than 80 characters.116
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsName 'NotifyGame' must match pattern '^[a-z][a-zA-Z0-9]*$'.119
ErrorsVariable 'NotifyGame' must be private and have accessor methods.119
ErrorsLine contains a tab character.120
ErrorsLine has trailing spaces.122
ErrorsLine has trailing spaces.124
ErrorsLine is longer than 80 characters.125
ErrorsLine contains a tab character.125
ErrorsLine is longer than 80 characters.126
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsExpected an @return tag.128
ErrorsMethod 'isNotifyGame' is not designed for extension - needs to be abstract, final or empty.128
ErrorsLine has trailing spaces.133
ErrorsLine has trailing spaces.135
ErrorsLine has trailing spaces.137
ErrorsLine is longer than 80 characters.138
ErrorsLine contains a tab character.138
ErrorsLine is longer than 80 characters.139
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsExpected an @return tag.141
ErrorsMethod 'setNotifyGame' is not designed for extension - needs to be abstract, final or empty.141
ErrorsParameter NotifyGame should be final.141
Errors'NotifyGame' hides a field.141
ErrorsExpected @param tag for 'NotifyGame'.141
ErrorsName 'NotifyGame' must match pattern '^[a-z][a-zA-Z0-9]*$'.141
ErrorsLine has trailing spaces.145
ErrorsLine contains a tab character.150
ErrorsLine has trailing spaces.151
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.156
ErrorsLine has trailing spaces.157
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine has trailing spaces.162
ErrorsParameter original should be final.167
ErrorsExpected @param tag for 'original'.167
ErrorsLine has trailing spaces.168
Errors'=' is not preceded with whitespace.169
Errors'=' is not followed by whitespace.169
ErrorsLine has trailing spaces.170
Errors'=' is not preceded with whitespace.171
Errors'=' is not followed by whitespace.171
ErrorsLine has trailing spaces.172
ErrorsLine has trailing spaces.175
ErrorsLine has trailing spaces.177
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.178
ErrorsMissing a Javadoc comment.178
ErrorsLine has trailing spaces.180
ErrorsLine contains a tab character.181
ErrorsLine has trailing spaces.182
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.185
ErrorsMissing a Javadoc comment.185
Errors'+' should be on a new line.186
ErrorsLine has trailing spaces.187
Errors'+' should be on a new line.188
Errors'+' should be on a new line.189
Errors'+' should be on a new line.190
ErrorsLine has trailing spaces.191
Errors'+' should be on a new line.192
Errors'+' should be on a new line.193
Errors'+' should be on a new line.194
ErrorsLine has trailing spaces.198
ErrorsLine has trailing spaces.199
ErrorsLine contains a tab character.200
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.200
ErrorsMissing a Javadoc comment.200
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.202
ErrorsLine has trailing spaces.203
ErrorsLine contains a tab character.203
ErrorsLine contains a tab character.204
ErrorsLine is longer than 80 characters.205
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
ErrorsLine has trailing spaces.209
ErrorsLine contains a tab character.209
ErrorsLine contains a tab character.210
ErrorsLine has trailing spaces.212
ErrorsLine has trailing spaces.215

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/ChangeTeam.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.40
ErrorsLine has trailing spaces.42
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.64
ErrorsParameter Id should be final.67
Errors'Id' hides a field.67
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.67
ErrorsParameter Team should be final.67
Errors'Team' hides a field.67
ErrorsName 'Team' must match pattern '^[a-z][a-zA-Z0-9]*$'.67
ErrorsLine has trailing spaces.68
ErrorsLine has trailing spaces.70
ErrorsLine has trailing spaces.72
ErrorsLine has trailing spaces.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.78
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine is longer than 80 characters.84
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine has trailing spaces.88
ErrorsLine contains a tab character.88
ErrorsLine has trailing spaces.91
ErrorsLine has trailing spaces.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.98
ErrorsVariable 'Id' must be private and have accessor methods.98
ErrorsLine contains a tab character.99
ErrorsLine has trailing spaces.101
ErrorsLine has trailing spaces.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsExpected an @return tag.107
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.107
ErrorsLine has trailing spaces.112
ErrorsLine has trailing spaces.114
ErrorsLine has trailing spaces.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsExpected an @return tag.120
ErrorsMethod 'setId' is not designed for extension - needs to be abstract, final or empty.120
ErrorsParameter Id should be final.120
Errors'Id' hides a field.120
ErrorsExpected @param tag for 'Id'.120
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.120
ErrorsLine has trailing spaces.124
ErrorsLine has trailing spaces.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsName 'Team' must match pattern '^[a-z][a-zA-Z0-9]*$'.131
ErrorsVariable 'Team' must be private and have accessor methods.131
ErrorsLine contains a tab character.132
ErrorsLine has trailing spaces.134
ErrorsLine has trailing spaces.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsExpected an @return tag.140
ErrorsMethod 'getTeam' is not designed for extension - needs to be abstract, final or empty.140
ErrorsLine has trailing spaces.145
ErrorsLine has trailing spaces.147
ErrorsLine has trailing spaces.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsExpected an @return tag.153
ErrorsMethod 'setTeam' is not designed for extension - needs to be abstract, final or empty.153
ErrorsParameter Team should be final.153
Errors'Team' hides a field.153
ErrorsExpected @param tag for 'Team'.153
ErrorsName 'Team' must match pattern '^[a-z][a-zA-Z0-9]*$'.153
ErrorsLine has trailing spaces.157
ErrorsLine contains a tab character.162
ErrorsLine has trailing spaces.163
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.168
ErrorsLine has trailing spaces.169
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsLine has trailing spaces.174
ErrorsParameter original should be final.179
ErrorsExpected @param tag for 'original'.179
ErrorsLine has trailing spaces.180
Errors'=' is not preceded with whitespace.181
Errors'=' is not followed by whitespace.181
ErrorsLine has trailing spaces.182
Errors'=' is not preceded with whitespace.183
Errors'=' is not followed by whitespace.183
ErrorsLine has trailing spaces.184
ErrorsLine has trailing spaces.187
ErrorsLine has trailing spaces.189
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.190
ErrorsMissing a Javadoc comment.190
ErrorsLine has trailing spaces.192
ErrorsLine contains a tab character.193
ErrorsLine has trailing spaces.194
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.197
ErrorsMissing a Javadoc comment.197
Errors'+' should be on a new line.198
ErrorsLine has trailing spaces.199
Errors'+' should be on a new line.200
Errors'+' should be on a new line.201
Errors'+' should be on a new line.202
ErrorsLine has trailing spaces.203
Errors'+' should be on a new line.204
Errors'+' should be on a new line.205
Errors'+' should be on a new line.206
ErrorsLine has trailing spaces.210
ErrorsLine has trailing spaces.211
ErrorsLine contains a tab character.212
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.212
ErrorsMissing a Javadoc comment.212
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.214
ErrorsLine has trailing spaces.215
ErrorsLine contains a tab character.215
ErrorsLine contains a tab character.216
ErrorsLine is longer than 80 characters.217
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.218
ErrorsLine has trailing spaces.219
ErrorsLine contains a tab character.219
ErrorsLine is longer than 80 characters.220
ErrorsLine contains a tab character.220
ErrorsLine has trailing spaces.221
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
ErrorsLine has trailing spaces.224
ErrorsLine has trailing spaces.227

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/ChangeWeapon.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.36
ErrorsLine has trailing spaces.38
Errors'{' should be on the previous line.43
ErrorsLine has trailing spaces.44
ErrorsLine is longer than 80 characters.47
ErrorsLine has trailing spaces.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 is longer than 80 characters.53
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.55
ErrorsParameter Id should be final.58
Errors'Id' hides a field.58
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.58
ErrorsLine has trailing spaces.59
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine is longer than 80 characters.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine is longer than 80 characters.69
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 contains a tab character.73
ErrorsLine has trailing spaces.76
ErrorsLine has trailing spaces.78
ErrorsLine is longer than 80 characters.79
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine is longer than 80 characters.82
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.86
ErrorsVariable 'Id' must be private and have accessor methods.86
ErrorsLine contains a tab character.87
ErrorsLine has trailing spaces.89
ErrorsLine has trailing spaces.91
ErrorsLine is longer than 80 characters.92
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine is longer than 80 characters.95
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsExpected an @return tag.98
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.98
ErrorsLine has trailing spaces.103
ErrorsLine has trailing spaces.105
ErrorsLine has trailing spaces.107
ErrorsLine is longer than 80 characters.108
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine is longer than 80 characters.111
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsExpected an @return tag.114
ErrorsMethod 'setId' is not designed for extension - needs to be abstract, final or empty.114
ErrorsParameter Id should be final.114
Errors'Id' hides a field.114
ErrorsExpected @param tag for 'Id'.114
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.114
ErrorsLine has trailing spaces.118
ErrorsLine contains a tab character.123
ErrorsLine has trailing spaces.124
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.129
ErrorsLine has trailing spaces.130
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine has trailing spaces.135
ErrorsParameter original should be final.140
ErrorsExpected @param tag for 'original'.140
ErrorsLine has trailing spaces.141
Errors'=' is not preceded with whitespace.142
Errors'=' is not followed by whitespace.142
ErrorsLine has trailing spaces.143
ErrorsLine has trailing spaces.146
ErrorsLine has trailing spaces.148
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.149
ErrorsMissing a Javadoc comment.149
ErrorsLine has trailing spaces.151
ErrorsLine contains a tab character.152
ErrorsLine has trailing spaces.153
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.156
ErrorsMissing a Javadoc comment.156
Errors'+' should be on a new line.157
ErrorsLine has trailing spaces.158
Errors'+' should be on a new line.159
Errors'+' should be on a new line.160
Errors'+' should be on a new line.161
ErrorsLine has trailing spaces.165
ErrorsLine has trailing spaces.166
ErrorsLine contains a tab character.167
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.167
ErrorsMissing a Javadoc comment.167
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsLine has trailing spaces.170
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
ErrorsLine is longer than 80 characters.172
ErrorsLine contains a tab character.172
ErrorsLine contains a tab character.173
ErrorsLine has trailing spaces.174
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.175
ErrorsLine has trailing spaces.177
ErrorsLine has trailing spaces.180

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/CheckReachability.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.40
ErrorsLine has trailing spaces.42
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.57
ErrorsLine is longer than 80 characters.58
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.63
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine is longer than 80 characters.65
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsParameter Id should be final.70
Errors'Id' hides a field.70
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.70
ErrorsParameter Target should be final.70
Errors'Target' hides a field.70
ErrorsName 'Target' must match pattern '^[a-z][a-zA-Z0-9]*$'.70
ErrorsParameter Location should be final.70
Errors'Location' hides a field.70
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.70
ErrorsLine has trailing spaces.71
ErrorsLine has trailing spaces.73
ErrorsLine has trailing spaces.75
ErrorsLine has trailing spaces.77
ErrorsLine has trailing spaces.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.83
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine is longer than 80 characters.89
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 has trailing spaces.93
ErrorsLine contains a tab character.93
ErrorsLine has trailing spaces.96
ErrorsLine has trailing spaces.98
ErrorsLine is longer than 80 characters.99
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.103
ErrorsVariable 'Id' must be private and have accessor methods.103
ErrorsLine contains a tab character.104
ErrorsLine has trailing spaces.106
ErrorsLine has trailing spaces.108
ErrorsLine is longer than 80 characters.109
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsExpected an @return tag.112
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.112
ErrorsLine has trailing spaces.117
ErrorsLine has trailing spaces.119
ErrorsLine has trailing spaces.121
ErrorsLine is longer than 80 characters.122
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsExpected an @return tag.125
ErrorsMethod 'setId' is not designed for extension - needs to be abstract, final or empty.125
ErrorsParameter Id should be final.125
Errors'Id' hides a field.125
ErrorsExpected @param tag for 'Id'.125
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.125
ErrorsLine has trailing spaces.129
ErrorsLine has trailing spaces.131
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
ErrorsName 'Target' must match pattern '^[a-z][a-zA-Z0-9]*$'.135
ErrorsVariable 'Target' must be private and have accessor methods.135
ErrorsLine contains a tab character.136
ErrorsLine has trailing spaces.138
ErrorsLine has trailing spaces.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsExpected an @return tag.143
ErrorsMethod 'getTarget' is not designed for extension - needs to be abstract, final or empty.143
ErrorsLine has trailing spaces.148
ErrorsLine has trailing spaces.150
ErrorsLine has trailing spaces.152
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsExpected an @return tag.155
ErrorsMethod 'setTarget' is not designed for extension - needs to be abstract, final or empty.155
ErrorsParameter Target should be final.155
Errors'Target' hides a field.155
ErrorsExpected @param tag for 'Target'.155
ErrorsName 'Target' must match pattern '^[a-z][a-zA-Z0-9]*$'.155
ErrorsLine has trailing spaces.159
ErrorsLine has trailing spaces.161
ErrorsLine is longer than 80 characters.162
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.166
ErrorsVariable 'Location' must be private and have accessor methods.166
ErrorsLine contains a tab character.167
ErrorsLine has trailing spaces.169
ErrorsLine has trailing spaces.171
ErrorsLine is longer than 80 characters.172
ErrorsLine contains a tab character.172
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsExpected an @return tag.175
ErrorsMethod 'getLocation' is not designed for extension - needs to be abstract, final or empty.175
ErrorsLine has trailing spaces.180
ErrorsLine has trailing spaces.182
ErrorsLine has trailing spaces.184
ErrorsLine is longer than 80 characters.185
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
ErrorsExpected an @return tag.188
ErrorsMethod 'setLocation' is not designed for extension - needs to be abstract, final or empty.188
ErrorsParameter Location should be final.188
Errors'Location' hides a field.188
ErrorsExpected @param tag for 'Location'.188
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.188
ErrorsLine has trailing spaces.192
ErrorsLine contains a tab character.197
ErrorsLine has trailing spaces.198
ErrorsLine contains a tab character.198
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.203
ErrorsLine has trailing spaces.204
ErrorsLine contains a tab character.204
ErrorsLine contains a tab character.205
ErrorsLine has trailing spaces.209
ErrorsParameter original should be final.214
ErrorsExpected @param tag for 'original'.214
ErrorsLine has trailing spaces.215
Errors'=' is not preceded with whitespace.216
Errors'=' is not followed by whitespace.216
ErrorsLine has trailing spaces.217
Errors'=' is not preceded with whitespace.218
Errors'=' is not followed by whitespace.218
ErrorsLine has trailing spaces.219
Errors'=' is not preceded with whitespace.220
Errors'=' is not followed by whitespace.220
ErrorsLine has trailing spaces.221
ErrorsLine has trailing spaces.224
ErrorsLine has trailing spaces.226
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.227
ErrorsMissing a Javadoc comment.227
ErrorsLine has trailing spaces.229
ErrorsLine contains a tab character.230
ErrorsLine has trailing spaces.231
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.234
ErrorsMissing a Javadoc comment.234
Errors'+' should be on a new line.235
ErrorsLine has trailing spaces.236
Errors'+' should be on a new line.237
Errors'+' should be on a new line.238
Errors'+' should be on a new line.239
ErrorsLine has trailing spaces.240
Errors'+' should be on a new line.241
Errors'+' should be on a new line.242
Errors'+' should be on a new line.243
ErrorsLine has trailing spaces.244
Errors'+' should be on a new line.245
Errors'+' should be on a new line.246
Errors'+' should be on a new line.247
ErrorsLine has trailing spaces.251
ErrorsLine has trailing spaces.252
ErrorsLine contains a tab character.253
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.253
ErrorsMissing a Javadoc comment.253
ErrorsLine contains a tab character.254
ErrorsLine contains a tab character.255
ErrorsLine has trailing spaces.256
ErrorsLine contains a tab character.256
ErrorsLine contains a tab character.257
ErrorsLine is longer than 80 characters.258
ErrorsLine contains a tab character.258
ErrorsLine contains a tab character.259
ErrorsLine has trailing spaces.260
ErrorsLine contains a tab character.260
ErrorsLine contains a tab character.261
ErrorsLine is longer than 80 characters.262
ErrorsLine contains a tab character.262
ErrorsLine contains a tab character.263
ErrorsLine has trailing spaces.264
ErrorsLine contains a tab character.264
Errors'+' should be on a new line.266
Errors'+' should be on a new line.267
Errors'+' should be on a new line.268
ErrorsLine has trailing spaces.271
ErrorsLine contains a tab character.272
ErrorsLine has trailing spaces.274
ErrorsLine has trailing spaces.277

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/ClearBotsDirty.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.34
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.36
ErrorsLine has trailing spaces.39
ErrorsLine has trailing spaces.41
Errors'{' should be on the previous line.46
ErrorsLine has trailing spaces.47
ErrorsLine has trailing spaces.50
ErrorsLine is longer than 80 characters.51
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.58
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.81
ErrorsParameter original should be final.86
ErrorsExpected @param tag for 'original'.86
ErrorsLine has trailing spaces.87
ErrorsLine has trailing spaces.90
ErrorsLine has trailing spaces.92
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.93
ErrorsMissing a Javadoc comment.93
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.96
ErrorsLine has trailing spaces.97
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.100
ErrorsMissing a Javadoc comment.100
Errors'+' should be on a new line.101
ErrorsLine has trailing spaces.105
ErrorsLine has trailing spaces.106
ErrorsLine contains a tab character.107
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.107
ErrorsMissing a Javadoc comment.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 has trailing spaces.113
ErrorsLine has trailing spaces.116

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Configuration.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine is longer than 80 characters.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.32
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.43
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine has trailing spaces.58
ErrorsLine is longer than 80 characters.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 has trailing spaces.62
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.66
ErrorsLine is longer than 80 characters.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.75
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine is longer than 80 characters.77
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.78
ErrorsLine contains a tab character.78
ErrorsLine has trailing spaces.79
ErrorsLine is longer than 80 characters.80
ErrorsLine contains a tab character.80
ErrorsLine has trailing spaces.81
ErrorsLine contains a tab character.81
ErrorsLine has trailing spaces.82
ErrorsLine is longer than 80 characters.83
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine has trailing spaces.86
ErrorsLine contains a tab character.86
ErrorsLine has trailing spaces.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine has trailing spaces.90
ErrorsLine contains a tab character.90
ErrorsLine has trailing spaces.91
ErrorsLine is longer than 80 characters.92
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine has trailing spaces.94
ErrorsLine contains a tab character.94
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.98
ErrorsLine has trailing spaces.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine has trailing spaces.102
ErrorsLine contains a tab character.102
ErrorsLine has trailing spaces.103
ErrorsLine is longer than 80 characters.104
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine has trailing spaces.106
ErrorsLine contains a tab character.106
ErrorsLine has trailing spaces.107
ErrorsLine is longer than 80 characters.108
ErrorsLine contains a tab character.108
ErrorsLine has trailing spaces.109
ErrorsLine contains a tab character.109
ErrorsMore than 7 parameters.111
ErrorsLine is longer than 80 characters.112
ErrorsParameter Id should be final.112
Errors'Id' hides a field.112
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.112
ErrorsParameter AutoTrace should be final.112
Errors'AutoTrace' hides a field.112
ErrorsName 'AutoTrace' must match pattern '^[a-z][a-zA-Z0-9]*$'.112
ErrorsParameter ManualSpawn should be final.112
Errors'ManualSpawn' hides a field.112
ErrorsName 'ManualSpawn' must match pattern '^[a-z][a-zA-Z0-9]*$'.112
ErrorsParameter Name should be final.112
Errors'Name' hides a field.112
ErrorsName 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'.112
ErrorsParameter Action should be final.112
Errors'Action' hides a field.112
ErrorsName 'Action' must match pattern '^[a-z][a-zA-Z0-9]*$'.112
ErrorsParameter SpeedMultiplier should be final.112
Errors'SpeedMultiplier' hides a field.112
ErrorsName 'SpeedMultiplier' must match pattern '^[a-z][a-zA-Z0-9]*$'.112
ErrorsParameter RotationRate should be final.112
Errors'RotationRate' hides a field.112
ErrorsName 'RotationRate' must match pattern '^[a-z][a-zA-Z0-9]*$'.112
ErrorsParameter Invulnerable should be final.112
Errors'Invulnerable' hides a field.112
ErrorsName 'Invulnerable' must match pattern '^[a-z][a-zA-Z0-9]*$'.112
ErrorsParameter VisionTime should be final.112
Errors'VisionTime' hides a field.112
ErrorsName 'VisionTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.112
ErrorsParameter ShowDebug should be final.112
Errors'ShowDebug' hides a field.112
ErrorsName 'ShowDebug' must match pattern '^[a-z][a-zA-Z0-9]*$'.112
ErrorsParameter ShowFocalPoint should be final.112
Errors'ShowFocalPoint' hides a field.112
ErrorsName 'ShowFocalPoint' must match pattern '^[a-z][a-zA-Z0-9]*$'.112
ErrorsParameter DrawTraceLines should be final.112
Errors'DrawTraceLines' hides a field.112
ErrorsName 'DrawTraceLines' must match pattern '^[a-z][a-zA-Z0-9]*$'.112
ErrorsParameter SynchronousOff should be final.112
Errors'SynchronousOff' hides a field.112
ErrorsName 'SynchronousOff' must match pattern '^[a-z][a-zA-Z0-9]*$'.112
ErrorsParameter AutoPickupOff should be final.112
Errors'AutoPickupOff' hides a field.112
ErrorsName 'AutoPickupOff' must match pattern '^[a-z][a-zA-Z0-9]*$'.112
ErrorsLine has trailing spaces.113
ErrorsLine has trailing spaces.115
ErrorsLine has trailing spaces.117
ErrorsLine has trailing spaces.119
ErrorsLine has trailing spaces.121
ErrorsLine has trailing spaces.123
ErrorsLine has trailing spaces.125
ErrorsLine has trailing spaces.127
ErrorsLine has trailing spaces.129
ErrorsLine has trailing spaces.131
ErrorsLine has trailing spaces.133
ErrorsLine has trailing spaces.135
ErrorsLine has trailing spaces.137
ErrorsLine has trailing spaces.139
ErrorsLine has trailing spaces.141
ErrorsLine has trailing spaces.144
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsLine has trailing spaces.147
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
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 contains a tab character.156
ErrorsLine has trailing spaces.157
ErrorsLine contains a tab character.157
ErrorsLine has trailing spaces.160
ErrorsLine has trailing spaces.162
ErrorsLine is longer than 80 characters.163
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.167
ErrorsVariable 'Id' must be private and have accessor methods.167
ErrorsLine contains a tab character.168
ErrorsLine has trailing spaces.170
ErrorsLine has trailing spaces.172
ErrorsLine is longer than 80 characters.173
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.175
ErrorsExpected an @return tag.176
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.176
ErrorsLine has trailing spaces.181
ErrorsLine has trailing spaces.183
ErrorsLine has trailing spaces.185
ErrorsLine is longer than 80 characters.186
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
ErrorsLine contains a tab character.188
ErrorsExpected an @return tag.189
ErrorsMethod 'setId' is not designed for extension - needs to be abstract, final or empty.189
ErrorsParameter Id should be final.189
Errors'Id' hides a field.189
ErrorsExpected @param tag for 'Id'.189
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.189
ErrorsLine has trailing spaces.193
ErrorsLine has trailing spaces.195
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.197
ErrorsName 'AutoTrace' must match pattern '^[a-z][a-zA-Z0-9]*$'.199
ErrorsVariable 'AutoTrace' must be private and have accessor methods.199
ErrorsLine contains a tab character.200
ErrorsLine has trailing spaces.202
ErrorsLine has trailing spaces.204
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.206
ErrorsExpected an @return tag.207
ErrorsMethod 'isAutoTrace' is not designed for extension - needs to be abstract, final or empty.207
ErrorsLine has trailing spaces.212
ErrorsLine has trailing spaces.214
ErrorsLine has trailing spaces.216
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.218
ErrorsExpected an @return tag.219
ErrorsMethod 'setAutoTrace' is not designed for extension - needs to be abstract, final or empty.219
ErrorsParameter AutoTrace should be final.219
Errors'AutoTrace' hides a field.219
ErrorsExpected @param tag for 'AutoTrace'.219
ErrorsName 'AutoTrace' must match pattern '^[a-z][a-zA-Z0-9]*$'.219
ErrorsLine has trailing spaces.223
ErrorsLine has trailing spaces.225
ErrorsLine contains a tab character.226
ErrorsLine is longer than 80 characters.227
ErrorsLine contains a tab character.227
ErrorsLine contains a tab character.228
ErrorsLine contains a tab character.229
ErrorsName 'ManualSpawn' must match pattern '^[a-z][a-zA-Z0-9]*$'.231
ErrorsVariable 'ManualSpawn' must be private and have accessor methods.231
ErrorsLine contains a tab character.232
ErrorsLine has trailing spaces.234
ErrorsLine has trailing spaces.236
ErrorsLine contains a tab character.237
ErrorsLine is longer than 80 characters.238
ErrorsLine contains a tab character.238
ErrorsLine contains a tab character.239
ErrorsLine contains a tab character.240
ErrorsExpected an @return tag.241
ErrorsMethod 'isManualSpawn' is not designed for extension - needs to be abstract, final or empty.241
ErrorsLine has trailing spaces.246
ErrorsLine has trailing spaces.248
ErrorsLine has trailing spaces.250
ErrorsLine contains a tab character.251
ErrorsLine is longer than 80 characters.252
ErrorsLine contains a tab character.252
ErrorsLine contains a tab character.253
ErrorsLine contains a tab character.254
ErrorsExpected an @return tag.255
ErrorsMethod 'setManualSpawn' is not designed for extension - needs to be abstract, final or empty.255
ErrorsParameter ManualSpawn should be final.255
Errors'ManualSpawn' hides a field.255
ErrorsExpected @param tag for 'ManualSpawn'.255
ErrorsName 'ManualSpawn' must match pattern '^[a-z][a-zA-Z0-9]*$'.255
ErrorsLine has trailing spaces.259
ErrorsLine has trailing spaces.261
ErrorsLine contains a tab character.262
ErrorsLine contains a tab character.263
ErrorsName 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'.265
ErrorsVariable 'Name' must be private and have accessor methods.265
ErrorsLine contains a tab character.266
ErrorsLine has trailing spaces.268
ErrorsLine has trailing spaces.270
ErrorsLine contains a tab character.271
ErrorsLine contains a tab character.272
ErrorsExpected an @return tag.273
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.273
ErrorsLine has trailing spaces.278
ErrorsLine has trailing spaces.280
ErrorsLine has trailing spaces.282
ErrorsLine contains a tab character.283
ErrorsLine contains a tab character.284
ErrorsExpected an @return tag.285
ErrorsMethod 'setName' is not designed for extension - needs to be abstract, final or empty.285
ErrorsParameter Name should be final.285
Errors'Name' hides a field.285
ErrorsExpected @param tag for 'Name'.285
ErrorsName 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'.285
ErrorsLine has trailing spaces.289
ErrorsLine has trailing spaces.291
ErrorsLine contains a tab character.292
ErrorsLine contains a tab character.293
ErrorsName 'Action' must match pattern '^[a-z][a-zA-Z0-9]*$'.295
ErrorsVariable 'Action' must be private and have accessor methods.295
ErrorsLine contains a tab character.296
ErrorsLine has trailing spaces.298
ErrorsLine has trailing spaces.300
ErrorsLine contains a tab character.301
ErrorsLine contains a tab character.302
ErrorsExpected an @return tag.303
ErrorsMethod 'getAction' is not designed for extension - needs to be abstract, final or empty.303
ErrorsLine has trailing spaces.308
ErrorsLine has trailing spaces.310
ErrorsLine has trailing spaces.312
ErrorsLine contains a tab character.313
ErrorsLine contains a tab character.314
ErrorsExpected an @return tag.315
ErrorsMethod 'setAction' is not designed for extension - needs to be abstract, final or empty.315
ErrorsParameter Action should be final.315
Errors'Action' hides a field.315
ErrorsExpected @param tag for 'Action'.315
ErrorsName 'Action' must match pattern '^[a-z][a-zA-Z0-9]*$'.315
ErrorsLine has trailing spaces.319
ErrorsLine has trailing spaces.321
ErrorsLine is longer than 80 characters.322
ErrorsLine contains a tab character.322
ErrorsLine contains a tab character.323
ErrorsName 'SpeedMultiplier' must match pattern '^[a-z][a-zA-Z0-9]*$'.325
ErrorsVariable 'SpeedMultiplier' must be private and have accessor methods.325
ErrorsLine contains a tab character.326
ErrorsLine has trailing spaces.328
ErrorsLine has trailing spaces.330
ErrorsLine is longer than 80 characters.331
ErrorsLine contains a tab character.331
ErrorsLine contains a tab character.332
ErrorsExpected an @return tag.333
ErrorsMethod 'getSpeedMultiplier' is not designed for extension - needs to be abstract, final or empty.333
ErrorsLine has trailing spaces.338
ErrorsLine has trailing spaces.340
ErrorsLine has trailing spaces.342
ErrorsLine is longer than 80 characters.343
ErrorsLine contains a tab character.343
ErrorsLine contains a tab character.344
ErrorsExpected an @return tag.345
ErrorsMethod 'setSpeedMultiplier' is not designed for extension - needs to be abstract, final or empty.345
ErrorsParameter SpeedMultiplier should be final.345
Errors'SpeedMultiplier' hides a field.345
ErrorsExpected @param tag for 'SpeedMultiplier'.345
ErrorsName 'SpeedMultiplier' must match pattern '^[a-z][a-zA-Z0-9]*$'.345
ErrorsLine has trailing spaces.349
ErrorsLine has trailing spaces.351
ErrorsLine is longer than 80 characters.352
ErrorsLine contains a tab character.352
ErrorsLine contains a tab character.353
ErrorsName 'RotationRate' must match pattern '^[a-z][a-zA-Z0-9]*$'.355
ErrorsVariable 'RotationRate' must be private and have accessor methods.355
ErrorsLine contains a tab character.356
ErrorsLine has trailing spaces.358
ErrorsLine has trailing spaces.360
ErrorsLine is longer than 80 characters.361
ErrorsLine contains a tab character.361
ErrorsLine contains a tab character.362
ErrorsExpected an @return tag.363
ErrorsMethod 'getRotationRate' is not designed for extension - needs to be abstract, final or empty.363
ErrorsLine has trailing spaces.368
ErrorsLine has trailing spaces.370
ErrorsLine has trailing spaces.372
ErrorsLine is longer than 80 characters.373
ErrorsLine contains a tab character.373
ErrorsLine contains a tab character.374
ErrorsExpected an @return tag.375
ErrorsMethod 'setRotationRate' is not designed for extension - needs to be abstract, final or empty.375
ErrorsParameter RotationRate should be final.375
Errors'RotationRate' hides a field.375
ErrorsExpected @param tag for 'RotationRate'.375
ErrorsName 'RotationRate' must match pattern '^[a-z][a-zA-Z0-9]*$'.375
ErrorsLine has trailing spaces.379
ErrorsLine has trailing spaces.381
ErrorsLine is longer than 80 characters.382
ErrorsLine contains a tab character.382
ErrorsLine contains a tab character.383
ErrorsLine contains a tab character.384
ErrorsLine contains a tab character.385
ErrorsName 'Invulnerable' must match pattern '^[a-z][a-zA-Z0-9]*$'.387
ErrorsVariable 'Invulnerable' must be private and have accessor methods.387
ErrorsLine contains a tab character.388
ErrorsLine has trailing spaces.390
ErrorsLine has trailing spaces.392
ErrorsLine is longer than 80 characters.393
ErrorsLine contains a tab character.393
ErrorsLine contains a tab character.394
ErrorsLine contains a tab character.395
ErrorsLine contains a tab character.396
ErrorsExpected an @return tag.397
ErrorsMethod 'isInvulnerable' is not designed for extension - needs to be abstract, final or empty.397
ErrorsLine has trailing spaces.402
ErrorsLine has trailing spaces.404
ErrorsLine has trailing spaces.406
ErrorsLine is longer than 80 characters.407
ErrorsLine contains a tab character.407
ErrorsLine contains a tab character.408
ErrorsLine contains a tab character.409
ErrorsLine contains a tab character.410
ErrorsExpected an @return tag.411
ErrorsMethod 'setInvulnerable' is not designed for extension - needs to be abstract, final or empty.411
ErrorsParameter Invulnerable should be final.411
Errors'Invulnerable' hides a field.411
ErrorsExpected @param tag for 'Invulnerable'.411
ErrorsName 'Invulnerable' must match pattern '^[a-z][a-zA-Z0-9]*$'.411
ErrorsLine has trailing spaces.415
ErrorsLine has trailing spaces.417
ErrorsLine contains a tab character.418
ErrorsLine contains a tab character.419
ErrorsLine contains a tab character.420
ErrorsName 'VisionTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.422
ErrorsVariable 'VisionTime' must be private and have accessor methods.422
ErrorsLine contains a tab character.423
ErrorsLine has trailing spaces.425
ErrorsLine has trailing spaces.427
ErrorsLine contains a tab character.428
ErrorsLine contains a tab character.429
ErrorsLine contains a tab character.430
ErrorsExpected an @return tag.431
ErrorsMethod 'getVisionTime' is not designed for extension - needs to be abstract, final or empty.431
ErrorsLine has trailing spaces.436
ErrorsLine has trailing spaces.438
ErrorsLine has trailing spaces.440
ErrorsLine contains a tab character.441
ErrorsLine contains a tab character.442
ErrorsLine contains a tab character.443
ErrorsExpected an @return tag.444
ErrorsMethod 'setVisionTime' is not designed for extension - needs to be abstract, final or empty.444
ErrorsParameter VisionTime should be final.444
Errors'VisionTime' hides a field.444
ErrorsExpected @param tag for 'VisionTime'.444
ErrorsName 'VisionTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.444
ErrorsLine has trailing spaces.448
ErrorsLine has trailing spaces.450
ErrorsLine is longer than 80 characters.451
ErrorsLine contains a tab character.451
ErrorsLine contains a tab character.452
ErrorsLine contains a tab character.453
ErrorsName 'ShowDebug' must match pattern '^[a-z][a-zA-Z0-9]*$'.455
ErrorsVariable 'ShowDebug' must be private and have accessor methods.455
ErrorsLine contains a tab character.456
ErrorsLine has trailing spaces.458
ErrorsLine has trailing spaces.460
ErrorsLine is longer than 80 characters.461
ErrorsLine contains a tab character.461
ErrorsLine contains a tab character.462
ErrorsLine contains a tab character.463
ErrorsExpected an @return tag.464
ErrorsMethod 'isShowDebug' is not designed for extension - needs to be abstract, final or empty.464
ErrorsLine has trailing spaces.469
ErrorsLine has trailing spaces.471
ErrorsLine has trailing spaces.473
ErrorsLine is longer than 80 characters.474
ErrorsLine contains a tab character.474
ErrorsLine contains a tab character.475
ErrorsLine contains a tab character.476
ErrorsExpected an @return tag.477
ErrorsMethod 'setShowDebug' is not designed for extension - needs to be abstract, final or empty.477
ErrorsParameter ShowDebug should be final.477
Errors'ShowDebug' hides a field.477
ErrorsExpected @param tag for 'ShowDebug'.477
ErrorsName 'ShowDebug' must match pattern '^[a-z][a-zA-Z0-9]*$'.477
ErrorsLine has trailing spaces.481
ErrorsLine has trailing spaces.483
ErrorsLine contains a tab character.484
ErrorsLine contains a tab character.485
ErrorsLine contains a tab character.486
ErrorsName 'ShowFocalPoint' must match pattern '^[a-z][a-zA-Z0-9]*$'.488
ErrorsVariable 'ShowFocalPoint' must be private and have accessor methods.488
ErrorsLine contains a tab character.489
ErrorsLine has trailing spaces.491
ErrorsLine has trailing spaces.493
ErrorsLine contains a tab character.494
ErrorsLine contains a tab character.495
ErrorsLine contains a tab character.496
ErrorsExpected an @return tag.497
ErrorsMethod 'isShowFocalPoint' is not designed for extension - needs to be abstract, final or empty.497
ErrorsLine has trailing spaces.502
ErrorsLine has trailing spaces.504
ErrorsLine has trailing spaces.506
ErrorsLine contains a tab character.507
ErrorsLine contains a tab character.508
ErrorsLine contains a tab character.509
ErrorsExpected an @return tag.510
ErrorsMethod 'setShowFocalPoint' is not designed for extension - needs to be abstract, final or empty.510
ErrorsParameter ShowFocalPoint should be final.510
Errors'ShowFocalPoint' hides a field.510
ErrorsExpected @param tag for 'ShowFocalPoint'.510
ErrorsName 'ShowFocalPoint' must match pattern '^[a-z][a-zA-Z0-9]*$'.510
ErrorsLine has trailing spaces.514
ErrorsLine has trailing spaces.516
ErrorsLine contains a tab character.517
ErrorsLine contains a tab character.518
ErrorsLine contains a tab character.519
ErrorsName 'DrawTraceLines' must match pattern '^[a-z][a-zA-Z0-9]*$'.521
ErrorsVariable 'DrawTraceLines' must be private and have accessor methods.521
ErrorsLine contains a tab character.522
ErrorsLine has trailing spaces.524
ErrorsLine has trailing spaces.526
ErrorsLine contains a tab character.527
ErrorsLine contains a tab character.528
ErrorsLine contains a tab character.529
ErrorsExpected an @return tag.530
ErrorsMethod 'isDrawTraceLines' is not designed for extension - needs to be abstract, final or empty.530
ErrorsLine has trailing spaces.535
ErrorsLine has trailing spaces.537
ErrorsLine has trailing spaces.539
ErrorsLine contains a tab character.540
ErrorsLine contains a tab character.541
ErrorsLine contains a tab character.542
ErrorsExpected an @return tag.543
ErrorsMethod 'setDrawTraceLines' is not designed for extension - needs to be abstract, final or empty.543
ErrorsParameter DrawTraceLines should be final.543
Errors'DrawTraceLines' hides a field.543
ErrorsExpected @param tag for 'DrawTraceLines'.543
ErrorsName 'DrawTraceLines' must match pattern '^[a-z][a-zA-Z0-9]*$'.543
ErrorsLine has trailing spaces.547
ErrorsLine has trailing spaces.549
ErrorsLine is longer than 80 characters.550
ErrorsLine contains a tab character.550
ErrorsLine contains a tab character.551
ErrorsLine contains a tab character.552
ErrorsName 'SynchronousOff' must match pattern '^[a-z][a-zA-Z0-9]*$'.554
ErrorsVariable 'SynchronousOff' must be private and have accessor methods.554
ErrorsLine contains a tab character.555
ErrorsLine has trailing spaces.557
ErrorsLine has trailing spaces.559
ErrorsLine is longer than 80 characters.560
ErrorsLine contains a tab character.560
ErrorsLine contains a tab character.561
ErrorsLine contains a tab character.562
ErrorsExpected an @return tag.563
ErrorsMethod 'isSynchronousOff' is not designed for extension - needs to be abstract, final or empty.563
ErrorsLine has trailing spaces.568
ErrorsLine has trailing spaces.570
ErrorsLine has trailing spaces.572
ErrorsLine is longer than 80 characters.573
ErrorsLine contains a tab character.573
ErrorsLine contains a tab character.574
ErrorsLine contains a tab character.575
ErrorsExpected an @return tag.576
ErrorsMethod 'setSynchronousOff' is not designed for extension - needs to be abstract, final or empty.576
ErrorsParameter SynchronousOff should be final.576
Errors'SynchronousOff' hides a field.576
ErrorsExpected @param tag for 'SynchronousOff'.576
ErrorsName 'SynchronousOff' must match pattern '^[a-z][a-zA-Z0-9]*$'.576
ErrorsLine has trailing spaces.580
ErrorsLine has trailing spaces.582
ErrorsLine is longer than 80 characters.583
ErrorsLine contains a tab character.583
ErrorsLine contains a tab character.584
ErrorsName 'AutoPickupOff' must match pattern '^[a-z][a-zA-Z0-9]*$'.586
ErrorsVariable 'AutoPickupOff' must be private and have accessor methods.586
ErrorsLine contains a tab character.587
ErrorsLine has trailing spaces.589
ErrorsLine has trailing spaces.591
ErrorsLine is longer than 80 characters.592
ErrorsLine contains a tab character.592
ErrorsLine contains a tab character.593
ErrorsExpected an @return tag.594
ErrorsMethod 'isAutoPickupOff' is not designed for extension - needs to be abstract, final or empty.594
ErrorsLine has trailing spaces.599
ErrorsLine has trailing spaces.601
ErrorsLine has trailing spaces.603
ErrorsLine is longer than 80 characters.604
ErrorsLine contains a tab character.604
ErrorsLine contains a tab character.605
ErrorsExpected an @return tag.606
ErrorsMethod 'setAutoPickupOff' is not designed for extension - needs to be abstract, final or empty.606
ErrorsParameter AutoPickupOff should be final.606
Errors'AutoPickupOff' hides a field.606
ErrorsExpected @param tag for 'AutoPickupOff'.606
ErrorsName 'AutoPickupOff' must match pattern '^[a-z][a-zA-Z0-9]*$'.606
ErrorsLine has trailing spaces.610
ErrorsLine contains a tab character.615
ErrorsLine has trailing spaces.616
ErrorsLine contains a tab character.616
ErrorsLine contains a tab character.619
ErrorsLine contains a tab character.621
ErrorsLine has trailing spaces.622
ErrorsLine contains a tab character.622
ErrorsLine has trailing spaces.623
ErrorsLine is longer than 80 characters.625
ErrorsMethod 'copy' is not designed for extension - needs to be abstract, final or empty.627
ErrorsParameter confCh should be final.627
ErrorsExpected @param tag for 'confCh'.627
ErrorsLine has trailing spaces.637
ErrorsLine contains a tab character.638
ErrorsLine has trailing spaces.642
ErrorsParameter original should be final.647
ErrorsExpected @param tag for 'original'.647
ErrorsLine has trailing spaces.648
Errors'=' is not preceded with whitespace.649
Errors'=' is not followed by whitespace.649
ErrorsLine has trailing spaces.650
Errors'=' is not preceded with whitespace.651
Errors'=' is not followed by whitespace.651
ErrorsLine has trailing spaces.652
Errors'=' is not preceded with whitespace.653
Errors'=' is not followed by whitespace.653
ErrorsLine has trailing spaces.654
Errors'=' is not preceded with whitespace.655
Errors'=' is not followed by whitespace.655
ErrorsLine has trailing spaces.656
Errors'=' is not preceded with whitespace.657
Errors'=' is not followed by whitespace.657
ErrorsLine has trailing spaces.658
Errors'=' is not preceded with whitespace.659
Errors'=' is not followed by whitespace.659
ErrorsLine has trailing spaces.660
Errors'=' is not preceded with whitespace.661
Errors'=' is not followed by whitespace.661
ErrorsLine has trailing spaces.662
Errors'=' is not preceded with whitespace.663
Errors'=' is not followed by whitespace.663
ErrorsLine has trailing spaces.664
Errors'=' is not preceded with whitespace.665
Errors'=' is not followed by whitespace.665
ErrorsLine has trailing spaces.666
Errors'=' is not preceded with whitespace.667
Errors'=' is not followed by whitespace.667
ErrorsLine has trailing spaces.668
Errors'=' is not preceded with whitespace.669
Errors'=' is not followed by whitespace.669
ErrorsLine has trailing spaces.670
Errors'=' is not preceded with whitespace.671
Errors'=' is not followed by whitespace.671
ErrorsLine has trailing spaces.672
Errors'=' is not preceded with whitespace.673
Errors'=' is not followed by whitespace.673
ErrorsLine has trailing spaces.674
Errors'=' is not preceded with whitespace.675
Errors'=' is not followed by whitespace.675
ErrorsLine has trailing spaces.676
ErrorsLine has trailing spaces.679
ErrorsLine has trailing spaces.681
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.682
ErrorsMissing a Javadoc comment.682
ErrorsLine has trailing spaces.684
ErrorsLine contains a tab character.685
ErrorsLine has trailing spaces.686
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.689
ErrorsMissing a Javadoc comment.689
Errors'+' should be on a new line.690
ErrorsLine has trailing spaces.691
Errors'+' should be on a new line.692
Errors'+' should be on a new line.693
Errors'+' should be on a new line.694
ErrorsLine has trailing spaces.695
Errors'+' should be on a new line.696
Errors'+' should be on a new line.697
Errors'+' should be on a new line.698
ErrorsLine has trailing spaces.699
Errors'+' should be on a new line.700
Errors'+' should be on a new line.701
Errors'+' should be on a new line.702
ErrorsLine has trailing spaces.703
Errors'+' should be on a new line.704
Errors'+' should be on a new line.705
Errors'+' should be on a new line.706
ErrorsLine has trailing spaces.707
Errors'+' should be on a new line.708
Errors'+' should be on a new line.709
Errors'+' should be on a new line.710
ErrorsLine has trailing spaces.711
Errors'+' should be on a new line.712
Errors'+' should be on a new line.713
Errors'+' should be on a new line.714
ErrorsLine has trailing spaces.715
Errors'+' should be on a new line.716
Errors'+' should be on a new line.717
Errors'+' should be on a new line.718
ErrorsLine has trailing spaces.719
Errors'+' should be on a new line.720
Errors'+' should be on a new line.721
Errors'+' should be on a new line.722
ErrorsLine has trailing spaces.723
Errors'+' should be on a new line.724
Errors'+' should be on a new line.725
Errors'+' should be on a new line.726
ErrorsLine has trailing spaces.727
Errors'+' should be on a new line.728
Errors'+' should be on a new line.729
Errors'+' should be on a new line.730
ErrorsLine has trailing spaces.731
Errors'+' should be on a new line.732
Errors'+' should be on a new line.733
Errors'+' should be on a new line.734
ErrorsLine has trailing spaces.735
Errors'+' should be on a new line.736
Errors'+' should be on a new line.737
Errors'+' should be on a new line.738
ErrorsLine has trailing spaces.739
Errors'+' should be on a new line.740
Errors'+' should be on a new line.741
Errors'+' should be on a new line.742
ErrorsLine has trailing spaces.743
Errors'+' should be on a new line.744
Errors'+' should be on a new line.745
Errors'+' should be on a new line.746
ErrorsLine has trailing spaces.750
ErrorsLine has trailing spaces.751
ErrorsLine contains a tab character.752
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.752
ErrorsMissing a Javadoc comment.752
ErrorsLine contains a tab character.753
ErrorsLine contains a tab character.754
ErrorsLine has trailing spaces.755
ErrorsLine contains a tab character.755
ErrorsLine contains a tab character.756
ErrorsLine is longer than 80 characters.757
ErrorsLine contains a tab character.757
ErrorsLine contains a tab character.758
ErrorsLine has trailing spaces.759
ErrorsLine contains a tab character.759
ErrorsLine is longer than 80 characters.760
ErrorsLine contains a tab character.760
ErrorsLine has trailing spaces.761
ErrorsLine contains a tab character.761
ErrorsLine is longer than 80 characters.762
ErrorsLine contains a tab character.762
ErrorsLine has trailing spaces.763
ErrorsLine contains a tab character.763
ErrorsLine contains a tab character.764
ErrorsLine is longer than 80 characters.765
ErrorsLine contains a tab character.765
ErrorsLine contains a tab character.766
ErrorsLine has trailing spaces.767
ErrorsLine contains a tab character.767
ErrorsLine contains a tab character.768
ErrorsLine is longer than 80 characters.769
ErrorsLine contains a tab character.769
ErrorsLine contains a tab character.770
ErrorsLine has trailing spaces.771
ErrorsLine contains a tab character.771
ErrorsLine is longer than 80 characters.772
ErrorsLine contains a tab character.772
ErrorsLine has trailing spaces.773
ErrorsLine contains a tab character.773
Errors'+' should be on a new line.775
Errors'+' should be on a new line.776
Errors'+' should be on a new line.777
ErrorsLine has trailing spaces.780
ErrorsLine is longer than 80 characters.781
ErrorsLine contains a tab character.781
ErrorsLine has trailing spaces.782
ErrorsLine contains a tab character.782
ErrorsLine is longer than 80 characters.783
ErrorsLine contains a tab character.783
ErrorsLine has trailing spaces.784
ErrorsLine contains a tab character.784
ErrorsLine is longer than 80 characters.785
ErrorsLine contains a tab character.785
ErrorsLine has trailing spaces.786
ErrorsLine contains a tab character.786
ErrorsLine is longer than 80 characters.787
ErrorsLine contains a tab character.787
ErrorsLine has trailing spaces.788
ErrorsLine contains a tab character.788
ErrorsLine is longer than 80 characters.789
ErrorsLine contains a tab character.789
ErrorsLine has trailing spaces.790
ErrorsLine contains a tab character.790
ErrorsLine is longer than 80 characters.791
ErrorsLine contains a tab character.791
ErrorsLine has trailing spaces.792
ErrorsLine contains a tab character.792
ErrorsLine is longer than 80 characters.793
ErrorsLine contains a tab character.793
ErrorsLine has trailing spaces.794
ErrorsLine contains a tab character.794
ErrorsLine contains a tab character.795
ErrorsLine has trailing spaces.797
ErrorsLine has trailing spaces.800

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/ConfigurationObserver.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.36
ErrorsLine has trailing spaces.39
ErrorsLine has trailing spaces.41
Errors'{' should be on the previous line.46
ErrorsLine has trailing spaces.47
ErrorsLine has trailing spaces.50
ErrorsLine is longer than 80 characters.51
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.55
ErrorsLine is longer than 80 characters.56
ErrorsLine contains a tab character.56
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.58
ErrorsLine is longer than 80 characters.59
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine is longer than 80 characters.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine is longer than 80 characters.70
ErrorsLine contains a tab character.70
ErrorsLine is longer than 80 characters.71
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine is longer than 80 characters.74
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.78
ErrorsLine is longer than 80 characters.79
ErrorsLine has trailing spaces.80
ErrorsLine contains a tab character.80
ErrorsLine has trailing spaces.81
ErrorsLine is longer than 80 characters.82
ErrorsLine contains a tab character.82
ErrorsLine is longer than 80 characters.83
ErrorsLine has trailing spaces.84
ErrorsLine contains a tab character.84
ErrorsMore than 7 parameters.86
ErrorsLine is longer than 80 characters.87
ErrorsParameter UpdateTime should be final.87
Errors'UpdateTime' hides a field.87
ErrorsName 'UpdateTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.87
ErrorsParameter Update should be final.87
Errors'Update' hides a field.87
ErrorsName 'Update' must match pattern '^[a-z][a-zA-Z0-9]*$'.87
ErrorsParameter Game should be final.87
Errors'Game' hides a field.87
ErrorsName 'Game' must match pattern '^[a-z][a-zA-Z0-9]*$'.87
ErrorsParameter Self should be final.87
Errors'Self' hides a field.87
ErrorsName 'Self' must match pattern '^[a-z][a-zA-Z0-9]*$'.87
ErrorsParameter See should be final.87
Errors'See' hides a field.87
ErrorsName 'See' must match pattern '^[a-z][a-zA-Z0-9]*$'.87
ErrorsParameter Special should be final.87
Errors'Special' hides a field.87
ErrorsName 'Special' must match pattern '^[a-z][a-zA-Z0-9]*$'.87
ErrorsParameter All should be final.87
Errors'All' hides a field.87
ErrorsName 'All' must match pattern '^[a-z][a-zA-Z0-9]*$'.87
ErrorsParameter Async should be final.87
Errors'Async' hides a field.87
ErrorsName 'Async' must match pattern '^[a-z][a-zA-Z0-9]*$'.87
ErrorsLine has trailing spaces.88
ErrorsLine has trailing spaces.90
ErrorsLine has trailing spaces.92
ErrorsLine has trailing spaces.94
ErrorsLine has trailing spaces.96
ErrorsLine has trailing spaces.98
ErrorsLine has trailing spaces.100
ErrorsLine has trailing spaces.102
ErrorsLine has trailing spaces.104
ErrorsLine has trailing spaces.107
ErrorsLine contains a tab character.108
ErrorsLine is longer than 80 characters.109
ErrorsLine contains a tab character.109
ErrorsLine has trailing spaces.110
ErrorsLine contains a tab character.110
ErrorsLine is longer than 80 characters.111
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.114
ErrorsLine is longer than 80 characters.115
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine has trailing spaces.119
ErrorsLine contains a tab character.119
ErrorsLine has trailing spaces.122
ErrorsLine has trailing spaces.124
ErrorsLine is longer than 80 characters.125
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsName 'UpdateTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.128
ErrorsVariable 'UpdateTime' must be private and have accessor methods.128
ErrorsLine contains a tab character.129
ErrorsLine has trailing spaces.131
ErrorsLine has trailing spaces.133
ErrorsLine is longer than 80 characters.134
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsExpected an @return tag.136
ErrorsMethod 'getUpdateTime' is not designed for extension - needs to be abstract, final or empty.136
ErrorsLine has trailing spaces.141
ErrorsLine has trailing spaces.143
ErrorsLine has trailing spaces.145
ErrorsLine is longer than 80 characters.146
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
ErrorsExpected an @return tag.148
ErrorsMethod 'setUpdateTime' is not designed for extension - needs to be abstract, final or empty.148
ErrorsParameter UpdateTime should be final.148
Errors'UpdateTime' hides a field.148
ErrorsExpected @param tag for 'UpdateTime'.148
ErrorsName 'UpdateTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.148
ErrorsLine has trailing spaces.152
ErrorsLine has trailing spaces.154
ErrorsLine is longer than 80 characters.155
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsName 'Update' must match pattern '^[a-z][a-zA-Z0-9]*$'.158
ErrorsVariable 'Update' must be private and have accessor methods.158
ErrorsLine contains a tab character.159
ErrorsLine has trailing spaces.161
ErrorsLine has trailing spaces.163
ErrorsLine is longer than 80 characters.164
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsExpected an @return tag.166
ErrorsMethod 'getUpdate' is not designed for extension - needs to be abstract, final or empty.166
ErrorsLine has trailing spaces.171
ErrorsLine has trailing spaces.173
ErrorsLine has trailing spaces.175
ErrorsLine is longer than 80 characters.176
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
ErrorsExpected an @return tag.178
ErrorsMethod 'setUpdate' is not designed for extension - needs to be abstract, final or empty.178
ErrorsParameter Update should be final.178
Errors'Update' hides a field.178
ErrorsExpected @param tag for 'Update'.178
ErrorsName 'Update' must match pattern '^[a-z][a-zA-Z0-9]*$'.178
ErrorsLine has trailing spaces.182
ErrorsLine has trailing spaces.184
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
ErrorsName 'Game' must match pattern '^[a-z][a-zA-Z0-9]*$'.189
ErrorsVariable 'Game' must be private and have accessor methods.189
ErrorsLine contains a tab character.190
ErrorsLine has trailing spaces.192
ErrorsLine has trailing spaces.194
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.197
ErrorsExpected an @return tag.198
ErrorsMethod 'isGame' is not designed for extension - needs to be abstract, final or empty.198
ErrorsLine has trailing spaces.203
ErrorsLine has trailing spaces.205
ErrorsLine has trailing spaces.207
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.209
ErrorsLine contains a tab character.210
ErrorsExpected an @return tag.211
ErrorsMethod 'setGame' is not designed for extension - needs to be abstract, final or empty.211
ErrorsParameter Game should be final.211
Errors'Game' hides a field.211
ErrorsExpected @param tag for 'Game'.211
ErrorsName 'Game' must match pattern '^[a-z][a-zA-Z0-9]*$'.211
ErrorsLine has trailing spaces.215
ErrorsLine has trailing spaces.217
ErrorsLine is longer than 80 characters.218
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.220
ErrorsName 'Self' must match pattern '^[a-z][a-zA-Z0-9]*$'.222
ErrorsVariable 'Self' must be private and have accessor methods.222
ErrorsLine contains a tab character.223
ErrorsLine has trailing spaces.225
ErrorsLine has trailing spaces.227
ErrorsLine is longer than 80 characters.228
ErrorsLine contains a tab character.228
ErrorsLine contains a tab character.229
ErrorsLine contains a tab character.230
ErrorsExpected an @return tag.231
ErrorsMethod 'isSelf' is not designed for extension - needs to be abstract, final or empty.231
ErrorsLine has trailing spaces.236
ErrorsLine has trailing spaces.238
ErrorsLine has trailing spaces.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
ErrorsExpected an @return tag.244
ErrorsMethod 'setSelf' is not designed for extension - needs to be abstract, final or empty.244
ErrorsParameter Self should be final.244
Errors'Self' hides a field.244
ErrorsExpected @param tag for 'Self'.244
ErrorsName 'Self' must match pattern '^[a-z][a-zA-Z0-9]*$'.244
ErrorsLine has trailing spaces.248
ErrorsLine has trailing spaces.250
ErrorsLine is longer than 80 characters.251
ErrorsLine contains a tab character.251
ErrorsLine is longer than 80 characters.252
ErrorsLine contains a tab character.252
ErrorsLine contains a tab character.253
ErrorsName 'See' must match pattern '^[a-z][a-zA-Z0-9]*$'.255
ErrorsVariable 'See' must be private and have accessor methods.255
ErrorsLine contains a tab character.256
ErrorsLine has trailing spaces.258
ErrorsLine has trailing spaces.260
ErrorsLine is longer than 80 characters.261
ErrorsLine contains a tab character.261
ErrorsLine is longer than 80 characters.262
ErrorsLine contains a tab character.262
ErrorsLine contains a tab character.263
ErrorsExpected an @return tag.264
ErrorsMethod 'isSee' is not designed for extension - needs to be abstract, final or empty.264
ErrorsLine has trailing spaces.269
ErrorsLine has trailing spaces.271
ErrorsLine has trailing spaces.273
ErrorsLine is longer than 80 characters.274
ErrorsLine contains a tab character.274
ErrorsLine is longer than 80 characters.275
ErrorsLine contains a tab character.275
ErrorsLine contains a tab character.276
ErrorsExpected an @return tag.277
ErrorsMethod 'setSee' is not designed for extension - needs to be abstract, final or empty.277
ErrorsParameter See should be final.277
Errors'See' hides a field.277
ErrorsExpected @param tag for 'See'.277
ErrorsName 'See' must match pattern '^[a-z][a-zA-Z0-9]*$'.277
ErrorsLine has trailing spaces.281
ErrorsLine has trailing spaces.283
ErrorsLine is longer than 80 characters.284
ErrorsLine contains a tab character.284
ErrorsLine contains a tab character.285
ErrorsLine contains a tab character.286
ErrorsName 'Special' must match pattern '^[a-z][a-zA-Z0-9]*$'.288
ErrorsVariable 'Special' must be private and have accessor methods.288
ErrorsLine contains a tab character.289
ErrorsLine has trailing spaces.291
ErrorsLine has trailing spaces.293
ErrorsLine is longer than 80 characters.294
ErrorsLine contains a tab character.294
ErrorsLine contains a tab character.295
ErrorsLine contains a tab character.296
ErrorsExpected an @return tag.297
ErrorsMethod 'isSpecial' is not designed for extension - needs to be abstract, final or empty.297
ErrorsLine has trailing spaces.302
ErrorsLine has trailing spaces.304
ErrorsLine has trailing spaces.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
ErrorsExpected an @return tag.310
ErrorsMethod 'setSpecial' is not designed for extension - needs to be abstract, final or empty.310
ErrorsParameter Special should be final.310
Errors'Special' hides a field.310
ErrorsExpected @param tag for 'Special'.310
ErrorsName 'Special' must match pattern '^[a-z][a-zA-Z0-9]*$'.310
ErrorsLine has trailing spaces.314
ErrorsLine has trailing spaces.316
ErrorsLine contains a tab character.317
ErrorsLine is longer than 80 characters.318
ErrorsLine contains a tab character.319
ErrorsName 'All' must match pattern '^[a-z][a-zA-Z0-9]*$'.321
ErrorsVariable 'All' must be private and have accessor methods.321
ErrorsLine contains a tab character.322
ErrorsLine has trailing spaces.324
ErrorsLine has trailing spaces.326
ErrorsLine contains a tab character.327
ErrorsLine is longer than 80 characters.328
ErrorsLine contains a tab character.329
ErrorsExpected an @return tag.330
ErrorsMethod 'isAll' is not designed for extension - needs to be abstract, final or empty.330
ErrorsLine has trailing spaces.335
ErrorsLine has trailing spaces.337
ErrorsLine has trailing spaces.339
ErrorsLine contains a tab character.340
ErrorsLine is longer than 80 characters.341
ErrorsLine contains a tab character.342
ErrorsExpected an @return tag.343
ErrorsMethod 'setAll' is not designed for extension - needs to be abstract, final or empty.343
ErrorsParameter All should be final.343
Errors'All' hides a field.343
ErrorsExpected @param tag for 'All'.343
ErrorsName 'All' must match pattern '^[a-z][a-zA-Z0-9]*$'.343
ErrorsLine has trailing spaces.347
ErrorsLine has trailing spaces.349
ErrorsLine is longer than 80 characters.350
ErrorsLine contains a tab character.350
ErrorsLine is longer than 80 characters.351
ErrorsLine contains a tab character.352
ErrorsName 'Async' must match pattern '^[a-z][a-zA-Z0-9]*$'.354
ErrorsVariable 'Async' must be private and have accessor methods.354
ErrorsLine contains a tab character.355
ErrorsLine has trailing spaces.357
ErrorsLine has trailing spaces.359
ErrorsLine is longer than 80 characters.360
ErrorsLine contains a tab character.360
ErrorsLine is longer than 80 characters.361
ErrorsLine contains a tab character.362
ErrorsExpected an @return tag.363
ErrorsMethod 'isAsync' is not designed for extension - needs to be abstract, final or empty.363
ErrorsLine has trailing spaces.368
ErrorsLine has trailing spaces.370
ErrorsLine has trailing spaces.372
ErrorsLine is longer than 80 characters.373
ErrorsLine contains a tab character.373
ErrorsLine is longer than 80 characters.374
ErrorsLine contains a tab character.375
ErrorsExpected an @return tag.376
ErrorsMethod 'setAsync' is not designed for extension - needs to be abstract, final or empty.376
ErrorsParameter Async should be final.376
Errors'Async' hides a field.376
ErrorsExpected @param tag for 'Async'.376
ErrorsName 'Async' must match pattern '^[a-z][a-zA-Z0-9]*$'.376
ErrorsLine has trailing spaces.380
ErrorsLine contains a tab character.385
ErrorsLine has trailing spaces.386
ErrorsLine contains a tab character.386
ErrorsLine contains a tab character.389
ErrorsLine contains a tab character.391
ErrorsLine has trailing spaces.392
ErrorsLine contains a tab character.392
ErrorsLine contains a tab character.393
ErrorsLine has trailing spaces.397
ErrorsParameter original should be final.402
ErrorsExpected @param tag for 'original'.402
ErrorsLine has trailing spaces.403
Errors'=' is not preceded with whitespace.404
Errors'=' is not followed by whitespace.404
ErrorsLine has trailing spaces.405
Errors'=' is not preceded with whitespace.406
Errors'=' is not followed by whitespace.406
ErrorsLine has trailing spaces.407
Errors'=' is not preceded with whitespace.408
Errors'=' is not followed by whitespace.408
ErrorsLine has trailing spaces.409
Errors'=' is not preceded with whitespace.410
Errors'=' is not followed by whitespace.410
ErrorsLine has trailing spaces.411
Errors'=' is not preceded with whitespace.412
Errors'=' is not followed by whitespace.412
ErrorsLine has trailing spaces.413
Errors'=' is not preceded with whitespace.414
Errors'=' is not followed by whitespace.414
ErrorsLine has trailing spaces.415
Errors'=' is not preceded with whitespace.416
Errors'=' is not followed by whitespace.416
ErrorsLine has trailing spaces.417
Errors'=' is not preceded with whitespace.418
Errors'=' is not followed by whitespace.418
ErrorsLine has trailing spaces.419
ErrorsLine has trailing spaces.422
ErrorsLine has trailing spaces.424
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.425
ErrorsMissing a Javadoc comment.425
ErrorsLine has trailing spaces.427
ErrorsLine contains a tab character.428
ErrorsLine has trailing spaces.429
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.432
ErrorsMissing a Javadoc comment.432
Errors'+' should be on a new line.433
ErrorsLine has trailing spaces.434
Errors'+' should be on a new line.435
Errors'+' should be on a new line.436
Errors'+' should be on a new line.437
ErrorsLine has trailing spaces.438
Errors'+' should be on a new line.439
Errors'+' should be on a new line.440
Errors'+' should be on a new line.441
ErrorsLine has trailing spaces.442
Errors'+' should be on a new line.443
Errors'+' should be on a new line.444
Errors'+' should be on a new line.445
ErrorsLine has trailing spaces.446
Errors'+' should be on a new line.447
Errors'+' should be on a new line.448
Errors'+' should be on a new line.449
ErrorsLine has trailing spaces.450
Errors'+' should be on a new line.451
Errors'+' should be on a new line.452
Errors'+' should be on a new line.453
ErrorsLine has trailing spaces.454
Errors'+' should be on a new line.455
Errors'+' should be on a new line.456
Errors'+' should be on a new line.457
ErrorsLine has trailing spaces.458
Errors'+' should be on a new line.459
Errors'+' should be on a new line.460
Errors'+' should be on a new line.461
ErrorsLine has trailing spaces.462
Errors'+' should be on a new line.463
Errors'+' should be on a new line.464
Errors'+' should be on a new line.465
ErrorsLine has trailing spaces.469
ErrorsLine has trailing spaces.470
ErrorsLine contains a tab character.471
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.471
ErrorsMissing a Javadoc comment.471
ErrorsLine contains a tab character.472
ErrorsLine contains a tab character.473
ErrorsLine has trailing spaces.474
ErrorsLine contains a tab character.474
ErrorsLine is longer than 80 characters.475
ErrorsLine contains a tab character.475
ErrorsLine has trailing spaces.476
ErrorsLine contains a tab character.476
ErrorsLine is longer than 80 characters.477
ErrorsLine contains a tab character.477
ErrorsLine has trailing spaces.478
ErrorsLine contains a tab character.478
ErrorsLine is longer than 80 characters.479
ErrorsLine contains a tab character.479
ErrorsLine has trailing spaces.480
ErrorsLine contains a tab character.480
ErrorsLine is longer than 80 characters.481
ErrorsLine contains a tab character.481
ErrorsLine has trailing spaces.482
ErrorsLine contains a tab character.482
ErrorsLine is longer than 80 characters.483
ErrorsLine contains a tab character.483
ErrorsLine has trailing spaces.484
ErrorsLine contains a tab character.484
ErrorsLine is longer than 80 characters.485
ErrorsLine contains a tab character.485
ErrorsLine has trailing spaces.486
ErrorsLine contains a tab character.486
ErrorsLine is longer than 80 characters.487
ErrorsLine contains a tab character.487
ErrorsLine has trailing spaces.488
ErrorsLine contains a tab character.488
ErrorsLine is longer than 80 characters.489
ErrorsLine contains a tab character.489
ErrorsLine has trailing spaces.490
ErrorsLine contains a tab character.490
ErrorsLine contains a tab character.491
ErrorsLine has trailing spaces.493
ErrorsLine has trailing spaces.496

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Console.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
Errors'{' should be on the previous line.45
ErrorsLine has trailing spaces.46
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsParameter Command should be final.56
Errors'Command' hides a field.56
ErrorsName 'Command' must match pattern '^[a-z][a-zA-Z0-9]*$'.56
ErrorsLine has trailing spaces.57
ErrorsLine has trailing spaces.59
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
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 is longer than 80 characters.69
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 contains a tab character.73
ErrorsLine has trailing spaces.76
ErrorsName 'Command' must match pattern '^[a-z][a-zA-Z0-9]*$'.80
ErrorsVariable 'Command' must be private and have accessor methods.80
ErrorsLine contains a tab character.81
ErrorsLine has trailing spaces.83
ErrorsExpected an @return tag.86
ErrorsMethod 'getCommand' is not designed for extension - needs to be abstract, final or empty.86
ErrorsLine has trailing spaces.91
ErrorsLine has trailing spaces.93
ErrorsExpected an @return tag.96
ErrorsMethod 'setCommand' is not designed for extension - needs to be abstract, final or empty.96
ErrorsParameter Command should be final.96
Errors'Command' hides a field.96
ErrorsExpected @param tag for 'Command'.96
ErrorsName 'Command' must match pattern '^[a-z][a-zA-Z0-9]*$'.96
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.105
ErrorsLine has trailing spaces.106
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.111
ErrorsLine has trailing spaces.112
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine has trailing spaces.117
ErrorsParameter original should be final.122
ErrorsExpected @param tag for 'original'.122
ErrorsLine has trailing spaces.123
Errors'=' is not preceded with whitespace.124
Errors'=' is not followed by whitespace.124
ErrorsLine has trailing spaces.125
ErrorsLine has trailing spaces.128
ErrorsLine has trailing spaces.130
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.131
ErrorsMissing a Javadoc comment.131
ErrorsLine has trailing spaces.133
ErrorsLine contains a tab character.134
ErrorsLine has trailing spaces.135
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.138
ErrorsMissing a Javadoc comment.138
Errors'+' should be on a new line.139
ErrorsLine has trailing spaces.140
Errors'+' should be on a new line.141
Errors'+' should be on a new line.142
Errors'+' should be on a new line.143
ErrorsLine has trailing spaces.147
ErrorsLine has trailing spaces.148
ErrorsLine contains a tab character.149
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.149
ErrorsMissing a Javadoc comment.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine has trailing spaces.152
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsLine is longer than 80 characters.154
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
ErrorsLine has trailing spaces.156
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsLine has trailing spaces.159
ErrorsLine has trailing spaces.162

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/ContinuousMove.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.39
ErrorsLine has trailing spaces.41
Errors'{' should be on the previous line.46
ErrorsLine has trailing spaces.47
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.58
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.81
ErrorsParameter original should be final.86
ErrorsExpected @param tag for 'original'.86
ErrorsLine has trailing spaces.87
ErrorsLine has trailing spaces.90
ErrorsLine has trailing spaces.92
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.93
ErrorsMissing a Javadoc comment.93
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.96
ErrorsLine has trailing spaces.97
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.100
ErrorsMissing a Javadoc comment.100
Errors'+' should be on a new line.101
ErrorsLine has trailing spaces.105
ErrorsLine has trailing spaces.106
ErrorsLine contains a tab character.107
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.107
ErrorsMissing a Javadoc comment.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 has trailing spaces.113
ErrorsLine has trailing spaces.116

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/DisconnectObserver.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.36
ErrorsLine has trailing spaces.39
ErrorsLine has trailing spaces.41
Errors'{' should be on the previous line.46
ErrorsLine has trailing spaces.47
ErrorsLine has trailing spaces.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.53
ErrorsLine has trailing spaces.58
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.81
ErrorsParameter original should be final.86
ErrorsExpected @param tag for 'original'.86
ErrorsLine has trailing spaces.87
ErrorsLine has trailing spaces.90
ErrorsLine has trailing spaces.92
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.93
ErrorsMissing a Javadoc comment.93
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.96
ErrorsLine has trailing spaces.97
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.100
ErrorsMissing a Javadoc comment.100
Errors'+' should be on a new line.101
ErrorsLine has trailing spaces.105
ErrorsLine has trailing spaces.106
ErrorsLine contains a tab character.107
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.107
ErrorsMissing a Javadoc comment.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 has trailing spaces.113
ErrorsLine has trailing spaces.116

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Dodge.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
Errors'{' should be on the previous line.45
ErrorsLine has trailing spaces.46
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine has trailing spaces.53
ErrorsLine is longer than 80 characters.54
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.56
ErrorsParameter Direction should be final.59
Errors'Direction' hides a field.59
ErrorsName 'Direction' must match pattern '^[a-z][a-zA-Z0-9]*$'.59
ErrorsLine has trailing spaces.60
ErrorsLine has trailing spaces.62
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine is longer than 80 characters.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.79
ErrorsLine has trailing spaces.81
ErrorsLine is longer than 80 characters.82
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsName 'Direction' must match pattern '^[a-z][a-zA-Z0-9]*$'.86
ErrorsVariable 'Direction' must be private and have accessor methods.86
ErrorsLine contains a tab character.87
ErrorsLine has trailing spaces.89
ErrorsLine has trailing spaces.91
ErrorsLine is longer than 80 characters.92
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsExpected an @return tag.95
ErrorsMethod 'getDirection' is not designed for extension - needs to be abstract, final or empty.95
ErrorsLine has trailing spaces.100
ErrorsLine has trailing spaces.102
ErrorsLine has trailing spaces.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.107
ErrorsExpected an @return tag.108
ErrorsMethod 'setDirection' is not designed for extension - needs to be abstract, final or empty.108
ErrorsParameter Direction should be final.108
Errors'Direction' hides a field.108
ErrorsExpected @param tag for 'Direction'.108
ErrorsName 'Direction' must match pattern '^[a-z][a-zA-Z0-9]*$'.108
ErrorsLine has trailing spaces.112
ErrorsLine contains a tab character.117
ErrorsLine has trailing spaces.118
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.123
ErrorsLine has trailing spaces.124
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine has trailing spaces.129
ErrorsParameter original should be final.134
ErrorsExpected @param tag for 'original'.134
ErrorsLine has trailing spaces.135
Errors'=' is not preceded with whitespace.136
Errors'=' is not followed by whitespace.136
ErrorsLine has trailing spaces.137
ErrorsLine has trailing spaces.140
ErrorsLine has trailing spaces.142
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.143
ErrorsMissing a Javadoc comment.143
ErrorsLine has trailing spaces.145
ErrorsLine contains a tab character.146
ErrorsLine has trailing spaces.147
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.150
ErrorsMissing a Javadoc comment.150
Errors'+' should be on a new line.151
ErrorsLine has trailing spaces.152
Errors'+' should be on a new line.153
Errors'+' should be on a new line.154
Errors'+' should be on a new line.155
ErrorsLine has trailing spaces.159
ErrorsLine has trailing spaces.160
ErrorsLine contains a tab character.161
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.161
ErrorsMissing a Javadoc comment.161
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsLine has trailing spaces.164
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsLine is longer than 80 characters.166
ErrorsLine contains a tab character.166
Errors'+' should be on a new line.166
ErrorsLine is longer than 80 characters.167
ErrorsLine contains a tab character.167
Errors'+' should be on a new line.167
ErrorsLine is longer than 80 characters.168
ErrorsLine contains a tab character.168
Errors'+' should be on a new line.168
ErrorsLine is longer than 80 characters.169
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsLine has trailing spaces.171
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsLine has trailing spaces.174
ErrorsLine has trailing spaces.177

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/DriveTo.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 contains a tab character.37
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.43
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine has trailing spaces.52
ErrorsLine has trailing spaces.53
ErrorsLine contains a tab character.53
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 contains a tab character.57
ErrorsLine has trailing spaces.59
ErrorsLine is longer than 80 characters.60
ErrorsLine contains a tab character.60
ErrorsLine is longer than 80 characters.61
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.63
ErrorsLine contains a tab character.63
ErrorsParameter Target should be final.66
Errors'Target' hides a field.66
ErrorsName 'Target' must match pattern '^[a-z][a-zA-Z0-9]*$'.66
ErrorsLine has trailing spaces.67
ErrorsLine has trailing spaces.69
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.75
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine is longer than 80 characters.78
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine is longer than 80 characters.82
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine has trailing spaces.86
ErrorsLine contains a tab character.86
ErrorsLine has trailing spaces.89
ErrorsLine has trailing spaces.91
ErrorsLine is longer than 80 characters.92
ErrorsLine contains a tab character.92
ErrorsLine is longer than 80 characters.93
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsName 'Target' must match pattern '^[a-z][a-zA-Z0-9]*$'.97
ErrorsVariable 'Target' must be private and have accessor methods.97
ErrorsLine contains a tab character.98
ErrorsLine has trailing spaces.100
ErrorsLine has trailing spaces.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
ErrorsExpected an @return tag.107
ErrorsMethod 'getTarget' is not designed for extension - needs to be abstract, final or empty.107
ErrorsLine has trailing spaces.112
ErrorsLine has trailing spaces.114
ErrorsLine has trailing spaces.116
ErrorsLine is longer than 80 characters.117
ErrorsLine contains a tab character.117
ErrorsLine is longer than 80 characters.118
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsExpected an @return tag.121
ErrorsMethod 'setTarget' is not designed for extension - needs to be abstract, final or empty.121
ErrorsParameter Target should be final.121
Errors'Target' hides a field.121
ErrorsExpected @param tag for 'Target'.121
ErrorsName 'Target' must match pattern '^[a-z][a-zA-Z0-9]*$'.121
ErrorsLine has trailing spaces.125
ErrorsLine contains a tab character.130
ErrorsLine has trailing spaces.131
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.136
ErrorsLine has trailing spaces.137
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine has trailing spaces.142
ErrorsParameter original should be final.147
ErrorsExpected @param tag for 'original'.147
ErrorsLine has trailing spaces.148
Errors'=' is not preceded with whitespace.149
Errors'=' is not followed by whitespace.149
ErrorsLine has trailing spaces.150
ErrorsLine has trailing spaces.153
ErrorsLine has trailing spaces.155
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.156
ErrorsMissing a Javadoc comment.156
ErrorsLine has trailing spaces.158
ErrorsLine contains a tab character.159
ErrorsLine has trailing spaces.160
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.163
ErrorsMissing a Javadoc comment.163
Errors'+' should be on a new line.164
ErrorsLine has trailing spaces.165
Errors'+' should be on a new line.166
Errors'+' should be on a new line.167
Errors'+' should be on a new line.168
ErrorsLine has trailing spaces.172
ErrorsLine has trailing spaces.173
ErrorsLine contains a tab character.174
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.174
ErrorsMissing a Javadoc comment.174
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsLine has trailing spaces.177
ErrorsLine contains a tab character.177
ErrorsLine contains a tab character.178
ErrorsLine is longer than 80 characters.179
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.180
ErrorsLine has trailing spaces.181
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.182
ErrorsLine has trailing spaces.184
ErrorsLine has trailing spaces.187

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/EndPlayers.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
Errors'{' should be on the previous line.45
ErrorsLine has trailing spaces.46
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine has trailing spaces.56
ErrorsLine has trailing spaces.59
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.74
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.79
ErrorsParameter original should be final.84
ErrorsExpected @param tag for 'original'.84
ErrorsLine has trailing spaces.85
ErrorsLine has trailing spaces.88
ErrorsLine has trailing spaces.90
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.91
ErrorsMissing a Javadoc comment.91
ErrorsLine has trailing spaces.93
ErrorsLine contains a tab character.94
ErrorsLine has trailing spaces.95
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.98
ErrorsMissing a Javadoc comment.98
Errors'+' should be on a new line.99
ErrorsLine has trailing spaces.103
ErrorsLine has trailing spaces.104
ErrorsLine contains a tab character.105
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.105
ErrorsMissing a Javadoc comment.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine has trailing spaces.108
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine has trailing spaces.111
ErrorsLine has trailing spaces.114

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/EnterVehicle.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
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 is longer than 80 characters.38
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.39
ErrorsLine contains a tab character.39
ErrorsLine has trailing spaces.42
ErrorsLine has trailing spaces.44
Errors'{' should be on the previous line.49
ErrorsLine has trailing spaces.50
ErrorsLine has trailing spaces.53
ErrorsLine contains a tab character.54
ErrorsLine has trailing spaces.55
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 is longer than 80 characters.58
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsParameter Id should be final.64
Errors'Id' hides a field.64
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.64
ErrorsLine has trailing spaces.65
ErrorsLine has trailing spaces.67
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.75
ErrorsLine is longer than 80 characters.75
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine is longer than 80 characters.77
ErrorsLine contains a tab character.77
ErrorsLine is longer than 80 characters.78
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine is longer than 80 characters.81
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine has trailing spaces.85
ErrorsLine contains a tab character.85
ErrorsLine has trailing spaces.88
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.92
ErrorsVariable 'Id' must be private and have accessor methods.92
ErrorsLine contains a tab character.93
ErrorsLine has trailing spaces.95
ErrorsExpected an @return tag.98
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.98
ErrorsLine has trailing spaces.103
ErrorsLine has trailing spaces.105
ErrorsExpected an @return tag.108
ErrorsMethod 'setId' is not designed for extension - needs to be abstract, final or empty.108
ErrorsParameter Id should be final.108
Errors'Id' hides a field.108
ErrorsExpected @param tag for 'Id'.108
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.108
ErrorsLine has trailing spaces.112
ErrorsLine contains a tab character.117
ErrorsLine has trailing spaces.118
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.123
ErrorsLine has trailing spaces.124
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine has trailing spaces.129
ErrorsParameter original should be final.134
ErrorsExpected @param tag for 'original'.134
ErrorsLine has trailing spaces.135
Errors'=' is not preceded with whitespace.136
Errors'=' is not followed by whitespace.136
ErrorsLine has trailing spaces.137
ErrorsLine has trailing spaces.140
ErrorsLine has trailing spaces.142
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.143
ErrorsMissing a Javadoc comment.143
ErrorsLine has trailing spaces.145
ErrorsLine contains a tab character.146
ErrorsLine has trailing spaces.147
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.150
ErrorsMissing a Javadoc comment.150
Errors'+' should be on a new line.151
ErrorsLine has trailing spaces.152
Errors'+' should be on a new line.153
Errors'+' should be on a new line.154
Errors'+' should be on a new line.155
ErrorsLine has trailing spaces.159
ErrorsLine has trailing spaces.160
ErrorsLine contains a tab character.161
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.161
ErrorsMissing a Javadoc comment.161
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsLine has trailing spaces.164
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsLine is longer than 80 characters.166
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsLine has trailing spaces.168
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsLine has trailing spaces.171
ErrorsLine has trailing spaces.174

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/ExitVehicle.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine is longer than 80 characters.35
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine has trailing spaces.37
ErrorsLine contains a tab character.37
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.42
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.53
ErrorsLine is longer than 80 characters.53
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.60
ErrorsLine has trailing spaces.63
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.78
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine has trailing spaces.83
ErrorsParameter original should be final.88
ErrorsExpected @param tag for 'original'.88
ErrorsLine has trailing spaces.89
ErrorsLine has trailing spaces.92
ErrorsLine has trailing spaces.94
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.95
ErrorsMissing a Javadoc comment.95
ErrorsLine has trailing spaces.97
ErrorsLine contains a tab character.98
ErrorsLine has trailing spaces.99
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.102
ErrorsMissing a Javadoc comment.102
Errors'+' should be on a new line.103
ErrorsLine has trailing spaces.107
ErrorsLine has trailing spaces.108
ErrorsLine contains a tab character.109
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.109
ErrorsMissing a Javadoc comment.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine has trailing spaces.112
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine has trailing spaces.115
ErrorsLine has trailing spaces.118

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/FactoryUse.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
Errors'{' should be on the previous line.45
ErrorsLine has trailing spaces.46
ErrorsLine has trailing spaces.49
ErrorsLine is longer than 80 characters.50
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine has trailing spaces.56
ErrorsLine has trailing spaces.59
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.74
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.79
ErrorsParameter original should be final.84
ErrorsExpected @param tag for 'original'.84
ErrorsLine has trailing spaces.85
ErrorsLine has trailing spaces.88
ErrorsLine has trailing spaces.90
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.91
ErrorsMissing a Javadoc comment.91
ErrorsLine has trailing spaces.93
ErrorsLine contains a tab character.94
ErrorsLine has trailing spaces.95
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.98
ErrorsMissing a Javadoc comment.98
Errors'+' should be on a new line.99
ErrorsLine has trailing spaces.103
ErrorsLine has trailing spaces.104
ErrorsLine contains a tab character.105
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.105
ErrorsMissing a Javadoc comment.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine has trailing spaces.108
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine has trailing spaces.111
ErrorsLine has trailing spaces.114

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/FastTrace.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.43
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.53
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 has trailing spaces.59
ErrorsLine is longer than 80 characters.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsParameter Id should be final.70
Errors'Id' hides a field.70
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.70
ErrorsParameter From should be final.70
Errors'From' hides a field.70
ErrorsName 'From' must match pattern '^[a-z][a-zA-Z0-9]*$'.70
ErrorsParameter To should be final.70
Errors'To' hides a field.70
ErrorsName 'To' must match pattern '^[a-z][a-zA-Z0-9]*$'.70
ErrorsLine has trailing spaces.71
ErrorsLine has trailing spaces.73
ErrorsLine has trailing spaces.75
ErrorsLine has trailing spaces.77
ErrorsLine has trailing spaces.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.83
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine is longer than 80 characters.90
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine has trailing spaces.94
ErrorsLine contains a tab character.94
ErrorsLine has trailing spaces.97
ErrorsLine has trailing spaces.99
ErrorsLine is longer than 80 characters.100
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.104
ErrorsVariable 'Id' must be private and have accessor methods.104
ErrorsLine contains a tab character.105
ErrorsLine has trailing spaces.107
ErrorsLine has trailing spaces.109
ErrorsLine is longer than 80 characters.110
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsExpected an @return tag.113
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.113
ErrorsLine has trailing spaces.118
ErrorsLine has trailing spaces.120
ErrorsLine has trailing spaces.122
ErrorsLine is longer than 80 characters.123
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsExpected an @return tag.126
ErrorsMethod 'setId' is not designed for extension - needs to be abstract, final or empty.126
ErrorsParameter Id should be final.126
Errors'Id' hides a field.126
ErrorsExpected @param tag for 'Id'.126
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.126
ErrorsLine has trailing spaces.130
ErrorsLine has trailing spaces.132
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsName 'From' must match pattern '^[a-z][a-zA-Z0-9]*$'.137
ErrorsVariable 'From' must be private and have accessor methods.137
ErrorsLine contains a tab character.138
ErrorsLine has trailing spaces.140
ErrorsLine has trailing spaces.142
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsExpected an @return tag.146
ErrorsMethod 'getFrom' is not designed for extension - needs to be abstract, final or empty.146
ErrorsLine has trailing spaces.151
ErrorsLine has trailing spaces.153
ErrorsLine has trailing spaces.155
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsExpected an @return tag.159
ErrorsMethod 'setFrom' is not designed for extension - needs to be abstract, final or empty.159
ErrorsParameter From should be final.159
Errors'From' hides a field.159
ErrorsExpected @param tag for 'From'.159
ErrorsName 'From' must match pattern '^[a-z][a-zA-Z0-9]*$'.159
ErrorsLine has trailing spaces.163
ErrorsName 'To' must match pattern '^[a-z][a-zA-Z0-9]*$'.167
ErrorsVariable 'To' must be private and have accessor methods.167
ErrorsLine contains a tab character.168
ErrorsLine has trailing spaces.170
ErrorsExpected an @return tag.173
ErrorsMethod 'getTo' is not designed for extension - needs to be abstract, final or empty.173
ErrorsLine has trailing spaces.178
ErrorsLine has trailing spaces.180
ErrorsExpected an @return tag.183
ErrorsMethod 'setTo' is not designed for extension - needs to be abstract, final or empty.183
ErrorsParameter To should be final.183
Errors'To' hides a field.183
ErrorsExpected @param tag for 'To'.183
ErrorsName 'To' must match pattern '^[a-z][a-zA-Z0-9]*$'.183
ErrorsLine has trailing spaces.187
ErrorsLine contains a tab character.192
ErrorsLine has trailing spaces.193
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.198
ErrorsLine has trailing spaces.199
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
ErrorsLine has trailing spaces.204
ErrorsParameter original should be final.209
ErrorsExpected @param tag for 'original'.209
ErrorsLine has trailing spaces.210
Errors'=' is not preceded with whitespace.211
Errors'=' is not followed by whitespace.211
ErrorsLine has trailing spaces.212
Errors'=' is not preceded with whitespace.213
Errors'=' is not followed by whitespace.213
ErrorsLine has trailing spaces.214
Errors'=' is not preceded with whitespace.215
Errors'=' is not followed by whitespace.215
ErrorsLine has trailing spaces.216
ErrorsLine has trailing spaces.219
ErrorsLine has trailing spaces.221
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.222
ErrorsMissing a Javadoc comment.222
ErrorsLine has trailing spaces.224
ErrorsLine contains a tab character.225
ErrorsLine has trailing spaces.226
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.229
ErrorsMissing a Javadoc comment.229
Errors'+' should be on a new line.230
ErrorsLine has trailing spaces.231
Errors'+' should be on a new line.232
Errors'+' should be on a new line.233
Errors'+' should be on a new line.234
ErrorsLine has trailing spaces.235
Errors'+' should be on a new line.236
Errors'+' should be on a new line.237
Errors'+' should be on a new line.238
ErrorsLine has trailing spaces.239
Errors'+' should be on a new line.240
Errors'+' should be on a new line.241
Errors'+' should be on a new line.242
ErrorsLine has trailing spaces.246
ErrorsLine has trailing spaces.247
ErrorsLine contains a tab character.248
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.248
ErrorsMissing a Javadoc comment.248
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.250
ErrorsLine has trailing spaces.251
ErrorsLine contains a tab character.251
ErrorsLine contains a tab character.252
ErrorsLine is longer than 80 characters.253
ErrorsLine contains a tab character.253
ErrorsLine contains a tab character.254
ErrorsLine has trailing spaces.255
ErrorsLine contains a tab character.255
Errors'+' should be on a new line.257
Errors'+' should be on a new line.258
Errors'+' should be on a new line.259
ErrorsLine has trailing spaces.262
Errors'+' should be on a new line.264
Errors'+' should be on a new line.265
Errors'+' should be on a new line.266
ErrorsLine has trailing spaces.269
ErrorsLine contains a tab character.270
ErrorsLine has trailing spaces.272
ErrorsLine has trailing spaces.275

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/GetAllInvetories.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.39
ErrorsLine has trailing spaces.41
Errors'{' should be on the previous line.46
ErrorsLine has trailing spaces.47
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.58
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.81
ErrorsParameter original should be final.86
ErrorsExpected @param tag for 'original'.86
ErrorsLine has trailing spaces.87
ErrorsLine has trailing spaces.90
ErrorsLine has trailing spaces.92
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.93
ErrorsMissing a Javadoc comment.93
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.96
ErrorsLine has trailing spaces.97
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.100
ErrorsMissing a Javadoc comment.100
Errors'+' should be on a new line.101
ErrorsLine has trailing spaces.105
ErrorsLine has trailing spaces.106
ErrorsLine contains a tab character.107
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.107
ErrorsMissing a Javadoc comment.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 has trailing spaces.113
ErrorsLine has trailing spaces.116

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/GetAllNavPoints.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.39
ErrorsLine has trailing spaces.41
Errors'{' should be on the previous line.46
ErrorsLine has trailing spaces.47
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.58
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.81
ErrorsParameter original should be final.86
ErrorsExpected @param tag for 'original'.86
ErrorsLine has trailing spaces.87
ErrorsLine has trailing spaces.90
ErrorsLine has trailing spaces.92
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.93
ErrorsMissing a Javadoc comment.93
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.96
ErrorsLine has trailing spaces.97
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.100
ErrorsMissing a Javadoc comment.100
Errors'+' should be on a new line.101
ErrorsLine has trailing spaces.105
ErrorsLine has trailing spaces.106
ErrorsLine contains a tab character.107
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.107
ErrorsMissing a Javadoc comment.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 has trailing spaces.113
ErrorsLine has trailing spaces.116

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/GetAllStatus.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.40
ErrorsLine contains a tab character.40
ErrorsLine has trailing spaces.43
ErrorsLine has trailing spaces.45
Errors'{' should be on the previous line.50
ErrorsLine has trailing spaces.51
ErrorsLine has trailing spaces.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.66
ErrorsLine has trailing spaces.69
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.78
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.83
ErrorsLine has trailing spaces.84
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine has trailing spaces.89
ErrorsParameter original should be final.94
ErrorsExpected @param tag for 'original'.94
ErrorsLine has trailing spaces.95
ErrorsLine has trailing spaces.98
ErrorsLine has trailing spaces.100
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.101
ErrorsMissing a Javadoc comment.101
ErrorsLine has trailing spaces.103
ErrorsLine contains a tab character.104
ErrorsLine has trailing spaces.105
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.108
ErrorsMissing a Javadoc comment.108
Errors'+' should be on a new line.109
ErrorsLine has trailing spaces.113
ErrorsLine has trailing spaces.114
ErrorsLine contains a tab character.115
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.115
ErrorsMissing a Javadoc comment.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine has trailing spaces.118
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine has trailing spaces.121
ErrorsLine has trailing spaces.124

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/GetGameInfo.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.36
ErrorsLine has trailing spaces.39
ErrorsLine has trailing spaces.41
Errors'{' should be on the previous line.46
ErrorsLine has trailing spaces.47
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.58
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.81
ErrorsParameter original should be final.86
ErrorsExpected @param tag for 'original'.86
ErrorsLine has trailing spaces.87
ErrorsLine has trailing spaces.90
ErrorsLine has trailing spaces.92
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.93
ErrorsMissing a Javadoc comment.93
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.96
ErrorsLine has trailing spaces.97
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.100
ErrorsMissing a Javadoc comment.100
Errors'+' should be on a new line.101
ErrorsLine has trailing spaces.105
ErrorsLine has trailing spaces.106
ErrorsLine contains a tab character.107
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.107
ErrorsMissing a Javadoc comment.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 has trailing spaces.113
ErrorsLine has trailing spaces.116

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/GetItemCategory.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
Errors'{' should be on the previous line.45
ErrorsLine has trailing spaces.46
ErrorsLine has trailing spaces.49
ErrorsLine is longer than 80 characters.50
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine has trailing spaces.53
ErrorsLine is longer than 80 characters.54
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.56
ErrorsParameter Type should be final.59
Errors'Type' hides a field.59
ErrorsName 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'.59
ErrorsLine has trailing spaces.60
ErrorsLine has trailing spaces.62
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsLine is longer than 80 characters.69
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine is longer than 80 characters.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.79
ErrorsLine has trailing spaces.81
ErrorsLine is longer than 80 characters.82
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsName 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'.86
ErrorsVariable 'Type' must be private and have accessor methods.86
ErrorsLine contains a tab character.87
ErrorsLine has trailing spaces.89
ErrorsLine has trailing spaces.91
ErrorsLine is longer than 80 characters.92
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsExpected an @return tag.95
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.95
ErrorsLine has trailing spaces.100
ErrorsLine has trailing spaces.102
ErrorsLine has trailing spaces.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.107
ErrorsExpected an @return tag.108
ErrorsMethod 'setType' is not designed for extension - needs to be abstract, final or empty.108
ErrorsParameter Type should be final.108
Errors'Type' hides a field.108
ErrorsExpected @param tag for 'Type'.108
ErrorsName 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'.108
ErrorsLine has trailing spaces.112
ErrorsLine contains a tab character.117
ErrorsLine has trailing spaces.118
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.123
ErrorsLine has trailing spaces.124
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine has trailing spaces.129
ErrorsParameter original should be final.134
ErrorsExpected @param tag for 'original'.134
ErrorsLine has trailing spaces.135
Errors'=' is not preceded with whitespace.136
Errors'=' is not followed by whitespace.136
ErrorsLine has trailing spaces.137
ErrorsLine has trailing spaces.140
ErrorsLine has trailing spaces.142
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.143
ErrorsMissing a Javadoc comment.143
ErrorsLine has trailing spaces.145
ErrorsLine contains a tab character.146
ErrorsLine has trailing spaces.147
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.150
ErrorsMissing a Javadoc comment.150
Errors'+' should be on a new line.151
ErrorsLine has trailing spaces.152
Errors'+' should be on a new line.153
Errors'+' should be on a new line.154
Errors'+' should be on a new line.155
ErrorsLine has trailing spaces.159
ErrorsLine has trailing spaces.160
ErrorsLine contains a tab character.161
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.161
ErrorsMissing a Javadoc comment.161
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsLine has trailing spaces.164
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsLine is longer than 80 characters.166
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsLine has trailing spaces.168
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsLine has trailing spaces.171
ErrorsLine has trailing spaces.174

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/GetMaps.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.39
ErrorsLine has trailing spaces.41
Errors'{' should be on the previous line.46
ErrorsLine has trailing spaces.47
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.58
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.81
ErrorsParameter original should be final.86
ErrorsExpected @param tag for 'original'.86
ErrorsLine has trailing spaces.87
ErrorsLine has trailing spaces.90
ErrorsLine has trailing spaces.92
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.93
ErrorsMissing a Javadoc comment.93
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.96
ErrorsLine has trailing spaces.97
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.100
ErrorsMissing a Javadoc comment.100
Errors'+' should be on a new line.101
ErrorsLine has trailing spaces.105
ErrorsLine has trailing spaces.106
ErrorsLine contains a tab character.107
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.107
ErrorsMissing a Javadoc comment.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 has trailing spaces.113
ErrorsLine has trailing spaces.116

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/GetPath.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.36
ErrorsLine has trailing spaces.39
ErrorsLine has trailing spaces.41
Errors'{' should be on the previous line.46
ErrorsLine has trailing spaces.47
ErrorsLine has trailing spaces.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.53
ErrorsLine has trailing spaces.55
ErrorsLine is longer than 80 characters.56
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.58
ErrorsLine is longer than 80 characters.59
ErrorsParameter Id should be final.63
Errors'Id' hides a field.63
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.63
ErrorsParameter Target should be final.63
Errors'Target' hides a field.63
ErrorsName 'Target' must match pattern '^[a-z][a-zA-Z0-9]*$'.63
ErrorsParameter Location should be final.63
Errors'Location' hides a field.63
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.63
ErrorsLine has trailing spaces.64
ErrorsLine has trailing spaces.66
ErrorsLine has trailing spaces.68
ErrorsLine has trailing spaces.70
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine is longer than 80 characters.77
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine is longer than 80 characters.81
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine has trailing spaces.85
ErrorsLine contains a tab character.85
ErrorsLine has trailing spaces.88
ErrorsLine has trailing spaces.90
ErrorsLine is longer than 80 characters.91
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.95
ErrorsVariable 'Id' must be private and have accessor methods.95
ErrorsLine contains a tab character.96
ErrorsLine has trailing spaces.98
ErrorsLine has trailing spaces.100
ErrorsLine is longer than 80 characters.101
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsExpected an @return tag.104
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.104
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.111
ErrorsLine has trailing spaces.113
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
ErrorsExpected an @return tag.117
ErrorsMethod 'setId' is not designed for extension - needs to be abstract, final or empty.117
ErrorsParameter Id should be final.117
Errors'Id' hides a field.117
ErrorsExpected @param tag for 'Id'.117
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.117
ErrorsLine has trailing spaces.121
ErrorsLine is longer than 80 characters.123
ErrorsName 'Target' must match pattern '^[a-z][a-zA-Z0-9]*$'.125
ErrorsVariable 'Target' must be private and have accessor methods.125
ErrorsLine contains a tab character.126
ErrorsLine has trailing spaces.128
ErrorsLine is longer than 80 characters.130
ErrorsExpected an @return tag.131
ErrorsMethod 'getTarget' is not designed for extension - needs to be abstract, final or empty.131
ErrorsLine has trailing spaces.136
ErrorsLine has trailing spaces.138
ErrorsLine is longer than 80 characters.140
ErrorsExpected an @return tag.141
ErrorsMethod 'setTarget' is not designed for extension - needs to be abstract, final or empty.141
ErrorsParameter Target should be final.141
Errors'Target' hides a field.141
ErrorsExpected @param tag for 'Target'.141
ErrorsName 'Target' must match pattern '^[a-z][a-zA-Z0-9]*$'.141
ErrorsLine has trailing spaces.145
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.149
ErrorsVariable 'Location' must be private and have accessor methods.149
ErrorsLine contains a tab character.150
ErrorsLine has trailing spaces.152
ErrorsExpected an @return tag.155
ErrorsMethod 'getLocation' is not designed for extension - needs to be abstract, final or empty.155
ErrorsLine has trailing spaces.160
ErrorsLine has trailing spaces.162
ErrorsExpected an @return tag.165
ErrorsMethod 'setLocation' is not designed for extension - needs to be abstract, final or empty.165
ErrorsParameter Location should be final.165
Errors'Location' hides a field.165
ErrorsExpected @param tag for 'Location'.165
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.165
ErrorsLine has trailing spaces.169
ErrorsLine contains a tab character.174
ErrorsLine has trailing spaces.175
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.180
ErrorsLine has trailing spaces.181
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.182
ErrorsLine has trailing spaces.186
ErrorsParameter original should be final.191
ErrorsExpected @param tag for 'original'.191
ErrorsLine has trailing spaces.192
Errors'=' is not preceded with whitespace.193
Errors'=' is not followed by whitespace.193
ErrorsLine has trailing spaces.194
Errors'=' is not preceded with whitespace.195
Errors'=' is not followed by whitespace.195
ErrorsLine has trailing spaces.196
Errors'=' is not preceded with whitespace.197
Errors'=' is not followed by whitespace.197
ErrorsLine has trailing spaces.198
ErrorsLine has trailing spaces.201
ErrorsLine has trailing spaces.203
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.204
ErrorsMissing a Javadoc comment.204
ErrorsLine has trailing spaces.206
ErrorsLine contains a tab character.207
ErrorsLine has trailing spaces.208
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.211
ErrorsMissing a Javadoc comment.211
Errors'+' should be on a new line.212
ErrorsLine has trailing spaces.213
Errors'+' should be on a new line.214
Errors'+' should be on a new line.215
Errors'+' should be on a new line.216
ErrorsLine has trailing spaces.217
Errors'+' should be on a new line.218
Errors'+' should be on a new line.219
Errors'+' should be on a new line.220
ErrorsLine has trailing spaces.221
Errors'+' should be on a new line.222
Errors'+' should be on a new line.223
Errors'+' should be on a new line.224
ErrorsLine has trailing spaces.228
ErrorsLine has trailing spaces.229
ErrorsLine contains a tab character.230
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.230
ErrorsMissing a Javadoc comment.230
ErrorsLine contains a tab character.231
ErrorsLine contains a tab character.232
ErrorsLine has trailing spaces.233
ErrorsLine contains a tab character.233
ErrorsLine contains a tab character.234
ErrorsLine is longer than 80 characters.235
ErrorsLine contains a tab character.235
ErrorsLine contains a tab character.236
ErrorsLine has trailing spaces.237
ErrorsLine contains a tab character.237
ErrorsLine contains a tab character.238
ErrorsLine is longer than 80 characters.239
ErrorsLine contains a tab character.239
ErrorsLine contains a tab character.240
ErrorsLine has trailing spaces.241
ErrorsLine contains a tab character.241
Errors'+' should be on a new line.243
Errors'+' should be on a new line.244
Errors'+' should be on a new line.245
ErrorsLine has trailing spaces.248
ErrorsLine contains a tab character.249
ErrorsLine has trailing spaces.251
ErrorsLine has trailing spaces.254

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/GetPlayers.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.39
ErrorsLine has trailing spaces.41
Errors'{' should be on the previous line.46
ErrorsLine has trailing spaces.47
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.58
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.81
ErrorsParameter original should be final.86
ErrorsExpected @param tag for 'original'.86
ErrorsLine has trailing spaces.87
ErrorsLine has trailing spaces.90
ErrorsLine has trailing spaces.92
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.93
ErrorsMissing a Javadoc comment.93
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.96
ErrorsLine has trailing spaces.97
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.100
ErrorsMissing a Javadoc comment.100
Errors'+' should be on a new line.101
ErrorsLine has trailing spaces.105
ErrorsLine has trailing spaces.106
ErrorsLine contains a tab character.107
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.107
ErrorsMissing a Javadoc comment.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 has trailing spaces.113
ErrorsLine has trailing spaces.116

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/GetSelf.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.36
ErrorsLine has trailing spaces.39
ErrorsLine has trailing spaces.41
Errors'{' should be on the previous line.46
ErrorsLine has trailing spaces.47
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.58
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.81
ErrorsParameter original should be final.86
ErrorsExpected @param tag for 'original'.86
ErrorsLine has trailing spaces.87
ErrorsLine has trailing spaces.90
ErrorsLine has trailing spaces.92
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.93
ErrorsMissing a Javadoc comment.93
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.96
ErrorsLine has trailing spaces.97
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.100
ErrorsMissing a Javadoc comment.100
Errors'+' should be on a new line.101
ErrorsLine has trailing spaces.105
ErrorsLine has trailing spaces.106
ErrorsLine contains a tab character.107
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.107
ErrorsMissing a Javadoc comment.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 has trailing spaces.113
ErrorsLine has trailing spaces.116

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/GetSpecialObjects.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.36
ErrorsLine has trailing spaces.39
ErrorsLine has trailing spaces.41
Errors'{' should be on the previous line.46
ErrorsLine has trailing spaces.47
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.58
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.81
ErrorsParameter original should be final.86
ErrorsExpected @param tag for 'original'.86
ErrorsLine has trailing spaces.87
ErrorsLine has trailing spaces.90
ErrorsLine has trailing spaces.92
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.93
ErrorsMissing a Javadoc comment.93
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.96
ErrorsLine has trailing spaces.97
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.100
ErrorsMissing a Javadoc comment.100
Errors'+' should be on a new line.101
ErrorsLine has trailing spaces.105
ErrorsLine has trailing spaces.106
ErrorsLine contains a tab character.107
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.107
ErrorsMissing a Javadoc comment.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 has trailing spaces.113
ErrorsLine has trailing spaces.116

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/GetVisibleObjects.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.36
ErrorsLine has trailing spaces.39
ErrorsLine has trailing spaces.41
Errors'{' should be on the previous line.46
ErrorsLine has trailing spaces.47
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.58
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.81
ErrorsParameter original should be final.86
ErrorsExpected @param tag for 'original'.86
ErrorsLine has trailing spaces.87
ErrorsLine has trailing spaces.90
ErrorsLine has trailing spaces.92
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.93
ErrorsMissing a Javadoc comment.93
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.96
ErrorsLine has trailing spaces.97
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.100
ErrorsMissing a Javadoc comment.100
Errors'+' should be on a new line.101
ErrorsLine has trailing spaces.105
ErrorsLine has trailing spaces.106
ErrorsLine contains a tab character.107
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.107
ErrorsMissing a Javadoc comment.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 has trailing spaces.113
ErrorsLine has trailing spaces.116

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/GiveInventory.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.43
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.53
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 has trailing spaces.60
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.62
ErrorsParameter Target should be final.65
Errors'Target' hides a field.65
ErrorsName 'Target' must match pattern '^[a-z][a-zA-Z0-9]*$'.65
ErrorsParameter ItemId should be final.65
Errors'ItemId' hides a field.65
ErrorsName 'ItemId' must match pattern '^[a-z][a-zA-Z0-9]*$'.65
ErrorsLine has trailing spaces.66
ErrorsLine has trailing spaces.68
ErrorsLine has trailing spaces.70
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine is longer than 80 characters.83
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine has trailing spaces.87
ErrorsLine contains a tab character.87
ErrorsLine has trailing spaces.90
ErrorsName 'Target' must match pattern '^[a-z][a-zA-Z0-9]*$'.94
ErrorsVariable 'Target' must be private and have accessor methods.94
ErrorsLine contains a tab character.95
ErrorsLine has trailing spaces.97
ErrorsExpected an @return tag.100
ErrorsMethod 'getTarget' is not designed for extension - needs to be abstract, final or empty.100
ErrorsLine has trailing spaces.105
ErrorsLine has trailing spaces.107
ErrorsExpected an @return tag.110
ErrorsMethod 'setTarget' is not designed for extension - needs to be abstract, final or empty.110
ErrorsParameter Target should be final.110
Errors'Target' hides a field.110
ErrorsExpected @param tag for 'Target'.110
ErrorsName 'Target' must match pattern '^[a-z][a-zA-Z0-9]*$'.110
ErrorsLine has trailing spaces.114
ErrorsLine has trailing spaces.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsName 'ItemId' must match pattern '^[a-z][a-zA-Z0-9]*$'.120
ErrorsVariable 'ItemId' must be private and have accessor methods.120
ErrorsLine contains a tab character.121
ErrorsLine has trailing spaces.123
ErrorsLine has trailing spaces.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsExpected an @return tag.128
ErrorsMethod 'getItemId' is not designed for extension - needs to be abstract, final or empty.128
ErrorsLine has trailing spaces.133
ErrorsLine has trailing spaces.135
ErrorsLine has trailing spaces.137
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsExpected an @return tag.140
ErrorsMethod 'setItemId' is not designed for extension - needs to be abstract, final or empty.140
ErrorsParameter ItemId should be final.140
Errors'ItemId' hides a field.140
ErrorsExpected @param tag for 'ItemId'.140
ErrorsName 'ItemId' must match pattern '^[a-z][a-zA-Z0-9]*$'.140
ErrorsLine has trailing spaces.144
ErrorsLine contains a tab character.149
ErrorsLine has trailing spaces.150
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.155
ErrorsLine has trailing spaces.156
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsLine has trailing spaces.161
ErrorsParameter original should be final.166
ErrorsExpected @param tag for 'original'.166
ErrorsLine has trailing spaces.167
Errors'=' is not preceded with whitespace.168
Errors'=' is not followed by whitespace.168
ErrorsLine has trailing spaces.169
Errors'=' is not preceded with whitespace.170
Errors'=' is not followed by whitespace.170
ErrorsLine has trailing spaces.171
ErrorsLine has trailing spaces.174
ErrorsLine has trailing spaces.176
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.177
ErrorsMissing a Javadoc comment.177
ErrorsLine has trailing spaces.179
ErrorsLine contains a tab character.180
ErrorsLine has trailing spaces.181
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.184
ErrorsMissing a Javadoc comment.184
Errors'+' should be on a new line.185
ErrorsLine has trailing spaces.186
Errors'+' should be on a new line.187
Errors'+' should be on a new line.188
Errors'+' should be on a new line.189
ErrorsLine has trailing spaces.190
Errors'+' should be on a new line.191
Errors'+' should be on a new line.192
Errors'+' should be on a new line.193
ErrorsLine has trailing spaces.197
ErrorsLine has trailing spaces.198
ErrorsLine contains a tab character.199
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.199
ErrorsMissing a Javadoc comment.199
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.201
ErrorsLine has trailing spaces.202
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.203
ErrorsLine is longer than 80 characters.204
ErrorsLine contains a tab character.204
ErrorsLine contains a tab character.205
ErrorsLine has trailing spaces.206
ErrorsLine contains a tab character.206
ErrorsLine contains a tab character.207
ErrorsLine is longer than 80 characters.208
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.209
ErrorsLine has trailing spaces.210
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.211
ErrorsLine has trailing spaces.213
ErrorsLine has trailing spaces.216

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Initialize.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.40
ErrorsLine has trailing spaces.42
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.58
ErrorsLine is longer than 80 characters.59
ErrorsLine contains a tab character.59
ErrorsLine is longer than 80 characters.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.63
ErrorsLine contains a tab character.64
ErrorsLine is longer than 80 characters.65
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.77
ErrorsLine is longer than 80 characters.78
ErrorsLine contains a tab character.78
ErrorsComment matches to-do format 'TODO:'.79
ErrorsLine is longer than 80 characters.79
ErrorsLine contains a tab character.79
ErrorsLine has trailing spaces.80
ErrorsLine contains a tab character.80
ErrorsLine has trailing spaces.81
ErrorsLine is longer than 80 characters.82
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine has trailing spaces.84
ErrorsLine contains a tab character.84
ErrorsLine has trailing spaces.85
ErrorsLine is longer than 80 characters.86
ErrorsLine contains a tab character.86
ErrorsLine is longer than 80 characters.87
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine has trailing spaces.89
ErrorsLine contains a tab character.89
ErrorsLine has trailing spaces.90
ErrorsLine is longer than 80 characters.91
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.92
ErrorsLine contains a tab character.92
ErrorsLine has trailing spaces.93
ErrorsLine is longer than 80 characters.94
ErrorsLine contains a tab character.94
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.95
ErrorsLine has trailing spaces.96
ErrorsLine contains a tab character.97
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.98
ErrorsMore than 7 parameters.100
ErrorsLine is longer than 80 characters.101
ErrorsParameter Name should be final.101
Errors'Name' hides a field.101
ErrorsName 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'.101
ErrorsParameter Team should be final.101
Errors'Team' hides a field.101
ErrorsName 'Team' must match pattern '^[a-z][a-zA-Z0-9]*$'.101
ErrorsParameter ManualSpawn should be final.101
Errors'ManualSpawn' hides a field.101
ErrorsName 'ManualSpawn' must match pattern '^[a-z][a-zA-Z0-9]*$'.101
ErrorsParameter AutoTrace should be final.101
Errors'AutoTrace' hides a field.101
ErrorsName 'AutoTrace' must match pattern '^[a-z][a-zA-Z0-9]*$'.101
ErrorsParameter Location should be final.101
Errors'Location' hides a field.101
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.101
ErrorsParameter Rotation should be final.101
Errors'Rotation' hides a field.101
ErrorsName 'Rotation' must match pattern '^[a-z][a-zA-Z0-9]*$'.101
ErrorsParameter Skin should be final.101
Errors'Skin' hides a field.101
ErrorsName 'Skin' must match pattern '^[a-z][a-zA-Z0-9]*$'.101
ErrorsParameter DesiredSkill should be final.101
Errors'DesiredSkill' hides a field.101
ErrorsName 'DesiredSkill' must match pattern '^[a-z][a-zA-Z0-9]*$'.101
ErrorsParameter ShouldLeadTarget should be final.101
Errors'ShouldLeadTarget' hides a field.101
ErrorsName 'ShouldLeadTarget' must match pattern '^[a-z][a-zA-Z0-9]*$'.101
ErrorsParameter AutoPickupOff should be final.101
Errors'AutoPickupOff' hides a field.101
ErrorsName 'AutoPickupOff' must match pattern '^[a-z][a-zA-Z0-9]*$'.101
ErrorsParameter Jmx should be final.101
Errors'Jmx' hides a field.101
ErrorsName 'Jmx' must match pattern '^[a-z][a-zA-Z0-9]*$'.101
ErrorsParameter ClassName should be final.101
Errors'ClassName' hides a field.101
ErrorsName 'ClassName' must match pattern '^[a-z][a-zA-Z0-9]*$'.101
ErrorsLine has trailing spaces.102
ErrorsLine has trailing spaces.104
ErrorsLine has trailing spaces.106
ErrorsLine has trailing spaces.108
ErrorsLine has trailing spaces.110
ErrorsLine has trailing spaces.112
ErrorsLine has trailing spaces.114
ErrorsLine has trailing spaces.116
ErrorsLine has trailing spaces.118
ErrorsLine has trailing spaces.120
ErrorsLine has trailing spaces.122
ErrorsLine has trailing spaces.124
ErrorsLine has trailing spaces.126
ErrorsLine has trailing spaces.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine has trailing spaces.132
ErrorsLine contains a tab character.132
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 is longer than 80 characters.138
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine has trailing spaces.142
ErrorsLine contains a tab character.142
ErrorsLine has trailing spaces.145
ErrorsName 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'.149
ErrorsVariable 'Name' must be private and have accessor methods.149
ErrorsLine contains a tab character.150
ErrorsLine has trailing spaces.152
ErrorsExpected an @return tag.155
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.155
ErrorsLine has trailing spaces.160
ErrorsLine has trailing spaces.162
ErrorsExpected an @return tag.165
ErrorsMethod 'setName' is not designed for extension - needs to be abstract, final or empty.165
ErrorsParameter Name should be final.165
Errors'Name' hides a field.165
ErrorsExpected @param tag for 'Name'.165
ErrorsName 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'.165
ErrorsLine has trailing spaces.169
ErrorsLine has trailing spaces.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 contains a tab character.174
ErrorsLine contains a tab character.175
ErrorsName 'Team' must match pattern '^[a-z][a-zA-Z0-9]*$'.177
ErrorsVariable 'Team' must be private and have accessor methods.177
ErrorsLine contains a tab character.178
ErrorsLine has trailing spaces.180
ErrorsLine has trailing spaces.182
ErrorsLine is longer than 80 characters.183
ErrorsLine contains a tab character.183
ErrorsLine is longer than 80 characters.184
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
ErrorsExpected an @return tag.187
ErrorsMethod 'getTeam' is not designed for extension - needs to be abstract, final or empty.187
ErrorsLine has trailing spaces.192
ErrorsLine has trailing spaces.194
ErrorsLine has trailing spaces.196
ErrorsLine is longer than 80 characters.197
ErrorsLine contains a tab character.197
ErrorsLine is longer than 80 characters.198
ErrorsLine contains a tab character.198
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
ErrorsExpected an @return tag.201
ErrorsMethod 'setTeam' is not designed for extension - needs to be abstract, final or empty.201
ErrorsParameter Team should be final.201
Errors'Team' hides a field.201
ErrorsExpected @param tag for 'Team'.201
ErrorsName 'Team' must match pattern '^[a-z][a-zA-Z0-9]*$'.201
ErrorsLine has trailing spaces.205
ErrorsLine has trailing spaces.207
ErrorsLine contains a tab character.208
ErrorsLine is longer than 80 characters.209
ErrorsLine contains a tab character.209
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.211
ErrorsName 'ManualSpawn' must match pattern '^[a-z][a-zA-Z0-9]*$'.213
ErrorsVariable 'ManualSpawn' must be private and have accessor methods.213
ErrorsLine contains a tab character.214
ErrorsLine has trailing spaces.216
ErrorsLine has trailing spaces.218
ErrorsLine contains a tab character.219
ErrorsLine is longer than 80 characters.220
ErrorsLine contains a tab character.220
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
ErrorsExpected an @return tag.223
ErrorsMethod 'isManualSpawn' is not designed for extension - needs to be abstract, final or empty.223
ErrorsLine has trailing spaces.228
ErrorsLine has trailing spaces.230
ErrorsLine has trailing spaces.232
ErrorsLine contains a tab character.233
ErrorsLine is longer than 80 characters.234
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235
ErrorsLine contains a tab character.236
ErrorsExpected an @return tag.237
ErrorsMethod 'setManualSpawn' is not designed for extension - needs to be abstract, final or empty.237
ErrorsParameter ManualSpawn should be final.237
Errors'ManualSpawn' hides a field.237
ErrorsExpected @param tag for 'ManualSpawn'.237
ErrorsName 'ManualSpawn' must match pattern '^[a-z][a-zA-Z0-9]*$'.237
ErrorsLine has trailing spaces.241
ErrorsLine has trailing spaces.243
ErrorsLine contains a tab character.244
ErrorsLine contains a tab character.245
ErrorsName 'AutoTrace' must match pattern '^[a-z][a-zA-Z0-9]*$'.247
ErrorsVariable 'AutoTrace' must be private and have accessor methods.247
ErrorsLine contains a tab character.248
ErrorsLine has trailing spaces.250
ErrorsLine has trailing spaces.252
ErrorsLine contains a tab character.253
ErrorsLine contains a tab character.254
ErrorsExpected an @return tag.255
ErrorsMethod 'isAutoTrace' is not designed for extension - needs to be abstract, final or empty.255
ErrorsLine has trailing spaces.260
ErrorsLine has trailing spaces.262
ErrorsLine has trailing spaces.264
ErrorsLine contains a tab character.265
ErrorsLine contains a tab character.266
ErrorsExpected an @return tag.267
ErrorsMethod 'setAutoTrace' is not designed for extension - needs to be abstract, final or empty.267
ErrorsParameter AutoTrace should be final.267
Errors'AutoTrace' hides a field.267
ErrorsExpected @param tag for 'AutoTrace'.267
ErrorsName 'AutoTrace' must match pattern '^[a-z][a-zA-Z0-9]*$'.267
ErrorsLine has trailing spaces.271
ErrorsLine has trailing spaces.273
ErrorsLine contains a tab character.274
ErrorsLine contains a tab character.275
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.277
ErrorsVariable 'Location' must be private and have accessor methods.277
ErrorsLine contains a tab character.278
ErrorsLine has trailing spaces.280
ErrorsLine has trailing spaces.282
ErrorsLine contains a tab character.283
ErrorsLine contains a tab character.284
ErrorsExpected an @return tag.285
ErrorsMethod 'getLocation' is not designed for extension - needs to be abstract, final or empty.285
ErrorsLine has trailing spaces.290
ErrorsLine has trailing spaces.292
ErrorsLine has trailing spaces.294
ErrorsLine contains a tab character.295
ErrorsLine contains a tab character.296
ErrorsExpected an @return tag.297
ErrorsMethod 'setLocation' is not designed for extension - needs to be abstract, final or empty.297
ErrorsParameter Location should be final.297
Errors'Location' hides a field.297
ErrorsExpected @param tag for 'Location'.297
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.297
ErrorsLine has trailing spaces.301
ErrorsLine has trailing spaces.303
ErrorsLine contains a tab character.304
ErrorsLine contains a tab character.305
ErrorsName 'Rotation' must match pattern '^[a-z][a-zA-Z0-9]*$'.307
ErrorsVariable 'Rotation' must be private and have accessor methods.307
ErrorsLine contains a tab character.308
ErrorsLine has trailing spaces.310
ErrorsLine has trailing spaces.312
ErrorsLine contains a tab character.313
ErrorsLine contains a tab character.314
ErrorsExpected an @return tag.315
ErrorsMethod 'getRotation' is not designed for extension - needs to be abstract, final or empty.315
ErrorsLine has trailing spaces.320
ErrorsLine has trailing spaces.322
ErrorsLine has trailing spaces.324
ErrorsLine contains a tab character.325
ErrorsLine contains a tab character.326
ErrorsExpected an @return tag.327
ErrorsMethod 'setRotation' is not designed for extension - needs to be abstract, final or empty.327
ErrorsParameter Rotation should be final.327
Errors'Rotation' hides a field.327
ErrorsExpected @param tag for 'Rotation'.327
ErrorsName 'Rotation' must match pattern '^[a-z][a-zA-Z0-9]*$'.327
ErrorsLine has trailing spaces.331
ErrorsLine has trailing spaces.333
ErrorsLine is longer than 80 characters.334
ErrorsLine contains a tab character.334
ErrorsComment matches to-do format 'TODO:'.335
ErrorsLine is longer than 80 characters.335
ErrorsLine contains a tab character.335
ErrorsLine contains a tab character.336
ErrorsName 'Skin' must match pattern '^[a-z][a-zA-Z0-9]*$'.338
ErrorsVariable 'Skin' must be private and have accessor methods.338
ErrorsLine contains a tab character.339
ErrorsLine has trailing spaces.341
ErrorsLine has trailing spaces.343
ErrorsLine is longer than 80 characters.344
ErrorsLine contains a tab character.344
ErrorsComment matches to-do format 'TODO:'.345
ErrorsLine is longer than 80 characters.345
ErrorsLine contains a tab character.345
ErrorsLine contains a tab character.346
ErrorsExpected an @return tag.347
ErrorsMethod 'getSkin' is not designed for extension - needs to be abstract, final or empty.347
ErrorsLine has trailing spaces.352
ErrorsLine has trailing spaces.354
ErrorsLine has trailing spaces.356
ErrorsLine is longer than 80 characters.357
ErrorsLine contains a tab character.357
ErrorsComment matches to-do format 'TODO:'.358
ErrorsLine is longer than 80 characters.358
ErrorsLine contains a tab character.358
ErrorsLine contains a tab character.359
ErrorsExpected an @return tag.360
ErrorsMethod 'setSkin' is not designed for extension - needs to be abstract, final or empty.360
ErrorsParameter Skin should be final.360
Errors'Skin' hides a field.360
ErrorsExpected @param tag for 'Skin'.360
ErrorsName 'Skin' must match pattern '^[a-z][a-zA-Z0-9]*$'.360
ErrorsLine has trailing spaces.364
ErrorsLine has trailing spaces.366
ErrorsLine is longer than 80 characters.367
ErrorsLine contains a tab character.367
ErrorsLine contains a tab character.368
ErrorsLine contains a tab character.369
ErrorsName 'DesiredSkill' must match pattern '^[a-z][a-zA-Z0-9]*$'.371
ErrorsVariable 'DesiredSkill' must be private and have accessor methods.371
ErrorsLine contains a tab character.372
ErrorsLine has trailing spaces.374
ErrorsLine has trailing spaces.376
ErrorsLine is longer than 80 characters.377
ErrorsLine contains a tab character.377
ErrorsLine contains a tab character.378
ErrorsLine contains a tab character.379
ErrorsExpected an @return tag.380
ErrorsMethod 'getDesiredSkill' is not designed for extension - needs to be abstract, final or empty.380
ErrorsLine has trailing spaces.385
ErrorsLine has trailing spaces.387
ErrorsLine has trailing spaces.389
ErrorsLine is longer than 80 characters.390
ErrorsLine contains a tab character.390
ErrorsLine contains a tab character.391
ErrorsLine contains a tab character.392
ErrorsExpected an @return tag.393
ErrorsMethod 'setDesiredSkill' is not designed for extension - needs to be abstract, final or empty.393
ErrorsParameter DesiredSkill should be final.393
Errors'DesiredSkill' hides a field.393
ErrorsExpected @param tag for 'DesiredSkill'.393
ErrorsName 'DesiredSkill' must match pattern '^[a-z][a-zA-Z0-9]*$'.393
ErrorsLine has trailing spaces.397
ErrorsLine has trailing spaces.399
ErrorsLine is longer than 80 characters.400
ErrorsLine contains a tab character.400
ErrorsLine is longer than 80 characters.401
ErrorsLine contains a tab character.401
ErrorsLine contains a tab character.402
ErrorsLine contains a tab character.403
ErrorsName 'ShouldLeadTarget' must match pattern '^[a-z][a-zA-Z0-9]*$'.405
ErrorsVariable 'ShouldLeadTarget' must be private and have accessor methods.405
ErrorsLine contains a tab character.406
ErrorsLine has trailing spaces.408
ErrorsLine has trailing spaces.410
ErrorsLine is longer than 80 characters.411
ErrorsLine contains a tab character.411
ErrorsLine is longer than 80 characters.412
ErrorsLine contains a tab character.412
ErrorsLine contains a tab character.413
ErrorsLine contains a tab character.414
ErrorsExpected an @return tag.415
ErrorsMethod 'isShouldLeadTarget' is not designed for extension - needs to be abstract, final or empty.415
ErrorsLine has trailing spaces.420
ErrorsLine has trailing spaces.422
ErrorsLine has trailing spaces.424
ErrorsLine is longer than 80 characters.425
ErrorsLine contains a tab character.425
ErrorsLine is longer than 80 characters.426
ErrorsLine contains a tab character.426
ErrorsLine contains a tab character.427
ErrorsLine contains a tab character.428
ErrorsExpected an @return tag.429
ErrorsMethod 'setShouldLeadTarget' is not designed for extension - needs to be abstract, final or empty.429
ErrorsParameter ShouldLeadTarget should be final.429
Errors'ShouldLeadTarget' hides a field.429
ErrorsExpected @param tag for 'ShouldLeadTarget'.429
ErrorsName 'ShouldLeadTarget' must match pattern '^[a-z][a-zA-Z0-9]*$'.429
ErrorsLine has trailing spaces.433
ErrorsLine has trailing spaces.435
ErrorsLine is longer than 80 characters.436
ErrorsLine contains a tab character.436
ErrorsLine contains a tab character.437
ErrorsName 'AutoPickupOff' must match pattern '^[a-z][a-zA-Z0-9]*$'.439
ErrorsVariable 'AutoPickupOff' must be private and have accessor methods.439
ErrorsLine contains a tab character.440
ErrorsLine has trailing spaces.442
ErrorsLine has trailing spaces.444
ErrorsLine is longer than 80 characters.445
ErrorsLine contains a tab character.445
ErrorsLine contains a tab character.446
ErrorsExpected an @return tag.447
ErrorsMethod 'isAutoPickupOff' is not designed for extension - needs to be abstract, final or empty.447
ErrorsLine has trailing spaces.452
ErrorsLine has trailing spaces.454
ErrorsLine has trailing spaces.456
ErrorsLine is longer than 80 characters.457
ErrorsLine contains a tab character.457
ErrorsLine contains a tab character.458
ErrorsExpected an @return tag.459
ErrorsMethod 'setAutoPickupOff' is not designed for extension - needs to be abstract, final or empty.459
ErrorsParameter AutoPickupOff should be final.459
Errors'AutoPickupOff' hides a field.459
ErrorsExpected @param tag for 'AutoPickupOff'.459
ErrorsName 'AutoPickupOff' must match pattern '^[a-z][a-zA-Z0-9]*$'.459
ErrorsLine has trailing spaces.463
ErrorsLine has trailing spaces.465
ErrorsLine is longer than 80 characters.466
ErrorsLine contains a tab character.466
ErrorsLine contains a tab character.467
ErrorsName 'Jmx' must match pattern '^[a-z][a-zA-Z0-9]*$'.469
ErrorsVariable 'Jmx' must be private and have accessor methods.469
ErrorsLine contains a tab character.470
ErrorsLine has trailing spaces.472
ErrorsLine has trailing spaces.474
ErrorsLine is longer than 80 characters.475
ErrorsLine contains a tab character.475
ErrorsLine contains a tab character.476
ErrorsExpected an @return tag.477
ErrorsMethod 'getJmx' is not designed for extension - needs to be abstract, final or empty.477
ErrorsLine has trailing spaces.482
ErrorsLine has trailing spaces.484
ErrorsLine has trailing spaces.486
ErrorsLine is longer than 80 characters.487
ErrorsLine contains a tab character.487
ErrorsLine contains a tab character.488
ErrorsExpected an @return tag.489
ErrorsMethod 'setJmx' is not designed for extension - needs to be abstract, final or empty.489
ErrorsParameter Jmx should be final.489
Errors'Jmx' hides a field.489
ErrorsExpected @param tag for 'Jmx'.489
ErrorsName 'Jmx' must match pattern '^[a-z][a-zA-Z0-9]*$'.489
ErrorsLine has trailing spaces.493
ErrorsLine has trailing spaces.495
ErrorsLine contains a tab character.496
ErrorsLine contains a tab character.497
ErrorsName 'ClassName' must match pattern '^[a-z][a-zA-Z0-9]*$'.499
ErrorsVariable 'ClassName' must be private and have accessor methods.499
ErrorsLine contains a tab character.500
ErrorsLine has trailing spaces.502
ErrorsLine has trailing spaces.504
ErrorsLine contains a tab character.505
ErrorsLine contains a tab character.506
ErrorsExpected an @return tag.507
ErrorsMethod 'getClassName' is not designed for extension - needs to be abstract, final or empty.507
ErrorsLine has trailing spaces.512
ErrorsLine has trailing spaces.514
ErrorsLine has trailing spaces.516
ErrorsLine contains a tab character.517
ErrorsLine contains a tab character.518
ErrorsExpected an @return tag.519
ErrorsMethod 'setClassName' is not designed for extension - needs to be abstract, final or empty.519
ErrorsParameter ClassName should be final.519
Errors'ClassName' hides a field.519
ErrorsExpected @param tag for 'ClassName'.519
ErrorsName 'ClassName' must match pattern '^[a-z][a-zA-Z0-9]*$'.519
ErrorsLine has trailing spaces.523
ErrorsLine contains a tab character.528
ErrorsLine has trailing spaces.529
ErrorsLine contains a tab character.529
ErrorsLine contains a tab character.532
ErrorsLine contains a tab character.534
ErrorsLine has trailing spaces.535
ErrorsLine contains a tab character.535
ErrorsLine contains a tab character.536
ErrorsLine has trailing spaces.540
ErrorsParameter original should be final.545
ErrorsExpected @param tag for 'original'.545
ErrorsLine has trailing spaces.546
Errors'=' is not preceded with whitespace.547
Errors'=' is not followed by whitespace.547
ErrorsLine has trailing spaces.548
Errors'=' is not preceded with whitespace.549
Errors'=' is not followed by whitespace.549
ErrorsLine has trailing spaces.550
Errors'=' is not preceded with whitespace.551
Errors'=' is not followed by whitespace.551
ErrorsLine has trailing spaces.552
Errors'=' is not preceded with whitespace.553
Errors'=' is not followed by whitespace.553
ErrorsLine has trailing spaces.554
Errors'=' is not preceded with whitespace.555
Errors'=' is not followed by whitespace.555
ErrorsLine has trailing spaces.556
Errors'=' is not preceded with whitespace.557
Errors'=' is not followed by whitespace.557
ErrorsLine has trailing spaces.558
Errors'=' is not preceded with whitespace.559
Errors'=' is not followed by whitespace.559
ErrorsLine has trailing spaces.560
Errors'=' is not preceded with whitespace.561
Errors'=' is not followed by whitespace.561
ErrorsLine has trailing spaces.562
Errors'=' is not preceded with whitespace.563
Errors'=' is not followed by whitespace.563
ErrorsLine has trailing spaces.564
Errors'=' is not preceded with whitespace.565
Errors'=' is not followed by whitespace.565
ErrorsLine has trailing spaces.566
Errors'=' is not preceded with whitespace.567
Errors'=' is not followed by whitespace.567
ErrorsLine has trailing spaces.568
Errors'=' is not preceded with whitespace.569
Errors'=' is not followed by whitespace.569
ErrorsLine has trailing spaces.570
ErrorsLine has trailing spaces.573
ErrorsLine has trailing spaces.575
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.576
ErrorsMissing a Javadoc comment.576
ErrorsLine has trailing spaces.578
ErrorsLine contains a tab character.579
ErrorsLine has trailing spaces.580
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.583
ErrorsMissing a Javadoc comment.583
Errors'+' should be on a new line.584
ErrorsLine has trailing spaces.585
Errors'+' should be on a new line.586
Errors'+' should be on a new line.587
Errors'+' should be on a new line.588
ErrorsLine has trailing spaces.589
Errors'+' should be on a new line.590
Errors'+' should be on a new line.591
Errors'+' should be on a new line.592
ErrorsLine has trailing spaces.593
Errors'+' should be on a new line.594
Errors'+' should be on a new line.595
Errors'+' should be on a new line.596
ErrorsLine has trailing spaces.597
Errors'+' should be on a new line.598
Errors'+' should be on a new line.599
Errors'+' should be on a new line.600
ErrorsLine has trailing spaces.601
Errors'+' should be on a new line.602
Errors'+' should be on a new line.603
Errors'+' should be on a new line.604
ErrorsLine has trailing spaces.605
Errors'+' should be on a new line.606
Errors'+' should be on a new line.607
Errors'+' should be on a new line.608
ErrorsLine has trailing spaces.609
Errors'+' should be on a new line.610
Errors'+' should be on a new line.611
Errors'+' should be on a new line.612
ErrorsLine has trailing spaces.613
Errors'+' should be on a new line.614
Errors'+' should be on a new line.615
Errors'+' should be on a new line.616
ErrorsLine has trailing spaces.617
Errors'+' should be on a new line.618
Errors'+' should be on a new line.619
Errors'+' should be on a new line.620
ErrorsLine has trailing spaces.621
Errors'+' should be on a new line.622
Errors'+' should be on a new line.623
Errors'+' should be on a new line.624
ErrorsLine has trailing spaces.625
Errors'+' should be on a new line.626
Errors'+' should be on a new line.627
Errors'+' should be on a new line.628
ErrorsLine has trailing spaces.629
Errors'+' should be on a new line.630
Errors'+' should be on a new line.631
Errors'+' should be on a new line.632
ErrorsLine has trailing spaces.636
ErrorsLine has trailing spaces.637
ErrorsLine contains a tab character.638
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.638
ErrorsMissing a Javadoc comment.638
ErrorsLine contains a tab character.639
ErrorsLine contains a tab character.640
ErrorsLine has trailing spaces.641
ErrorsLine contains a tab character.641
ErrorsLine contains a tab character.642
ErrorsLine is longer than 80 characters.643
ErrorsLine contains a tab character.643
ErrorsLine contains a tab character.644
ErrorsLine has trailing spaces.645
ErrorsLine contains a tab character.645
ErrorsLine is longer than 80 characters.646
ErrorsLine contains a tab character.646
ErrorsLine has trailing spaces.647
ErrorsLine contains a tab character.647
ErrorsLine is longer than 80 characters.648
ErrorsLine contains a tab character.648
ErrorsLine has trailing spaces.649
ErrorsLine contains a tab character.649
ErrorsLine is longer than 80 characters.650
ErrorsLine contains a tab character.650
ErrorsLine has trailing spaces.651
ErrorsLine contains a tab character.651
Errors'+' should be on a new line.653
Errors'+' should be on a new line.654
Errors'+' should be on a new line.655
ErrorsLine has trailing spaces.658
Errors'+' should be on a new line.660
Errors'+' should be on a new line.661
Errors'+' should be on a new line.662
ErrorsLine has trailing spaces.665
ErrorsLine contains a tab character.666
ErrorsLine is longer than 80 characters.667
ErrorsLine contains a tab character.667
ErrorsLine contains a tab character.668
ErrorsLine has trailing spaces.669
ErrorsLine contains a tab character.669
ErrorsLine is longer than 80 characters.670
ErrorsLine contains a tab character.670
ErrorsLine has trailing spaces.671
ErrorsLine contains a tab character.671
ErrorsLine is longer than 80 characters.672
ErrorsLine contains a tab character.672
ErrorsLine has trailing spaces.673
ErrorsLine contains a tab character.673
ErrorsLine is longer than 80 characters.674
ErrorsLine contains a tab character.674
ErrorsLine has trailing spaces.675
ErrorsLine contains a tab character.675
ErrorsLine contains a tab character.676
ErrorsLine is longer than 80 characters.677
ErrorsLine contains a tab character.677
ErrorsLine contains a tab character.678
ErrorsLine has trailing spaces.679
ErrorsLine contains a tab character.679
ErrorsLine contains a tab character.680
ErrorsLine is longer than 80 characters.681
ErrorsLine contains a tab character.681
ErrorsLine contains a tab character.682
ErrorsLine has trailing spaces.683
ErrorsLine contains a tab character.683
ErrorsLine contains a tab character.684
ErrorsLine has trailing spaces.686
ErrorsLine has trailing spaces.689

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/InitializeObserver.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine is longer than 80 characters.37
ErrorsLine has trailing spaces.39
ErrorsLine contains a tab character.39
ErrorsLine has trailing spaces.42
ErrorsLine has trailing spaces.44
Errors'{' should be on the previous line.49
ErrorsLine has trailing spaces.50
ErrorsLine has trailing spaces.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine is longer than 80 characters.57
ErrorsLine contains a tab character.59
ErrorsParameter Name should be final.65
Errors'Name' hides a field.65
ErrorsName 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'.65
ErrorsParameter Id should be final.65
Errors'Id' hides a field.65
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.65
ErrorsLine has trailing spaces.66
ErrorsLine has trailing spaces.68
ErrorsLine has trailing spaces.70
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine is longer than 80 characters.80
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine is longer than 80 characters.84
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine has trailing spaces.88
ErrorsLine contains a tab character.88
ErrorsLine has trailing spaces.91
ErrorsName 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'.95
ErrorsVariable 'Name' must be private and have accessor methods.95
ErrorsLine contains a tab character.96
ErrorsLine has trailing spaces.98
ErrorsExpected an @return tag.101
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.101
ErrorsLine has trailing spaces.106
ErrorsLine has trailing spaces.108
ErrorsExpected an @return tag.111
ErrorsMethod 'setName' is not designed for extension - needs to be abstract, final or empty.111
ErrorsParameter Name should be final.111
Errors'Name' hides a field.111
ErrorsExpected @param tag for 'Name'.111
ErrorsName 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'.111
ErrorsLine has trailing spaces.115
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.119
ErrorsVariable 'Id' must be private and have accessor methods.119
ErrorsLine contains a tab character.120
ErrorsLine has trailing spaces.122
ErrorsExpected an @return tag.125
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.125
ErrorsLine has trailing spaces.130
ErrorsLine has trailing spaces.132
ErrorsExpected an @return tag.135
ErrorsMethod 'setId' is not designed for extension - needs to be abstract, final or empty.135
ErrorsParameter Id should be final.135
Errors'Id' hides a field.135
ErrorsExpected @param tag for 'Id'.135
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.135
ErrorsLine has trailing spaces.139
ErrorsLine contains a tab character.144
ErrorsLine has trailing spaces.145
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.150
ErrorsLine has trailing spaces.151
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsLine has trailing spaces.156
ErrorsParameter original should be final.161
ErrorsExpected @param tag for 'original'.161
ErrorsLine has trailing spaces.162
Errors'=' is not preceded with whitespace.163
Errors'=' is not followed by whitespace.163
ErrorsLine has trailing spaces.164
Errors'=' is not preceded with whitespace.165
Errors'=' is not followed by whitespace.165
ErrorsLine has trailing spaces.166
ErrorsLine has trailing spaces.169
ErrorsLine has trailing spaces.171
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.172
ErrorsMissing a Javadoc comment.172
ErrorsLine has trailing spaces.174
ErrorsLine contains a tab character.175
ErrorsLine has trailing spaces.176
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.179
ErrorsMissing a Javadoc comment.179
Errors'+' should be on a new line.180
ErrorsLine has trailing spaces.181
Errors'+' should be on a new line.182
Errors'+' should be on a new line.183
Errors'+' should be on a new line.184
ErrorsLine has trailing spaces.185
Errors'+' should be on a new line.186
Errors'+' should be on a new line.187
Errors'+' should be on a new line.188
ErrorsLine has trailing spaces.192
ErrorsLine has trailing spaces.193
ErrorsLine contains a tab character.194
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.194
ErrorsMissing a Javadoc comment.194
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.196
ErrorsLine has trailing spaces.197
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.198
ErrorsLine is longer than 80 characters.199
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
ErrorsLine has trailing spaces.201
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.202
ErrorsLine is longer than 80 characters.203
ErrorsLine contains a tab character.203
ErrorsLine contains a tab character.204
ErrorsLine has trailing spaces.205
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.206
ErrorsLine has trailing spaces.208
ErrorsLine has trailing spaces.211

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Jump.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.36
ErrorsLine has trailing spaces.38
Errors'{' should be on the previous line.43
ErrorsLine has trailing spaces.44
ErrorsLine is longer than 80 characters.47
ErrorsLine has trailing spaces.49
ErrorsLine is longer than 80 characters.50
ErrorsLine contains a tab character.50
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.51
ErrorsLine has trailing spaces.52
ErrorsLine is longer than 80 characters.53
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.54
ErrorsLine contains a tab character.54
ErrorsLine has trailing spaces.55
ErrorsLine is longer than 80 characters.56
ErrorsLine contains a tab character.56
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.57
ErrorsParameter DoubleJump should be final.60
Errors'DoubleJump' hides a field.60
ErrorsName 'DoubleJump' must match pattern '^[a-z][a-zA-Z0-9]*$'.60
ErrorsParameter Delay should be final.60
Errors'Delay' hides a field.60
ErrorsName 'Delay' must match pattern '^[a-z][a-zA-Z0-9]*$'.60
ErrorsParameter Force should be final.60
Errors'Force' hides a field.60
ErrorsName 'Force' must match pattern '^[a-z][a-zA-Z0-9]*$'.60
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.63
ErrorsLine has trailing spaces.65
ErrorsLine has trailing spaces.67
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine is longer than 80 characters.73
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine is longer than 80 characters.75
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine has trailing spaces.79
ErrorsLine contains a tab character.79
ErrorsLine has trailing spaces.82
ErrorsLine has trailing spaces.84
ErrorsLine is longer than 80 characters.85
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsName 'DoubleJump' must match pattern '^[a-z][a-zA-Z0-9]*$'.88
ErrorsVariable 'DoubleJump' must be private and have accessor methods.88
ErrorsLine contains a tab character.89
ErrorsLine has trailing spaces.91
ErrorsLine has trailing spaces.93
ErrorsLine is longer than 80 characters.94
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsExpected an @return tag.96
ErrorsMethod 'isDoubleJump' is not designed for extension - needs to be abstract, final or empty.96
ErrorsLine has trailing spaces.101
ErrorsLine has trailing spaces.103
ErrorsLine has trailing spaces.105
ErrorsLine is longer than 80 characters.106
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsExpected an @return tag.108
ErrorsMethod 'setDoubleJump' is not designed for extension - needs to be abstract, final or empty.108
ErrorsParameter DoubleJump should be final.108
Errors'DoubleJump' hides a field.108
ErrorsExpected @param tag for 'DoubleJump'.108
ErrorsName 'DoubleJump' must match pattern '^[a-z][a-zA-Z0-9]*$'.108
ErrorsLine has trailing spaces.112
ErrorsLine has trailing spaces.114
ErrorsLine is longer than 80 characters.115
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsName 'Delay' must match pattern '^[a-z][a-zA-Z0-9]*$'.118
ErrorsVariable 'Delay' must be private and have accessor methods.118
ErrorsLine contains a tab character.119
ErrorsLine has trailing spaces.121
ErrorsLine has trailing spaces.123
ErrorsLine is longer than 80 characters.124
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsExpected an @return tag.126
ErrorsMethod 'getDelay' is not designed for extension - needs to be abstract, final or empty.126
ErrorsLine has trailing spaces.131
ErrorsLine has trailing spaces.133
ErrorsLine has trailing spaces.135
ErrorsLine is longer than 80 characters.136
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsExpected an @return tag.138
ErrorsMethod 'setDelay' is not designed for extension - needs to be abstract, final or empty.138
ErrorsParameter Delay should be final.138
Errors'Delay' hides a field.138
ErrorsExpected @param tag for 'Delay'.138
ErrorsName 'Delay' must match pattern '^[a-z][a-zA-Z0-9]*$'.138
ErrorsLine has trailing spaces.142
ErrorsLine has trailing spaces.144
ErrorsLine is longer than 80 characters.145
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsName 'Force' must match pattern '^[a-z][a-zA-Z0-9]*$'.148
ErrorsVariable 'Force' must be private and have accessor methods.148
ErrorsLine contains a tab character.149
ErrorsLine has trailing spaces.151
ErrorsLine has trailing spaces.153
ErrorsLine is longer than 80 characters.154
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
ErrorsExpected an @return tag.156
ErrorsMethod 'getForce' is not designed for extension - needs to be abstract, final or empty.156
ErrorsLine has trailing spaces.161
ErrorsLine has trailing spaces.163
ErrorsLine has trailing spaces.165
ErrorsLine is longer than 80 characters.166
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsExpected an @return tag.168
ErrorsMethod 'setForce' is not designed for extension - needs to be abstract, final or empty.168
ErrorsParameter Force should be final.168
Errors'Force' hides a field.168
ErrorsExpected @param tag for 'Force'.168
ErrorsName 'Force' must match pattern '^[a-z][a-zA-Z0-9]*$'.168
ErrorsLine has trailing spaces.172
ErrorsLine contains a tab character.177
ErrorsLine has trailing spaces.178
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.183
ErrorsLine has trailing spaces.184
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.185
ErrorsLine has trailing spaces.189
ErrorsParameter original should be final.194
ErrorsExpected @param tag for 'original'.194
ErrorsLine has trailing spaces.195
Errors'=' is not preceded with whitespace.196
Errors'=' is not followed by whitespace.196
ErrorsLine has trailing spaces.197
Errors'=' is not preceded with whitespace.198
Errors'=' is not followed by whitespace.198
ErrorsLine has trailing spaces.199
Errors'=' is not preceded with whitespace.200
Errors'=' is not followed by whitespace.200
ErrorsLine has trailing spaces.201
ErrorsLine has trailing spaces.204
ErrorsLine has trailing spaces.206
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.207
ErrorsMissing a Javadoc comment.207
ErrorsLine has trailing spaces.209
ErrorsLine contains a tab character.210
ErrorsLine has trailing spaces.211
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.214
ErrorsMissing a Javadoc comment.214
Errors'+' should be on a new line.215
ErrorsLine has trailing spaces.216
Errors'+' should be on a new line.217
Errors'+' should be on a new line.218
Errors'+' should be on a new line.219
ErrorsLine has trailing spaces.220
Errors'+' should be on a new line.221
Errors'+' should be on a new line.222
Errors'+' should be on a new line.223
ErrorsLine has trailing spaces.224
Errors'+' should be on a new line.225
Errors'+' should be on a new line.226
Errors'+' should be on a new line.227
ErrorsLine has trailing spaces.231
ErrorsLine has trailing spaces.232
ErrorsLine contains a tab character.233
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.233
ErrorsMissing a Javadoc comment.233
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235
ErrorsLine has trailing spaces.236
ErrorsLine contains a tab character.236
ErrorsLine is longer than 80 characters.237
ErrorsLine contains a tab character.237
ErrorsLine has trailing spaces.238
ErrorsLine contains a tab character.238
ErrorsLine is longer than 80 characters.239
ErrorsLine contains a tab character.239
ErrorsLine has trailing spaces.240
ErrorsLine contains a tab character.240
ErrorsLine is longer than 80 characters.241
ErrorsLine contains a tab character.241
ErrorsLine has trailing spaces.242
ErrorsLine contains a tab character.242
ErrorsLine contains a tab character.243
ErrorsLine has trailing spaces.245
ErrorsLine has trailing spaces.248

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Kick.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
Errors'{' should be on the previous line.45
ErrorsLine has trailing spaces.46
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsParameter Id should be final.56
Errors'Id' hides a field.56
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.56
ErrorsLine has trailing spaces.57
ErrorsLine has trailing spaces.59
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
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 is longer than 80 characters.69
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 contains a tab character.73
ErrorsLine has trailing spaces.76
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.80
ErrorsVariable 'Id' must be private and have accessor methods.80
ErrorsLine contains a tab character.81
ErrorsLine has trailing spaces.83
ErrorsExpected an @return tag.86
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.86
ErrorsLine has trailing spaces.91
ErrorsLine has trailing spaces.93
ErrorsExpected an @return tag.96
ErrorsMethod 'setId' is not designed for extension - needs to be abstract, final or empty.96
ErrorsParameter Id should be final.96
Errors'Id' hides a field.96
ErrorsExpected @param tag for 'Id'.96
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.96
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.105
ErrorsLine has trailing spaces.106
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.111
ErrorsLine has trailing spaces.112
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine has trailing spaces.117
ErrorsParameter original should be final.122
ErrorsExpected @param tag for 'original'.122
ErrorsLine has trailing spaces.123
Errors'=' is not preceded with whitespace.124
Errors'=' is not followed by whitespace.124
ErrorsLine has trailing spaces.125
ErrorsLine has trailing spaces.128
ErrorsLine has trailing spaces.130
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.131
ErrorsMissing a Javadoc comment.131
ErrorsLine has trailing spaces.133
ErrorsLine contains a tab character.134
ErrorsLine has trailing spaces.135
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.138
ErrorsMissing a Javadoc comment.138
Errors'+' should be on a new line.139
ErrorsLine has trailing spaces.140
Errors'+' should be on a new line.141
Errors'+' should be on a new line.142
Errors'+' should be on a new line.143
ErrorsLine has trailing spaces.147
ErrorsLine has trailing spaces.148
ErrorsLine contains a tab character.149
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.149
ErrorsMissing a Javadoc comment.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine has trailing spaces.152
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsLine is longer than 80 characters.154
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
ErrorsLine has trailing spaces.156
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsLine has trailing spaces.159
ErrorsLine has trailing spaces.162

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/LeaveVehicle.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
Errors'{' should be on the previous line.45
ErrorsLine has trailing spaces.46
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine has trailing spaces.56
ErrorsLine has trailing spaces.59
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.74
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.79
ErrorsParameter original should be final.84
ErrorsExpected @param tag for 'original'.84
ErrorsLine has trailing spaces.85
ErrorsLine has trailing spaces.88
ErrorsLine has trailing spaces.90
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.91
ErrorsMissing a Javadoc comment.91
ErrorsLine has trailing spaces.93
ErrorsLine contains a tab character.94
ErrorsLine has trailing spaces.95
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.98
ErrorsMissing a Javadoc comment.98
Errors'+' should be on a new line.99
ErrorsLine has trailing spaces.103
ErrorsLine has trailing spaces.104
ErrorsLine contains a tab character.105
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.105
ErrorsMissing a Javadoc comment.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine has trailing spaces.108
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine has trailing spaces.111
ErrorsLine has trailing spaces.114

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Move.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 is longer than 80 characters.37
ErrorsLine contains a tab character.37
ErrorsLine has trailing spaces.38
ErrorsLine is longer than 80 characters.38
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.39
ErrorsLine is longer than 80 characters.39
ErrorsLine contains a tab character.39
ErrorsLine has trailing spaces.40
ErrorsLine is longer than 80 characters.40
ErrorsLine contains a tab character.40
ErrorsLine has trailing spaces.41
ErrorsLine contains a tab character.41
ErrorsLine has trailing spaces.44
ErrorsLine has trailing spaces.46
Errors'{' should be on the previous line.51
ErrorsLine has trailing spaces.52
ErrorsLine has trailing spaces.55
ErrorsLine is longer than 80 characters.56
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 is longer than 80 characters.59
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine is longer than 80 characters.60
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine is longer than 80 characters.61
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.65
ErrorsLine is longer than 80 characters.65
ErrorsLine is longer than 80 characters.66
ErrorsLine is longer than 80 characters.67
ErrorsLine is longer than 80 characters.68
ErrorsLine is longer than 80 characters.71
ErrorsParameter FirstLocation should be final.71
Errors'FirstLocation' hides a field.71
ErrorsName 'FirstLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'.71
ErrorsParameter SecondLocation should be final.71
Errors'SecondLocation' hides a field.71
ErrorsName 'SecondLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'.71
ErrorsParameter FocusTarget should be final.71
Errors'FocusTarget' hides a field.71
ErrorsName 'FocusTarget' must match pattern '^[a-z][a-zA-Z0-9]*$'.71
ErrorsParameter FocusLocation should be final.71
Errors'FocusLocation' hides a field.71
ErrorsName 'FocusLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'.71
ErrorsLine has trailing spaces.72
ErrorsLine has trailing spaces.74
ErrorsLine has trailing spaces.76
ErrorsLine has trailing spaces.78
ErrorsLine has trailing spaces.80
ErrorsLine has trailing spaces.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine has trailing spaces.86
ErrorsLine contains a tab character.86
ErrorsLine is longer than 80 characters.87
ErrorsLine contains a tab character.87
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine is longer than 80 characters.90
ErrorsLine contains a tab character.90
ErrorsLine has trailing spaces.91
ErrorsLine is longer than 80 characters.91
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.92
ErrorsLine is longer than 80 characters.92
ErrorsLine contains a tab character.92
ErrorsLine has trailing spaces.93
ErrorsLine is longer than 80 characters.93
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine is longer than 80 characters.96
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.100
ErrorsLine has trailing spaces.103
ErrorsLine is longer than 80 characters.105
ErrorsName 'FirstLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'.107
ErrorsVariable 'FirstLocation' must be private and have accessor methods.107
ErrorsLine contains a tab character.108
ErrorsLine has trailing spaces.110
ErrorsLine is longer than 80 characters.112
ErrorsExpected an @return tag.113
ErrorsMethod 'getFirstLocation' is not designed for extension - needs to be abstract, final or empty.113
ErrorsLine has trailing spaces.118
ErrorsLine has trailing spaces.120
ErrorsLine is longer than 80 characters.122
ErrorsExpected an @return tag.123
ErrorsMethod 'setFirstLocation' is not designed for extension - needs to be abstract, final or empty.123
ErrorsParameter FirstLocation should be final.123
Errors'FirstLocation' hides a field.123
ErrorsExpected @param tag for 'FirstLocation'.123
ErrorsName 'FirstLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'.123
ErrorsLine has trailing spaces.127
ErrorsLine is longer than 80 characters.129
ErrorsName 'SecondLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'.131
ErrorsVariable 'SecondLocation' must be private and have accessor methods.131
ErrorsLine contains a tab character.132
ErrorsLine has trailing spaces.134
ErrorsLine is longer than 80 characters.136
ErrorsExpected an @return tag.137
ErrorsMethod 'getSecondLocation' is not designed for extension - needs to be abstract, final or empty.137
ErrorsLine has trailing spaces.142
ErrorsLine has trailing spaces.144
ErrorsLine is longer than 80 characters.146
ErrorsExpected an @return tag.147
ErrorsMethod 'setSecondLocation' is not designed for extension - needs to be abstract, final or empty.147
ErrorsParameter SecondLocation should be final.147
Errors'SecondLocation' hides a field.147
ErrorsExpected @param tag for 'SecondLocation'.147
ErrorsName 'SecondLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'.147
ErrorsLine has trailing spaces.151
ErrorsLine is longer than 80 characters.153
ErrorsName 'FocusTarget' must match pattern '^[a-z][a-zA-Z0-9]*$'.155
ErrorsVariable 'FocusTarget' must be private and have accessor methods.155
ErrorsLine contains a tab character.156
ErrorsLine has trailing spaces.158
ErrorsLine is longer than 80 characters.160
ErrorsExpected an @return tag.161
ErrorsMethod 'getFocusTarget' is not designed for extension - needs to be abstract, final or empty.161
ErrorsLine has trailing spaces.166
ErrorsLine has trailing spaces.168
ErrorsLine is longer than 80 characters.170
ErrorsExpected an @return tag.171
ErrorsMethod 'setFocusTarget' is not designed for extension - needs to be abstract, final or empty.171
ErrorsParameter FocusTarget should be final.171
Errors'FocusTarget' hides a field.171
ErrorsExpected @param tag for 'FocusTarget'.171
ErrorsName 'FocusTarget' must match pattern '^[a-z][a-zA-Z0-9]*$'.171
ErrorsLine has trailing spaces.175
ErrorsLine is longer than 80 characters.177
ErrorsName 'FocusLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'.179
ErrorsVariable 'FocusLocation' must be private and have accessor methods.179
ErrorsLine contains a tab character.180
ErrorsLine has trailing spaces.182
ErrorsLine is longer than 80 characters.184
ErrorsExpected an @return tag.185
ErrorsMethod 'getFocusLocation' is not designed for extension - needs to be abstract, final or empty.185
ErrorsLine has trailing spaces.190
ErrorsLine has trailing spaces.192
ErrorsLine is longer than 80 characters.194
ErrorsExpected an @return tag.195
ErrorsMethod 'setFocusLocation' is not designed for extension - needs to be abstract, final or empty.195
ErrorsParameter FocusLocation should be final.195
Errors'FocusLocation' hides a field.195
ErrorsExpected @param tag for 'FocusLocation'.195
ErrorsName 'FocusLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'.195
ErrorsLine has trailing spaces.199
ErrorsLine contains a tab character.204
ErrorsLine has trailing spaces.205
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.210
ErrorsLine has trailing spaces.211
ErrorsLine contains a tab character.211
ErrorsLine contains a tab character.212
ErrorsLine has trailing spaces.216
ErrorsParameter original should be final.221
ErrorsExpected @param tag for 'original'.221
ErrorsLine has trailing spaces.222
Errors'=' is not preceded with whitespace.223
Errors'=' is not followed by whitespace.223
ErrorsLine has trailing spaces.224
Errors'=' is not preceded with whitespace.225
Errors'=' is not followed by whitespace.225
ErrorsLine has trailing spaces.226
Errors'=' is not preceded with whitespace.227
Errors'=' is not followed by whitespace.227
ErrorsLine has trailing spaces.228
Errors'=' is not preceded with whitespace.229
Errors'=' is not followed by whitespace.229
ErrorsLine has trailing spaces.230
ErrorsLine has trailing spaces.233
ErrorsLine has trailing spaces.235
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.236
ErrorsMissing a Javadoc comment.236
ErrorsLine has trailing spaces.238
ErrorsLine contains a tab character.239
ErrorsLine has trailing spaces.240
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.243
ErrorsMissing a Javadoc comment.243
Errors'+' should be on a new line.244
ErrorsLine has trailing spaces.245
Errors'+' should be on a new line.246
Errors'+' should be on a new line.247
Errors'+' should be on a new line.248
ErrorsLine has trailing spaces.249
Errors'+' should be on a new line.250
Errors'+' should be on a new line.251
Errors'+' should be on a new line.252
ErrorsLine has trailing spaces.253
Errors'+' should be on a new line.254
Errors'+' should be on a new line.255
Errors'+' should be on a new line.256
ErrorsLine has trailing spaces.257
Errors'+' should be on a new line.258
Errors'+' should be on a new line.259
Errors'+' should be on a new line.260
ErrorsLine has trailing spaces.264
ErrorsLine has trailing spaces.265
ErrorsLine contains a tab character.266
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.266
ErrorsMissing a Javadoc comment.266
ErrorsLine contains a tab character.267
ErrorsLine contains a tab character.268
ErrorsLine has trailing spaces.269
ErrorsLine contains a tab character.269
Errors'+' should be on a new line.271
Errors'+' should be on a new line.272
Errors'+' should be on a new line.273
ErrorsLine has trailing spaces.276
Errors'+' should be on a new line.278
Errors'+' should be on a new line.279
Errors'+' should be on a new line.280
ErrorsLine has trailing spaces.283
ErrorsLine is longer than 80 characters.284
ErrorsLine contains a tab character.284
ErrorsLine is longer than 80 characters.285
ErrorsLine contains a tab character.285
ErrorsLine contains a tab character.286
ErrorsLine has trailing spaces.287
ErrorsLine contains a tab character.287
Errors'+' should be on a new line.289
Errors'+' should be on a new line.290
Errors'+' should be on a new line.291
ErrorsLine has trailing spaces.294
ErrorsLine contains a tab character.295
ErrorsLine has trailing spaces.297
ErrorsLine has trailing spaces.300

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/PasswordReply.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.39
ErrorsLine has trailing spaces.41
Errors'{' should be on the previous line.46
ErrorsLine has trailing spaces.47
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsParameter Password should be final.58
Errors'Password' hides a field.58
ErrorsName 'Password' must match pattern '^[a-z][a-zA-Z0-9]*$'.58
ErrorsLine has trailing spaces.59
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine is longer than 80 characters.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.79
ErrorsName 'Password' must match pattern '^[a-z][a-zA-Z0-9]*$'.83
ErrorsVariable 'Password' must be private and have accessor methods.83
ErrorsLine contains a tab character.84
ErrorsLine has trailing spaces.86
ErrorsExpected an @return tag.89
ErrorsMethod 'getPassword' is not designed for extension - needs to be abstract, final or empty.89
ErrorsLine has trailing spaces.94
ErrorsLine has trailing spaces.96
ErrorsExpected an @return tag.99
ErrorsMethod 'setPassword' is not designed for extension - needs to be abstract, final or empty.99
ErrorsParameter Password should be final.99
Errors'Password' hides a field.99
ErrorsExpected @param tag for 'Password'.99
ErrorsName 'Password' must match pattern '^[a-z][a-zA-Z0-9]*$'.99
ErrorsLine has trailing spaces.103
ErrorsLine contains a tab character.108
ErrorsLine has trailing spaces.109
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.114
ErrorsLine has trailing spaces.115
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine has trailing spaces.120
ErrorsParameter original should be final.125
ErrorsExpected @param tag for 'original'.125
ErrorsLine has trailing spaces.126
Errors'=' is not preceded with whitespace.127
Errors'=' is not followed by whitespace.127
ErrorsLine has trailing spaces.128
ErrorsLine has trailing spaces.131
ErrorsLine has trailing spaces.133
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.134
ErrorsMissing a Javadoc comment.134
ErrorsLine has trailing spaces.136
ErrorsLine contains a tab character.137
ErrorsLine has trailing spaces.138
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.141
ErrorsMissing a Javadoc comment.141
Errors'+' should be on a new line.142
ErrorsLine has trailing spaces.143
Errors'+' should be on a new line.144
Errors'+' should be on a new line.145
Errors'+' should be on a new line.146
ErrorsLine has trailing spaces.150
ErrorsLine has trailing spaces.151
ErrorsLine contains a tab character.152
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.152
ErrorsMissing a Javadoc comment.152
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsLine has trailing spaces.155
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsLine is longer than 80 characters.157
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine has trailing spaces.159
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsLine has trailing spaces.162
ErrorsLine has trailing spaces.165

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Pause.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.37
ErrorsLine contains a tab character.37
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.42
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.52
ErrorsLine is longer than 80 characters.53
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.57
ErrorsLine is longer than 80 characters.58
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.64
ErrorsParameter PauseBots should be final.67
Errors'PauseBots' hides a field.67
ErrorsName 'PauseBots' must match pattern '^[a-z][a-zA-Z0-9]*$'.67
ErrorsParameter PauseAll should be final.67
Errors'PauseAll' hides a field.67
ErrorsName 'PauseAll' must match pattern '^[a-z][a-zA-Z0-9]*$'.67
ErrorsLine has trailing spaces.68
ErrorsLine has trailing spaces.70
ErrorsLine has trailing spaces.72
ErrorsLine has trailing spaces.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.78
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine is longer than 80 characters.80
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine is longer than 80 characters.84
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine has trailing spaces.88
ErrorsLine contains a tab character.88
ErrorsLine has trailing spaces.91
ErrorsLine has trailing spaces.93
ErrorsLine is longer than 80 characters.94
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsName 'PauseBots' must match pattern '^[a-z][a-zA-Z0-9]*$'.98
ErrorsVariable 'PauseBots' must be private and have accessor methods.98
ErrorsLine contains a tab character.99
ErrorsLine has trailing spaces.101
ErrorsLine has trailing spaces.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
ErrorsExpected an @return tag.107
ErrorsMethod 'isPauseBots' is not designed for extension - needs to be abstract, final or empty.107
ErrorsLine has trailing spaces.112
ErrorsLine has trailing spaces.114
ErrorsLine has trailing spaces.116
ErrorsLine is longer than 80 characters.117
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsExpected an @return tag.120
ErrorsMethod 'setPauseBots' is not designed for extension - needs to be abstract, final or empty.120
ErrorsParameter PauseBots should be final.120
Errors'PauseBots' hides a field.120
ErrorsExpected @param tag for 'PauseBots'.120
ErrorsName 'PauseBots' must match pattern '^[a-z][a-zA-Z0-9]*$'.120
ErrorsLine has trailing spaces.124
ErrorsLine has trailing spaces.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsName 'PauseAll' must match pattern '^[a-z][a-zA-Z0-9]*$'.131
ErrorsVariable 'PauseAll' must be private and have accessor methods.131
ErrorsLine contains a tab character.132
ErrorsLine has trailing spaces.134
ErrorsLine has trailing spaces.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsExpected an @return tag.140
ErrorsMethod 'isPauseAll' is not designed for extension - needs to be abstract, final or empty.140
ErrorsLine has trailing spaces.145
ErrorsLine has trailing spaces.147
ErrorsLine has trailing spaces.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsExpected an @return tag.153
ErrorsMethod 'setPauseAll' is not designed for extension - needs to be abstract, final or empty.153
ErrorsParameter PauseAll should be final.153
Errors'PauseAll' hides a field.153
ErrorsExpected @param tag for 'PauseAll'.153
ErrorsName 'PauseAll' must match pattern '^[a-z][a-zA-Z0-9]*$'.153
ErrorsLine has trailing spaces.157
ErrorsLine contains a tab character.162
ErrorsLine has trailing spaces.163
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.168
ErrorsLine has trailing spaces.169
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsLine has trailing spaces.174
ErrorsParameter original should be final.179
ErrorsExpected @param tag for 'original'.179
ErrorsLine has trailing spaces.180
Errors'=' is not preceded with whitespace.181
Errors'=' is not followed by whitespace.181
ErrorsLine has trailing spaces.182
Errors'=' is not preceded with whitespace.183
Errors'=' is not followed by whitespace.183
ErrorsLine has trailing spaces.184
ErrorsLine has trailing spaces.187
ErrorsLine has trailing spaces.189
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.190
ErrorsMissing a Javadoc comment.190
ErrorsLine has trailing spaces.192
ErrorsLine contains a tab character.193
ErrorsLine has trailing spaces.194
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.197
ErrorsMissing a Javadoc comment.197
Errors'+' should be on a new line.198
ErrorsLine has trailing spaces.199
Errors'+' should be on a new line.200
Errors'+' should be on a new line.201
Errors'+' should be on a new line.202
ErrorsLine has trailing spaces.203
Errors'+' should be on a new line.204
Errors'+' should be on a new line.205
Errors'+' should be on a new line.206
ErrorsLine has trailing spaces.210
ErrorsLine has trailing spaces.211
ErrorsLine contains a tab character.212
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.212
ErrorsMissing a Javadoc comment.212
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.214
ErrorsLine has trailing spaces.215
ErrorsLine contains a tab character.215
ErrorsLine is longer than 80 characters.216
ErrorsLine contains a tab character.216
ErrorsLine has trailing spaces.217
ErrorsLine contains a tab character.217
ErrorsLine is longer than 80 characters.218
ErrorsLine contains a tab character.218
ErrorsLine has trailing spaces.219
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.220
ErrorsLine has trailing spaces.222
ErrorsLine has trailing spaces.225

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Pick.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 is longer than 80 characters.36
ErrorsLine contains a tab character.36
ErrorsLine has trailing spaces.37
ErrorsLine contains a tab character.37
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.42
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.51
ErrorsLine is longer than 80 characters.52
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 has trailing spaces.57
ErrorsLine contains a tab character.58
ErrorsLine has trailing spaces.59
ErrorsLine contains a tab character.59
ErrorsParameter Id should be final.62
Errors'Id' hides a field.62
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.62
ErrorsLine has trailing spaces.63
ErrorsLine has trailing spaces.65
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.71
ErrorsLine is longer than 80 characters.72
ErrorsLine contains a tab character.72
ErrorsLine is longer than 80 characters.73
ErrorsLine contains a tab character.73
ErrorsLine is longer than 80 characters.74
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine is longer than 80 characters.77
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine has trailing spaces.81
ErrorsLine contains a tab character.81
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.90
ErrorsVariable 'Id' must be private and have accessor methods.90
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.93
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsExpected an @return tag.98
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.98
ErrorsLine has trailing spaces.103
ErrorsLine has trailing spaces.105
ErrorsLine has trailing spaces.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsExpected an @return tag.110
ErrorsMethod 'setId' is not designed for extension - needs to be abstract, final or empty.110
ErrorsParameter Id should be final.110
Errors'Id' hides a field.110
ErrorsExpected @param tag for 'Id'.110
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.110
ErrorsLine has trailing spaces.114
ErrorsLine contains a tab character.119
ErrorsLine has trailing spaces.120
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.125
ErrorsLine has trailing spaces.126
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine has trailing spaces.131
ErrorsParameter original should be final.136
ErrorsExpected @param tag for 'original'.136
ErrorsLine has trailing spaces.137
Errors'=' is not preceded with whitespace.138
Errors'=' is not followed by whitespace.138
ErrorsLine has trailing spaces.139
ErrorsLine has trailing spaces.142
ErrorsLine has trailing spaces.144
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.145
ErrorsMissing a Javadoc comment.145
ErrorsLine has trailing spaces.147
ErrorsLine contains a tab character.148
ErrorsLine has trailing spaces.149
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.152
ErrorsMissing a Javadoc comment.152
Errors'+' should be on a new line.153
ErrorsLine has trailing spaces.154
Errors'+' should be on a new line.155
Errors'+' should be on a new line.156
Errors'+' should be on a new line.157
ErrorsLine has trailing spaces.161
ErrorsLine has trailing spaces.162
ErrorsLine contains a tab character.163
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.163
ErrorsMissing a Javadoc comment.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 contains a tab character.167
ErrorsLine is longer than 80 characters.168
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsLine has trailing spaces.170
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
ErrorsLine has trailing spaces.173
ErrorsLine has trailing spaces.176

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Ping.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
Errors'{' should be on the previous line.45
ErrorsLine has trailing spaces.46
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine has trailing spaces.56
ErrorsLine has trailing spaces.59
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.74
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.79
ErrorsParameter original should be final.84
ErrorsExpected @param tag for 'original'.84
ErrorsLine has trailing spaces.85
ErrorsLine has trailing spaces.88
ErrorsLine has trailing spaces.90
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.91
ErrorsMissing a Javadoc comment.91
ErrorsLine has trailing spaces.93
ErrorsLine contains a tab character.94
ErrorsLine has trailing spaces.95
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.98
ErrorsMissing a Javadoc comment.98
Errors'+' should be on a new line.99
ErrorsLine has trailing spaces.103
ErrorsLine has trailing spaces.104
ErrorsLine contains a tab character.105
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.105
ErrorsMissing a Javadoc comment.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine has trailing spaces.108
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine has trailing spaces.111
ErrorsLine has trailing spaces.114

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Quit.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.40
ErrorsLine has trailing spaces.42
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.60
ErrorsLine has trailing spaces.63
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.78
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine has trailing spaces.83
ErrorsParameter original should be final.88
ErrorsExpected @param tag for 'original'.88
ErrorsLine has trailing spaces.89
ErrorsLine has trailing spaces.92
ErrorsLine has trailing spaces.94
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.95
ErrorsMissing a Javadoc comment.95
ErrorsLine has trailing spaces.97
ErrorsLine contains a tab character.98
ErrorsLine has trailing spaces.99
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.102
ErrorsMissing a Javadoc comment.102
Errors'+' should be on a new line.103
ErrorsLine has trailing spaces.107
ErrorsLine has trailing spaces.108
ErrorsLine contains a tab character.109
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.109
ErrorsMissing a Javadoc comment.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine has trailing spaces.112
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine has trailing spaces.115
ErrorsLine has trailing spaces.118

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Ready.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.39
ErrorsLine has trailing spaces.41
Errors'{' should be on the previous line.46
ErrorsLine has trailing spaces.47
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.58
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.81
ErrorsParameter original should be final.86
ErrorsExpected @param tag for 'original'.86
ErrorsLine has trailing spaces.87
ErrorsLine has trailing spaces.90
ErrorsLine has trailing spaces.92
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.93
ErrorsMissing a Javadoc comment.93
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.96
ErrorsLine has trailing spaces.97
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.100
ErrorsMissing a Javadoc comment.100
Errors'+' should be on a new line.101
ErrorsLine has trailing spaces.105
ErrorsLine has trailing spaces.106
ErrorsLine contains a tab character.107
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.107
ErrorsMissing a Javadoc comment.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 has trailing spaces.113
ErrorsLine has trailing spaces.116

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Record.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.39
ErrorsLine has trailing spaces.41
Errors'{' should be on the previous line.46
ErrorsLine has trailing spaces.47
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.55
ErrorsLine is longer than 80 characters.56
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.58
ErrorsParameter FileName should be final.61
Errors'FileName' hides a field.61
ErrorsName 'FileName' must match pattern '^[a-z][a-zA-Z0-9]*$'.61
ErrorsLine has trailing spaces.62
ErrorsLine has trailing spaces.64
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine is longer than 80 characters.75
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine has trailing spaces.79
ErrorsLine contains a tab character.79
ErrorsLine has trailing spaces.82
ErrorsLine has trailing spaces.84
ErrorsLine is longer than 80 characters.85
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsName 'FileName' must match pattern '^[a-z][a-zA-Z0-9]*$'.89
ErrorsVariable 'FileName' must be private and have accessor methods.89
ErrorsLine contains a tab character.90
ErrorsLine has trailing spaces.92
ErrorsLine has trailing spaces.94
ErrorsLine is longer than 80 characters.95
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsExpected an @return tag.98
ErrorsMethod 'getFileName' is not designed for extension - needs to be abstract, final or empty.98
ErrorsLine has trailing spaces.103
ErrorsLine has trailing spaces.105
ErrorsLine has trailing spaces.107
ErrorsLine is longer than 80 characters.108
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsExpected an @return tag.111
ErrorsMethod 'setFileName' is not designed for extension - needs to be abstract, final or empty.111
ErrorsParameter FileName should be final.111
Errors'FileName' hides a field.111
ErrorsExpected @param tag for 'FileName'.111
ErrorsName 'FileName' must match pattern '^[a-z][a-zA-Z0-9]*$'.111
ErrorsLine has trailing spaces.115
ErrorsLine contains a tab character.120
ErrorsLine has trailing spaces.121
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.126
ErrorsLine has trailing spaces.127
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine has trailing spaces.132
ErrorsParameter original should be final.137
ErrorsExpected @param tag for 'original'.137
ErrorsLine has trailing spaces.138
Errors'=' is not preceded with whitespace.139
Errors'=' is not followed by whitespace.139
ErrorsLine has trailing spaces.140
ErrorsLine has trailing spaces.143
ErrorsLine has trailing spaces.145
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.146
ErrorsMissing a Javadoc comment.146
ErrorsLine has trailing spaces.148
ErrorsLine contains a tab character.149
ErrorsLine has trailing spaces.150
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.153
ErrorsMissing a Javadoc comment.153
Errors'+' should be on a new line.154
ErrorsLine has trailing spaces.155
Errors'+' should be on a new line.156
Errors'+' should be on a new line.157
Errors'+' should be on a new line.158
ErrorsLine has trailing spaces.162
ErrorsLine has trailing spaces.163
ErrorsLine contains a tab character.164
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.164
ErrorsMissing a Javadoc comment.164
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsLine has trailing spaces.167
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.168
ErrorsLine is longer than 80 characters.169
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsLine has trailing spaces.171
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsLine has trailing spaces.174
ErrorsLine has trailing spaces.177

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/RemoveRay.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
Errors'{' should be on the previous line.45
ErrorsLine has trailing spaces.46
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine has trailing spaces.53
ErrorsLine is longer than 80 characters.54
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.56
ErrorsParameter Id should be final.59
Errors'Id' hides a field.59
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.59
ErrorsLine has trailing spaces.60
ErrorsLine has trailing spaces.62
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine is longer than 80 characters.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.79
ErrorsLine has trailing spaces.81
ErrorsLine is longer than 80 characters.82
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.86
ErrorsVariable 'Id' must be private and have accessor methods.86
ErrorsLine contains a tab character.87
ErrorsLine has trailing spaces.89
ErrorsLine has trailing spaces.91
ErrorsLine is longer than 80 characters.92
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsExpected an @return tag.95
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.95
ErrorsLine has trailing spaces.100
ErrorsLine has trailing spaces.102
ErrorsLine has trailing spaces.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.107
ErrorsExpected an @return tag.108
ErrorsMethod 'setId' is not designed for extension - needs to be abstract, final or empty.108
ErrorsParameter Id should be final.108
Errors'Id' hides a field.108
ErrorsExpected @param tag for 'Id'.108
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.108
ErrorsLine has trailing spaces.112
ErrorsLine contains a tab character.117
ErrorsLine has trailing spaces.118
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.123
ErrorsLine has trailing spaces.124
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine has trailing spaces.129
ErrorsParameter original should be final.134
ErrorsExpected @param tag for 'original'.134
ErrorsLine has trailing spaces.135
Errors'=' is not preceded with whitespace.136
Errors'=' is not followed by whitespace.136
ErrorsLine has trailing spaces.137
ErrorsLine has trailing spaces.140
ErrorsLine has trailing spaces.142
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.143
ErrorsMissing a Javadoc comment.143
ErrorsLine has trailing spaces.145
ErrorsLine contains a tab character.146
ErrorsLine has trailing spaces.147
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.150
ErrorsMissing a Javadoc comment.150
Errors'+' should be on a new line.151
ErrorsLine has trailing spaces.152
Errors'+' should be on a new line.153
Errors'+' should be on a new line.154
Errors'+' should be on a new line.155
ErrorsLine has trailing spaces.159
ErrorsLine has trailing spaces.160
ErrorsLine contains a tab character.161
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.161
ErrorsMissing a Javadoc comment.161
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsLine has trailing spaces.164
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsLine is longer than 80 characters.166
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsLine has trailing spaces.168
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsLine has trailing spaces.171
ErrorsLine has trailing spaces.174

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Respawn.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.43
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.53
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 has trailing spaces.59
ErrorsLine is longer than 80 characters.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.63
ErrorsLine is longer than 80 characters.64
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsParameter Id should be final.70
Errors'Id' hides a field.70
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.70
ErrorsParameter StartLocation should be final.70
Errors'StartLocation' hides a field.70
ErrorsName 'StartLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'.70
ErrorsParameter StartRotation should be final.70
Errors'StartRotation' hides a field.70
ErrorsName 'StartRotation' must match pattern '^[a-z][a-zA-Z0-9]*$'.70
ErrorsLine has trailing spaces.71
ErrorsLine has trailing spaces.73
ErrorsLine has trailing spaces.75
ErrorsLine has trailing spaces.77
ErrorsLine has trailing spaces.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.83
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine is longer than 80 characters.90
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine has trailing spaces.94
ErrorsLine contains a tab character.94
ErrorsLine has trailing spaces.97
ErrorsLine has trailing spaces.99
ErrorsLine is longer than 80 characters.100
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.104
ErrorsVariable 'Id' must be private and have accessor methods.104
ErrorsLine contains a tab character.105
ErrorsLine has trailing spaces.107
ErrorsLine has trailing spaces.109
ErrorsLine is longer than 80 characters.110
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsExpected an @return tag.113
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.113
ErrorsLine has trailing spaces.118
ErrorsLine has trailing spaces.120
ErrorsLine has trailing spaces.122
ErrorsLine is longer than 80 characters.123
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsExpected an @return tag.126
ErrorsMethod 'setId' is not designed for extension - needs to be abstract, final or empty.126
ErrorsParameter Id should be final.126
Errors'Id' hides a field.126
ErrorsExpected @param tag for 'Id'.126
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.126
ErrorsLine has trailing spaces.130
ErrorsLine has trailing spaces.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
ErrorsName 'StartLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'.137
ErrorsVariable 'StartLocation' must be private and have accessor methods.137
ErrorsLine contains a tab character.138
ErrorsLine has trailing spaces.140
ErrorsLine has trailing spaces.142
ErrorsLine is longer than 80 characters.143
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsExpected an @return tag.146
ErrorsMethod 'getStartLocation' is not designed for extension - needs to be abstract, final or empty.146
ErrorsLine has trailing spaces.151
ErrorsLine has trailing spaces.153
ErrorsLine has trailing spaces.155
ErrorsLine is longer than 80 characters.156
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsExpected an @return tag.159
ErrorsMethod 'setStartLocation' is not designed for extension - needs to be abstract, final or empty.159
ErrorsParameter StartLocation should be final.159
Errors'StartLocation' hides a field.159
ErrorsExpected @param tag for 'StartLocation'.159
ErrorsName 'StartLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'.159
ErrorsLine has trailing spaces.163
ErrorsName 'StartRotation' must match pattern '^[a-z][a-zA-Z0-9]*$'.167
ErrorsVariable 'StartRotation' must be private and have accessor methods.167
ErrorsLine contains a tab character.168
ErrorsLine has trailing spaces.170
ErrorsExpected an @return tag.173
ErrorsMethod 'getStartRotation' is not designed for extension - needs to be abstract, final or empty.173
ErrorsLine has trailing spaces.178
ErrorsLine has trailing spaces.180
ErrorsExpected an @return tag.183
ErrorsMethod 'setStartRotation' is not designed for extension - needs to be abstract, final or empty.183
ErrorsParameter StartRotation should be final.183
Errors'StartRotation' hides a field.183
ErrorsExpected @param tag for 'StartRotation'.183
ErrorsName 'StartRotation' must match pattern '^[a-z][a-zA-Z0-9]*$'.183
ErrorsLine has trailing spaces.187
ErrorsLine contains a tab character.192
ErrorsLine has trailing spaces.193
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.198
ErrorsLine has trailing spaces.199
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
ErrorsLine has trailing spaces.204
ErrorsParameter original should be final.209
ErrorsExpected @param tag for 'original'.209
ErrorsLine has trailing spaces.210
Errors'=' is not preceded with whitespace.211
Errors'=' is not followed by whitespace.211
ErrorsLine has trailing spaces.212
Errors'=' is not preceded with whitespace.213
Errors'=' is not followed by whitespace.213
ErrorsLine has trailing spaces.214
Errors'=' is not preceded with whitespace.215
Errors'=' is not followed by whitespace.215
ErrorsLine has trailing spaces.216
ErrorsLine has trailing spaces.219
ErrorsLine has trailing spaces.221
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.222
ErrorsMissing a Javadoc comment.222
ErrorsLine has trailing spaces.224
ErrorsLine contains a tab character.225
ErrorsLine has trailing spaces.226
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.229
ErrorsMissing a Javadoc comment.229
Errors'+' should be on a new line.230
ErrorsLine has trailing spaces.231
Errors'+' should be on a new line.232
Errors'+' should be on a new line.233
Errors'+' should be on a new line.234
ErrorsLine has trailing spaces.235
Errors'+' should be on a new line.236
Errors'+' should be on a new line.237
Errors'+' should be on a new line.238
ErrorsLine has trailing spaces.239
Errors'+' should be on a new line.240
Errors'+' should be on a new line.241
Errors'+' should be on a new line.242
ErrorsLine has trailing spaces.246
ErrorsLine has trailing spaces.247
ErrorsLine contains a tab character.248
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.248
ErrorsMissing a Javadoc comment.248
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.250
ErrorsLine has trailing spaces.251
ErrorsLine contains a tab character.251
ErrorsLine contains a tab character.252
ErrorsLine is longer than 80 characters.253
ErrorsLine contains a tab character.253
ErrorsLine contains a tab character.254
ErrorsLine has trailing spaces.255
ErrorsLine contains a tab character.255
Errors'+' should be on a new line.257
Errors'+' should be on a new line.258
Errors'+' should be on a new line.259
ErrorsLine has trailing spaces.262
Errors'+' should be on a new line.264
Errors'+' should be on a new line.265
Errors'+' should be on a new line.266
ErrorsLine has trailing spaces.269
ErrorsLine contains a tab character.270
ErrorsLine has trailing spaces.272
ErrorsLine has trailing spaces.275

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Rotate.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.36
ErrorsLine has trailing spaces.38
Errors'{' should be on the previous line.43
ErrorsLine has trailing spaces.44
ErrorsLine is longer than 80 characters.47
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.50
ErrorsLine is longer than 80 characters.51
ErrorsLine contains a tab character.51
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.53
ErrorsLine is longer than 80 characters.54
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 has trailing spaces.57
ErrorsLine contains a tab character.57
ErrorsParameter Amount should be final.60
Errors'Amount' hides a field.60
ErrorsName 'Amount' must match pattern '^[a-z][a-zA-Z0-9]*$'.60
ErrorsParameter Axis should be final.60
Errors'Axis' hides a field.60
ErrorsName 'Axis' must match pattern '^[a-z][a-zA-Z0-9]*$'.60
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.63
ErrorsLine has trailing spaces.65
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine is longer than 80 characters.71
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine is longer than 80 characters.73
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.80
ErrorsLine has trailing spaces.82
ErrorsLine contains a tab character.83
ErrorsLine is longer than 80 characters.84
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsName 'Amount' must match pattern '^[a-z][a-zA-Z0-9]*$'.87
ErrorsVariable 'Amount' must be private and have accessor methods.87
ErrorsLine contains a tab character.88
ErrorsLine has trailing spaces.90
ErrorsLine has trailing spaces.92
ErrorsLine contains a tab character.93
ErrorsLine is longer than 80 characters.94
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsExpected an @return tag.96
ErrorsMethod 'getAmount' is not designed for extension - needs to be abstract, final or empty.96
ErrorsLine has trailing spaces.101
ErrorsLine has trailing spaces.103
ErrorsLine has trailing spaces.105
ErrorsLine contains a tab character.106
ErrorsLine is longer than 80 characters.107
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsExpected an @return tag.109
ErrorsMethod 'setAmount' is not designed for extension - needs to be abstract, final or empty.109
ErrorsParameter Amount should be final.109
Errors'Amount' hides a field.109
ErrorsExpected @param tag for 'Amount'.109
ErrorsName 'Amount' must match pattern '^[a-z][a-zA-Z0-9]*$'.109
ErrorsLine has trailing spaces.113
ErrorsLine has trailing spaces.115
ErrorsLine is longer than 80 characters.116
ErrorsLine contains a tab character.116
ErrorsLine is longer than 80 characters.117
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsName 'Axis' must match pattern '^[a-z][a-zA-Z0-9]*$'.121
ErrorsVariable 'Axis' must be private and have accessor methods.121
ErrorsLine contains a tab character.122
ErrorsLine has trailing spaces.124
ErrorsLine has trailing spaces.126
ErrorsLine is longer than 80 characters.127
ErrorsLine contains a tab character.127
ErrorsLine is longer than 80 characters.128
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsExpected an @return tag.131
ErrorsMethod 'getAxis' is not designed for extension - needs to be abstract, final or empty.131
ErrorsLine has trailing spaces.136
ErrorsLine has trailing spaces.138
ErrorsLine has trailing spaces.140
ErrorsLine is longer than 80 characters.141
ErrorsLine contains a tab character.141
ErrorsLine is longer than 80 characters.142
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsExpected an @return tag.145
ErrorsMethod 'setAxis' is not designed for extension - needs to be abstract, final or empty.145
ErrorsParameter Axis should be final.145
Errors'Axis' hides a field.145
ErrorsExpected @param tag for 'Axis'.145
ErrorsName 'Axis' must match pattern '^[a-z][a-zA-Z0-9]*$'.145
ErrorsLine has trailing spaces.149
ErrorsLine contains a tab character.154
ErrorsLine has trailing spaces.155
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.160
ErrorsLine has trailing spaces.161
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
ErrorsLine has trailing spaces.166
ErrorsParameter original should be final.171
ErrorsExpected @param tag for 'original'.171
ErrorsLine has trailing spaces.172
Errors'=' is not preceded with whitespace.173
Errors'=' is not followed by whitespace.173
ErrorsLine has trailing spaces.174
Errors'=' is not preceded with whitespace.175
Errors'=' is not followed by whitespace.175
ErrorsLine has trailing spaces.176
ErrorsLine has trailing spaces.179
ErrorsLine has trailing spaces.181
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.182
ErrorsMissing a Javadoc comment.182
ErrorsLine has trailing spaces.184
ErrorsLine contains a tab character.185
ErrorsLine has trailing spaces.186
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.189
ErrorsMissing a Javadoc comment.189
Errors'+' should be on a new line.190
ErrorsLine has trailing spaces.191
Errors'+' should be on a new line.192
Errors'+' should be on a new line.193
Errors'+' should be on a new line.194
ErrorsLine has trailing spaces.195
Errors'+' should be on a new line.196
Errors'+' should be on a new line.197
Errors'+' should be on a new line.198
ErrorsLine has trailing spaces.202
ErrorsLine has trailing spaces.203
ErrorsLine contains a tab character.204
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.204
ErrorsMissing a Javadoc comment.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
ErrorsLine has trailing spaces.209
ErrorsLine contains a tab character.209
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 has trailing spaces.213
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.214
ErrorsLine has trailing spaces.216
ErrorsLine has trailing spaces.219

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/SendMessage.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
Errors'{' should be on the previous line.45
ErrorsLine has trailing spaces.46
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine is longer than 80 characters.53
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.58
ErrorsLine is longer than 80 characters.59
ErrorsParameter Id should be final.62
Errors'Id' hides a field.62
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.62
ErrorsParameter Text should be final.62
Errors'Text' hides a field.62
ErrorsName 'Text' must match pattern '^[a-z][a-zA-Z0-9]*$'.62
ErrorsParameter Global should be final.62
Errors'Global' hides a field.62
ErrorsName 'Global' must match pattern '^[a-z][a-zA-Z0-9]*$'.62
ErrorsParameter FadeOut should be final.62
Errors'FadeOut' hides a field.62
ErrorsName 'FadeOut' must match pattern '^[a-z][a-zA-Z0-9]*$'.62
ErrorsLine has trailing spaces.63
ErrorsLine has trailing spaces.65
ErrorsLine has trailing spaces.67
ErrorsLine has trailing spaces.69
ErrorsLine has trailing spaces.71
ErrorsLine has trailing spaces.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine is longer than 80 characters.81
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine has trailing spaces.85
ErrorsLine contains a tab character.85
ErrorsLine has trailing spaces.88
ErrorsLine is longer than 80 characters.90
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.92
ErrorsVariable 'Id' must be private and have accessor methods.92
ErrorsLine contains a tab character.93
ErrorsLine has trailing spaces.95
ErrorsLine is longer than 80 characters.97
ErrorsExpected an @return tag.98
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.98
ErrorsLine has trailing spaces.103
ErrorsLine has trailing spaces.105
ErrorsLine is longer than 80 characters.107
ErrorsExpected an @return tag.108
ErrorsMethod 'setId' is not designed for extension - needs to be abstract, final or empty.108
ErrorsParameter Id should be final.108
Errors'Id' hides a field.108
ErrorsExpected @param tag for 'Id'.108
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.108
ErrorsLine has trailing spaces.112
ErrorsName 'Text' must match pattern '^[a-z][a-zA-Z0-9]*$'.116
ErrorsVariable 'Text' must be private and have accessor methods.116
ErrorsLine contains a tab character.117
ErrorsLine has trailing spaces.119
ErrorsExpected an @return tag.122
ErrorsMethod 'getText' is not designed for extension - needs to be abstract, final or empty.122
ErrorsLine has trailing spaces.127
ErrorsLine has trailing spaces.129
ErrorsExpected an @return tag.132
ErrorsMethod 'setText' is not designed for extension - needs to be abstract, final or empty.132
ErrorsParameter Text should be final.132
Errors'Text' hides a field.132
ErrorsExpected @param tag for 'Text'.132
ErrorsName 'Text' must match pattern '^[a-z][a-zA-Z0-9]*$'.132
ErrorsLine has trailing spaces.136
ErrorsLine has trailing spaces.138
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsName 'Global' must match pattern '^[a-z][a-zA-Z0-9]*$'.143
ErrorsVariable 'Global' must be private and have accessor methods.143
ErrorsLine contains a tab character.144
ErrorsLine has trailing spaces.146
ErrorsLine has trailing spaces.148
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsExpected an @return tag.152
ErrorsMethod 'isGlobal' is not designed for extension - needs to be abstract, final or empty.152
ErrorsLine has trailing spaces.157
ErrorsLine has trailing spaces.159
ErrorsLine has trailing spaces.161
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsExpected an @return tag.165
ErrorsMethod 'setGlobal' is not designed for extension - needs to be abstract, final or empty.165
ErrorsParameter Global should be final.165
Errors'Global' hides a field.165
ErrorsExpected @param tag for 'Global'.165
ErrorsName 'Global' must match pattern '^[a-z][a-zA-Z0-9]*$'.165
ErrorsLine has trailing spaces.169
ErrorsLine is longer than 80 characters.171
ErrorsName 'FadeOut' must match pattern '^[a-z][a-zA-Z0-9]*$'.173
ErrorsVariable 'FadeOut' must be private and have accessor methods.173
ErrorsLine contains a tab character.174
ErrorsLine has trailing spaces.176
ErrorsLine is longer than 80 characters.178
ErrorsExpected an @return tag.179
ErrorsMethod 'getFadeOut' is not designed for extension - needs to be abstract, final or empty.179
ErrorsLine has trailing spaces.184
ErrorsLine has trailing spaces.186
ErrorsLine is longer than 80 characters.188
ErrorsExpected an @return tag.189
ErrorsMethod 'setFadeOut' is not designed for extension - needs to be abstract, final or empty.189
ErrorsParameter FadeOut should be final.189
Errors'FadeOut' hides a field.189
ErrorsExpected @param tag for 'FadeOut'.189
ErrorsName 'FadeOut' must match pattern '^[a-z][a-zA-Z0-9]*$'.189
ErrorsLine has trailing spaces.193
ErrorsLine contains a tab character.198
ErrorsLine has trailing spaces.199
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.204
ErrorsLine has trailing spaces.205
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.206
ErrorsLine has trailing spaces.210
ErrorsParameter original should be final.215
ErrorsExpected @param tag for 'original'.215
ErrorsLine has trailing spaces.216
Errors'=' is not preceded with whitespace.217
Errors'=' is not followed by whitespace.217
ErrorsLine has trailing spaces.218
Errors'=' is not preceded with whitespace.219
Errors'=' is not followed by whitespace.219
ErrorsLine has trailing spaces.220
Errors'=' is not preceded with whitespace.221
Errors'=' is not followed by whitespace.221
ErrorsLine has trailing spaces.222
Errors'=' is not preceded with whitespace.223
Errors'=' is not followed by whitespace.223
ErrorsLine has trailing spaces.224
ErrorsLine has trailing spaces.227
ErrorsLine has trailing spaces.229
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.230
ErrorsMissing a Javadoc comment.230
ErrorsLine has trailing spaces.232
ErrorsLine contains a tab character.233
ErrorsLine has trailing spaces.234
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.237
ErrorsMissing a Javadoc comment.237
Errors'+' should be on a new line.238
ErrorsLine has trailing spaces.239
Errors'+' should be on a new line.240
Errors'+' should be on a new line.241
Errors'+' should be on a new line.242
ErrorsLine has trailing spaces.243
Errors'+' should be on a new line.244
Errors'+' should be on a new line.245
Errors'+' should be on a new line.246
ErrorsLine has trailing spaces.247
Errors'+' should be on a new line.248
Errors'+' should be on a new line.249
Errors'+' should be on a new line.250
ErrorsLine has trailing spaces.251
Errors'+' should be on a new line.252
Errors'+' should be on a new line.253
Errors'+' should be on a new line.254
ErrorsLine has trailing spaces.258
ErrorsLine has trailing spaces.259
ErrorsLine contains a tab character.260
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.260
ErrorsMissing a Javadoc comment.260
ErrorsLine contains a tab character.261
ErrorsLine contains a tab character.262
ErrorsLine has trailing spaces.263
ErrorsLine contains a tab character.263
ErrorsLine contains a tab character.264
ErrorsLine is longer than 80 characters.265
ErrorsLine contains a tab character.265
ErrorsLine contains a tab character.266
ErrorsLine has trailing spaces.267
ErrorsLine contains a tab character.267
ErrorsLine contains a tab character.268
ErrorsLine is longer than 80 characters.269
ErrorsLine contains a tab character.269
ErrorsLine contains a tab character.270
ErrorsLine has trailing spaces.271
ErrorsLine contains a tab character.271
ErrorsLine is longer than 80 characters.272
ErrorsLine contains a tab character.272
ErrorsLine has trailing spaces.273
ErrorsLine contains a tab character.273
ErrorsLine is longer than 80 characters.274
ErrorsLine contains a tab character.274
ErrorsLine has trailing spaces.275
ErrorsLine contains a tab character.275
ErrorsLine contains a tab character.276
ErrorsLine has trailing spaces.278
ErrorsLine has trailing spaces.281

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/SetCrouch.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.39
ErrorsLine has trailing spaces.41
Errors'{' should be on the previous line.46
ErrorsLine has trailing spaces.47
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.56
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.57
ErrorsParameter Crouch should be final.60
Errors'Crouch' hides a field.60
ErrorsName 'Crouch' must match pattern '^[a-z][a-zA-Z0-9]*$'.60
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.63
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
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 contains a tab character.73
ErrorsLine is longer than 80 characters.74
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.78
ErrorsLine contains a tab character.78
ErrorsLine has trailing spaces.81
ErrorsLine has trailing spaces.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsName 'Crouch' must match pattern '^[a-z][a-zA-Z0-9]*$'.87
ErrorsVariable 'Crouch' must be private and have accessor methods.87
ErrorsLine contains a tab character.88
ErrorsLine has trailing spaces.90
ErrorsLine has trailing spaces.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsExpected an @return tag.95
ErrorsMethod 'isCrouch' is not designed for extension - needs to be abstract, final or empty.95
ErrorsLine has trailing spaces.100
ErrorsLine has trailing spaces.102
ErrorsLine has trailing spaces.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsExpected an @return tag.107
ErrorsMethod 'setCrouch' is not designed for extension - needs to be abstract, final or empty.107
ErrorsParameter Crouch should be final.107
Errors'Crouch' hides a field.107
ErrorsExpected @param tag for 'Crouch'.107
ErrorsName 'Crouch' must match pattern '^[a-z][a-zA-Z0-9]*$'.107
ErrorsLine has trailing spaces.111
ErrorsLine contains a tab character.116
ErrorsLine has trailing spaces.117
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.122
ErrorsLine has trailing spaces.123
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine has trailing spaces.128
ErrorsParameter original should be final.133
ErrorsExpected @param tag for 'original'.133
ErrorsLine has trailing spaces.134
Errors'=' is not preceded with whitespace.135
Errors'=' is not followed by whitespace.135
ErrorsLine has trailing spaces.136
ErrorsLine has trailing spaces.139
ErrorsLine has trailing spaces.141
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.142
ErrorsMissing a Javadoc comment.142
ErrorsLine has trailing spaces.144
ErrorsLine contains a tab character.145
ErrorsLine has trailing spaces.146
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.149
ErrorsMissing a Javadoc comment.149
Errors'+' should be on a new line.150
ErrorsLine has trailing spaces.151
Errors'+' should be on a new line.152
Errors'+' should be on a new line.153
Errors'+' should be on a new line.154
ErrorsLine has trailing spaces.158
ErrorsLine has trailing spaces.159
ErrorsLine contains a tab character.160
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.160
ErrorsMissing a Javadoc comment.160
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
ErrorsLine has trailing spaces.163
ErrorsLine contains a tab character.163
ErrorsLine is longer than 80 characters.164
ErrorsLine contains a tab character.164
ErrorsLine has trailing spaces.165
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsLine has trailing spaces.168
ErrorsLine has trailing spaces.171

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/SetGameSpeed.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.36
ErrorsLine has trailing spaces.38
Errors'{' should be on the previous line.43
ErrorsLine has trailing spaces.44
ErrorsLine is longer than 80 characters.47
ErrorsLine has trailing spaces.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 has trailing spaces.53
ErrorsLine contains a tab character.53
ErrorsParameter Speed should be final.56
Errors'Speed' hides a field.56
ErrorsName 'Speed' must match pattern '^[a-z][a-zA-Z0-9]*$'.56
ErrorsLine has trailing spaces.57
ErrorsLine has trailing spaces.59
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine is longer than 80 characters.65
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine is longer than 80 characters.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.74
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.77
ErrorsLine is longer than 80 characters.78
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsName 'Speed' must match pattern '^[a-z][a-zA-Z0-9]*$'.82
ErrorsVariable 'Speed' must be private and have accessor methods.82
ErrorsLine contains a tab character.83
ErrorsLine has trailing spaces.85
ErrorsLine has trailing spaces.87
ErrorsLine contains a tab character.88
ErrorsLine is longer than 80 characters.89
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsExpected an @return tag.92
ErrorsMethod 'getSpeed' is not designed for extension - needs to be abstract, final or empty.92
ErrorsLine has trailing spaces.97
ErrorsLine has trailing spaces.99
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.102
ErrorsLine is longer than 80 characters.103
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsExpected an @return tag.106
ErrorsMethod 'setSpeed' is not designed for extension - needs to be abstract, final or empty.106
ErrorsParameter Speed should be final.106
Errors'Speed' hides a field.106
ErrorsExpected @param tag for 'Speed'.106
ErrorsName 'Speed' must match pattern '^[a-z][a-zA-Z0-9]*$'.106
ErrorsLine has trailing spaces.110
ErrorsLine contains a tab character.115
ErrorsLine has trailing spaces.116
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.121
ErrorsLine has trailing spaces.122
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine has trailing spaces.127
ErrorsParameter original should be final.132
ErrorsExpected @param tag for 'original'.132
ErrorsLine has trailing spaces.133
Errors'=' is not preceded with whitespace.134
Errors'=' is not followed by whitespace.134
ErrorsLine has trailing spaces.135
ErrorsLine has trailing spaces.138
ErrorsLine has trailing spaces.140
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.141
ErrorsMissing a Javadoc comment.141
ErrorsLine has trailing spaces.143
ErrorsLine contains a tab character.144
ErrorsLine has trailing spaces.145
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.148
ErrorsMissing a Javadoc comment.148
Errors'+' should be on a new line.149
ErrorsLine has trailing spaces.150
Errors'+' should be on a new line.151
Errors'+' should be on a new line.152
Errors'+' should be on a new line.153
ErrorsLine has trailing spaces.157
ErrorsLine has trailing spaces.158
ErrorsLine contains a tab character.159
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.159
ErrorsMissing a Javadoc comment.159
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.161
ErrorsLine has trailing spaces.162
ErrorsLine contains a tab character.162
ErrorsLine is longer than 80 characters.163
ErrorsLine contains a tab character.163
ErrorsLine has trailing spaces.164
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsLine has trailing spaces.167
ErrorsLine has trailing spaces.170

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/SetLock.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.40
ErrorsLine has trailing spaces.42
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.58
ErrorsLine has trailing spaces.59
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine is longer than 80 characters.61
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.62
ErrorsParameter BotServer should be final.65
Errors'BotServer' hides a field.65
ErrorsName 'BotServer' must match pattern '^[a-z][a-zA-Z0-9]*$'.65
ErrorsParameter ControlServer should be final.65
Errors'ControlServer' hides a field.65
ErrorsName 'ControlServer' must match pattern '^[a-z][a-zA-Z0-9]*$'.65
ErrorsLine has trailing spaces.66
ErrorsLine has trailing spaces.68
ErrorsLine has trailing spaces.70
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine is longer than 80 characters.82
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine has trailing spaces.86
ErrorsLine contains a tab character.86
ErrorsLine has trailing spaces.89
ErrorsLine has trailing spaces.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsName 'BotServer' must match pattern '^[a-z][a-zA-Z0-9]*$'.95
ErrorsVariable 'BotServer' must be private and have accessor methods.95
ErrorsLine contains a tab character.96
ErrorsLine has trailing spaces.98
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsExpected an @return tag.103
ErrorsMethod 'isBotServer' is not designed for extension - needs to be abstract, final or empty.103
ErrorsLine has trailing spaces.108
ErrorsLine has trailing spaces.110
ErrorsLine has trailing spaces.112
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsExpected an @return tag.115
ErrorsMethod 'setBotServer' is not designed for extension - needs to be abstract, final or empty.115
ErrorsParameter BotServer should be final.115
Errors'BotServer' hides a field.115
ErrorsExpected @param tag for 'BotServer'.115
ErrorsName 'BotServer' must match pattern '^[a-z][a-zA-Z0-9]*$'.115
ErrorsLine has trailing spaces.119
ErrorsLine has trailing spaces.121
ErrorsLine is longer than 80 characters.122
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsName 'ControlServer' must match pattern '^[a-z][a-zA-Z0-9]*$'.125
ErrorsVariable 'ControlServer' must be private and have accessor methods.125
ErrorsLine contains a tab character.126
ErrorsLine has trailing spaces.128
ErrorsLine has trailing spaces.130
ErrorsLine is longer than 80 characters.131
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsExpected an @return tag.133
ErrorsMethod 'isControlServer' is not designed for extension - needs to be abstract, final or empty.133
ErrorsLine has trailing spaces.138
ErrorsLine has trailing spaces.140
ErrorsLine has trailing spaces.142
ErrorsLine is longer than 80 characters.143
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsExpected an @return tag.145
ErrorsMethod 'setControlServer' is not designed for extension - needs to be abstract, final or empty.145
ErrorsParameter ControlServer should be final.145
Errors'ControlServer' hides a field.145
ErrorsExpected @param tag for 'ControlServer'.145
ErrorsName 'ControlServer' must match pattern '^[a-z][a-zA-Z0-9]*$'.145
ErrorsLine has trailing spaces.149
ErrorsLine contains a tab character.154
ErrorsLine has trailing spaces.155
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.160
ErrorsLine has trailing spaces.161
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
ErrorsLine has trailing spaces.166
ErrorsParameter original should be final.171
ErrorsExpected @param tag for 'original'.171
ErrorsLine has trailing spaces.172
Errors'=' is not preceded with whitespace.173
Errors'=' is not followed by whitespace.173
ErrorsLine has trailing spaces.174
Errors'=' is not preceded with whitespace.175
Errors'=' is not followed by whitespace.175
ErrorsLine has trailing spaces.176
ErrorsLine has trailing spaces.179
ErrorsLine has trailing spaces.181
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.182
ErrorsMissing a Javadoc comment.182
ErrorsLine has trailing spaces.184
ErrorsLine contains a tab character.185
ErrorsLine has trailing spaces.186
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.189
ErrorsMissing a Javadoc comment.189
Errors'+' should be on a new line.190
ErrorsLine has trailing spaces.191
Errors'+' should be on a new line.192
Errors'+' should be on a new line.193
Errors'+' should be on a new line.194
ErrorsLine has trailing spaces.195
Errors'+' should be on a new line.196
Errors'+' should be on a new line.197
Errors'+' should be on a new line.198
ErrorsLine has trailing spaces.202
ErrorsLine has trailing spaces.203
ErrorsLine contains a tab character.204
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.204
ErrorsMissing a Javadoc comment.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
ErrorsLine has trailing spaces.209
ErrorsLine contains a tab character.209
ErrorsLine is longer than 80 characters.210
ErrorsLine contains a tab character.210
ErrorsLine has trailing spaces.211
ErrorsLine contains a tab character.211
ErrorsLine contains a tab character.212
ErrorsLine has trailing spaces.214
ErrorsLine has trailing spaces.217

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/SetPassword.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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
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.46
ErrorsLine has trailing spaces.47
ErrorsLine contains a tab character.47
ErrorsLine has trailing spaces.50
ErrorsLine has trailing spaces.52
Errors'{' should be on the previous line.57
ErrorsLine has trailing spaces.58
ErrorsLine has trailing spaces.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.68
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 contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsParameter Password should be final.80
Errors'Password' hides a field.80
ErrorsName 'Password' must match pattern '^[a-z][a-zA-Z0-9]*$'.80
ErrorsLine has trailing spaces.81
ErrorsLine has trailing spaces.83
ErrorsLine has trailing spaces.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine has trailing spaces.89
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 contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
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.107
ErrorsLine contains a tab character.108
ErrorsLine has trailing spaces.109
ErrorsLine contains a tab character.109
ErrorsLine has trailing spaces.112
ErrorsName 'Password' must match pattern '^[a-z][a-zA-Z0-9]*$'.116
ErrorsVariable 'Password' must be private and have accessor methods.116
ErrorsLine contains a tab character.117
ErrorsLine has trailing spaces.119
ErrorsExpected an @return tag.122
ErrorsMethod 'getPassword' is not designed for extension - needs to be abstract, final or empty.122
ErrorsLine has trailing spaces.127
ErrorsLine has trailing spaces.129
ErrorsExpected an @return tag.132
ErrorsMethod 'setPassword' is not designed for extension - needs to be abstract, final or empty.132
ErrorsParameter Password should be final.132
Errors'Password' hides a field.132
ErrorsExpected @param tag for 'Password'.132
ErrorsName 'Password' must match pattern '^[a-z][a-zA-Z0-9]*$'.132
ErrorsLine has trailing spaces.136
ErrorsLine contains a tab character.141
ErrorsLine has trailing spaces.142
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.147
ErrorsLine has trailing spaces.148
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsLine has trailing spaces.153
ErrorsParameter original should be final.158
ErrorsExpected @param tag for 'original'.158
ErrorsLine has trailing spaces.159
Errors'=' is not preceded with whitespace.160
Errors'=' is not followed by whitespace.160
ErrorsLine has trailing spaces.161
ErrorsLine has trailing spaces.164
ErrorsLine has trailing spaces.166
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.167
ErrorsMissing a Javadoc comment.167
ErrorsLine has trailing spaces.169
ErrorsLine contains a tab character.170
ErrorsLine has trailing spaces.171
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.174
ErrorsMissing a Javadoc comment.174
Errors'+' should be on a new line.175
ErrorsLine has trailing spaces.176
Errors'+' should be on a new line.177
Errors'+' should be on a new line.178
Errors'+' should be on a new line.179
ErrorsLine has trailing spaces.183
ErrorsLine has trailing spaces.184
ErrorsLine contains a tab character.185
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.185
ErrorsMissing a Javadoc comment.185
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
ErrorsLine has trailing spaces.188
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.189
ErrorsLine is longer than 80 characters.190
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191
ErrorsLine has trailing spaces.192
ErrorsLine contains a tab character.192
ErrorsLine contains a tab character.193
ErrorsLine has trailing spaces.195
ErrorsLine has trailing spaces.198

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/SetRoute.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.37
ErrorsLine contains a tab character.37
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.42
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.51
ErrorsLine is longer than 80 characters.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.54
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.58
ErrorsLine has trailing spaces.59
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.63
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.74
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.75
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.78
ErrorsLine contains a tab character.79
ErrorsLine has trailing spaces.80
ErrorsLine contains a tab character.80
ErrorsLine has trailing spaces.81
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.83
ErrorsLine contains a tab character.83
ErrorsLine has trailing spaces.84
ErrorsLine contains a tab character.85
ErrorsLine has trailing spaces.86
ErrorsLine contains a tab character.86
ErrorsLine has trailing spaces.87
ErrorsLine contains a tab character.88
ErrorsLine has trailing spaces.89
ErrorsLine contains a tab character.89
ErrorsLine has trailing spaces.90
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.92
ErrorsLine contains a tab character.92
ErrorsLine has trailing spaces.93
ErrorsLine contains a tab character.94
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.95
ErrorsLine has trailing spaces.96
ErrorsLine contains a tab character.97
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.98
ErrorsLine has trailing spaces.99
ErrorsLine contains a tab character.100
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsLine has trailing spaces.102
ErrorsLine contains a tab character.103
ErrorsLine has trailing spaces.104
ErrorsLine contains a tab character.104
ErrorsLine has trailing spaces.105
ErrorsLine contains a tab character.106
ErrorsLine has trailing spaces.107
ErrorsLine contains a tab character.107
ErrorsLine has trailing spaces.108
ErrorsLine contains a tab character.109
ErrorsLine has trailing spaces.110
ErrorsLine contains a tab character.110
ErrorsLine has trailing spaces.111
ErrorsLine contains a tab character.112
ErrorsLine has trailing spaces.113
ErrorsLine contains a tab character.113
ErrorsLine has trailing spaces.114
ErrorsLine contains a tab character.115
ErrorsLine has trailing spaces.116
ErrorsLine contains a tab character.116
ErrorsLine has trailing spaces.117
ErrorsLine contains a tab character.118
ErrorsLine has trailing spaces.119
ErrorsLine contains a tab character.119
ErrorsLine has trailing spaces.120
ErrorsLine contains a tab character.121
ErrorsLine has trailing spaces.122
ErrorsLine contains a tab character.122
ErrorsLine has trailing spaces.123
ErrorsLine contains a tab character.124
ErrorsLine has trailing spaces.125
ErrorsLine contains a tab character.125
ErrorsLine has trailing spaces.126
ErrorsLine contains a tab character.127
ErrorsLine has trailing spaces.128
ErrorsLine contains a tab character.128
ErrorsLine has trailing spaces.129
ErrorsLine contains a tab character.130
ErrorsLine has trailing spaces.131
ErrorsLine contains a tab character.131
ErrorsLine has trailing spaces.132
ErrorsLine contains a tab character.133
ErrorsLine has trailing spaces.134
ErrorsLine contains a tab character.134
ErrorsLine has trailing spaces.135
ErrorsLine contains a tab character.136
ErrorsLine has trailing spaces.137
ErrorsLine contains a tab character.137
ErrorsLine has trailing spaces.138
ErrorsLine contains a tab character.139
ErrorsLine has trailing spaces.140
ErrorsLine contains a tab character.140
ErrorsLine has trailing spaces.141
ErrorsLine contains a tab character.142
ErrorsLine has trailing spaces.143
ErrorsLine contains a tab character.143
ErrorsLine has trailing spaces.144
ErrorsLine contains a tab character.145
ErrorsLine has trailing spaces.146
ErrorsLine contains a tab character.146
ErrorsLine has trailing spaces.147
ErrorsLine contains a tab character.148
ErrorsLine has trailing spaces.149
ErrorsLine contains a tab character.149
ErrorsLine has trailing spaces.150
ErrorsLine contains a tab character.151
ErrorsLine has trailing spaces.152
ErrorsLine contains a tab character.152
ErrorsLine has trailing spaces.153
ErrorsLine contains a tab character.154
ErrorsLine has trailing spaces.155
ErrorsLine contains a tab character.155
ErrorsMore than 7 parameters.157
ErrorsLine is longer than 80 characters.158
ErrorsParameter Erase should be final.158
Errors'Erase' hides a field.158
ErrorsName 'Erase' must match pattern '^[a-z][a-zA-Z0-9]*$'.158
ErrorsParameter Point0 should be final.158
Errors'Point0' hides a field.158
ErrorsName 'Point0' must match pattern '^[a-z][a-zA-Z0-9]*$'.158
ErrorsParameter Point1 should be final.158
Errors'Point1' hides a field.158
ErrorsName 'Point1' must match pattern '^[a-z][a-zA-Z0-9]*$'.158
ErrorsParameter Point2 should be final.158
Errors'Point2' hides a field.158
ErrorsName 'Point2' must match pattern '^[a-z][a-zA-Z0-9]*$'.158
ErrorsParameter Point3 should be final.158
Errors'Point3' hides a field.158
ErrorsName 'Point3' must match pattern '^[a-z][a-zA-Z0-9]*$'.158
ErrorsParameter Point4 should be final.158
Errors'Point4' hides a field.158
ErrorsName 'Point4' must match pattern '^[a-z][a-zA-Z0-9]*$'.158
ErrorsParameter Point5 should be final.158
Errors'Point5' hides a field.158
ErrorsName 'Point5' must match pattern '^[a-z][a-zA-Z0-9]*$'.158
ErrorsParameter Point6 should be final.158
Errors'Point6' hides a field.158
ErrorsName 'Point6' must match pattern '^[a-z][a-zA-Z0-9]*$'.158
ErrorsParameter Point7 should be final.158
Errors'Point7' hides a field.158
ErrorsName 'Point7' must match pattern '^[a-z][a-zA-Z0-9]*$'.158
ErrorsParameter Point8 should be final.158
Errors'Point8' hides a field.158
ErrorsName 'Point8' must match pattern '^[a-z][a-zA-Z0-9]*$'.158
ErrorsParameter Point9 should be final.158
Errors'Point9' hides a field.158
ErrorsName 'Point9' must match pattern '^[a-z][a-zA-Z0-9]*$'.158
ErrorsParameter Point10 should be final.158
Errors'Point10' hides a field.158
ErrorsName 'Point10' must match pattern '^[a-z][a-zA-Z0-9]*$'.158
ErrorsParameter Point11 should be final.158
Errors'Point11' hides a field.158
ErrorsName 'Point11' must match pattern '^[a-z][a-zA-Z0-9]*$'.158
ErrorsParameter Point12 should be final.158
Errors'Point12' hides a field.158
ErrorsName 'Point12' must match pattern '^[a-z][a-zA-Z0-9]*$'.158
ErrorsParameter Point13 should be final.158
Errors'Point13' hides a field.158
ErrorsName 'Point13' must match pattern '^[a-z][a-zA-Z0-9]*$'.158
ErrorsParameter Point14 should be final.158
Errors'Point14' hides a field.158
ErrorsName 'Point14' must match pattern '^[a-z][a-zA-Z0-9]*$'.158
ErrorsParameter Point15 should be final.158
Errors'Point15' hides a field.158
ErrorsName 'Point15' must match pattern '^[a-z][a-zA-Z0-9]*$'.158
ErrorsParameter Point16 should be final.158
Errors'Point16' hides a field.158
ErrorsName 'Point16' must match pattern '^[a-z][a-zA-Z0-9]*$'.158
ErrorsParameter Point17 should be final.158
Errors'Point17' hides a field.158
ErrorsName 'Point17' must match pattern '^[a-z][a-zA-Z0-9]*$'.158
ErrorsParameter Point18 should be final.158
Errors'Point18' hides a field.158
ErrorsName 'Point18' must match pattern '^[a-z][a-zA-Z0-9]*$'.158
ErrorsParameter Point19 should be final.158
Errors'Point19' hides a field.158
ErrorsName 'Point19' must match pattern '^[a-z][a-zA-Z0-9]*$'.158
ErrorsParameter Point20 should be final.158
Errors'Point20' hides a field.158
ErrorsName 'Point20' must match pattern '^[a-z][a-zA-Z0-9]*$'.158
ErrorsParameter Point21 should be final.158
Errors'Point21' hides a field.158
ErrorsName 'Point21' must match pattern '^[a-z][a-zA-Z0-9]*$'.158
ErrorsParameter Point22 should be final.158
Errors'Point22' hides a field.158
ErrorsName 'Point22' must match pattern '^[a-z][a-zA-Z0-9]*$'.158
ErrorsParameter Point23 should be final.158
Errors'Point23' hides a field.158
ErrorsName 'Point23' must match pattern '^[a-z][a-zA-Z0-9]*$'.158
ErrorsParameter Point24 should be final.158
Errors'Point24' hides a field.158
ErrorsName 'Point24' must match pattern '^[a-z][a-zA-Z0-9]*$'.158
ErrorsParameter Point25 should be final.158
Errors'Point25' hides a field.158
ErrorsName 'Point25' must match pattern '^[a-z][a-zA-Z0-9]*$'.158
ErrorsParameter Point26 should be final.158
Errors'Point26' hides a field.158
ErrorsName 'Point26' must match pattern '^[a-z][a-zA-Z0-9]*$'.158
ErrorsParameter Point27 should be final.158
Errors'Point27' hides a field.158
ErrorsName 'Point27' must match pattern '^[a-z][a-zA-Z0-9]*$'.158
ErrorsParameter Point28 should be final.158
Errors'Point28' hides a field.158
ErrorsName 'Point28' must match pattern '^[a-z][a-zA-Z0-9]*$'.158
ErrorsParameter Point29 should be final.158
Errors'Point29' hides a field.158
ErrorsName 'Point29' must match pattern '^[a-z][a-zA-Z0-9]*$'.158
ErrorsParameter Point30 should be final.158
Errors'Point30' hides a field.158
ErrorsName 'Point30' must match pattern '^[a-z][a-zA-Z0-9]*$'.158
ErrorsParameter Point31 should be final.158
Errors'Point31' hides a field.158
ErrorsName 'Point31' must match pattern '^[a-z][a-zA-Z0-9]*$'.158
ErrorsLine has trailing spaces.159
ErrorsLine has trailing spaces.161
ErrorsLine has trailing spaces.163
ErrorsLine has trailing spaces.165
ErrorsLine has trailing spaces.167
ErrorsLine has trailing spaces.169
ErrorsLine has trailing spaces.171
ErrorsLine has trailing spaces.173
ErrorsLine has trailing spaces.175
ErrorsLine has trailing spaces.177
ErrorsLine has trailing spaces.179
ErrorsLine has trailing spaces.181
ErrorsLine has trailing spaces.183
ErrorsLine has trailing spaces.185
ErrorsLine has trailing spaces.187
ErrorsLine has trailing spaces.189
ErrorsLine has trailing spaces.191
ErrorsLine has trailing spaces.193
ErrorsLine has trailing spaces.195
ErrorsLine has trailing spaces.197
ErrorsLine has trailing spaces.199
ErrorsLine has trailing spaces.201
ErrorsLine has trailing spaces.203
ErrorsLine has trailing spaces.205
ErrorsLine has trailing spaces.207
ErrorsLine has trailing spaces.209
ErrorsLine has trailing spaces.211
ErrorsLine has trailing spaces.213
ErrorsLine has trailing spaces.215
ErrorsLine has trailing spaces.217
ErrorsLine has trailing spaces.219
ErrorsLine has trailing spaces.221
ErrorsLine has trailing spaces.223
ErrorsLine has trailing spaces.225
ErrorsLine has trailing spaces.228
ErrorsLine contains a tab character.229
ErrorsLine contains a tab character.230
ErrorsLine has trailing spaces.231
ErrorsLine contains a tab character.231
ErrorsLine is longer than 80 characters.232
ErrorsLine contains a tab character.232
ErrorsLine is longer than 80 characters.233
ErrorsLine contains a tab character.233
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235
ErrorsLine contains a tab character.236
ErrorsLine is longer than 80 characters.237
ErrorsLine contains a tab character.237
ErrorsLine contains a tab character.238
ErrorsLine contains a tab character.239
ErrorsLine contains a tab character.240
ErrorsLine has trailing spaces.241
ErrorsLine contains a tab character.241
ErrorsLine has trailing spaces.244
ErrorsLine has trailing spaces.246
ErrorsLine contains a tab character.247
ErrorsLine contains a tab character.248
ErrorsName 'Erase' must match pattern '^[a-z][a-zA-Z0-9]*$'.250
ErrorsVariable 'Erase' must be private and have accessor methods.250
ErrorsLine contains a tab character.251
ErrorsLine has trailing spaces.253
ErrorsLine has trailing spaces.255
ErrorsLine contains a tab character.256
ErrorsLine contains a tab character.257
ErrorsExpected an @return tag.258
ErrorsMethod 'isErase' is not designed for extension - needs to be abstract, final or empty.258
ErrorsLine has trailing spaces.263
ErrorsLine has trailing spaces.265
ErrorsLine has trailing spaces.267
ErrorsLine contains a tab character.268
ErrorsLine contains a tab character.269
ErrorsExpected an @return tag.270
ErrorsMethod 'setErase' is not designed for extension - needs to be abstract, final or empty.270
ErrorsParameter Erase should be final.270
Errors'Erase' hides a field.270
ErrorsExpected @param tag for 'Erase'.270
ErrorsName 'Erase' must match pattern '^[a-z][a-zA-Z0-9]*$'.270
ErrorsLine has trailing spaces.274
ErrorsLine has trailing spaces.276
ErrorsLine contains a tab character.277
ErrorsLine contains a tab character.278
ErrorsName 'Point0' must match pattern '^[a-z][a-zA-Z0-9]*$'.280
ErrorsVariable 'Point0' must be private and have accessor methods.280
ErrorsLine contains a tab character.281
ErrorsLine has trailing spaces.283
ErrorsLine has trailing spaces.285
ErrorsLine contains a tab character.286
ErrorsLine contains a tab character.287
ErrorsExpected an @return tag.288
ErrorsMethod 'getPoint0' is not designed for extension - needs to be abstract, final or empty.288
ErrorsLine has trailing spaces.293
ErrorsLine has trailing spaces.295
ErrorsLine has trailing spaces.297
ErrorsLine contains a tab character.298
ErrorsLine contains a tab character.299
ErrorsExpected an @return tag.300
ErrorsMethod 'setPoint0' is not designed for extension - needs to be abstract, final or empty.300
ErrorsParameter Point0 should be final.300
Errors'Point0' hides a field.300
ErrorsExpected @param tag for 'Point0'.300
ErrorsName 'Point0' must match pattern '^[a-z][a-zA-Z0-9]*$'.300
ErrorsLine has trailing spaces.304
ErrorsLine has trailing spaces.306
ErrorsLine contains a tab character.307
ErrorsLine contains a tab character.308
ErrorsName 'Point1' must match pattern '^[a-z][a-zA-Z0-9]*$'.310
ErrorsVariable 'Point1' must be private and have accessor methods.310
ErrorsLine contains a tab character.311
ErrorsLine has trailing spaces.313
ErrorsLine has trailing spaces.315
ErrorsLine contains a tab character.316
ErrorsLine contains a tab character.317
ErrorsExpected an @return tag.318
ErrorsMethod 'getPoint1' is not designed for extension - needs to be abstract, final or empty.318
ErrorsLine has trailing spaces.323
ErrorsLine has trailing spaces.325
ErrorsLine has trailing spaces.327
ErrorsLine contains a tab character.328
ErrorsLine contains a tab character.329
ErrorsExpected an @return tag.330
ErrorsMethod 'setPoint1' is not designed for extension - needs to be abstract, final or empty.330
ErrorsParameter Point1 should be final.330
Errors'Point1' hides a field.330
ErrorsExpected @param tag for 'Point1'.330
ErrorsName 'Point1' must match pattern '^[a-z][a-zA-Z0-9]*$'.330
ErrorsLine has trailing spaces.334
ErrorsLine has trailing spaces.336
ErrorsLine contains a tab character.337
ErrorsLine contains a tab character.338
ErrorsName 'Point2' must match pattern '^[a-z][a-zA-Z0-9]*$'.340
ErrorsVariable 'Point2' must be private and have accessor methods.340
ErrorsLine contains a tab character.341
ErrorsLine has trailing spaces.343
ErrorsLine has trailing spaces.345
ErrorsLine contains a tab character.346
ErrorsLine contains a tab character.347
ErrorsExpected an @return tag.348
ErrorsMethod 'getPoint2' is not designed for extension - needs to be abstract, final or empty.348
ErrorsLine has trailing spaces.353
ErrorsLine has trailing spaces.355
ErrorsLine has trailing spaces.357
ErrorsLine contains a tab character.358
ErrorsLine contains a tab character.359
ErrorsExpected an @return tag.360
ErrorsMethod 'setPoint2' is not designed for extension - needs to be abstract, final or empty.360
ErrorsParameter Point2 should be final.360
Errors'Point2' hides a field.360
ErrorsExpected @param tag for 'Point2'.360
ErrorsName 'Point2' must match pattern '^[a-z][a-zA-Z0-9]*$'.360
ErrorsLine has trailing spaces.364
ErrorsLine has trailing spaces.366
ErrorsLine contains a tab character.367
ErrorsLine contains a tab character.368
ErrorsName 'Point3' must match pattern '^[a-z][a-zA-Z0-9]*$'.370
ErrorsVariable 'Point3' must be private and have accessor methods.370
ErrorsLine contains a tab character.371
ErrorsLine has trailing spaces.373
ErrorsLine has trailing spaces.375
ErrorsLine contains a tab character.376
ErrorsLine contains a tab character.377
ErrorsExpected an @return tag.378
ErrorsMethod 'getPoint3' is not designed for extension - needs to be abstract, final or empty.378
ErrorsLine has trailing spaces.383
ErrorsLine has trailing spaces.385
ErrorsLine has trailing spaces.387
ErrorsLine contains a tab character.388
ErrorsLine contains a tab character.389
ErrorsExpected an @return tag.390
ErrorsMethod 'setPoint3' is not designed for extension - needs to be abstract, final or empty.390
ErrorsParameter Point3 should be final.390
Errors'Point3' hides a field.390
ErrorsExpected @param tag for 'Point3'.390
ErrorsName 'Point3' must match pattern '^[a-z][a-zA-Z0-9]*$'.390
ErrorsLine has trailing spaces.394
ErrorsLine has trailing spaces.396
ErrorsLine contains a tab character.397
ErrorsLine contains a tab character.398
ErrorsName 'Point4' must match pattern '^[a-z][a-zA-Z0-9]*$'.400
ErrorsVariable 'Point4' must be private and have accessor methods.400
ErrorsLine contains a tab character.401
ErrorsLine has trailing spaces.403
ErrorsLine has trailing spaces.405
ErrorsLine contains a tab character.406
ErrorsLine contains a tab character.407
ErrorsExpected an @return tag.408
ErrorsMethod 'getPoint4' is not designed for extension - needs to be abstract, final or empty.408
ErrorsLine has trailing spaces.413
ErrorsLine has trailing spaces.415
ErrorsLine has trailing spaces.417
ErrorsLine contains a tab character.418
ErrorsLine contains a tab character.419
ErrorsExpected an @return tag.420
ErrorsMethod 'setPoint4' is not designed for extension - needs to be abstract, final or empty.420
ErrorsParameter Point4 should be final.420
Errors'Point4' hides a field.420
ErrorsExpected @param tag for 'Point4'.420
ErrorsName 'Point4' must match pattern '^[a-z][a-zA-Z0-9]*$'.420
ErrorsLine has trailing spaces.424
ErrorsLine has trailing spaces.426
ErrorsLine contains a tab character.427
ErrorsLine contains a tab character.428
ErrorsName 'Point5' must match pattern '^[a-z][a-zA-Z0-9]*$'.430
ErrorsVariable 'Point5' must be private and have accessor methods.430
ErrorsLine contains a tab character.431
ErrorsLine has trailing spaces.433
ErrorsLine has trailing spaces.435
ErrorsLine contains a tab character.436
ErrorsLine contains a tab character.437
ErrorsExpected an @return tag.438
ErrorsMethod 'getPoint5' is not designed for extension - needs to be abstract, final or empty.438
ErrorsLine has trailing spaces.443
ErrorsLine has trailing spaces.445
ErrorsLine has trailing spaces.447
ErrorsLine contains a tab character.448
ErrorsLine contains a tab character.449
ErrorsExpected an @return tag.450
ErrorsMethod 'setPoint5' is not designed for extension - needs to be abstract, final or empty.450
ErrorsParameter Point5 should be final.450
Errors'Point5' hides a field.450
ErrorsExpected @param tag for 'Point5'.450
ErrorsName 'Point5' must match pattern '^[a-z][a-zA-Z0-9]*$'.450
ErrorsLine has trailing spaces.454
ErrorsLine has trailing spaces.456
ErrorsLine contains a tab character.457
ErrorsLine contains a tab character.458
ErrorsName 'Point6' must match pattern '^[a-z][a-zA-Z0-9]*$'.460
ErrorsVariable 'Point6' must be private and have accessor methods.460
ErrorsLine contains a tab character.461
ErrorsLine has trailing spaces.463
ErrorsLine has trailing spaces.465
ErrorsLine contains a tab character.466
ErrorsLine contains a tab character.467
ErrorsExpected an @return tag.468
ErrorsMethod 'getPoint6' is not designed for extension - needs to be abstract, final or empty.468
ErrorsLine has trailing spaces.473
ErrorsLine has trailing spaces.475
ErrorsLine has trailing spaces.477
ErrorsLine contains a tab character.478
ErrorsLine contains a tab character.479
ErrorsExpected an @return tag.480
ErrorsMethod 'setPoint6' is not designed for extension - needs to be abstract, final or empty.480
ErrorsParameter Point6 should be final.480
Errors'Point6' hides a field.480
ErrorsExpected @param tag for 'Point6'.480
ErrorsName 'Point6' must match pattern '^[a-z][a-zA-Z0-9]*$'.480
ErrorsLine has trailing spaces.484
ErrorsLine has trailing spaces.486
ErrorsLine contains a tab character.487
ErrorsLine contains a tab character.488
ErrorsName 'Point7' must match pattern '^[a-z][a-zA-Z0-9]*$'.490
ErrorsVariable 'Point7' must be private and have accessor methods.490
ErrorsLine contains a tab character.491
ErrorsLine has trailing spaces.493
ErrorsLine has trailing spaces.495
ErrorsLine contains a tab character.496
ErrorsLine contains a tab character.497
ErrorsExpected an @return tag.498
ErrorsMethod 'getPoint7' is not designed for extension - needs to be abstract, final or empty.498
ErrorsLine has trailing spaces.503
ErrorsLine has trailing spaces.505
ErrorsLine has trailing spaces.507
ErrorsLine contains a tab character.508
ErrorsLine contains a tab character.509
ErrorsExpected an @return tag.510
ErrorsMethod 'setPoint7' is not designed for extension - needs to be abstract, final or empty.510
ErrorsParameter Point7 should be final.510
Errors'Point7' hides a field.510
ErrorsExpected @param tag for 'Point7'.510
ErrorsName 'Point7' must match pattern '^[a-z][a-zA-Z0-9]*$'.510
ErrorsLine has trailing spaces.514
ErrorsLine has trailing spaces.516
ErrorsLine contains a tab character.517
ErrorsLine contains a tab character.518
ErrorsName 'Point8' must match pattern '^[a-z][a-zA-Z0-9]*$'.520
ErrorsVariable 'Point8' must be private and have accessor methods.520
ErrorsLine contains a tab character.521
ErrorsLine has trailing spaces.523
ErrorsLine has trailing spaces.525
ErrorsLine contains a tab character.526
ErrorsLine contains a tab character.527
ErrorsExpected an @return tag.528
ErrorsMethod 'getPoint8' is not designed for extension - needs to be abstract, final or empty.528
ErrorsLine has trailing spaces.533
ErrorsLine has trailing spaces.535
ErrorsLine has trailing spaces.537
ErrorsLine contains a tab character.538
ErrorsLine contains a tab character.539
ErrorsExpected an @return tag.540
ErrorsMethod 'setPoint8' is not designed for extension - needs to be abstract, final or empty.540
ErrorsParameter Point8 should be final.540
Errors'Point8' hides a field.540
ErrorsExpected @param tag for 'Point8'.540
ErrorsName 'Point8' must match pattern '^[a-z][a-zA-Z0-9]*$'.540
ErrorsLine has trailing spaces.544
ErrorsLine has trailing spaces.546
ErrorsLine contains a tab character.547
ErrorsLine contains a tab character.548
ErrorsName 'Point9' must match pattern '^[a-z][a-zA-Z0-9]*$'.550
ErrorsVariable 'Point9' must be private and have accessor methods.550
ErrorsLine contains a tab character.551
ErrorsLine has trailing spaces.553
ErrorsLine has trailing spaces.555
ErrorsLine contains a tab character.556
ErrorsLine contains a tab character.557
ErrorsExpected an @return tag.558
ErrorsMethod 'getPoint9' is not designed for extension - needs to be abstract, final or empty.558
ErrorsLine has trailing spaces.563
ErrorsLine has trailing spaces.565
ErrorsLine has trailing spaces.567
ErrorsLine contains a tab character.568
ErrorsLine contains a tab character.569
ErrorsExpected an @return tag.570
ErrorsMethod 'setPoint9' is not designed for extension - needs to be abstract, final or empty.570
ErrorsParameter Point9 should be final.570
Errors'Point9' hides a field.570
ErrorsExpected @param tag for 'Point9'.570
ErrorsName 'Point9' must match pattern '^[a-z][a-zA-Z0-9]*$'.570
ErrorsLine has trailing spaces.574
ErrorsLine has trailing spaces.576
ErrorsLine contains a tab character.577
ErrorsLine contains a tab character.578
ErrorsName 'Point10' must match pattern '^[a-z][a-zA-Z0-9]*$'.580
ErrorsVariable 'Point10' must be private and have accessor methods.580
ErrorsLine contains a tab character.581
ErrorsLine has trailing spaces.583
ErrorsLine has trailing spaces.585
ErrorsLine contains a tab character.586
ErrorsLine contains a tab character.587
ErrorsExpected an @return tag.588
ErrorsMethod 'getPoint10' is not designed for extension - needs to be abstract, final or empty.588
ErrorsLine has trailing spaces.593
ErrorsLine has trailing spaces.595
ErrorsLine has trailing spaces.597
ErrorsLine contains a tab character.598
ErrorsLine contains a tab character.599
ErrorsExpected an @return tag.600
ErrorsMethod 'setPoint10' is not designed for extension - needs to be abstract, final or empty.600
ErrorsParameter Point10 should be final.600
Errors'Point10' hides a field.600
ErrorsExpected @param tag for 'Point10'.600
ErrorsName 'Point10' must match pattern '^[a-z][a-zA-Z0-9]*$'.600
ErrorsLine has trailing spaces.604
ErrorsLine has trailing spaces.606
ErrorsLine contains a tab character.607
ErrorsLine contains a tab character.608
ErrorsName 'Point11' must match pattern '^[a-z][a-zA-Z0-9]*$'.610
ErrorsVariable 'Point11' must be private and have accessor methods.610
ErrorsLine contains a tab character.611
ErrorsLine has trailing spaces.613
ErrorsLine has trailing spaces.615
ErrorsLine contains a tab character.616
ErrorsLine contains a tab character.617
ErrorsExpected an @return tag.618
ErrorsMethod 'getPoint11' is not designed for extension - needs to be abstract, final or empty.618
ErrorsLine has trailing spaces.623
ErrorsLine has trailing spaces.625
ErrorsLine has trailing spaces.627
ErrorsLine contains a tab character.628
ErrorsLine contains a tab character.629
ErrorsExpected an @return tag.630
ErrorsMethod 'setPoint11' is not designed for extension - needs to be abstract, final or empty.630
ErrorsParameter Point11 should be final.630
Errors'Point11' hides a field.630
ErrorsExpected @param tag for 'Point11'.630
ErrorsName 'Point11' must match pattern '^[a-z][a-zA-Z0-9]*$'.630
ErrorsLine has trailing spaces.634
ErrorsLine has trailing spaces.636
ErrorsLine contains a tab character.637
ErrorsLine contains a tab character.638
ErrorsName 'Point12' must match pattern '^[a-z][a-zA-Z0-9]*$'.640
ErrorsVariable 'Point12' must be private and have accessor methods.640
ErrorsLine contains a tab character.641
ErrorsLine has trailing spaces.643
ErrorsLine has trailing spaces.645
ErrorsLine contains a tab character.646
ErrorsLine contains a tab character.647
ErrorsExpected an @return tag.648
ErrorsMethod 'getPoint12' is not designed for extension - needs to be abstract, final or empty.648
ErrorsLine has trailing spaces.653
ErrorsLine has trailing spaces.655
ErrorsLine has trailing spaces.657
ErrorsLine contains a tab character.658
ErrorsLine contains a tab character.659
ErrorsExpected an @return tag.660
ErrorsMethod 'setPoint12' is not designed for extension - needs to be abstract, final or empty.660
ErrorsParameter Point12 should be final.660
Errors'Point12' hides a field.660
ErrorsExpected @param tag for 'Point12'.660
ErrorsName 'Point12' must match pattern '^[a-z][a-zA-Z0-9]*$'.660
ErrorsLine has trailing spaces.664
ErrorsLine has trailing spaces.666
ErrorsLine contains a tab character.667
ErrorsLine contains a tab character.668
ErrorsName 'Point13' must match pattern '^[a-z][a-zA-Z0-9]*$'.670
ErrorsVariable 'Point13' must be private and have accessor methods.670
ErrorsLine contains a tab character.671
ErrorsLine has trailing spaces.673
ErrorsLine has trailing spaces.675
ErrorsLine contains a tab character.676
ErrorsLine contains a tab character.677
ErrorsExpected an @return tag.678
ErrorsMethod 'getPoint13' is not designed for extension - needs to be abstract, final or empty.678
ErrorsLine has trailing spaces.683
ErrorsLine has trailing spaces.685
ErrorsLine has trailing spaces.687
ErrorsLine contains a tab character.688
ErrorsLine contains a tab character.689
ErrorsExpected an @return tag.690
ErrorsMethod 'setPoint13' is not designed for extension - needs to be abstract, final or empty.690
ErrorsParameter Point13 should be final.690
Errors'Point13' hides a field.690
ErrorsExpected @param tag for 'Point13'.690
ErrorsName 'Point13' must match pattern '^[a-z][a-zA-Z0-9]*$'.690
ErrorsLine has trailing spaces.694
ErrorsLine has trailing spaces.696
ErrorsLine contains a tab character.697
ErrorsLine contains a tab character.698
ErrorsName 'Point14' must match pattern '^[a-z][a-zA-Z0-9]*$'.700
ErrorsVariable 'Point14' must be private and have accessor methods.700
ErrorsLine contains a tab character.701
ErrorsLine has trailing spaces.703
ErrorsLine has trailing spaces.705
ErrorsLine contains a tab character.706
ErrorsLine contains a tab character.707
ErrorsExpected an @return tag.708
ErrorsMethod 'getPoint14' is not designed for extension - needs to be abstract, final or empty.708
ErrorsLine has trailing spaces.713
ErrorsLine has trailing spaces.715
ErrorsLine has trailing spaces.717
ErrorsLine contains a tab character.718
ErrorsLine contains a tab character.719
ErrorsExpected an @return tag.720
ErrorsMethod 'setPoint14' is not designed for extension - needs to be abstract, final or empty.720
ErrorsParameter Point14 should be final.720
Errors'Point14' hides a field.720
ErrorsExpected @param tag for 'Point14'.720
ErrorsName 'Point14' must match pattern '^[a-z][a-zA-Z0-9]*$'.720
ErrorsLine has trailing spaces.724
ErrorsLine has trailing spaces.726
ErrorsLine contains a tab character.727
ErrorsLine contains a tab character.728
ErrorsName 'Point15' must match pattern '^[a-z][a-zA-Z0-9]*$'.730
ErrorsVariable 'Point15' must be private and have accessor methods.730
ErrorsLine contains a tab character.731
ErrorsLine has trailing spaces.733
ErrorsLine has trailing spaces.735
ErrorsLine contains a tab character.736
ErrorsLine contains a tab character.737
ErrorsExpected an @return tag.738
ErrorsMethod 'getPoint15' is not designed for extension - needs to be abstract, final or empty.738
ErrorsLine has trailing spaces.743
ErrorsLine has trailing spaces.745
ErrorsLine has trailing spaces.747
ErrorsLine contains a tab character.748
ErrorsLine contains a tab character.749
ErrorsExpected an @return tag.750
ErrorsMethod 'setPoint15' is not designed for extension - needs to be abstract, final or empty.750
ErrorsParameter Point15 should be final.750
Errors'Point15' hides a field.750
ErrorsExpected @param tag for 'Point15'.750
ErrorsName 'Point15' must match pattern '^[a-z][a-zA-Z0-9]*$'.750
ErrorsLine has trailing spaces.754
ErrorsLine has trailing spaces.756
ErrorsLine contains a tab character.757
ErrorsLine contains a tab character.758
ErrorsName 'Point16' must match pattern '^[a-z][a-zA-Z0-9]*$'.760
ErrorsVariable 'Point16' must be private and have accessor methods.760
ErrorsLine contains a tab character.761
ErrorsLine has trailing spaces.763
ErrorsLine has trailing spaces.765
ErrorsLine contains a tab character.766
ErrorsLine contains a tab character.767
ErrorsExpected an @return tag.768
ErrorsMethod 'getPoint16' is not designed for extension - needs to be abstract, final or empty.768
ErrorsLine has trailing spaces.773
ErrorsLine has trailing spaces.775
ErrorsLine has trailing spaces.777
ErrorsLine contains a tab character.778
ErrorsLine contains a tab character.779
ErrorsExpected an @return tag.780
ErrorsMethod 'setPoint16' is not designed for extension - needs to be abstract, final or empty.780
ErrorsParameter Point16 should be final.780
Errors'Point16' hides a field.780
ErrorsExpected @param tag for 'Point16'.780
ErrorsName 'Point16' must match pattern '^[a-z][a-zA-Z0-9]*$'.780
ErrorsLine has trailing spaces.784
ErrorsLine has trailing spaces.786
ErrorsLine contains a tab character.787
ErrorsLine contains a tab character.788
ErrorsName 'Point17' must match pattern '^[a-z][a-zA-Z0-9]*$'.790
ErrorsVariable 'Point17' must be private and have accessor methods.790
ErrorsLine contains a tab character.791
ErrorsLine has trailing spaces.793
ErrorsLine has trailing spaces.795
ErrorsLine contains a tab character.796
ErrorsLine contains a tab character.797
ErrorsExpected an @return tag.798
ErrorsMethod 'getPoint17' is not designed for extension - needs to be abstract, final or empty.798
ErrorsLine has trailing spaces.803
ErrorsLine has trailing spaces.805
ErrorsLine has trailing spaces.807
ErrorsLine contains a tab character.808
ErrorsLine contains a tab character.809
ErrorsExpected an @return tag.810
ErrorsMethod 'setPoint17' is not designed for extension - needs to be abstract, final or empty.810
ErrorsParameter Point17 should be final.810
Errors'Point17' hides a field.810
ErrorsExpected @param tag for 'Point17'.810
ErrorsName 'Point17' must match pattern '^[a-z][a-zA-Z0-9]*$'.810
ErrorsLine has trailing spaces.814
ErrorsLine has trailing spaces.816
ErrorsLine contains a tab character.817
ErrorsLine contains a tab character.818
ErrorsName 'Point18' must match pattern '^[a-z][a-zA-Z0-9]*$'.820
ErrorsVariable 'Point18' must be private and have accessor methods.820
ErrorsLine contains a tab character.821
ErrorsLine has trailing spaces.823
ErrorsLine has trailing spaces.825
ErrorsLine contains a tab character.826
ErrorsLine contains a tab character.827
ErrorsExpected an @return tag.828
ErrorsMethod 'getPoint18' is not designed for extension - needs to be abstract, final or empty.828
ErrorsLine has trailing spaces.833
ErrorsLine has trailing spaces.835
ErrorsLine has trailing spaces.837
ErrorsLine contains a tab character.838
ErrorsLine contains a tab character.839
ErrorsExpected an @return tag.840
ErrorsMethod 'setPoint18' is not designed for extension - needs to be abstract, final or empty.840
ErrorsParameter Point18 should be final.840
Errors'Point18' hides a field.840
ErrorsExpected @param tag for 'Point18'.840
ErrorsName 'Point18' must match pattern '^[a-z][a-zA-Z0-9]*$'.840
ErrorsLine has trailing spaces.844
ErrorsLine has trailing spaces.846
ErrorsLine contains a tab character.847
ErrorsLine contains a tab character.848
ErrorsName 'Point19' must match pattern '^[a-z][a-zA-Z0-9]*$'.850
ErrorsVariable 'Point19' must be private and have accessor methods.850
ErrorsLine contains a tab character.851
ErrorsLine has trailing spaces.853
ErrorsLine has trailing spaces.855
ErrorsLine contains a tab character.856
ErrorsLine contains a tab character.857
ErrorsExpected an @return tag.858
ErrorsMethod 'getPoint19' is not designed for extension - needs to be abstract, final or empty.858
ErrorsLine has trailing spaces.863
ErrorsLine has trailing spaces.865
ErrorsLine has trailing spaces.867
ErrorsLine contains a tab character.868
ErrorsLine contains a tab character.869
ErrorsExpected an @return tag.870
ErrorsMethod 'setPoint19' is not designed for extension - needs to be abstract, final or empty.870
ErrorsParameter Point19 should be final.870
Errors'Point19' hides a field.870
ErrorsExpected @param tag for 'Point19'.870
ErrorsName 'Point19' must match pattern '^[a-z][a-zA-Z0-9]*$'.870
ErrorsLine has trailing spaces.874
ErrorsLine has trailing spaces.876
ErrorsLine contains a tab character.877
ErrorsLine contains a tab character.878
ErrorsName 'Point20' must match pattern '^[a-z][a-zA-Z0-9]*$'.880
ErrorsVariable 'Point20' must be private and have accessor methods.880
ErrorsLine contains a tab character.881
ErrorsLine has trailing spaces.883
ErrorsLine has trailing spaces.885
ErrorsLine contains a tab character.886
ErrorsLine contains a tab character.887
ErrorsExpected an @return tag.888
ErrorsMethod 'getPoint20' is not designed for extension - needs to be abstract, final or empty.888
ErrorsLine has trailing spaces.893
ErrorsLine has trailing spaces.895
ErrorsLine has trailing spaces.897
ErrorsLine contains a tab character.898
ErrorsLine contains a tab character.899
ErrorsExpected an @return tag.900
ErrorsMethod 'setPoint20' is not designed for extension - needs to be abstract, final or empty.900
ErrorsParameter Point20 should be final.900
Errors'Point20' hides a field.900
ErrorsExpected @param tag for 'Point20'.900
ErrorsName 'Point20' must match pattern '^[a-z][a-zA-Z0-9]*$'.900
ErrorsLine has trailing spaces.904
ErrorsLine has trailing spaces.906
ErrorsLine contains a tab character.907
ErrorsLine contains a tab character.908
ErrorsName 'Point21' must match pattern '^[a-z][a-zA-Z0-9]*$'.910
ErrorsVariable 'Point21' must be private and have accessor methods.910
ErrorsLine contains a tab character.911
ErrorsLine has trailing spaces.913
ErrorsLine has trailing spaces.915
ErrorsLine contains a tab character.916
ErrorsLine contains a tab character.917
ErrorsExpected an @return tag.918
ErrorsMethod 'getPoint21' is not designed for extension - needs to be abstract, final or empty.918
ErrorsLine has trailing spaces.923
ErrorsLine has trailing spaces.925
ErrorsLine has trailing spaces.927
ErrorsLine contains a tab character.928
ErrorsLine contains a tab character.929
ErrorsExpected an @return tag.930
ErrorsMethod 'setPoint21' is not designed for extension - needs to be abstract, final or empty.930
ErrorsParameter Point21 should be final.930
Errors'Point21' hides a field.930
ErrorsExpected @param tag for 'Point21'.930
ErrorsName 'Point21' must match pattern '^[a-z][a-zA-Z0-9]*$'.930
ErrorsLine has trailing spaces.934
ErrorsLine has trailing spaces.936
ErrorsLine contains a tab character.937
ErrorsLine contains a tab character.938
ErrorsName 'Point22' must match pattern '^[a-z][a-zA-Z0-9]*$'.940
ErrorsVariable 'Point22' must be private and have accessor methods.940
ErrorsLine contains a tab character.941
ErrorsLine has trailing spaces.943
ErrorsLine has trailing spaces.945
ErrorsLine contains a tab character.946
ErrorsLine contains a tab character.947
ErrorsExpected an @return tag.948
ErrorsMethod 'getPoint22' is not designed for extension - needs to be abstract, final or empty.948
ErrorsLine has trailing spaces.953
ErrorsLine has trailing spaces.955
ErrorsLine has trailing spaces.957
ErrorsLine contains a tab character.958
ErrorsLine contains a tab character.959
ErrorsExpected an @return tag.960
ErrorsMethod 'setPoint22' is not designed for extension - needs to be abstract, final or empty.960
ErrorsParameter Point22 should be final.960
Errors'Point22' hides a field.960
ErrorsExpected @param tag for 'Point22'.960
ErrorsName 'Point22' must match pattern '^[a-z][a-zA-Z0-9]*$'.960
ErrorsLine has trailing spaces.964
ErrorsLine has trailing spaces.966
ErrorsLine contains a tab character.967
ErrorsLine contains a tab character.968
ErrorsName 'Point23' must match pattern '^[a-z][a-zA-Z0-9]*$'.970
ErrorsVariable 'Point23' must be private and have accessor methods.970
ErrorsLine contains a tab character.971
ErrorsLine has trailing spaces.973
ErrorsLine has trailing spaces.975
ErrorsLine contains a tab character.976
ErrorsLine contains a tab character.977
ErrorsExpected an @return tag.978
ErrorsMethod 'getPoint23' is not designed for extension - needs to be abstract, final or empty.978
ErrorsLine has trailing spaces.983
ErrorsLine has trailing spaces.985
ErrorsLine has trailing spaces.987
ErrorsLine contains a tab character.988
ErrorsLine contains a tab character.989
ErrorsExpected an @return tag.990
ErrorsMethod 'setPoint23' is not designed for extension - needs to be abstract, final or empty.990
ErrorsParameter Point23 should be final.990
Errors'Point23' hides a field.990
ErrorsExpected @param tag for 'Point23'.990
ErrorsName 'Point23' must match pattern '^[a-z][a-zA-Z0-9]*$'.990
ErrorsLine has trailing spaces.994
ErrorsLine has trailing spaces.996
ErrorsLine contains a tab character.997
ErrorsLine contains a tab character.998
ErrorsName 'Point24' must match pattern '^[a-z][a-zA-Z0-9]*$'.1000
ErrorsVariable 'Point24' must be private and have accessor methods.1000
ErrorsLine contains a tab character.1001
ErrorsLine has trailing spaces.1003
ErrorsLine has trailing spaces.1005
ErrorsLine contains a tab character.1006
ErrorsLine contains a tab character.1007
ErrorsExpected an @return tag.1008
ErrorsMethod 'getPoint24' is not designed for extension - needs to be abstract, final or empty.1008
ErrorsLine has trailing spaces.1013
ErrorsLine has trailing spaces.1015
ErrorsLine has trailing spaces.1017
ErrorsLine contains a tab character.1018
ErrorsLine contains a tab character.1019
ErrorsExpected an @return tag.1020
ErrorsMethod 'setPoint24' is not designed for extension - needs to be abstract, final or empty.1020
ErrorsParameter Point24 should be final.1020
Errors'Point24' hides a field.1020
ErrorsExpected @param tag for 'Point24'.1020
ErrorsName 'Point24' must match pattern '^[a-z][a-zA-Z0-9]*$'.1020
ErrorsLine has trailing spaces.1024
ErrorsLine has trailing spaces.1026
ErrorsLine contains a tab character.1027
ErrorsLine contains a tab character.1028
ErrorsName 'Point25' must match pattern '^[a-z][a-zA-Z0-9]*$'.1030
ErrorsVariable 'Point25' must be private and have accessor methods.1030
ErrorsLine contains a tab character.1031
ErrorsLine has trailing spaces.1033
ErrorsLine has trailing spaces.1035
ErrorsLine contains a tab character.1036
ErrorsLine contains a tab character.1037
ErrorsExpected an @return tag.1038
ErrorsMethod 'getPoint25' is not designed for extension - needs to be abstract, final or empty.1038
ErrorsLine has trailing spaces.1043
ErrorsLine has trailing spaces.1045
ErrorsLine has trailing spaces.1047
ErrorsLine contains a tab character.1048
ErrorsLine contains a tab character.1049
ErrorsExpected an @return tag.1050
ErrorsMethod 'setPoint25' is not designed for extension - needs to be abstract, final or empty.1050
ErrorsParameter Point25 should be final.1050
Errors'Point25' hides a field.1050
ErrorsExpected @param tag for 'Point25'.1050
ErrorsName 'Point25' must match pattern '^[a-z][a-zA-Z0-9]*$'.1050
ErrorsLine has trailing spaces.1054
ErrorsLine has trailing spaces.1056
ErrorsLine contains a tab character.1057
ErrorsLine contains a tab character.1058
ErrorsName 'Point26' must match pattern '^[a-z][a-zA-Z0-9]*$'.1060
ErrorsVariable 'Point26' must be private and have accessor methods.1060
ErrorsLine contains a tab character.1061
ErrorsLine has trailing spaces.1063
ErrorsLine has trailing spaces.1065
ErrorsLine contains a tab character.1066
ErrorsLine contains a tab character.1067
ErrorsExpected an @return tag.1068
ErrorsMethod 'getPoint26' is not designed for extension - needs to be abstract, final or empty.1068
ErrorsLine has trailing spaces.1073
ErrorsLine has trailing spaces.1075
ErrorsLine has trailing spaces.1077
ErrorsLine contains a tab character.1078
ErrorsLine contains a tab character.1079
ErrorsExpected an @return tag.1080
ErrorsMethod 'setPoint26' is not designed for extension - needs to be abstract, final or empty.1080
ErrorsParameter Point26 should be final.1080
Errors'Point26' hides a field.1080
ErrorsExpected @param tag for 'Point26'.1080
ErrorsName 'Point26' must match pattern '^[a-z][a-zA-Z0-9]*$'.1080
ErrorsLine has trailing spaces.1084
ErrorsLine has trailing spaces.1086
ErrorsLine contains a tab character.1087
ErrorsLine contains a tab character.1088
ErrorsName 'Point27' must match pattern '^[a-z][a-zA-Z0-9]*$'.1090
ErrorsVariable 'Point27' must be private and have accessor methods.1090
ErrorsLine contains a tab character.1091
ErrorsLine has trailing spaces.1093
ErrorsLine has trailing spaces.1095
ErrorsLine contains a tab character.1096
ErrorsLine contains a tab character.1097
ErrorsExpected an @return tag.1098
ErrorsMethod 'getPoint27' is not designed for extension - needs to be abstract, final or empty.1098
ErrorsLine has trailing spaces.1103
ErrorsLine has trailing spaces.1105
ErrorsLine has trailing spaces.1107
ErrorsLine contains a tab character.1108
ErrorsLine contains a tab character.1109
ErrorsExpected an @return tag.1110
ErrorsMethod 'setPoint27' is not designed for extension - needs to be abstract, final or empty.1110
ErrorsParameter Point27 should be final.1110
Errors'Point27' hides a field.1110
ErrorsExpected @param tag for 'Point27'.1110
ErrorsName 'Point27' must match pattern '^[a-z][a-zA-Z0-9]*$'.1110
ErrorsLine has trailing spaces.1114
ErrorsLine has trailing spaces.1116
ErrorsLine contains a tab character.1117
ErrorsLine contains a tab character.1118
ErrorsName 'Point28' must match pattern '^[a-z][a-zA-Z0-9]*$'.1120
ErrorsVariable 'Point28' must be private and have accessor methods.1120
ErrorsLine contains a tab character.1121
ErrorsLine has trailing spaces.1123
ErrorsLine has trailing spaces.1125
ErrorsLine contains a tab character.1126
ErrorsLine contains a tab character.1127
ErrorsExpected an @return tag.1128
ErrorsMethod 'getPoint28' is not designed for extension - needs to be abstract, final or empty.1128
ErrorsLine has trailing spaces.1133
ErrorsLine has trailing spaces.1135
ErrorsLine has trailing spaces.1137
ErrorsLine contains a tab character.1138
ErrorsLine contains a tab character.1139
ErrorsExpected an @return tag.1140
ErrorsMethod 'setPoint28' is not designed for extension - needs to be abstract, final or empty.1140
ErrorsParameter Point28 should be final.1140
Errors'Point28' hides a field.1140
ErrorsExpected @param tag for 'Point28'.1140
ErrorsName 'Point28' must match pattern '^[a-z][a-zA-Z0-9]*$'.1140
ErrorsLine has trailing spaces.1144
ErrorsLine has trailing spaces.1146
ErrorsLine contains a tab character.1147
ErrorsLine contains a tab character.1148
ErrorsName 'Point29' must match pattern '^[a-z][a-zA-Z0-9]*$'.1150
ErrorsVariable 'Point29' must be private and have accessor methods.1150
ErrorsLine contains a tab character.1151
ErrorsLine has trailing spaces.1153
ErrorsLine has trailing spaces.1155
ErrorsLine contains a tab character.1156
ErrorsLine contains a tab character.1157
ErrorsExpected an @return tag.1158
ErrorsMethod 'getPoint29' is not designed for extension - needs to be abstract, final or empty.1158
ErrorsLine has trailing spaces.1163
ErrorsLine has trailing spaces.1165
ErrorsLine has trailing spaces.1167
ErrorsLine contains a tab character.1168
ErrorsLine contains a tab character.1169
ErrorsExpected an @return tag.1170
ErrorsMethod 'setPoint29' is not designed for extension - needs to be abstract, final or empty.1170
ErrorsParameter Point29 should be final.1170
Errors'Point29' hides a field.1170
ErrorsExpected @param tag for 'Point29'.1170
ErrorsName 'Point29' must match pattern '^[a-z][a-zA-Z0-9]*$'.1170
ErrorsLine has trailing spaces.1174
ErrorsLine has trailing spaces.1176
ErrorsLine contains a tab character.1177
ErrorsLine contains a tab character.1178
ErrorsName 'Point30' must match pattern '^[a-z][a-zA-Z0-9]*$'.1180
ErrorsVariable 'Point30' must be private and have accessor methods.1180
ErrorsLine contains a tab character.1181
ErrorsLine has trailing spaces.1183
ErrorsLine has trailing spaces.1185
ErrorsLine contains a tab character.1186
ErrorsLine contains a tab character.1187
ErrorsExpected an @return tag.1188
ErrorsMethod 'getPoint30' is not designed for extension - needs to be abstract, final or empty.1188
ErrorsLine has trailing spaces.1193
ErrorsLine has trailing spaces.1195
ErrorsLine has trailing spaces.1197
ErrorsLine contains a tab character.1198
ErrorsLine contains a tab character.1199
ErrorsExpected an @return tag.1200
ErrorsMethod 'setPoint30' is not designed for extension - needs to be abstract, final or empty.1200
ErrorsParameter Point30 should be final.1200
Errors'Point30' hides a field.1200
ErrorsExpected @param tag for 'Point30'.1200
ErrorsName 'Point30' must match pattern '^[a-z][a-zA-Z0-9]*$'.1200
ErrorsLine has trailing spaces.1204
ErrorsLine has trailing spaces.1206
ErrorsLine contains a tab character.1207
ErrorsLine contains a tab character.1208
ErrorsName 'Point31' must match pattern '^[a-z][a-zA-Z0-9]*$'.1210
ErrorsVariable 'Point31' must be private and have accessor methods.1210
ErrorsLine contains a tab character.1211
ErrorsLine has trailing spaces.1213
ErrorsLine has trailing spaces.1215
ErrorsLine contains a tab character.1216
ErrorsLine contains a tab character.1217
ErrorsExpected an @return tag.1218
ErrorsMethod 'getPoint31' is not designed for extension - needs to be abstract, final or empty.1218
ErrorsLine has trailing spaces.1223
ErrorsLine has trailing spaces.1225
ErrorsLine has trailing spaces.1227
ErrorsLine contains a tab character.1228
ErrorsLine contains a tab character.1229
ErrorsExpected an @return tag.1230
ErrorsMethod 'setPoint31' is not designed for extension - needs to be abstract, final or empty.1230
ErrorsParameter Point31 should be final.1230
Errors'Point31' hides a field.1230
ErrorsExpected @param tag for 'Point31'.1230
ErrorsName 'Point31' must match pattern '^[a-z][a-zA-Z0-9]*$'.1230
ErrorsLine has trailing spaces.1234
ErrorsLine contains a tab character.1239
ErrorsLine has trailing spaces.1240
ErrorsLine contains a tab character.1240
ErrorsLine contains a tab character.1243
ErrorsLine contains a tab character.1245
ErrorsLine has trailing spaces.1246
ErrorsLine contains a tab character.1246
ErrorsLine contains a tab character.1247
ErrorsMethod 'setRoute' is not designed for extension - needs to be abstract, final or empty.1247
ErrorsMissing a Javadoc comment.1247
ErrorsParameter route should be final.1247
Errors'if' construct must use '{}'s.1248
ErrorsLine contains a tab character.1248
ErrorsLine contains a tab character.1249
Errors'if' construct must use '{}'s.1250
ErrorsLine contains a tab character.1250
ErrorsLine contains a tab character.1251
Errors'if' construct must use '{}'s.1252
ErrorsLine contains a tab character.1252
ErrorsLine contains a tab character.1253
Errors'if' construct must use '{}'s.1254
ErrorsLine contains a tab character.1254
Errors'3' is a magic number.1254
ErrorsLine contains a tab character.1255
Errors'3' is a magic number.1255
Errors'if' construct must use '{}'s.1256
ErrorsLine contains a tab character.1256
Errors'4' is a magic number.1256
ErrorsLine contains a tab character.1257
Errors'4' is a magic number.1257
Errors'if' construct must use '{}'s.1258
ErrorsLine contains a tab character.1258
Errors'5' is a magic number.1258
ErrorsLine contains a tab character.1259
Errors'5' is a magic number.1259
Errors'if' construct must use '{}'s.1260
ErrorsLine contains a tab character.1260
Errors'6' is a magic number.1260
ErrorsLine contains a tab character.1261
Errors'6' is a magic number.1261
Errors'if' construct must use '{}'s.1262
ErrorsLine contains a tab character.1262
Errors'7' is a magic number.1262
ErrorsLine contains a tab character.1263
Errors'7' is a magic number.1263
Errors'if' construct must use '{}'s.1264
ErrorsLine contains a tab character.1264
Errors'8' is a magic number.1264
ErrorsLine contains a tab character.1265
Errors'8' is a magic number.1265
Errors'if' construct must use '{}'s.1266
ErrorsLine contains a tab character.1266
Errors'9' is a magic number.1266
ErrorsLine contains a tab character.1267
Errors'9' is a magic number.1267
Errors'if' construct must use '{}'s.1268
ErrorsLine contains a tab character.1268
Errors'10' is a magic number.1268
ErrorsLine contains a tab character.1269
Errors'10' is a magic number.1269
Errors'if' construct must use '{}'s.1270
ErrorsLine contains a tab character.1270
Errors'11' is a magic number.1270
ErrorsLine contains a tab character.1271
Errors'11' is a magic number.1271
Errors'if' construct must use '{}'s.1272
ErrorsLine contains a tab character.1272
Errors'12' is a magic number.1272
ErrorsLine contains a tab character.1273
Errors'12' is a magic number.1273
Errors'if' construct must use '{}'s.1274
ErrorsLine contains a tab character.1274
Errors'13' is a magic number.1274
ErrorsLine contains a tab character.1275
Errors'13' is a magic number.1275
Errors'if' construct must use '{}'s.1276
ErrorsLine contains a tab character.1276
Errors'14' is a magic number.1276
ErrorsLine contains a tab character.1277
Errors'14' is a magic number.1277
Errors'if' construct must use '{}'s.1278
ErrorsLine contains a tab character.1278
Errors'15' is a magic number.1278
ErrorsLine contains a tab character.1279
Errors'15' is a magic number.1279
Errors'if' construct must use '{}'s.1280
ErrorsLine contains a tab character.1280
Errors'16' is a magic number.1280
ErrorsLine contains a tab character.1281
Errors'16' is a magic number.1281
Errors'if' construct must use '{}'s.1282
ErrorsLine contains a tab character.1282
Errors'17' is a magic number.1282
ErrorsLine contains a tab character.1283
Errors'17' is a magic number.1283
Errors'if' construct must use '{}'s.1284
ErrorsLine contains a tab character.1284
Errors'18' is a magic number.1284
ErrorsLine contains a tab character.1285
Errors'18' is a magic number.1285
Errors'if' construct must use '{}'s.1286
ErrorsLine contains a tab character.1286
Errors'19' is a magic number.1286
ErrorsLine contains a tab character.1287
Errors'19' is a magic number.1287
Errors'if' construct must use '{}'s.1288
ErrorsLine contains a tab character.1288
Errors'20' is a magic number.1288
ErrorsLine contains a tab character.1289
Errors'20' is a magic number.1289
Errors'if' construct must use '{}'s.1290
ErrorsLine contains a tab character.1290
Errors'21' is a magic number.1290
ErrorsLine contains a tab character.1291
Errors'21' is a magic number.1291
Errors'if' construct must use '{}'s.1292
ErrorsLine contains a tab character.1292
Errors'22' is a magic number.1292
ErrorsLine contains a tab character.1293
Errors'22' is a magic number.1293
Errors'if' construct must use '{}'s.1294
ErrorsLine contains a tab character.1294
Errors'23' is a magic number.1294
ErrorsLine contains a tab character.1295
Errors'23' is a magic number.1295
Errors'if' construct must use '{}'s.1296
ErrorsLine contains a tab character.1296
Errors'24' is a magic number.1296
ErrorsLine contains a tab character.1297
Errors'24' is a magic number.1297
Errors'if' construct must use '{}'s.1298
ErrorsLine contains a tab character.1298
Errors'25' is a magic number.1298
ErrorsLine contains a tab character.1299
Errors'25' is a magic number.1299
Errors'if' construct must use '{}'s.1300
ErrorsLine contains a tab character.1300
Errors'26' is a magic number.1300
ErrorsLine contains a tab character.1301
Errors'26' is a magic number.1301
Errors'if' construct must use '{}'s.1302
ErrorsLine contains a tab character.1302
Errors'27' is a magic number.1302
ErrorsLine contains a tab character.1303
Errors'27' is a magic number.1303
Errors'if' construct must use '{}'s.1304
ErrorsLine contains a tab character.1304
Errors'28' is a magic number.1304
ErrorsLine contains a tab character.1305
Errors'28' is a magic number.1305
Errors'if' construct must use '{}'s.1306
ErrorsLine contains a tab character.1306
Errors'29' is a magic number.1306
ErrorsLine contains a tab character.1307
Errors'29' is a magic number.1307
Errors'if' construct must use '{}'s.1308
ErrorsLine contains a tab character.1308
Errors'30' is a magic number.1308
ErrorsLine contains a tab character.1309
Errors'30' is a magic number.1309
Errors'if' construct must use '{}'s.1310
ErrorsLine contains a tab character.1310
Errors'31' is a magic number.1310
ErrorsLine contains a tab character.1311
Errors'31' is a magic number.1311
ErrorsLine contains a tab character.1312
ErrorsLine contains a tab character.1313
ErrorsLine has trailing spaces.1314
ErrorsLine contains a tab character.1314
ErrorsLine contains a tab character.1315
ErrorsLine has trailing spaces.1319
ErrorsParameter original should be final.1324
ErrorsExpected @param tag for 'original'.1324
ErrorsLine has trailing spaces.1325
Errors'=' is not preceded with whitespace.1326
Errors'=' is not followed by whitespace.1326
ErrorsLine has trailing spaces.1327
Errors'=' is not preceded with whitespace.1328
Errors'=' is not followed by whitespace.1328
ErrorsLine has trailing spaces.1329
Errors'=' is not preceded with whitespace.1330
Errors'=' is not followed by whitespace.1330
ErrorsLine has trailing spaces.1331
Errors'=' is not preceded with whitespace.1332
Errors'=' is not followed by whitespace.1332
ErrorsLine has trailing spaces.1333
Errors'=' is not preceded with whitespace.1334
Errors'=' is not followed by whitespace.1334
ErrorsLine has trailing spaces.1335
Errors'=' is not preceded with whitespace.1336
Errors'=' is not followed by whitespace.1336
ErrorsLine has trailing spaces.1337
Errors'=' is not preceded with whitespace.1338
Errors'=' is not followed by whitespace.1338
ErrorsLine has trailing spaces.1339
Errors'=' is not preceded with whitespace.1340
Errors'=' is not followed by whitespace.1340
ErrorsLine has trailing spaces.1341
Errors'=' is not preceded with whitespace.1342
Errors'=' is not followed by whitespace.1342
ErrorsLine has trailing spaces.1343
Errors'=' is not preceded with whitespace.1344
Errors'=' is not followed by whitespace.1344
ErrorsLine has trailing spaces.1345
Errors'=' is not preceded with whitespace.1346
Errors'=' is not followed by whitespace.1346
ErrorsLine has trailing spaces.1347
Errors'=' is not preceded with whitespace.1348
Errors'=' is not followed by whitespace.1348
ErrorsLine has trailing spaces.1349
Errors'=' is not preceded with whitespace.1350
Errors'=' is not followed by whitespace.1350
ErrorsLine has trailing spaces.1351
Errors'=' is not preceded with whitespace.1352
Errors'=' is not followed by whitespace.1352
ErrorsLine has trailing spaces.1353
Errors'=' is not preceded with whitespace.1354
Errors'=' is not followed by whitespace.1354
ErrorsLine has trailing spaces.1355
Errors'=' is not preceded with whitespace.1356
Errors'=' is not followed by whitespace.1356
ErrorsLine has trailing spaces.1357
Errors'=' is not preceded with whitespace.1358
Errors'=' is not followed by whitespace.1358
ErrorsLine has trailing spaces.1359
Errors'=' is not preceded with whitespace.1360
Errors'=' is not followed by whitespace.1360
ErrorsLine has trailing spaces.1361
Errors'=' is not preceded with whitespace.1362
Errors'=' is not followed by whitespace.1362
ErrorsLine has trailing spaces.1363
Errors'=' is not preceded with whitespace.1364
Errors'=' is not followed by whitespace.1364
ErrorsLine has trailing spaces.1365
Errors'=' is not preceded with whitespace.1366
Errors'=' is not followed by whitespace.1366
ErrorsLine has trailing spaces.1367
Errors'=' is not preceded with whitespace.1368
Errors'=' is not followed by whitespace.1368
ErrorsLine has trailing spaces.1369
Errors'=' is not preceded with whitespace.1370
Errors'=' is not followed by whitespace.1370
ErrorsLine has trailing spaces.1371
Errors'=' is not preceded with whitespace.1372
Errors'=' is not followed by whitespace.1372
ErrorsLine has trailing spaces.1373
Errors'=' is not preceded with whitespace.1374
Errors'=' is not followed by whitespace.1374
ErrorsLine has trailing spaces.1375
Errors'=' is not preceded with whitespace.1376
Errors'=' is not followed by whitespace.1376
ErrorsLine has trailing spaces.1377
Errors'=' is not preceded with whitespace.1378
Errors'=' is not followed by whitespace.1378
ErrorsLine has trailing spaces.1379
Errors'=' is not preceded with whitespace.1380
Errors'=' is not followed by whitespace.1380
ErrorsLine has trailing spaces.1381
Errors'=' is not preceded with whitespace.1382
Errors'=' is not followed by whitespace.1382
ErrorsLine has trailing spaces.1383
Errors'=' is not preceded with whitespace.1384
Errors'=' is not followed by whitespace.1384
ErrorsLine has trailing spaces.1385
Errors'=' is not preceded with whitespace.1386
Errors'=' is not followed by whitespace.1386
ErrorsLine has trailing spaces.1387
Errors'=' is not preceded with whitespace.1388
Errors'=' is not followed by whitespace.1388
ErrorsLine has trailing spaces.1389
Errors'=' is not preceded with whitespace.1390
Errors'=' is not followed by whitespace.1390
ErrorsLine has trailing spaces.1391
ErrorsLine has trailing spaces.1394
ErrorsLine has trailing spaces.1396
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.1397
ErrorsMissing a Javadoc comment.1397
ErrorsLine has trailing spaces.1399
ErrorsLine contains a tab character.1400
ErrorsLine has trailing spaces.1401
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.1404
ErrorsMissing a Javadoc comment.1404
Errors'+' should be on a new line.1405
ErrorsLine has trailing spaces.1406
Errors'+' should be on a new line.1407
Errors'+' should be on a new line.1408
Errors'+' should be on a new line.1409
ErrorsLine has trailing spaces.1410
Errors'+' should be on a new line.1411
Errors'+' should be on a new line.1412
Errors'+' should be on a new line.1413
ErrorsLine has trailing spaces.1414
Errors'+' should be on a new line.1415
Errors'+' should be on a new line.1416
Errors'+' should be on a new line.1417
ErrorsLine has trailing spaces.1418
Errors'+' should be on a new line.1419
Errors'+' should be on a new line.1420
Errors'+' should be on a new line.1421
ErrorsLine has trailing spaces.1422
Errors'+' should be on a new line.1423
Errors'+' should be on a new line.1424
Errors'+' should be on a new line.1425
ErrorsLine has trailing spaces.1426
Errors'+' should be on a new line.1427
Errors'+' should be on a new line.1428
Errors'+' should be on a new line.1429
ErrorsLine has trailing spaces.1430
Errors'+' should be on a new line.1431
Errors'+' should be on a new line.1432
Errors'+' should be on a new line.1433
ErrorsLine has trailing spaces.1434
Errors'+' should be on a new line.1435
Errors'+' should be on a new line.1436
Errors'+' should be on a new line.1437
ErrorsLine has trailing spaces.1438
Errors'+' should be on a new line.1439
Errors'+' should be on a new line.1440
Errors'+' should be on a new line.1441
ErrorsLine has trailing spaces.1442
Errors'+' should be on a new line.1443
Errors'+' should be on a new line.1444
Errors'+' should be on a new line.1445
ErrorsLine has trailing spaces.1446
Errors'+' should be on a new line.1447
Errors'+' should be on a new line.1448
Errors'+' should be on a new line.1449
ErrorsLine has trailing spaces.1450
Errors'+' should be on a new line.1451
Errors'+' should be on a new line.1452
Errors'+' should be on a new line.1453
ErrorsLine has trailing spaces.1454
Errors'+' should be on a new line.1455
Errors'+' should be on a new line.1456
Errors'+' should be on a new line.1457
ErrorsLine has trailing spaces.1458
Errors'+' should be on a new line.1459
Errors'+' should be on a new line.1460
Errors'+' should be on a new line.1461
ErrorsLine has trailing spaces.1462
Errors'+' should be on a new line.1463
Errors'+' should be on a new line.1464
Errors'+' should be on a new line.1465
ErrorsLine has trailing spaces.1466
Errors'+' should be on a new line.1467
Errors'+' should be on a new line.1468
Errors'+' should be on a new line.1469
ErrorsLine has trailing spaces.1470
Errors'+' should be on a new line.1471
Errors'+' should be on a new line.1472
Errors'+' should be on a new line.1473
ErrorsLine has trailing spaces.1474
Errors'+' should be on a new line.1475
Errors'+' should be on a new line.1476
Errors'+' should be on a new line.1477
ErrorsLine has trailing spaces.1478
Errors'+' should be on a new line.1479
Errors'+' should be on a new line.1480
Errors'+' should be on a new line.1481
ErrorsLine has trailing spaces.1482
Errors'+' should be on a new line.1483
Errors'+' should be on a new line.1484
Errors'+' should be on a new line.1485
ErrorsLine has trailing spaces.1486
Errors'+' should be on a new line.1487
Errors'+' should be on a new line.1488
Errors'+' should be on a new line.1489
ErrorsLine has trailing spaces.1490
Errors'+' should be on a new line.1491
Errors'+' should be on a new line.1492
Errors'+' should be on a new line.1493
ErrorsLine has trailing spaces.1494
Errors'+' should be on a new line.1495
Errors'+' should be on a new line.1496
Errors'+' should be on a new line.1497
ErrorsLine has trailing spaces.1498
Errors'+' should be on a new line.1499
Errors'+' should be on a new line.1500
Errors'+' should be on a new line.1501
ErrorsLine has trailing spaces.1502
Errors'+' should be on a new line.1503
Errors'+' should be on a new line.1504
Errors'+' should be on a new line.1505
ErrorsLine has trailing spaces.1506
Errors'+' should be on a new line.1507
Errors'+' should be on a new line.1508
Errors'+' should be on a new line.1509
ErrorsLine has trailing spaces.1510
Errors'+' should be on a new line.1511
Errors'+' should be on a new line.1512
Errors'+' should be on a new line.1513
ErrorsLine has trailing spaces.1514
Errors'+' should be on a new line.1515
Errors'+' should be on a new line.1516
Errors'+' should be on a new line.1517
ErrorsLine has trailing spaces.1518
Errors'+' should be on a new line.1519
Errors'+' should be on a new line.1520
Errors'+' should be on a new line.1521
ErrorsLine has trailing spaces.1522
Errors'+' should be on a new line.1523
Errors'+' should be on a new line.1524
Errors'+' should be on a new line.1525
ErrorsLine has trailing spaces.1526
Errors'+' should be on a new line.1527
Errors'+' should be on a new line.1528
Errors'+' should be on a new line.1529
ErrorsLine has trailing spaces.1530
Errors'+' should be on a new line.1531
Errors'+' should be on a new line.1532
Errors'+' should be on a new line.1533
ErrorsLine has trailing spaces.1534
Errors'+' should be on a new line.1535
Errors'+' should be on a new line.1536
Errors'+' should be on a new line.1537
ErrorsLine has trailing spaces.1541
ErrorsLine has trailing spaces.1542
ErrorsLine contains a tab character.1543
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.1543
ErrorsMethod length is 232 lines (max allowed is 150).1543
ErrorsMissing a Javadoc comment.1543
ErrorsLine contains a tab character.1544
ErrorsLine contains a tab character.1545
ErrorsLine has trailing spaces.1546
ErrorsLine contains a tab character.1546
ErrorsLine is longer than 80 characters.1547
ErrorsLine contains a tab character.1547
ErrorsLine has trailing spaces.1548
ErrorsLine contains a tab character.1548
Errors'+' should be on a new line.1550
Errors'+' should be on a new line.1551
Errors'+' should be on a new line.1552
ErrorsLine has trailing spaces.1555
Errors'+' should be on a new line.1557
Errors'+' should be on a new line.1558
Errors'+' should be on a new line.1559
ErrorsLine has trailing spaces.1562
Errors'+' should be on a new line.1564
Errors'+' should be on a new line.1565
Errors'+' should be on a new line.1566
ErrorsLine has trailing spaces.1569
Errors'+' should be on a new line.1571
Errors'+' should be on a new line.1572
Errors'+' should be on a new line.1573
ErrorsLine has trailing spaces.1576
Errors'+' should be on a new line.1578
Errors'+' should be on a new line.1579
Errors'+' should be on a new line.1580
ErrorsLine has trailing spaces.1583
Errors'+' should be on a new line.1585
Errors'+' should be on a new line.1586
Errors'+' should be on a new line.1587
ErrorsLine has trailing spaces.1590
Errors'+' should be on a new line.1592
Errors'+' should be on a new line.1593
Errors'+' should be on a new line.1594
ErrorsLine has trailing spaces.1597
Errors'+' should be on a new line.1599
Errors'+' should be on a new line.1600
Errors'+' should be on a new line.1601
ErrorsLine has trailing spaces.1604
Errors'+' should be on a new line.1606
Errors'+' should be on a new line.1607
Errors'+' should be on a new line.1608
ErrorsLine has trailing spaces.1611
Errors'+' should be on a new line.1613
Errors'+' should be on a new line.1614
Errors'+' should be on a new line.1615
ErrorsLine has trailing spaces.1618
Errors'+' should be on a new line.1620
Errors'+' should be on a new line.1621
Errors'+' should be on a new line.1622
ErrorsLine has trailing spaces.1625
Errors'+' should be on a new line.1627
Errors'+' should be on a new line.1628
Errors'+' should be on a new line.1629
ErrorsLine has trailing spaces.1632
Errors'+' should be on a new line.1634
Errors'+' should be on a new line.1635
Errors'+' should be on a new line.1636
ErrorsLine has trailing spaces.1639
Errors'+' should be on a new line.1641
Errors'+' should be on a new line.1642
Errors'+' should be on a new line.1643
ErrorsLine has trailing spaces.1646
Errors'+' should be on a new line.1648
Errors'+' should be on a new line.1649
Errors'+' should be on a new line.1650
ErrorsLine has trailing spaces.1653
Errors'+' should be on a new line.1655
Errors'+' should be on a new line.1656
Errors'+' should be on a new line.1657
ErrorsLine has trailing spaces.1660
Errors'+' should be on a new line.1662
Errors'+' should be on a new line.1663
Errors'+' should be on a new line.1664
ErrorsLine has trailing spaces.1667
Errors'+' should be on a new line.1669
Errors'+' should be on a new line.1670
Errors'+' should be on a new line.1671
ErrorsLine has trailing spaces.1674
Errors'+' should be on a new line.1676
Errors'+' should be on a new line.1677
Errors'+' should be on a new line.1678
ErrorsLine has trailing spaces.1681
Errors'+' should be on a new line.1683
Errors'+' should be on a new line.1684
Errors'+' should be on a new line.1685
ErrorsLine has trailing spaces.1688
Errors'+' should be on a new line.1690
Errors'+' should be on a new line.1691
Errors'+' should be on a new line.1692
ErrorsLine has trailing spaces.1695
Errors'+' should be on a new line.1697
Errors'+' should be on a new line.1698
Errors'+' should be on a new line.1699
ErrorsLine has trailing spaces.1702
Errors'+' should be on a new line.1704
Errors'+' should be on a new line.1705
Errors'+' should be on a new line.1706
ErrorsLine has trailing spaces.1709
Errors'+' should be on a new line.1711
Errors'+' should be on a new line.1712
Errors'+' should be on a new line.1713
ErrorsLine has trailing spaces.1716
Errors'+' should be on a new line.1718
Errors'+' should be on a new line.1719
Errors'+' should be on a new line.1720
ErrorsLine has trailing spaces.1723
Errors'+' should be on a new line.1725
Errors'+' should be on a new line.1726
Errors'+' should be on a new line.1727
ErrorsLine has trailing spaces.1730
Errors'+' should be on a new line.1732
Errors'+' should be on a new line.1733
Errors'+' should be on a new line.1734
ErrorsLine has trailing spaces.1737
Errors'+' should be on a new line.1739
Errors'+' should be on a new line.1740
Errors'+' should be on a new line.1741
ErrorsLine has trailing spaces.1744
Errors'+' should be on a new line.1746
Errors'+' should be on a new line.1747
Errors'+' should be on a new line.1748
ErrorsLine has trailing spaces.1751
Errors'+' should be on a new line.1753
Errors'+' should be on a new line.1754
Errors'+' should be on a new line.1755
ErrorsLine has trailing spaces.1758
Errors'+' should be on a new line.1760
Errors'+' should be on a new line.1761
Errors'+' should be on a new line.1762
ErrorsLine has trailing spaces.1765
Errors'+' should be on a new line.1767
Errors'+' should be on a new line.1768
Errors'+' should be on a new line.1769
ErrorsLine has trailing spaces.1772
ErrorsLine contains a tab character.1773
ErrorsLine has trailing spaces.1775
ErrorsLine has trailing spaces.1778

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/SetSkin.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
ErrorsComment matches to-do format 'TODO:'.35
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 has trailing spaces.39
ErrorsLine has trailing spaces.41
Errors'{' should be on the previous line.46
ErrorsLine has trailing spaces.47
ErrorsLine has trailing spaces.50
ErrorsLine is longer than 80 characters.51
ErrorsLine contains a tab character.51
ErrorsComment matches to-do format 'TODO:'.52
ErrorsLine is longer than 80 characters.52
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsParameter Skin should be final.58
Errors'Skin' hides a field.58
ErrorsName 'Skin' must match pattern '^[a-z][a-zA-Z0-9]*$'.58
ErrorsLine has trailing spaces.59
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine is longer than 80 characters.68
ErrorsLine contains a tab character.68
ErrorsComment matches to-do format 'TODO:'.69
ErrorsLine is longer than 80 characters.69
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine is longer than 80 characters.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.79
ErrorsName 'Skin' must match pattern '^[a-z][a-zA-Z0-9]*$'.83
ErrorsVariable 'Skin' must be private and have accessor methods.83
ErrorsLine contains a tab character.84
ErrorsLine has trailing spaces.86
ErrorsExpected an @return tag.89
ErrorsMethod 'getSkin' is not designed for extension - needs to be abstract, final or empty.89
ErrorsLine has trailing spaces.94
ErrorsLine has trailing spaces.96
ErrorsExpected an @return tag.99
ErrorsMethod 'setSkin' is not designed for extension - needs to be abstract, final or empty.99
ErrorsParameter Skin should be final.99
Errors'Skin' hides a field.99
ErrorsExpected @param tag for 'Skin'.99
ErrorsName 'Skin' must match pattern '^[a-z][a-zA-Z0-9]*$'.99
ErrorsLine has trailing spaces.103
ErrorsLine contains a tab character.108
ErrorsLine has trailing spaces.109
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.114
ErrorsLine has trailing spaces.115
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine has trailing spaces.120
ErrorsParameter original should be final.125
ErrorsExpected @param tag for 'original'.125
ErrorsLine has trailing spaces.126
Errors'=' is not preceded with whitespace.127
Errors'=' is not followed by whitespace.127
ErrorsLine has trailing spaces.128
ErrorsLine has trailing spaces.131
ErrorsLine has trailing spaces.133
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.134
ErrorsMissing a Javadoc comment.134
ErrorsLine has trailing spaces.136
ErrorsLine contains a tab character.137
ErrorsLine has trailing spaces.138
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.141
ErrorsMissing a Javadoc comment.141
Errors'+' should be on a new line.142
ErrorsLine has trailing spaces.143
Errors'+' should be on a new line.144
Errors'+' should be on a new line.145
Errors'+' should be on a new line.146
ErrorsLine has trailing spaces.150
ErrorsLine has trailing spaces.151
ErrorsLine contains a tab character.152
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.152
ErrorsMissing a Javadoc comment.152
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsLine has trailing spaces.155
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsLine is longer than 80 characters.157
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine has trailing spaces.159
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsLine has trailing spaces.162
ErrorsLine has trailing spaces.165

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/SetWalk.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
Errors'{' should be on the previous line.45
ErrorsLine has trailing spaces.46
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine has trailing spaces.53
ErrorsLine contains a tab character.54
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.55
ErrorsParameter Walk should be final.58
Errors'Walk' hides a field.58
ErrorsName 'Walk' must match pattern '^[a-z][a-zA-Z0-9]*$'.58
ErrorsLine has trailing spaces.59
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine is longer than 80 characters.71
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.75
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.78
ErrorsLine has trailing spaces.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsName 'Walk' must match pattern '^[a-z][a-zA-Z0-9]*$'.84
ErrorsVariable 'Walk' must be private and have accessor methods.84
ErrorsLine contains a tab character.85
ErrorsLine has trailing spaces.87
ErrorsLine has trailing spaces.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsExpected an @return tag.92
ErrorsMethod 'isWalk' is not designed for extension - needs to be abstract, final or empty.92
ErrorsLine has trailing spaces.97
ErrorsLine has trailing spaces.99
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsExpected an @return tag.104
ErrorsMethod 'setWalk' is not designed for extension - needs to be abstract, final or empty.104
ErrorsParameter Walk should be final.104
Errors'Walk' hides a field.104
ErrorsExpected @param tag for 'Walk'.104
ErrorsName 'Walk' must match pattern '^[a-z][a-zA-Z0-9]*$'.104
ErrorsLine has trailing spaces.108
ErrorsLine contains a tab character.113
ErrorsLine has trailing spaces.114
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.119
ErrorsLine has trailing spaces.120
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine has trailing spaces.125
ErrorsParameter original should be final.130
ErrorsExpected @param tag for 'original'.130
ErrorsLine has trailing spaces.131
Errors'=' is not preceded with whitespace.132
Errors'=' is not followed by whitespace.132
ErrorsLine has trailing spaces.133
ErrorsLine has trailing spaces.136
ErrorsLine has trailing spaces.138
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.139
ErrorsMissing a Javadoc comment.139
ErrorsLine has trailing spaces.141
ErrorsLine contains a tab character.142
ErrorsLine has trailing spaces.143
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.146
ErrorsMissing a Javadoc comment.146
Errors'+' should be on a new line.147
ErrorsLine has trailing spaces.148
Errors'+' should be on a new line.149
Errors'+' should be on a new line.150
Errors'+' should be on a new line.151
ErrorsLine has trailing spaces.155
ErrorsLine has trailing spaces.156
ErrorsLine contains a tab character.157
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.157
ErrorsMissing a Javadoc comment.157
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
ErrorsLine has trailing spaces.160
ErrorsLine contains a tab character.160
ErrorsLine is longer than 80 characters.161
ErrorsLine contains a tab character.161
ErrorsLine has trailing spaces.162
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsLine has trailing spaces.165
ErrorsLine has trailing spaces.168

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Shoot.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.39
ErrorsLine has trailing spaces.41
Errors'{' should be on the previous line.46
ErrorsLine has trailing spaces.47
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.56
ErrorsLine is longer than 80 characters.57
ErrorsLine contains a tab character.57
ErrorsLine is longer than 80 characters.58
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine is longer than 80 characters.63
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 has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsParameter Location should be final.69
Errors'Location' hides a field.69
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.69
ErrorsParameter Target should be final.69
Errors'Target' hides a field.69
ErrorsName 'Target' must match pattern '^[a-z][a-zA-Z0-9]*$'.69
ErrorsParameter Alt should be final.69
Errors'Alt' hides a field.69
ErrorsName 'Alt' must match pattern '^[a-z][a-zA-Z0-9]*$'.69
ErrorsLine has trailing spaces.70
ErrorsLine has trailing spaces.72
ErrorsLine has trailing spaces.74
ErrorsLine has trailing spaces.76
ErrorsLine has trailing spaces.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine has trailing spaces.82
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine is longer than 80 characters.87
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine has trailing spaces.91
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.94
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.98
ErrorsVariable 'Location' must be private and have accessor methods.98
ErrorsLine contains a tab character.99
ErrorsLine has trailing spaces.101
ErrorsExpected an @return tag.104
ErrorsMethod 'getLocation' is not designed for extension - needs to be abstract, final or empty.104
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.111
ErrorsExpected an @return tag.114
ErrorsMethod 'setLocation' is not designed for extension - needs to be abstract, final or empty.114
ErrorsParameter Location should be final.114
Errors'Location' hides a field.114
ErrorsExpected @param tag for 'Location'.114
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.114
ErrorsLine has trailing spaces.118
ErrorsLine has trailing spaces.120
ErrorsLine is longer than 80 characters.121
ErrorsLine contains a tab character.121
ErrorsLine is longer than 80 characters.122
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsName 'Target' must match pattern '^[a-z][a-zA-Z0-9]*$'.127
ErrorsVariable 'Target' must be private and have accessor methods.127
ErrorsLine contains a tab character.128
ErrorsLine has trailing spaces.130
ErrorsLine has trailing spaces.132
ErrorsLine is longer than 80 characters.133
ErrorsLine contains a tab character.133
ErrorsLine is longer than 80 characters.134
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsExpected an @return tag.138
ErrorsMethod 'getTarget' is not designed for extension - needs to be abstract, final or empty.138
ErrorsLine has trailing spaces.143
ErrorsLine has trailing spaces.145
ErrorsLine has trailing spaces.147
ErrorsLine is longer than 80 characters.148
ErrorsLine contains a tab character.148
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 contains a tab character.152
ErrorsExpected an @return tag.153
ErrorsMethod 'setTarget' is not designed for extension - needs to be abstract, final or empty.153
ErrorsParameter Target should be final.153
Errors'Target' hides a field.153
ErrorsExpected @param tag for 'Target'.153
ErrorsName 'Target' must match pattern '^[a-z][a-zA-Z0-9]*$'.153
ErrorsLine has trailing spaces.157
ErrorsLine has trailing spaces.159
ErrorsLine is longer than 80 characters.160
ErrorsLine contains a tab character.160
ErrorsLine is longer than 80 characters.161
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsName 'Alt' must match pattern '^[a-z][a-zA-Z0-9]*$'.165
ErrorsVariable 'Alt' must be private and have accessor methods.165
ErrorsLine contains a tab character.166
ErrorsLine has trailing spaces.168
ErrorsLine has trailing spaces.170
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 contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsExpected an @return tag.175
ErrorsMethod 'isAlt' is not designed for extension - needs to be abstract, final or empty.175
ErrorsLine has trailing spaces.180
ErrorsLine has trailing spaces.182
ErrorsLine has trailing spaces.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 contains a tab character.187
ErrorsLine contains a tab character.188
ErrorsExpected an @return tag.189
ErrorsMethod 'setAlt' is not designed for extension - needs to be abstract, final or empty.189
ErrorsParameter Alt should be final.189
Errors'Alt' hides a field.189
ErrorsExpected @param tag for 'Alt'.189
ErrorsName 'Alt' must match pattern '^[a-z][a-zA-Z0-9]*$'.189
ErrorsLine has trailing spaces.193
ErrorsLine contains a tab character.198
ErrorsLine has trailing spaces.199
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.204
ErrorsLine has trailing spaces.205
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.206
ErrorsLine has trailing spaces.210
ErrorsParameter original should be final.215
ErrorsExpected @param tag for 'original'.215
ErrorsLine has trailing spaces.216
Errors'=' is not preceded with whitespace.217
Errors'=' is not followed by whitespace.217
ErrorsLine has trailing spaces.218
Errors'=' is not preceded with whitespace.219
Errors'=' is not followed by whitespace.219
ErrorsLine has trailing spaces.220
Errors'=' is not preceded with whitespace.221
Errors'=' is not followed by whitespace.221
ErrorsLine has trailing spaces.222
ErrorsLine has trailing spaces.225
ErrorsLine has trailing spaces.227
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.228
ErrorsMissing a Javadoc comment.228
ErrorsLine has trailing spaces.230
ErrorsLine contains a tab character.231
ErrorsLine has trailing spaces.232
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.235
ErrorsMissing a Javadoc comment.235
Errors'+' should be on a new line.236
ErrorsLine has trailing spaces.237
Errors'+' should be on a new line.238
Errors'+' should be on a new line.239
Errors'+' should be on a new line.240
ErrorsLine has trailing spaces.241
Errors'+' should be on a new line.242
Errors'+' should be on a new line.243
Errors'+' should be on a new line.244
ErrorsLine has trailing spaces.245
Errors'+' should be on a new line.246
Errors'+' should be on a new line.247
Errors'+' should be on a new line.248
ErrorsLine has trailing spaces.252
ErrorsLine has trailing spaces.253
ErrorsLine contains a tab character.254
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.254
ErrorsMissing a Javadoc comment.254
ErrorsLine contains a tab character.255
ErrorsLine contains a tab character.256
ErrorsLine has trailing spaces.257
ErrorsLine contains a tab character.257
Errors'+' should be on a new line.259
Errors'+' should be on a new line.260
Errors'+' should be on a new line.261
ErrorsLine has trailing spaces.264
ErrorsLine contains a tab character.265
ErrorsLine is longer than 80 characters.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 is longer than 80 characters.269
ErrorsLine contains a tab character.269
ErrorsLine has trailing spaces.270
ErrorsLine contains a tab character.270
ErrorsLine contains a tab character.271
ErrorsLine has trailing spaces.273
ErrorsLine has trailing spaces.276

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/SpawnActor.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.43
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.53
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 has trailing spaces.59
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsParameter Location should be final.69
Errors'Location' hides a field.69
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.69
ErrorsParameter Rotation should be final.69
Errors'Rotation' hides a field.69
ErrorsName 'Rotation' must match pattern '^[a-z][a-zA-Z0-9]*$'.69
ErrorsParameter Type should be final.69
Errors'Type' hides a field.69
ErrorsName 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'.69
ErrorsLine has trailing spaces.70
ErrorsLine has trailing spaces.72
ErrorsLine has trailing spaces.74
ErrorsLine has trailing spaces.76
ErrorsLine has trailing spaces.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine has trailing spaces.82
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine is longer than 80 characters.89
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 has trailing spaces.93
ErrorsLine contains a tab character.93
ErrorsLine has trailing spaces.96
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.102
ErrorsVariable 'Location' must be private and have accessor methods.102
ErrorsLine contains a tab character.103
ErrorsLine has trailing spaces.105
ErrorsLine has trailing spaces.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsExpected an @return tag.110
ErrorsMethod 'getLocation' is not designed for extension - needs to be abstract, final or empty.110
ErrorsLine has trailing spaces.115
ErrorsLine has trailing spaces.117
ErrorsLine has trailing spaces.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsExpected an @return tag.122
ErrorsMethod 'setLocation' is not designed for extension - needs to be abstract, final or empty.122
ErrorsParameter Location should be final.122
Errors'Location' hides a field.122
ErrorsExpected @param tag for 'Location'.122
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.122
ErrorsLine has trailing spaces.126
ErrorsName 'Rotation' must match pattern '^[a-z][a-zA-Z0-9]*$'.130
ErrorsVariable 'Rotation' must be private and have accessor methods.130
ErrorsLine contains a tab character.131
ErrorsLine has trailing spaces.133
ErrorsExpected an @return tag.136
ErrorsMethod 'getRotation' is not designed for extension - needs to be abstract, final or empty.136
ErrorsLine has trailing spaces.141
ErrorsLine has trailing spaces.143
ErrorsExpected an @return tag.146
ErrorsMethod 'setRotation' is not designed for extension - needs to be abstract, final or empty.146
ErrorsParameter Rotation should be final.146
Errors'Rotation' hides a field.146
ErrorsExpected @param tag for 'Rotation'.146
ErrorsName 'Rotation' must match pattern '^[a-z][a-zA-Z0-9]*$'.146
ErrorsLine has trailing spaces.150
ErrorsLine has trailing spaces.152
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
ErrorsName 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'.157
ErrorsVariable 'Type' must be private and have accessor methods.157
ErrorsLine contains a tab character.158
ErrorsLine has trailing spaces.160
ErrorsLine has trailing spaces.162
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsExpected an @return tag.166
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.166
ErrorsLine has trailing spaces.171
ErrorsLine has trailing spaces.173
ErrorsLine has trailing spaces.175
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
ErrorsLine contains a tab character.178
ErrorsExpected an @return tag.179
ErrorsMethod 'setType' is not designed for extension - needs to be abstract, final or empty.179
ErrorsParameter Type should be final.179
Errors'Type' hides a field.179
ErrorsExpected @param tag for 'Type'.179
ErrorsName 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'.179
ErrorsLine has trailing spaces.183
ErrorsLine contains a tab character.188
ErrorsLine has trailing spaces.189
ErrorsLine contains a tab character.189
ErrorsLine contains a tab character.192
ErrorsLine contains a tab character.194
ErrorsLine has trailing spaces.195
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.196
ErrorsLine has trailing spaces.200
ErrorsParameter original should be final.205
ErrorsExpected @param tag for 'original'.205
ErrorsLine has trailing spaces.206
Errors'=' is not preceded with whitespace.207
Errors'=' is not followed by whitespace.207
ErrorsLine has trailing spaces.208
Errors'=' is not preceded with whitespace.209
Errors'=' is not followed by whitespace.209
ErrorsLine has trailing spaces.210
Errors'=' is not preceded with whitespace.211
Errors'=' is not followed by whitespace.211
ErrorsLine has trailing spaces.212
ErrorsLine has trailing spaces.215
ErrorsLine has trailing spaces.217
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.218
ErrorsMissing a Javadoc comment.218
ErrorsLine has trailing spaces.220
ErrorsLine contains a tab character.221
ErrorsLine has trailing spaces.222
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.225
ErrorsMissing a Javadoc comment.225
Errors'+' should be on a new line.226
ErrorsLine has trailing spaces.227
Errors'+' should be on a new line.228
Errors'+' should be on a new line.229
Errors'+' should be on a new line.230
ErrorsLine has trailing spaces.231
Errors'+' should be on a new line.232
Errors'+' should be on a new line.233
Errors'+' should be on a new line.234
ErrorsLine has trailing spaces.235
Errors'+' should be on a new line.236
Errors'+' should be on a new line.237
Errors'+' should be on a new line.238
ErrorsLine has trailing spaces.242
ErrorsLine has trailing spaces.243
ErrorsLine contains a tab character.244
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.244
ErrorsMissing a Javadoc comment.244
ErrorsLine contains a tab character.245
ErrorsLine contains a tab character.246
ErrorsLine has trailing spaces.247
ErrorsLine contains a tab character.247
Errors'+' should be on a new line.249
Errors'+' should be on a new line.250
Errors'+' should be on a new line.251
ErrorsLine has trailing spaces.254
Errors'+' should be on a new line.256
Errors'+' should be on a new line.257
Errors'+' should be on a new line.258
ErrorsLine has trailing spaces.261
ErrorsLine contains a tab character.262
ErrorsLine is longer than 80 characters.263
ErrorsLine contains a tab character.263
ErrorsLine contains a tab character.264
ErrorsLine has trailing spaces.265
ErrorsLine contains a tab character.265
ErrorsLine contains a tab character.266
ErrorsLine has trailing spaces.268
ErrorsLine has trailing spaces.271

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/StartPlayers.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.39
ErrorsLine contains a tab character.39
ErrorsLine has trailing spaces.42
ErrorsLine has trailing spaces.44
Errors'{' should be on the previous line.49
ErrorsLine has trailing spaces.50
ErrorsLine has trailing spaces.53
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.58
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.63
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsParameter Humans should be final.70
Errors'Humans' hides a field.70
ErrorsName 'Humans' must match pattern '^[a-z][a-zA-Z0-9]*$'.70
ErrorsParameter GBBots should be final.70
Errors'GBBots' hides a field.70
ErrorsName 'GBBots' must match pattern '^[a-z][a-zA-Z0-9]*$'.70
ErrorsParameter UnrealBots should be final.70
Errors'UnrealBots' hides a field.70
ErrorsName 'UnrealBots' must match pattern '^[a-z][a-zA-Z0-9]*$'.70
ErrorsLine has trailing spaces.71
ErrorsLine has trailing spaces.73
ErrorsLine has trailing spaces.75
ErrorsLine has trailing spaces.77
ErrorsLine has trailing spaces.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.83
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine is longer than 80 characters.91
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.95
ErrorsLine has trailing spaces.98
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsName 'Humans' must match pattern '^[a-z][a-zA-Z0-9]*$'.104
ErrorsVariable 'Humans' must be private and have accessor methods.104
ErrorsLine contains a tab character.105
ErrorsLine has trailing spaces.107
ErrorsLine has trailing spaces.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsExpected an @return tag.112
ErrorsMethod 'isHumans' is not designed for extension - needs to be abstract, final or empty.112
ErrorsLine has trailing spaces.117
ErrorsLine has trailing spaces.119
ErrorsLine has trailing spaces.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsExpected an @return tag.124
ErrorsMethod 'setHumans' is not designed for extension - needs to be abstract, final or empty.124
ErrorsParameter Humans should be final.124
Errors'Humans' hides a field.124
ErrorsExpected @param tag for 'Humans'.124
ErrorsName 'Humans' must match pattern '^[a-z][a-zA-Z0-9]*$'.124
ErrorsLine has trailing spaces.128
ErrorsLine has trailing spaces.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsName 'GBBots' must match pattern '^[a-z][a-zA-Z0-9]*$'.134
ErrorsVariable 'GBBots' must be private and have accessor methods.134
ErrorsLine contains a tab character.135
ErrorsLine has trailing spaces.137
ErrorsLine has trailing spaces.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsExpected an @return tag.142
ErrorsMethod 'isGBBots' is not designed for extension - needs to be abstract, final or empty.142
ErrorsLine has trailing spaces.147
ErrorsLine has trailing spaces.149
ErrorsLine has trailing spaces.151
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsExpected an @return tag.154
ErrorsMethod 'setGBBots' is not designed for extension - needs to be abstract, final or empty.154
ErrorsParameter GBBots should be final.154
Errors'GBBots' hides a field.154
ErrorsExpected @param tag for 'GBBots'.154
ErrorsName 'GBBots' must match pattern '^[a-z][a-zA-Z0-9]*$'.154
ErrorsLine has trailing spaces.158
ErrorsName 'UnrealBots' must match pattern '^[a-z][a-zA-Z0-9]*$'.162
ErrorsVariable 'UnrealBots' must be private and have accessor methods.162
ErrorsLine contains a tab character.163
ErrorsLine has trailing spaces.165
ErrorsExpected an @return tag.168
ErrorsMethod 'isUnrealBots' is not designed for extension - needs to be abstract, final or empty.168
ErrorsLine has trailing spaces.173
ErrorsLine has trailing spaces.175
ErrorsExpected an @return tag.178
ErrorsMethod 'setUnrealBots' is not designed for extension - needs to be abstract, final or empty.178
ErrorsParameter UnrealBots should be final.178
Errors'UnrealBots' hides a field.178
ErrorsExpected @param tag for 'UnrealBots'.178
ErrorsName 'UnrealBots' must match pattern '^[a-z][a-zA-Z0-9]*$'.178
ErrorsLine has trailing spaces.182
ErrorsLine contains a tab character.187
ErrorsLine has trailing spaces.188
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.193
ErrorsLine has trailing spaces.194
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.195
ErrorsLine has trailing spaces.199
ErrorsParameter original should be final.204
ErrorsExpected @param tag for 'original'.204
ErrorsLine has trailing spaces.205
Errors'=' is not preceded with whitespace.206
Errors'=' is not followed by whitespace.206
ErrorsLine has trailing spaces.207
Errors'=' is not preceded with whitespace.208
Errors'=' is not followed by whitespace.208
ErrorsLine has trailing spaces.209
Errors'=' is not preceded with whitespace.210
Errors'=' is not followed by whitespace.210
ErrorsLine has trailing spaces.211
ErrorsLine has trailing spaces.214
ErrorsLine has trailing spaces.216
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.217
ErrorsMissing a Javadoc comment.217
ErrorsLine has trailing spaces.219
ErrorsLine contains a tab character.220
ErrorsLine has trailing spaces.221
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.224
ErrorsMissing a Javadoc comment.224
Errors'+' should be on a new line.225
ErrorsLine has trailing spaces.226
Errors'+' should be on a new line.227
Errors'+' should be on a new line.228
Errors'+' should be on a new line.229
ErrorsLine has trailing spaces.230
Errors'+' should be on a new line.231
Errors'+' should be on a new line.232
Errors'+' should be on a new line.233
ErrorsLine has trailing spaces.234
Errors'+' should be on a new line.235
Errors'+' should be on a new line.236
Errors'+' should be on a new line.237
ErrorsLine has trailing spaces.241
ErrorsLine has trailing spaces.242
ErrorsLine contains a tab character.243
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.243
ErrorsMissing a Javadoc comment.243
ErrorsLine contains a tab character.244
ErrorsLine contains a tab character.245
ErrorsLine has trailing spaces.246
ErrorsLine contains a tab character.246
ErrorsLine is longer than 80 characters.247
ErrorsLine contains a tab character.247
ErrorsLine has trailing spaces.248
ErrorsLine contains a tab character.248
ErrorsLine is longer than 80 characters.249
ErrorsLine contains a tab character.249
ErrorsLine has trailing spaces.250
ErrorsLine contains a tab character.250
ErrorsLine is longer than 80 characters.251
ErrorsLine contains a tab character.251
ErrorsLine has trailing spaces.252
ErrorsLine contains a tab character.252
ErrorsLine contains a tab character.253
ErrorsLine has trailing spaces.255
ErrorsLine has trailing spaces.258

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Stop.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.36
ErrorsLine has trailing spaces.38
Errors'{' should be on the previous line.43
ErrorsLine has trailing spaces.44
ErrorsLine is longer than 80 characters.47
ErrorsLine has trailing spaces.52
ErrorsLine has trailing spaces.55
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.75
ErrorsParameter original should be final.80
ErrorsExpected @param tag for 'original'.80
ErrorsLine has trailing spaces.81
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.86
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.87
ErrorsMissing a Javadoc comment.87
ErrorsLine has trailing spaces.89
ErrorsLine contains a tab character.90
ErrorsLine has trailing spaces.91
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.94
ErrorsMissing a Javadoc comment.94
Errors'+' should be on a new line.95
ErrorsLine has trailing spaces.99
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.101
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.101
ErrorsMissing a Javadoc comment.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsLine has trailing spaces.104
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine has trailing spaces.107
ErrorsLine has trailing spaces.110

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/StopRecord.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
Errors'{' should be on the previous line.45
ErrorsLine has trailing spaces.46
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine has trailing spaces.56
ErrorsLine has trailing spaces.59
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.74
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.79
ErrorsParameter original should be final.84
ErrorsExpected @param tag for 'original'.84
ErrorsLine has trailing spaces.85
ErrorsLine has trailing spaces.88
ErrorsLine has trailing spaces.90
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.91
ErrorsMissing a Javadoc comment.91
ErrorsLine has trailing spaces.93
ErrorsLine contains a tab character.94
ErrorsLine has trailing spaces.95
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.98
ErrorsMissing a Javadoc comment.98
Errors'+' should be on a new line.99
ErrorsLine has trailing spaces.103
ErrorsLine has trailing spaces.104
ErrorsLine contains a tab character.105
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.105
ErrorsMissing a Javadoc comment.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine has trailing spaces.108
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine has trailing spaces.111
ErrorsLine has trailing spaces.114

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/StopShooting.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.36
ErrorsLine has trailing spaces.38
Errors'{' should be on the previous line.43
ErrorsLine has trailing spaces.44
ErrorsLine is longer than 80 characters.47
ErrorsLine has trailing spaces.52
ErrorsLine has trailing spaces.55
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.75
ErrorsParameter original should be final.80
ErrorsExpected @param tag for 'original'.80
ErrorsLine has trailing spaces.81
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.86
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.87
ErrorsMissing a Javadoc comment.87
ErrorsLine has trailing spaces.89
ErrorsLine contains a tab character.90
ErrorsLine has trailing spaces.91
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.94
ErrorsMissing a Javadoc comment.94
Errors'+' should be on a new line.95
ErrorsLine has trailing spaces.99
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.101
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.101
ErrorsMissing a Javadoc comment.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsLine has trailing spaces.104
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine has trailing spaces.107
ErrorsLine has trailing spaces.110

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Throw.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.40
ErrorsLine has trailing spaces.42
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.60
ErrorsLine has trailing spaces.63
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.78
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine has trailing spaces.83
ErrorsParameter original should be final.88
ErrorsExpected @param tag for 'original'.88
ErrorsLine has trailing spaces.89
ErrorsLine has trailing spaces.92
ErrorsLine has trailing spaces.94
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.95
ErrorsMissing a Javadoc comment.95
ErrorsLine has trailing spaces.97
ErrorsLine contains a tab character.98
ErrorsLine has trailing spaces.99
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.102
ErrorsMissing a Javadoc comment.102
Errors'+' should be on a new line.103
ErrorsLine has trailing spaces.107
ErrorsLine has trailing spaces.108
ErrorsLine contains a tab character.109
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.109
ErrorsMissing a Javadoc comment.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine has trailing spaces.112
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine has trailing spaces.115
ErrorsLine has trailing spaces.118

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/Trace.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.43
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.53
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 has trailing spaces.59
ErrorsLine is longer than 80 characters.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.69
ErrorsLine is longer than 80 characters.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsParameter Id should be final.75
Errors'Id' hides a field.75
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.75
ErrorsParameter From should be final.75
Errors'From' hides a field.75
ErrorsName 'From' must match pattern '^[a-z][a-zA-Z0-9]*$'.75
ErrorsParameter To should be final.75
Errors'To' hides a field.75
ErrorsName 'To' must match pattern '^[a-z][a-zA-Z0-9]*$'.75
ErrorsParameter TraceActors should be final.75
Errors'TraceActors' hides a field.75
ErrorsName 'TraceActors' must match pattern '^[a-z][a-zA-Z0-9]*$'.75
ErrorsLine has trailing spaces.76
ErrorsLine has trailing spaces.78
ErrorsLine has trailing spaces.80
ErrorsLine has trailing spaces.82
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine has trailing spaces.90
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine is longer than 80 characters.97
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsLine has trailing spaces.104
ErrorsLine has trailing spaces.106
ErrorsLine is longer than 80 characters.107
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.111
ErrorsVariable 'Id' must be private and have accessor methods.111
ErrorsLine contains a tab character.112
ErrorsLine has trailing spaces.114
ErrorsLine has trailing spaces.116
ErrorsLine is longer than 80 characters.117
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsExpected an @return tag.120
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.120
ErrorsLine has trailing spaces.125
ErrorsLine has trailing spaces.127
ErrorsLine has trailing spaces.129
ErrorsLine is longer than 80 characters.130
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsExpected an @return tag.133
ErrorsMethod 'setId' is not designed for extension - needs to be abstract, final or empty.133
ErrorsParameter Id should be final.133
Errors'Id' hides a field.133
ErrorsExpected @param tag for 'Id'.133
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.133
ErrorsLine has trailing spaces.137
ErrorsLine has trailing spaces.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsName 'From' must match pattern '^[a-z][a-zA-Z0-9]*$'.144
ErrorsVariable 'From' must be private and have accessor methods.144
ErrorsLine contains a tab character.145
ErrorsLine has trailing spaces.147
ErrorsLine has trailing spaces.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsExpected an @return tag.153
ErrorsMethod 'getFrom' is not designed for extension - needs to be abstract, final or empty.153
ErrorsLine has trailing spaces.158
ErrorsLine has trailing spaces.160
ErrorsLine has trailing spaces.162
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsExpected an @return tag.166
ErrorsMethod 'setFrom' is not designed for extension - needs to be abstract, final or empty.166
ErrorsParameter From should be final.166
Errors'From' hides a field.166
ErrorsExpected @param tag for 'From'.166
ErrorsName 'From' must match pattern '^[a-z][a-zA-Z0-9]*$'.166
ErrorsLine has trailing spaces.170
ErrorsName 'To' must match pattern '^[a-z][a-zA-Z0-9]*$'.174
ErrorsVariable 'To' must be private and have accessor methods.174
ErrorsLine contains a tab character.175
ErrorsLine has trailing spaces.177
ErrorsExpected an @return tag.180
ErrorsMethod 'getTo' is not designed for extension - needs to be abstract, final or empty.180
ErrorsLine has trailing spaces.185
ErrorsLine has trailing spaces.187
ErrorsExpected an @return tag.190
ErrorsMethod 'setTo' is not designed for extension - needs to be abstract, final or empty.190
ErrorsParameter To should be final.190
Errors'To' hides a field.190
ErrorsExpected @param tag for 'To'.190
ErrorsName 'To' must match pattern '^[a-z][a-zA-Z0-9]*$'.190
ErrorsLine has trailing spaces.194
ErrorsLine has trailing spaces.196
ErrorsLine contains a tab character.197
ErrorsLine is longer than 80 characters.198
ErrorsLine contains a tab character.198
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
ErrorsName 'TraceActors' must match pattern '^[a-z][a-zA-Z0-9]*$'.202
ErrorsVariable 'TraceActors' must be private and have accessor methods.202
ErrorsLine contains a tab character.203
ErrorsLine has trailing spaces.205
ErrorsLine has trailing spaces.207
ErrorsLine contains a tab character.208
ErrorsLine is longer than 80 characters.209
ErrorsLine contains a tab character.209
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.211
ErrorsExpected an @return tag.212
ErrorsMethod 'isTraceActors' is not designed for extension - needs to be abstract, final or empty.212
ErrorsLine has trailing spaces.217
ErrorsLine has trailing spaces.219
ErrorsLine has trailing spaces.221
ErrorsLine contains a tab character.222
ErrorsLine is longer than 80 characters.223
ErrorsLine contains a tab character.223
ErrorsLine contains a tab character.224
ErrorsLine contains a tab character.225
ErrorsExpected an @return tag.226
ErrorsMethod 'setTraceActors' is not designed for extension - needs to be abstract, final or empty.226
ErrorsParameter TraceActors should be final.226
Errors'TraceActors' hides a field.226
ErrorsExpected @param tag for 'TraceActors'.226
ErrorsName 'TraceActors' must match pattern '^[a-z][a-zA-Z0-9]*$'.226
ErrorsLine has trailing spaces.230
ErrorsLine contains a tab character.235
ErrorsLine has trailing spaces.236
ErrorsLine contains a tab character.236
ErrorsLine contains a tab character.239
ErrorsLine contains a tab character.241
ErrorsLine has trailing spaces.242
ErrorsLine contains a tab character.242
ErrorsLine contains a tab character.243
ErrorsLine has trailing spaces.247
ErrorsParameter original should be final.252
ErrorsExpected @param tag for 'original'.252
ErrorsLine has trailing spaces.253
Errors'=' is not preceded with whitespace.254
Errors'=' is not followed by whitespace.254
ErrorsLine has trailing spaces.255
Errors'=' is not preceded with whitespace.256
Errors'=' is not followed by whitespace.256
ErrorsLine has trailing spaces.257
Errors'=' is not preceded with whitespace.258
Errors'=' is not followed by whitespace.258
ErrorsLine has trailing spaces.259
Errors'=' is not preceded with whitespace.260
Errors'=' is not followed by whitespace.260
ErrorsLine has trailing spaces.261
ErrorsLine has trailing spaces.264
ErrorsLine has trailing spaces.266
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.267
ErrorsMissing a Javadoc comment.267
ErrorsLine has trailing spaces.269
ErrorsLine contains a tab character.270
ErrorsLine has trailing spaces.271
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.274
ErrorsMissing a Javadoc comment.274
Errors'+' should be on a new line.275
ErrorsLine has trailing spaces.276
Errors'+' should be on a new line.277
Errors'+' should be on a new line.278
Errors'+' should be on a new line.279
ErrorsLine has trailing spaces.280
Errors'+' should be on a new line.281
Errors'+' should be on a new line.282
Errors'+' should be on a new line.283
ErrorsLine has trailing spaces.284
Errors'+' should be on a new line.285
Errors'+' should be on a new line.286
Errors'+' should be on a new line.287
ErrorsLine has trailing spaces.288
Errors'+' should be on a new line.289
Errors'+' should be on a new line.290
Errors'+' should be on a new line.291
ErrorsLine has trailing spaces.295
ErrorsLine has trailing spaces.296
ErrorsLine contains a tab character.297
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.297
ErrorsMissing a Javadoc comment.297
ErrorsLine contains a tab character.298
ErrorsLine contains a tab character.299
ErrorsLine has trailing spaces.300
ErrorsLine contains a tab character.300
ErrorsLine contains a tab character.301
ErrorsLine is longer than 80 characters.302
ErrorsLine contains a tab character.302
ErrorsLine contains a tab character.303
ErrorsLine has trailing spaces.304
ErrorsLine contains a tab character.304
Errors'+' should be on a new line.306
Errors'+' should be on a new line.307
Errors'+' should be on a new line.308
ErrorsLine has trailing spaces.311
Errors'+' should be on a new line.313
Errors'+' should be on a new line.314
Errors'+' should be on a new line.315
ErrorsLine has trailing spaces.318
ErrorsLine is longer than 80 characters.319
ErrorsLine contains a tab character.319
ErrorsLine has trailing spaces.320
ErrorsLine contains a tab character.320
ErrorsLine contains a tab character.321
ErrorsLine has trailing spaces.323
ErrorsLine has trailing spaces.326

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/TurnTo.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
Errors'{' should be on the previous line.45
ErrorsLine has trailing spaces.46
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine has trailing spaces.53
ErrorsLine is longer than 80 characters.54
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.56
ErrorsLine has trailing spaces.57
ErrorsLine is longer than 80 characters.58
ErrorsLine contains a tab character.58
ErrorsLine is longer than 80 characters.59
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine is longer than 80 characters.61
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.63
ErrorsLine is longer than 80 characters.64
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsParameter Target should be final.69
Errors'Target' hides a field.69
ErrorsName 'Target' must match pattern '^[a-z][a-zA-Z0-9]*$'.69
ErrorsParameter Rotation should be final.69
Errors'Rotation' hides a field.69
ErrorsName 'Rotation' must match pattern '^[a-z][a-zA-Z0-9]*$'.69
ErrorsParameter Location should be final.69
Errors'Location' hides a field.69
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.69
ErrorsLine has trailing spaces.70
ErrorsLine has trailing spaces.72
ErrorsLine has trailing spaces.74
ErrorsLine has trailing spaces.76
ErrorsLine has trailing spaces.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine has trailing spaces.82
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine is longer than 80 characters.86
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine has trailing spaces.90
ErrorsLine contains a tab character.90
ErrorsLine has trailing spaces.93
ErrorsLine has trailing spaces.95
ErrorsLine is longer than 80 characters.96
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsName 'Target' must match pattern '^[a-z][a-zA-Z0-9]*$'.100
ErrorsVariable 'Target' must be private and have accessor methods.100
ErrorsLine contains a tab character.101
ErrorsLine has trailing spaces.103
ErrorsLine has trailing spaces.105
ErrorsLine is longer than 80 characters.106
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsExpected an @return tag.109
ErrorsMethod 'getTarget' is not designed for extension - needs to be abstract, final or empty.109
ErrorsLine has trailing spaces.114
ErrorsLine has trailing spaces.116
ErrorsLine has trailing spaces.118
ErrorsLine is longer than 80 characters.119
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsExpected an @return tag.122
ErrorsMethod 'setTarget' is not designed for extension - needs to be abstract, final or empty.122
ErrorsParameter Target should be final.122
Errors'Target' hides a field.122
ErrorsExpected @param tag for 'Target'.122
ErrorsName 'Target' must match pattern '^[a-z][a-zA-Z0-9]*$'.122
ErrorsLine has trailing spaces.126
ErrorsLine has trailing spaces.128
ErrorsLine is longer than 80 characters.129
ErrorsLine contains a tab character.129
ErrorsLine is longer than 80 characters.130
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine is longer than 80 characters.132
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
ErrorsName 'Rotation' must match pattern '^[a-z][a-zA-Z0-9]*$'.135
ErrorsVariable 'Rotation' must be private and have accessor methods.135
ErrorsLine contains a tab character.136
ErrorsLine has trailing spaces.138
ErrorsLine has trailing spaces.140
ErrorsLine is longer than 80 characters.141
ErrorsLine contains a tab character.141
ErrorsLine is longer than 80 characters.142
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.143
ErrorsLine is longer than 80 characters.144
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsExpected an @return tag.146
ErrorsMethod 'getRotation' is not designed for extension - needs to be abstract, final or empty.146
ErrorsLine has trailing spaces.151
ErrorsLine has trailing spaces.153
ErrorsLine has trailing spaces.155
ErrorsLine is longer than 80 characters.156
ErrorsLine contains a tab character.156
ErrorsLine is longer than 80 characters.157
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine is longer than 80 characters.159
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsExpected an @return tag.161
ErrorsMethod 'setRotation' is not designed for extension - needs to be abstract, final or empty.161
ErrorsParameter Rotation should be final.161
Errors'Rotation' hides a field.161
ErrorsExpected @param tag for 'Rotation'.161
ErrorsName 'Rotation' must match pattern '^[a-z][a-zA-Z0-9]*$'.161
ErrorsLine has trailing spaces.165
ErrorsLine has trailing spaces.167
ErrorsLine is longer than 80 characters.168
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.172
ErrorsVariable 'Location' must be private and have accessor methods.172
ErrorsLine contains a tab character.173
ErrorsLine has trailing spaces.175
ErrorsLine has trailing spaces.177
ErrorsLine is longer than 80 characters.178
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.180
ErrorsExpected an @return tag.181
ErrorsMethod 'getLocation' is not designed for extension - needs to be abstract, final or empty.181
ErrorsLine has trailing spaces.186
ErrorsLine has trailing spaces.188
ErrorsLine has trailing spaces.190
ErrorsLine is longer than 80 characters.191
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
ErrorsLine contains a tab character.193
ErrorsExpected an @return tag.194
ErrorsMethod 'setLocation' is not designed for extension - needs to be abstract, final or empty.194
ErrorsParameter Location should be final.194
Errors'Location' hides a field.194
ErrorsExpected @param tag for 'Location'.194
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.194
ErrorsLine has trailing spaces.198
ErrorsLine contains a tab character.203
ErrorsLine has trailing spaces.204
ErrorsLine contains a tab character.204
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.209
ErrorsLine has trailing spaces.210
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.211
ErrorsLine has trailing spaces.215
ErrorsParameter original should be final.220
ErrorsExpected @param tag for 'original'.220
ErrorsLine has trailing spaces.221
Errors'=' is not preceded with whitespace.222
Errors'=' is not followed by whitespace.222
ErrorsLine has trailing spaces.223
Errors'=' is not preceded with whitespace.224
Errors'=' is not followed by whitespace.224
ErrorsLine has trailing spaces.225
Errors'=' is not preceded with whitespace.226
Errors'=' is not followed by whitespace.226
ErrorsLine has trailing spaces.227
ErrorsLine has trailing spaces.230
ErrorsLine has trailing spaces.232
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.233
ErrorsMissing a Javadoc comment.233
ErrorsLine has trailing spaces.235
ErrorsLine contains a tab character.236
ErrorsLine has trailing spaces.237
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.240
ErrorsMissing a Javadoc comment.240
Errors'+' should be on a new line.241
ErrorsLine has trailing spaces.242
Errors'+' should be on a new line.243
Errors'+' should be on a new line.244
Errors'+' should be on a new line.245
ErrorsLine has trailing spaces.246
Errors'+' should be on a new line.247
Errors'+' should be on a new line.248
Errors'+' should be on a new line.249
ErrorsLine has trailing spaces.250
Errors'+' should be on a new line.251
Errors'+' should be on a new line.252
Errors'+' should be on a new line.253
ErrorsLine has trailing spaces.257
ErrorsLine has trailing spaces.258
ErrorsLine contains a tab character.259
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.259
ErrorsMissing a Javadoc comment.259
ErrorsLine contains a tab character.260
ErrorsLine contains a tab character.261
ErrorsLine has trailing spaces.262
ErrorsLine contains a tab character.262
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
Errors'+' should be on a new line.268
Errors'+' should be on a new line.269
Errors'+' should be on a new line.270
ErrorsLine has trailing spaces.273
Errors'+' should be on a new line.275
Errors'+' should be on a new line.276
Errors'+' should be on a new line.277
ErrorsLine has trailing spaces.280
ErrorsLine contains a tab character.281
ErrorsLine has trailing spaces.283
ErrorsLine has trailing spaces.286

cz/cuni/amis/pogamut/udk/communication/messages/gbcommands/UseTrigger.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.33
ErrorsLine has trailing spaces.36
ErrorsLine has trailing spaces.38
Errors'{' should be on the previous line.43
ErrorsLine has trailing spaces.44
ErrorsLine is longer than 80 characters.47
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.50
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.51
ErrorsLine has trailing spaces.52
ErrorsLine is longer than 80 characters.53
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.54
ErrorsLine contains a tab character.54
ErrorsLine has trailing spaces.55
ErrorsLine is longer than 80 characters.56
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.58
ErrorsLine is longer than 80 characters.61
ErrorsParameter Target should be final.61
Errors'Target' hides a field.61
ErrorsName 'Target' must match pattern '^[a-z][a-zA-Z0-9]*$'.61
ErrorsParameter UsableOnly should be final.61
Errors'UsableOnly' hides a field.61
ErrorsName 'UsableOnly' must match pattern '^[a-z][a-zA-Z0-9]*$'.61
ErrorsParameter IgnoreEventInteractionDistance should be final.61
Errors'IgnoreEventInteractionDistance' hides a field.61
ErrorsName 'IgnoreEventInteractionDistance' must match pattern '^[a-z][a-zA-Z0-9]*$'.61
ErrorsLine has trailing spaces.62
ErrorsLine has trailing spaces.64
ErrorsLine has trailing spaces.66
ErrorsLine is longer than 80 characters.67
ErrorsLine has trailing spaces.68
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine is longer than 80 characters.74
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine is longer than 80 characters.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine has trailing spaces.80
ErrorsLine contains a tab character.80
ErrorsLine has trailing spaces.83
ErrorsLine has trailing spaces.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsName 'Target' must match pattern '^[a-z][a-zA-Z0-9]*$'.89
ErrorsVariable 'Target' must be private and have accessor methods.89
ErrorsLine contains a tab character.90
ErrorsLine has trailing spaces.92
ErrorsLine has trailing spaces.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsExpected an @return tag.97
ErrorsMethod 'getTarget' is not designed for extension - needs to be abstract, final or empty.97
ErrorsLine has trailing spaces.102
ErrorsLine has trailing spaces.104
ErrorsLine has trailing spaces.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsExpected an @return tag.109
ErrorsMethod 'setTarget' is not designed for extension - needs to be abstract, final or empty.109
ErrorsParameter Target should be final.109
Errors'Target' hides a field.109
ErrorsExpected @param tag for 'Target'.109
ErrorsName 'Target' must match pattern '^[a-z][a-zA-Z0-9]*$'.109
ErrorsLine has trailing spaces.113
ErrorsLine has trailing spaces.115
ErrorsLine is longer than 80 characters.116
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsName 'UsableOnly' must match pattern '^[a-z][a-zA-Z0-9]*$'.119
ErrorsVariable 'UsableOnly' must be private and have accessor methods.119
ErrorsLine contains a tab character.120
ErrorsLine has trailing spaces.122
ErrorsLine has trailing spaces.124
ErrorsLine is longer than 80 characters.125
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsExpected an @return tag.127
ErrorsMethod 'isUsableOnly' is not designed for extension - needs to be abstract, final or empty.127
ErrorsLine has trailing spaces.132
ErrorsLine has trailing spaces.134
ErrorsLine has trailing spaces.136
ErrorsLine is longer than 80 characters.137
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsExpected an @return tag.139
ErrorsMethod 'setUsableOnly' is not designed for extension - needs to be abstract, final or empty.139
ErrorsParameter UsableOnly should be final.139
Errors'UsableOnly' hides a field.139
ErrorsExpected @param tag for 'UsableOnly'.139
ErrorsName 'UsableOnly' must match pattern '^[a-z][a-zA-Z0-9]*$'.139
ErrorsLine has trailing spaces.143
ErrorsLine has trailing spaces.145
ErrorsLine is longer than 80 characters.146
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsName 'IgnoreEventInteractionDistance' must match pattern '^[a-z][a-zA-Z0-9]*$'.150
ErrorsVariable 'IgnoreEventInteractionDistance' must be private and have accessor methods.150
ErrorsLine contains a tab character.151
ErrorsLine has trailing spaces.153
ErrorsLine has trailing spaces.155
ErrorsLine is longer than 80 characters.156
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsExpected an @return tag.159
ErrorsMethod 'isIgnoreEventInteractionDistance' is not designed for extension - needs to be abstract, final or empty.159
ErrorsLine has trailing spaces.164
ErrorsLine has trailing spaces.166
ErrorsLine has trailing spaces.168
ErrorsLine is longer than 80 characters.169
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
ErrorsExpected an @return tag.172
ErrorsLine is longer than 80 characters.172
ErrorsMethod 'setIgnoreEventInteractionDistance' is not designed for extension - needs to be abstract, final or empty.172
ErrorsParameter IgnoreEventInteractionDistance should be final.172
Errors'IgnoreEventInteractionDistance' hides a field.172
ErrorsExpected @param tag for 'IgnoreEventInteractionDistance'.172
ErrorsName 'IgnoreEventInteractionDistance' must match pattern '^[a-z][a-zA-Z0-9]*$'.172
ErrorsLine is longer than 80 characters.173
ErrorsLine has trailing spaces.176
ErrorsLine contains a tab character.181
ErrorsLine has trailing spaces.182
ErrorsLine contains a tab character.182
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.187
ErrorsLine has trailing spaces.188
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.189
ErrorsLine has trailing spaces.193
ErrorsParameter original should be final.198
ErrorsExpected @param tag for 'original'.198
ErrorsLine has trailing spaces.199
Errors'=' is not preceded with whitespace.200
Errors'=' is not followed by whitespace.200
ErrorsLine has trailing spaces.201
Errors'=' is not preceded with whitespace.202
Errors'=' is not followed by whitespace.202
ErrorsLine has trailing spaces.203
ErrorsLine is longer than 80 characters.204
Errors'=' is not preceded with whitespace.204
Errors'=' is not followed by whitespace.204
ErrorsLine has trailing spaces.205
ErrorsLine has trailing spaces.208
ErrorsLine has trailing spaces.210
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.211
ErrorsMissing a Javadoc comment.211
ErrorsLine has trailing spaces.213
ErrorsLine contains a tab character.214
ErrorsLine has trailing spaces.215
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.218
ErrorsMissing a Javadoc comment.218
Errors'+' should be on a new line.219
ErrorsLine has trailing spaces.220
Errors'+' should be on a new line.221
Errors'+' should be on a new line.222
Errors'+' should be on a new line.223
ErrorsLine has trailing spaces.224
Errors'+' should be on a new line.225
Errors'+' should be on a new line.226
Errors'+' should be on a new line.227
ErrorsLine has trailing spaces.228
Errors'+' should be on a new line.229
Errors'+' should be on a new line.230
Errors'+' should be on a new line.231
ErrorsLine has trailing spaces.235
ErrorsLine has trailing spaces.236
ErrorsLine contains a tab character.237
ErrorsMethod 'toMessage' is not designed for extension - needs to be abstract, final or empty.237
ErrorsMissing a Javadoc comment.237
ErrorsLine contains a tab character.238
ErrorsLine contains a tab character.239
ErrorsLine has trailing spaces.240
ErrorsLine contains a tab character.240
ErrorsLine contains a tab character.241
ErrorsLine is longer than 80 characters.242
ErrorsLine contains a tab character.242
ErrorsLine contains a tab character.243
ErrorsLine has trailing spaces.244
ErrorsLine contains a tab character.244
ErrorsLine is longer than 80 characters.245
ErrorsLine contains a tab character.245
ErrorsLine has trailing spaces.246
ErrorsLine contains a tab character.246
ErrorsLine is longer than 80 characters.247
ErrorsLine contains a tab character.247
ErrorsLine has trailing spaces.248
ErrorsLine contains a tab character.248
ErrorsLine contains a tab character.249
ErrorsLine has trailing spaces.251
ErrorsLine has trailing spaces.254

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/AddInventoryMsg.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.38
ErrorsLine is longer than 80 characters.38
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine is longer than 80 characters.40
ErrorsLine contains a tab character.40
ErrorsLine has trailing spaces.41
ErrorsLine contains a tab character.41
ErrorsLine has trailing spaces.44
ErrorsLine has trailing spaces.46
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.51
Errors'{' should be on the previous line.53
ErrorsLine has trailing spaces.54
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine is longer than 80 characters.62
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 has trailing spaces.67
ErrorsLine is longer than 80 characters.68
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine is longer than 80 characters.72
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.74
ErrorsLine has trailing spaces.75
ErrorsLine is longer than 80 characters.75
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.77
ErrorsLine is longer than 80 characters.78
ErrorsLine contains a tab character.78
ErrorsLine has trailing spaces.79
ErrorsLine contains a tab character.79
ErrorsLine is longer than 80 characters.82
ErrorsParameter Id should be final.82
Errors'Id' hides a field.82
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.82
ErrorsParameter Type should be final.82
Errors'Type' hides a field.82
ErrorsName 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'.82
ErrorsParameter Descriptor should be final.82
Errors'Descriptor' hides a field.82
ErrorsName 'Descriptor' must match pattern '^[a-z][a-zA-Z0-9]*$'.82
ErrorsParameter PickupType should be final.82
Errors'PickupType' hides a field.82
ErrorsName 'PickupType' must match pattern '^[a-z][a-zA-Z0-9]*$'.82
ErrorsLine has trailing spaces.83
ErrorsLine has trailing spaces.85
ErrorsLine has trailing spaces.87
ErrorsLine has trailing spaces.89
ErrorsLine has trailing spaces.91
ErrorsLine has trailing spaces.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine is longer than 80 characters.97
ErrorsLine contains a tab character.97
ErrorsLine has trailing spaces.98
ErrorsLine has trailing spaces.101
ErrorsLine has trailing spaces.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
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.108
ErrorsVariable 'Id' must be private and have accessor methods.108
ErrorsLine contains a tab character.109
ErrorsLine has trailing spaces.111
ErrorsLine has trailing spaces.113
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
ErrorsExpected an @return tag.117
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.117
ErrorsLine has trailing spaces.122
ErrorsLine has trailing spaces.124
ErrorsLine has trailing spaces.126
ErrorsLine is longer than 80 characters.127
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsName 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'.130
ErrorsVariable 'Type' must be private and have accessor methods.130
ErrorsLine contains a tab character.131
ErrorsLine has trailing spaces.133
ErrorsLine has trailing spaces.135
ErrorsLine is longer than 80 characters.136
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsExpected an @return tag.138
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.138
ErrorsLine has trailing spaces.143
ErrorsLine has trailing spaces.145
ErrorsLine has trailing spaces.147
ErrorsLine has trailing spaces.148
ErrorsLine is longer than 80 characters.148
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsName 'Descriptor' must match pattern '^[a-z][a-zA-Z0-9]*$'.151
ErrorsVariable 'Descriptor' must be private and have accessor methods.151
ErrorsLine contains a tab character.152
ErrorsLine has trailing spaces.154
ErrorsLine has trailing spaces.156
ErrorsLine has trailing spaces.157
ErrorsLine is longer than 80 characters.157
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsExpected an @return tag.159
ErrorsMethod 'getDescriptor' is not designed for extension - needs to be abstract, final or empty.159
ErrorsLine has trailing spaces.164
ErrorsLine has trailing spaces.166
ErrorsLine has trailing spaces.168
ErrorsLine is longer than 80 characters.169
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsName 'PickupType' must match pattern '^[a-z][a-zA-Z0-9]*$'.172
ErrorsVariable 'PickupType' must be private and have accessor methods.172
ErrorsLine contains a tab character.173
ErrorsLine has trailing spaces.175
ErrorsLine has trailing spaces.177
ErrorsLine is longer than 80 characters.178
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
ErrorsExpected an @return tag.180
ErrorsMethod 'getPickupType' is not designed for extension - needs to be abstract, final or empty.180
ErrorsLine has trailing spaces.185
ErrorsLine has trailing spaces.187
ErrorsLine contains a tab character.192
ErrorsLine has trailing spaces.193
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.194
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.194
ErrorsMissing a Javadoc comment.194
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.197
ErrorsLine has trailing spaces.198
ErrorsLine contains a tab character.198
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.203
ErrorsLine has trailing spaces.204
ErrorsLine contains a tab character.204
ErrorsLine contains a tab character.205
ErrorsLine has trailing spaces.209
ErrorsParameter original should be final.214
ErrorsExpected @param tag for 'original'.214
ErrorsLine has trailing spaces.215
Errors'=' is not preceded with whitespace.216
Errors'=' is not followed by whitespace.216
ErrorsLine has trailing spaces.217
Errors'=' is not preceded with whitespace.218
Errors'=' is not followed by whitespace.218
ErrorsLine has trailing spaces.219
Errors'=' is not preceded with whitespace.220
Errors'=' is not followed by whitespace.220
ErrorsLine has trailing spaces.221
Errors'=' is not preceded with whitespace.222
Errors'=' is not followed by whitespace.222
ErrorsLine has trailing spaces.223
ErrorsLine has trailing spaces.226
ErrorsLine is longer than 80 characters.228
ErrorsLine contains a tab character.230
ErrorsLine contains a tab character.231
ErrorsLine has trailing spaces.232
ErrorsLine has trailing spaces.234
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.235
ErrorsMissing a Javadoc comment.235
ErrorsLine has trailing spaces.237
ErrorsLine contains a tab character.238
Errors'+' should be on a new line.238
ErrorsLine has trailing spaces.239
ErrorsLine contains a tab character.239
ErrorsLine contains a tab character.240
Errors'+' should be on a new line.240
ErrorsLine contains a tab character.241
Errors'+' should be on a new line.241
ErrorsLine has trailing spaces.242
ErrorsLine contains a tab character.242
ErrorsLine contains a tab character.243
Errors'+' should be on a new line.243
ErrorsLine contains a tab character.244
Errors'+' should be on a new line.244
ErrorsLine has trailing spaces.245
ErrorsLine contains a tab character.245
ErrorsLine contains a tab character.246
Errors'+' should be on a new line.246
ErrorsLine is longer than 80 characters.247
ErrorsLine contains a tab character.247
Errors'+' should be on a new line.247
ErrorsLine contains a tab character.248
ErrorsLine has trailing spaces.249
ErrorsLine contains a tab character.249
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.252
ErrorsMissing a Javadoc comment.252
Errors'+' should be on a new line.253
ErrorsLine has trailing spaces.254
Errors'+' should be on a new line.255
Errors'+' should be on a new line.256
Errors'+' should be on a new line.257
ErrorsLine has trailing spaces.258
Errors'+' should be on a new line.259
Errors'+' should be on a new line.260
Errors'+' should be on a new line.261
ErrorsLine has trailing spaces.262
Errors'+' should be on a new line.263
Errors'+' should be on a new line.264
Errors'+' should be on a new line.265
ErrorsLine has trailing spaces.266
Errors'+' should be on a new line.267
Errors'+' should be on a new line.268
Errors'+' should be on a new line.269
ErrorsLine has trailing spaces.273
ErrorsLine has trailing spaces.274
ErrorsLine has trailing spaces.277

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/AdrenalineGained.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.46
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsParameter Amount should be final.60
Errors'Amount' hides a field.60
ErrorsName 'Amount' must match pattern '^[a-z][a-zA-Z0-9]*$'.60
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.63
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine has trailing spaces.73
ErrorsName 'Amount' must match pattern '^[a-z][a-zA-Z0-9]*$'.77
ErrorsVariable 'Amount' must be private and have accessor methods.77
ErrorsLine contains a tab character.78
ErrorsLine has trailing spaces.80
ErrorsExpected an @return tag.83
ErrorsMethod 'getAmount' is not designed for extension - needs to be abstract, final or empty.83
ErrorsLine has trailing spaces.88
ErrorsLine has trailing spaces.90
ErrorsLine contains a tab character.95
ErrorsLine has trailing spaces.96
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.97
ErrorsMissing a Javadoc comment.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.106
ErrorsLine has trailing spaces.107
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine has trailing spaces.112
ErrorsParameter original should be final.117
ErrorsExpected @param tag for 'original'.117
ErrorsLine has trailing spaces.118
Errors'=' is not preceded with whitespace.119
Errors'=' is not followed by whitespace.119
ErrorsLine has trailing spaces.120
ErrorsLine has trailing spaces.123
ErrorsLine is longer than 80 characters.125
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine has trailing spaces.129
ErrorsLine has trailing spaces.131
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.132
ErrorsMissing a Javadoc comment.132
ErrorsLine has trailing spaces.134
ErrorsLine contains a tab character.135
Errors'+' should be on a new line.135
ErrorsLine has trailing spaces.136
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
Errors'+' should be on a new line.137
ErrorsLine contains a tab character.138
Errors'+' should be on a new line.138
ErrorsLine contains a tab character.139
ErrorsLine has trailing spaces.140
ErrorsLine contains a tab character.140
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.143
ErrorsMissing a Javadoc comment.143
Errors'+' should be on a new line.144
ErrorsLine has trailing spaces.145
Errors'+' should be on a new line.146
Errors'+' should be on a new line.147
Errors'+' should be on a new line.148
ErrorsLine has trailing spaces.152
ErrorsLine has trailing spaces.153
ErrorsLine has trailing spaces.156

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/AliveMessage.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.43
ErrorsLine has trailing spaces.47
ErrorsLine contains a tab character.48
Errors'{' should be on the previous line.50
ErrorsLine has trailing spaces.51
ErrorsLine has trailing spaces.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.63
ErrorsLine contains a tab character.63
ErrorsParameter Time should be final.66
Errors'Time' hides a field.66
ErrorsName 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'.66
ErrorsLine has trailing spaces.67
ErrorsLine has trailing spaces.69
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine has trailing spaces.79
ErrorsLine has trailing spaces.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsName 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'.85
ErrorsVariable 'Time' must be private and have accessor methods.85
ErrorsLine contains a tab character.86
ErrorsLine has trailing spaces.88
ErrorsLine has trailing spaces.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsExpected an @return tag.93
ErrorsMethod 'getTime' is not designed for extension - needs to be abstract, final or empty.93
ErrorsLine has trailing spaces.98
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.105
ErrorsLine has trailing spaces.106
ErrorsLine contains a tab character.106
ErrorsLine is longer than 80 characters.107
ErrorsLine contains a tab character.107
ErrorsMissing a Javadoc comment.107
ErrorsName 'AliveMessageId' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.107
ErrorsLine contains a tab character.109
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.109
ErrorsMissing a Javadoc comment.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine has trailing spaces.112
ErrorsLine contains a tab character.112
ErrorsLine is longer than 80 characters.113
ErrorsLine contains a tab character.113
ErrorsMethod 'setTime' is not designed for extension - needs to be abstract, final or empty.113
ErrorsMissing a Javadoc comment.113
ErrorsParameter time should be final.113
ErrorsLine is longer than 80 characters.114
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine is longer than 80 characters.117
ErrorsLine contains a tab character.117
ErrorsMethod 'getLastSeenTime' is not designed for extension - needs to be abstract, final or empty.117
ErrorsMissing a Javadoc comment.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine has trailing spaces.120
ErrorsLine contains a tab character.120
ErrorsLine has trailing spaces.121
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsMethod 'getLocal' is not designed for extension - needs to be abstract, final or empty.122
ErrorsMissing a Javadoc comment.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine has trailing spaces.125
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsMethod 'getShared' is not designed for extension - needs to be abstract, final or empty.126
ErrorsMissing a Javadoc comment.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine has trailing spaces.129
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsMethod 'getStatic' is not designed for extension - needs to be abstract, final or empty.130
ErrorsMissing a Javadoc comment.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsLine has trailing spaces.133
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
Errors'cast' is not followed by whitespace.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.139
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.139
ErrorsMissing a Javadoc comment.139
ErrorsParameter obj should be final.139
Errors'if' construct must use '{}'s.140
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
Errors'cast' is not followed by whitespace.141
Errors'if' construct must use '{}'s.142
ErrorsLine is longer than 80 characters.142
ErrorsLine contains a tab character.142
Errors'else' construct must use '{}'s.143
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.146
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.146
ErrorsMissing a Javadoc comment.146
Errors'if' construct must use '{}'s.147
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsLine has trailing spaces.151
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.156
ErrorsLine has trailing spaces.157
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine has trailing spaces.162
ErrorsParameter original should be final.167
ErrorsExpected @param tag for 'original'.167
ErrorsLine has trailing spaces.168
Errors'=' is not preceded with whitespace.169
Errors'=' is not followed by whitespace.169
ErrorsLine has trailing spaces.170
ErrorsLine has trailing spaces.173
ErrorsLine is longer than 80 characters.175
ErrorsLine contains a tab character.177
ErrorsLine contains a tab character.178
ErrorsLine has trailing spaces.179
ErrorsLine contains a tab character.181
ErrorsLine is longer than 80 characters.182
ErrorsLine contains a tab character.182
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.186
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.186
ErrorsMissing a Javadoc comment.186
ErrorsParameter obj should be final.186
ErrorsLine contains a tab character.187
Errors'if' is not followed by whitespace.187
ErrorsLine contains a tab character.188
ErrorsLine is longer than 80 characters.189
ErrorsLine contains a tab character.189
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
ErrorsLine contains a tab character.193
Errors'cast' is not followed by whitespace.193
ErrorsLine contains a tab character.195
ErrorsLine has trailing spaces.197
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.198
ErrorsLine contains a tab character.199
Errors'=' is not preceded with whitespace.199
Errors'=' is not followed by whitespace.199
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.201
ErrorsLine has trailing spaces.202
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.204
ErrorsLine is longer than 80 characters.205
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.206
ErrorsLine is longer than 80 characters.207
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.209
ErrorsLine contains a tab character.211
ErrorsLine is longer than 80 characters.212
ErrorsLine contains a tab character.212
ErrorsLine is longer than 80 characters.213
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.214
ErrorsExpected an @return tag.215
ErrorsLine contains a tab character.215
ErrorsMethod 'getObject' is not designed for extension - needs to be abstract, final or empty.215
Errors'if' construct must use '{}'s.216
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.218
ErrorsLine has trailing spaces.219
ErrorsLine contains a tab character.219
ErrorsLine has trailing spaces.221
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.222
ErrorsMissing a Javadoc comment.222
ErrorsLine has trailing spaces.224
ErrorsLine contains a tab character.225
Errors'+' should be on a new line.225
ErrorsLine has trailing spaces.226
ErrorsLine contains a tab character.226
ErrorsLine contains a tab character.227
Errors'+' should be on a new line.227
ErrorsLine contains a tab character.228
Errors'+' should be on a new line.228
ErrorsLine contains a tab character.229
ErrorsLine has trailing spaces.230
ErrorsLine contains a tab character.230
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.233
ErrorsMissing a Javadoc comment.233
Errors'+' should be on a new line.234
ErrorsLine has trailing spaces.235
Errors'+' should be on a new line.236
Errors'+' should be on a new line.237
Errors'+' should be on a new line.238
ErrorsLine has trailing spaces.242
ErrorsLine has trailing spaces.243
ErrorsLine has trailing spaces.246

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/AutoTraceRay.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.43
ErrorsLine has trailing spaces.47
ErrorsLine contains a tab character.48
Errors'{' should be on the previous line.50
ErrorsLine has trailing spaces.51
ErrorsLine has trailing spaces.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.61
ErrorsLine is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine is longer than 80 characters.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine is longer than 80 characters.74
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.77
ErrorsLine is longer than 80 characters.78
ErrorsLine has trailing spaces.79
ErrorsLine contains a tab character.79
ErrorsLine has trailing spaces.80
ErrorsLine contains a tab character.81
ErrorsLine has trailing spaces.82
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine has trailing spaces.86
ErrorsLine contains a tab character.86
ErrorsLine has trailing spaces.87
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine has trailing spaces.90
ErrorsLine contains a tab character.90
ErrorsLine has trailing spaces.91
ErrorsLine contains a tab character.92
ErrorsLine is longer than 80 characters.93
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.95
ErrorsLine has trailing spaces.96
ErrorsLine is longer than 80 characters.97
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine has trailing spaces.99
ErrorsLine contains a tab character.99
ErrorsMore than 7 parameters.101
ErrorsLine is longer than 80 characters.102
ErrorsParameter Id should be final.102
Errors'Id' hides a field.102
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.102
ErrorsParameter From should be final.102
Errors'From' hides a field.102
ErrorsName 'From' must match pattern '^[a-z][a-zA-Z0-9]*$'.102
ErrorsParameter To should be final.102
Errors'To' hides a field.102
ErrorsName 'To' must match pattern '^[a-z][a-zA-Z0-9]*$'.102
ErrorsParameter FastTrace should be final.102
Errors'FastTrace' hides a field.102
ErrorsName 'FastTrace' must match pattern '^[a-z][a-zA-Z0-9]*$'.102
ErrorsParameter FloorCorrection should be final.102
Errors'FloorCorrection' hides a field.102
ErrorsName 'FloorCorrection' must match pattern '^[a-z][a-zA-Z0-9]*$'.102
ErrorsParameter Result should be final.102
Errors'Result' hides a field.102
ErrorsName 'Result' must match pattern '^[a-z][a-zA-Z0-9]*$'.102
ErrorsParameter HitNormal should be final.102
Errors'HitNormal' hides a field.102
ErrorsName 'HitNormal' must match pattern '^[a-z][a-zA-Z0-9]*$'.102
ErrorsParameter HitLocation should be final.102
Errors'HitLocation' hides a field.102
ErrorsName 'HitLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'.102
ErrorsParameter TraceActors should be final.102
Errors'TraceActors' hides a field.102
ErrorsName 'TraceActors' must match pattern '^[a-z][a-zA-Z0-9]*$'.102
ErrorsParameter HitId should be final.102
Errors'HitId' hides a field.102
ErrorsName 'HitId' must match pattern '^[a-z][a-zA-Z0-9]*$'.102
ErrorsLine has trailing spaces.103
ErrorsLine has trailing spaces.105
ErrorsLine has trailing spaces.107
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.111
ErrorsLine has trailing spaces.113
ErrorsLine has trailing spaces.115
ErrorsLine has trailing spaces.117
ErrorsLine has trailing spaces.119
ErrorsLine has trailing spaces.121
ErrorsLine has trailing spaces.123
ErrorsLine has trailing spaces.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine is longer than 80 characters.129
ErrorsLine contains a tab character.129
ErrorsLine has trailing spaces.130
ErrorsLine has trailing spaces.133
ErrorsLine has trailing spaces.135
ErrorsLine is longer than 80 characters.136
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.140
ErrorsVariable 'Id' must be private and have accessor methods.140
ErrorsLine contains a tab character.141
ErrorsLine has trailing spaces.143
ErrorsLine has trailing spaces.145
ErrorsLine is longer than 80 characters.146
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsExpected an @return tag.149
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.149
ErrorsLine has trailing spaces.154
ErrorsLine has trailing spaces.156
ErrorsLine has trailing spaces.158
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsName 'From' must match pattern '^[a-z][a-zA-Z0-9]*$'.162
ErrorsVariable 'From' must be private and have accessor methods.162
ErrorsLine contains a tab character.163
ErrorsLine has trailing spaces.165
ErrorsLine has trailing spaces.167
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsExpected an @return tag.170
ErrorsMethod 'getFrom' is not designed for extension - needs to be abstract, final or empty.170
ErrorsLine has trailing spaces.175
ErrorsLine has trailing spaces.177
ErrorsLine has trailing spaces.179
ErrorsLine contains a tab character.180
ErrorsLine contains a tab character.181
ErrorsName 'To' must match pattern '^[a-z][a-zA-Z0-9]*$'.183
ErrorsVariable 'To' must be private and have accessor methods.183
ErrorsLine contains a tab character.184
ErrorsLine has trailing spaces.186
ErrorsLine has trailing spaces.188
ErrorsLine contains a tab character.189
ErrorsLine contains a tab character.190
ErrorsExpected an @return tag.191
ErrorsMethod 'getTo' is not designed for extension - needs to be abstract, final or empty.191
ErrorsLine has trailing spaces.196
ErrorsLine has trailing spaces.198
ErrorsLine has trailing spaces.200
ErrorsLine is longer than 80 characters.201
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.202
ErrorsLine is longer than 80 characters.203
ErrorsLine contains a tab character.203
ErrorsLine contains a tab character.204
ErrorsLine contains a tab character.205
ErrorsName 'FastTrace' must match pattern '^[a-z][a-zA-Z0-9]*$'.207
ErrorsVariable 'FastTrace' must be private and have accessor methods.207
ErrorsLine contains a tab character.208
ErrorsLine has trailing spaces.210
ErrorsLine has trailing spaces.212
ErrorsLine is longer than 80 characters.213
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.214
ErrorsLine is longer than 80 characters.215
ErrorsLine contains a tab character.215
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.217
ErrorsExpected an @return tag.218
ErrorsMethod 'isFastTrace' is not designed for extension - needs to be abstract, final or empty.218
ErrorsLine has trailing spaces.223
ErrorsLine has trailing spaces.225
ErrorsLine has trailing spaces.227
ErrorsLine is longer than 80 characters.228
ErrorsLine contains a tab character.229
ErrorsName 'FloorCorrection' must match pattern '^[a-z][a-zA-Z0-9]*$'.231
ErrorsVariable 'FloorCorrection' must be private and have accessor methods.231
ErrorsLine contains a tab character.232
ErrorsLine has trailing spaces.234
ErrorsLine has trailing spaces.236
ErrorsLine is longer than 80 characters.237
ErrorsLine contains a tab character.238
ErrorsExpected an @return tag.239
ErrorsMethod 'isFloorCorrection' is not designed for extension - needs to be abstract, final or empty.239
ErrorsLine has trailing spaces.244
ErrorsLine has trailing spaces.246
ErrorsLine has trailing spaces.248
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.250
ErrorsName 'Result' must match pattern '^[a-z][a-zA-Z0-9]*$'.252
ErrorsVariable 'Result' must be private and have accessor methods.252
ErrorsLine contains a tab character.253
ErrorsLine has trailing spaces.255
ErrorsLine has trailing spaces.257
ErrorsLine contains a tab character.258
ErrorsLine contains a tab character.259
ErrorsExpected an @return tag.260
ErrorsMethod 'isResult' is not designed for extension - needs to be abstract, final or empty.260
ErrorsLine has trailing spaces.265
ErrorsLine has trailing spaces.267
ErrorsLine has trailing spaces.269
ErrorsLine contains a tab character.270
ErrorsLine contains a tab character.271
ErrorsLine contains a tab character.272
ErrorsName 'HitNormal' must match pattern '^[a-z][a-zA-Z0-9]*$'.274
ErrorsVariable 'HitNormal' must be private and have accessor methods.274
ErrorsLine contains a tab character.275
ErrorsLine has trailing spaces.277
ErrorsLine has trailing spaces.279
ErrorsLine contains a tab character.280
ErrorsLine contains a tab character.281
ErrorsLine contains a tab character.282
ErrorsExpected an @return tag.283
ErrorsMethod 'getHitNormal' is not designed for extension - needs to be abstract, final or empty.283
ErrorsLine has trailing spaces.288
ErrorsLine has trailing spaces.290
ErrorsLine has trailing spaces.292
ErrorsLine is longer than 80 characters.293
ErrorsLine contains a tab character.293
ErrorsLine contains a tab character.294
ErrorsLine contains a tab character.295
ErrorsName 'HitLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'.297
ErrorsVariable 'HitLocation' must be private and have accessor methods.297
ErrorsLine contains a tab character.298
ErrorsLine has trailing spaces.300
ErrorsLine has trailing spaces.302
ErrorsLine is longer than 80 characters.303
ErrorsLine contains a tab character.303
ErrorsLine contains a tab character.304
ErrorsLine contains a tab character.305
ErrorsExpected an @return tag.306
ErrorsMethod 'getHitLocation' is not designed for extension - needs to be abstract, final or empty.306
ErrorsLine has trailing spaces.311
ErrorsLine has trailing spaces.313
ErrorsFirst sentence should end with a period.314
ErrorsLine has trailing spaces.315
ErrorsLine contains a tab character.316
ErrorsLine is longer than 80 characters.317
ErrorsLine contains a tab character.317
ErrorsLine contains a tab character.318
ErrorsLine contains a tab character.319
ErrorsName 'TraceActors' must match pattern '^[a-z][a-zA-Z0-9]*$'.321
ErrorsVariable 'TraceActors' must be private and have accessor methods.321
ErrorsLine contains a tab character.322
ErrorsLine has trailing spaces.324
ErrorsFirst sentence should end with a period.325
ErrorsLine has trailing spaces.326
ErrorsLine contains a tab character.327
ErrorsLine is longer than 80 characters.328
ErrorsLine contains a tab character.328
ErrorsLine contains a tab character.329
ErrorsLine contains a tab character.330
ErrorsExpected an @return tag.331
ErrorsMethod 'isTraceActors' is not designed for extension - needs to be abstract, final or empty.331
ErrorsLine has trailing spaces.336
ErrorsLine has trailing spaces.338
ErrorsLine has trailing spaces.340
ErrorsLine is longer than 80 characters.341
ErrorsLine contains a tab character.341
ErrorsLine contains a tab character.342
ErrorsLine contains a tab character.343
ErrorsName 'HitId' must match pattern '^[a-z][a-zA-Z0-9]*$'.345
ErrorsVariable 'HitId' must be private and have accessor methods.345
ErrorsLine contains a tab character.346
ErrorsLine has trailing spaces.348
ErrorsLine has trailing spaces.350
ErrorsLine is longer than 80 characters.351
ErrorsLine contains a tab character.351
ErrorsLine contains a tab character.352
ErrorsLine contains a tab character.353
ErrorsExpected an @return tag.354
ErrorsMethod 'getHitId' is not designed for extension - needs to be abstract, final or empty.354
ErrorsLine has trailing spaces.359
ErrorsLine has trailing spaces.361
ErrorsLine contains a tab character.366
ErrorsLine has trailing spaces.367
ErrorsLine contains a tab character.367
ErrorsLine is longer than 80 characters.368
ErrorsLine contains a tab character.368
ErrorsMissing a Javadoc comment.368
ErrorsName 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'.368
ErrorsVariable 'Time' must be private and have accessor methods.368
ErrorsLine is longer than 80 characters.370
ErrorsLine contains a tab character.370
ErrorsMethod 'getTime' is not designed for extension - needs to be abstract, final or empty.370
ErrorsMissing a Javadoc comment.370
ErrorsLine contains a tab character.371
ErrorsLine contains a tab character.372
ErrorsLine is longer than 80 characters.374
ErrorsLine contains a tab character.374
ErrorsMethod 'setTime' is not designed for extension - needs to be abstract, final or empty.374
ErrorsMissing a Javadoc comment.374
ErrorsParameter time should be final.374
ErrorsLine is longer than 80 characters.375
ErrorsLine contains a tab character.375
ErrorsLine contains a tab character.376
ErrorsLine is longer than 80 characters.378
ErrorsLine contains a tab character.378
ErrorsMethod 'getLastSeenTime' is not designed for extension - needs to be abstract, final or empty.378
ErrorsMissing a Javadoc comment.378
ErrorsLine contains a tab character.379
ErrorsLine contains a tab character.380
ErrorsLine has trailing spaces.381
ErrorsLine contains a tab character.381
ErrorsLine has trailing spaces.382
ErrorsLine contains a tab character.382
ErrorsLine contains a tab character.383
ErrorsMethod 'getLocal' is not designed for extension - needs to be abstract, final or empty.383
ErrorsMissing a Javadoc comment.383
ErrorsLine contains a tab character.384
ErrorsLine contains a tab character.385
ErrorsLine has trailing spaces.386
ErrorsLine contains a tab character.386
ErrorsLine contains a tab character.387
ErrorsMethod 'getShared' is not designed for extension - needs to be abstract, final or empty.387
ErrorsMissing a Javadoc comment.387
ErrorsLine contains a tab character.388
ErrorsLine contains a tab character.389
ErrorsLine has trailing spaces.390
ErrorsLine contains a tab character.390
ErrorsLine contains a tab character.391
ErrorsMethod 'getStatic' is not designed for extension - needs to be abstract, final or empty.391
ErrorsMissing a Javadoc comment.391
ErrorsLine contains a tab character.392
ErrorsLine contains a tab character.393
ErrorsLine has trailing spaces.394
ErrorsLine contains a tab character.394
ErrorsLine contains a tab character.395
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.395
ErrorsLine contains a tab character.396
ErrorsLine contains a tab character.397
Errors'cast' is not followed by whitespace.397
ErrorsLine contains a tab character.398
ErrorsLine contains a tab character.400
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.400
ErrorsMissing a Javadoc comment.400
ErrorsParameter obj should be final.400
Errors'if' construct must use '{}'s.401
ErrorsLine contains a tab character.401
ErrorsLine contains a tab character.402
Errors'cast' is not followed by whitespace.402
Errors'if' construct must use '{}'s.403
ErrorsLine is longer than 80 characters.403
ErrorsLine contains a tab character.403
Errors'else' construct must use '{}'s.404
ErrorsLine contains a tab character.404
ErrorsLine contains a tab character.405
ErrorsLine contains a tab character.407
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.407
ErrorsMissing a Javadoc comment.407
Errors'if' construct must use '{}'s.408
ErrorsLine contains a tab character.408
ErrorsLine contains a tab character.409
ErrorsLine contains a tab character.410
ErrorsLine has trailing spaces.412
ErrorsLine contains a tab character.412
ErrorsLine contains a tab character.415
ErrorsLine contains a tab character.417
ErrorsLine has trailing spaces.418
ErrorsLine contains a tab character.418
ErrorsLine contains a tab character.419
ErrorsLine has trailing spaces.423
ErrorsParameter original should be final.428
ErrorsExpected @param tag for 'original'.428
ErrorsLine has trailing spaces.429
Errors'=' is not preceded with whitespace.430
Errors'=' is not followed by whitespace.430
ErrorsLine has trailing spaces.431
Errors'=' is not preceded with whitespace.432
Errors'=' is not followed by whitespace.432
ErrorsLine has trailing spaces.433
Errors'=' is not preceded with whitespace.434
Errors'=' is not followed by whitespace.434
ErrorsLine has trailing spaces.435
Errors'=' is not preceded with whitespace.436
Errors'=' is not followed by whitespace.436
ErrorsLine has trailing spaces.437
Errors'=' is not preceded with whitespace.438
Errors'=' is not followed by whitespace.438
ErrorsLine has trailing spaces.439
Errors'=' is not preceded with whitespace.440
Errors'=' is not followed by whitespace.440
ErrorsLine has trailing spaces.441
Errors'=' is not preceded with whitespace.442
Errors'=' is not followed by whitespace.442
ErrorsLine has trailing spaces.443
Errors'=' is not preceded with whitespace.444
Errors'=' is not followed by whitespace.444
ErrorsLine has trailing spaces.445
Errors'=' is not preceded with whitespace.446
Errors'=' is not followed by whitespace.446
ErrorsLine has trailing spaces.447
Errors'=' is not preceded with whitespace.448
Errors'=' is not followed by whitespace.448
ErrorsLine has trailing spaces.449
ErrorsLine has trailing spaces.452
ErrorsLine is longer than 80 characters.454
ErrorsLine contains a tab character.456
ErrorsLine contains a tab character.457
ErrorsLine has trailing spaces.458
ErrorsLine contains a tab character.460
ErrorsLine is longer than 80 characters.461
ErrorsLine contains a tab character.461
ErrorsLine contains a tab character.462
ErrorsLine contains a tab character.463
ErrorsLine contains a tab character.465
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.465
ErrorsMissing a Javadoc comment.465
ErrorsParameter obj should be final.465
ErrorsLine contains a tab character.466
Errors'if' is not followed by whitespace.466
ErrorsLine contains a tab character.467
ErrorsLine is longer than 80 characters.468
ErrorsLine contains a tab character.468
ErrorsLine contains a tab character.469
ErrorsLine contains a tab character.470
ErrorsLine contains a tab character.471
ErrorsLine contains a tab character.472
Errors'cast' is not followed by whitespace.472
ErrorsLine contains a tab character.474
ErrorsLine has trailing spaces.476
ErrorsLine contains a tab character.476
ErrorsLine contains a tab character.478
Errors'=' is not preceded with whitespace.478
Errors'=' is not followed by whitespace.478
ErrorsLine contains a tab character.479
ErrorsLine contains a tab character.480
ErrorsLine has trailing spaces.481
ErrorsLine contains a tab character.483
Errors'=' is not preceded with whitespace.483
Errors'=' is not followed by whitespace.483
ErrorsLine contains a tab character.484
ErrorsLine contains a tab character.485
ErrorsLine has trailing spaces.486
ErrorsLine is longer than 80 characters.487
ErrorsLine contains a tab character.487
ErrorsLine is longer than 80 characters.488
ErrorsLine contains a tab character.488
Errors'=' is not preceded with whitespace.488
Errors'=' is not followed by whitespace.488
ErrorsLine contains a tab character.489
ErrorsLine contains a tab character.490
ErrorsLine has trailing spaces.491
ErrorsLine contains a tab character.491
ErrorsLine is longer than 80 characters.492
ErrorsLine contains a tab character.492
ErrorsLine is longer than 80 characters.493
ErrorsLine contains a tab character.493
Errors'=' is not preceded with whitespace.493
Errors'=' is not followed by whitespace.493
ErrorsLine contains a tab character.494
ErrorsLine contains a tab character.495
ErrorsLine has trailing spaces.496
ErrorsLine contains a tab character.496
ErrorsLine is longer than 80 characters.497
ErrorsLine contains a tab character.497
ErrorsLine contains a tab character.498
Errors'=' is not preceded with whitespace.498
Errors'=' is not followed by whitespace.498
ErrorsLine contains a tab character.499
ErrorsLine contains a tab character.500
ErrorsLine has trailing spaces.501
ErrorsLine contains a tab character.501
ErrorsLine is longer than 80 characters.502
ErrorsLine contains a tab character.502
ErrorsLine is longer than 80 characters.503
ErrorsLine contains a tab character.503
Errors'=' is not preceded with whitespace.503
Errors'=' is not followed by whitespace.503
ErrorsLine contains a tab character.504
ErrorsLine contains a tab character.505
ErrorsLine has trailing spaces.506
ErrorsLine contains a tab character.506
ErrorsLine is longer than 80 characters.507
ErrorsLine is longer than 80 characters.508
ErrorsLine contains a tab character.508
Errors'=' is not preceded with whitespace.508
Errors'=' is not followed by whitespace.508
ErrorsLine contains a tab character.509
ErrorsLine contains a tab character.510
ErrorsLine has trailing spaces.511
ErrorsLine is longer than 80 characters.512
ErrorsLine contains a tab character.512
ErrorsLine is longer than 80 characters.513
ErrorsLine contains a tab character.513
Errors'=' is not preceded with whitespace.513
Errors'=' is not followed by whitespace.513
ErrorsLine contains a tab character.514
ErrorsLine contains a tab character.515
ErrorsLine has trailing spaces.516
ErrorsLine contains a tab character.516
ErrorsLine is longer than 80 characters.517
ErrorsLine contains a tab character.517
ErrorsLine contains a tab character.518
Errors'=' is not preceded with whitespace.518
Errors'=' is not followed by whitespace.518
ErrorsLine contains a tab character.519
ErrorsLine contains a tab character.520
ErrorsLine has trailing spaces.521
ErrorsLine contains a tab character.521
ErrorsLine contains a tab character.522
ErrorsLine has trailing spaces.523
ErrorsLine contains a tab character.523
ErrorsLine contains a tab character.525
ErrorsLine is longer than 80 characters.526
ErrorsLine contains a tab character.526
ErrorsLine contains a tab character.527
ErrorsLine is longer than 80 characters.528
ErrorsLine contains a tab character.528
ErrorsLine contains a tab character.529
ErrorsLine contains a tab character.530
ErrorsLine contains a tab character.532
ErrorsLine is longer than 80 characters.533
ErrorsLine contains a tab character.533
ErrorsLine is longer than 80 characters.534
ErrorsLine contains a tab character.534
ErrorsLine contains a tab character.535
ErrorsExpected an @return tag.536
ErrorsLine contains a tab character.536
ErrorsMethod 'getObject' is not designed for extension - needs to be abstract, final or empty.536
Errors'if' construct must use '{}'s.537
ErrorsLine contains a tab character.537
ErrorsLine contains a tab character.538
ErrorsLine contains a tab character.539
ErrorsLine has trailing spaces.540
ErrorsLine contains a tab character.540
ErrorsLine has trailing spaces.542
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.543
ErrorsMissing a Javadoc comment.543
ErrorsLine has trailing spaces.545
ErrorsLine contains a tab character.546
Errors'+' should be on a new line.546
ErrorsLine has trailing spaces.547
ErrorsLine contains a tab character.547
ErrorsLine contains a tab character.548
Errors'+' should be on a new line.548
ErrorsLine contains a tab character.549
Errors'+' should be on a new line.549
ErrorsLine has trailing spaces.550
ErrorsLine contains a tab character.550
ErrorsLine contains a tab character.551
Errors'+' should be on a new line.551
ErrorsLine contains a tab character.552
Errors'+' should be on a new line.552
ErrorsLine has trailing spaces.553
ErrorsLine contains a tab character.553
ErrorsLine contains a tab character.554
Errors'+' should be on a new line.554
ErrorsLine contains a tab character.555
Errors'+' should be on a new line.555
ErrorsLine has trailing spaces.556
ErrorsLine contains a tab character.556
ErrorsLine contains a tab character.557
Errors'+' should be on a new line.557
ErrorsLine is longer than 80 characters.558
ErrorsLine contains a tab character.558
Errors'+' should be on a new line.558
ErrorsLine has trailing spaces.559
ErrorsLine contains a tab character.559
ErrorsLine contains a tab character.560
Errors'+' should be on a new line.560
ErrorsLine is longer than 80 characters.561
ErrorsLine contains a tab character.561
Errors'+' should be on a new line.561
ErrorsLine has trailing spaces.562
ErrorsLine contains a tab character.562
ErrorsLine contains a tab character.563
Errors'+' should be on a new line.563
ErrorsLine contains a tab character.564
Errors'+' should be on a new line.564
ErrorsLine has trailing spaces.565
ErrorsLine contains a tab character.565
ErrorsLine contains a tab character.566
Errors'+' should be on a new line.566
ErrorsLine is longer than 80 characters.567
ErrorsLine contains a tab character.567
Errors'+' should be on a new line.567
ErrorsLine has trailing spaces.568
ErrorsLine contains a tab character.568
ErrorsLine contains a tab character.569
Errors'+' should be on a new line.569
ErrorsLine is longer than 80 characters.570
ErrorsLine contains a tab character.570
Errors'+' should be on a new line.570
ErrorsLine has trailing spaces.571
ErrorsLine contains a tab character.571
ErrorsLine contains a tab character.572
Errors'+' should be on a new line.572
ErrorsLine is longer than 80 characters.573
ErrorsLine contains a tab character.573
Errors'+' should be on a new line.573
ErrorsLine has trailing spaces.574
ErrorsLine contains a tab character.574
ErrorsLine contains a tab character.575
Errors'+' should be on a new line.575
ErrorsLine contains a tab character.576
Errors'+' should be on a new line.576
ErrorsLine contains a tab character.577
ErrorsLine has trailing spaces.578
ErrorsLine contains a tab character.578
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.581
ErrorsMissing a Javadoc comment.581
Errors'+' should be on a new line.582
ErrorsLine has trailing spaces.583
Errors'+' should be on a new line.584
Errors'+' should be on a new line.585
Errors'+' should be on a new line.586
ErrorsLine has trailing spaces.587
Errors'+' should be on a new line.588
Errors'+' should be on a new line.589
Errors'+' should be on a new line.590
ErrorsLine has trailing spaces.591
Errors'+' should be on a new line.592
Errors'+' should be on a new line.593
Errors'+' should be on a new line.594
ErrorsLine has trailing spaces.595
Errors'+' should be on a new line.596
Errors'+' should be on a new line.597
Errors'+' should be on a new line.598
ErrorsLine has trailing spaces.599
Errors'+' should be on a new line.600
Errors'+' should be on a new line.601
Errors'+' should be on a new line.602
ErrorsLine has trailing spaces.603
Errors'+' should be on a new line.604
Errors'+' should be on a new line.605
Errors'+' should be on a new line.606
ErrorsLine has trailing spaces.607
Errors'+' should be on a new line.608
Errors'+' should be on a new line.609
Errors'+' should be on a new line.610
ErrorsLine has trailing spaces.611
Errors'+' should be on a new line.612
Errors'+' should be on a new line.613
Errors'+' should be on a new line.614
ErrorsLine has trailing spaces.615
Errors'+' should be on a new line.616
Errors'+' should be on a new line.617
Errors'+' should be on a new line.618
ErrorsLine has trailing spaces.619
Errors'+' should be on a new line.620
Errors'+' should be on a new line.621
Errors'+' should be on a new line.622
ErrorsLine has trailing spaces.626
ErrorsLine has trailing spaces.627
ErrorsLine has trailing spaces.630

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/BeginMessage.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.40
ErrorsLine has trailing spaces.42
ErrorsLine has trailing spaces.46
ErrorsLine contains a tab character.47
Errors'{' should be on the previous line.49
ErrorsLine has trailing spaces.50
ErrorsLine has trailing spaces.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsParameter Time should be final.62
Errors'Time' hides a field.62
ErrorsName 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'.62
ErrorsLine has trailing spaces.63
ErrorsLine has trailing spaces.65
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine has trailing spaces.75
ErrorsName 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'.79
ErrorsVariable 'Time' must be private and have accessor methods.79
ErrorsLine contains a tab character.80
ErrorsLine has trailing spaces.82
ErrorsExpected an @return tag.85
ErrorsMethod 'getTime' is not designed for extension - needs to be abstract, final or empty.85
ErrorsLine has trailing spaces.90
ErrorsLine has trailing spaces.92
ErrorsLine contains a tab character.97
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.99
ErrorsMissing a Javadoc comment.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine has trailing spaces.103
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.108
ErrorsLine has trailing spaces.109
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine has trailing spaces.114
ErrorsParameter original should be final.119
ErrorsExpected @param tag for 'original'.119
ErrorsLine has trailing spaces.120
Errors'=' is not preceded with whitespace.121
Errors'=' is not followed by whitespace.121
ErrorsLine has trailing spaces.122
ErrorsLine has trailing spaces.125
ErrorsLine is longer than 80 characters.127
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine has trailing spaces.131
ErrorsLine has trailing spaces.133
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.134
ErrorsMissing a Javadoc comment.134
ErrorsLine has trailing spaces.136
ErrorsLine contains a tab character.137
Errors'+' should be on a new line.137
ErrorsLine has trailing spaces.138
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
Errors'+' should be on a new line.139
ErrorsLine contains a tab character.140
Errors'+' should be on a new line.140
ErrorsLine contains a tab character.141
ErrorsLine has trailing spaces.142
ErrorsLine contains a tab character.142
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.145
ErrorsMissing a Javadoc comment.145
Errors'+' should be on a new line.146
ErrorsLine has trailing spaces.147
Errors'+' should be on a new line.148
Errors'+' should be on a new line.149
Errors'+' should be on a new line.150
ErrorsLine has trailing spaces.154
ErrorsLine has trailing spaces.155
ErrorsLine has trailing spaces.158

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/BotDamaged.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.45
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.58
ErrorsLine has trailing spaces.59
ErrorsLine is longer than 80 characters.60
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine is longer than 80 characters.66
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine has trailing spaces.80
ErrorsLine contains a tab character.80
ErrorsMore than 7 parameters.82
ErrorsLine is longer than 80 characters.83
ErrorsParameter Damage should be final.83
Errors'Damage' hides a field.83
ErrorsName 'Damage' must match pattern '^[a-z][a-zA-Z0-9]*$'.83
ErrorsParameter DamageType should be final.83
Errors'DamageType' hides a field.83
ErrorsName 'DamageType' must match pattern '^[a-z][a-zA-Z0-9]*$'.83
ErrorsParameter WeaponName should be final.83
Errors'WeaponName' hides a field.83
ErrorsName 'WeaponName' must match pattern '^[a-z][a-zA-Z0-9]*$'.83
ErrorsParameter Flaming should be final.83
Errors'Flaming' hides a field.83
ErrorsName 'Flaming' must match pattern '^[a-z][a-zA-Z0-9]*$'.83
ErrorsParameter CausedByWorld should be final.83
Errors'CausedByWorld' hides a field.83
ErrorsName 'CausedByWorld' must match pattern '^[a-z][a-zA-Z0-9]*$'.83
ErrorsParameter DirectDamage should be final.83
Errors'DirectDamage' hides a field.83
ErrorsName 'DirectDamage' must match pattern '^[a-z][a-zA-Z0-9]*$'.83
ErrorsParameter BulletHit should be final.83
Errors'BulletHit' hides a field.83
ErrorsName 'BulletHit' must match pattern '^[a-z][a-zA-Z0-9]*$'.83
ErrorsParameter VehicleHit should be final.83
Errors'VehicleHit' hides a field.83
ErrorsName 'VehicleHit' must match pattern '^[a-z][a-zA-Z0-9]*$'.83
ErrorsParameter Instigator should be final.83
Errors'Instigator' hides a field.83
ErrorsName 'Instigator' must match pattern '^[a-z][a-zA-Z0-9]*$'.83
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.86
ErrorsLine has trailing spaces.88
ErrorsLine has trailing spaces.90
ErrorsLine has trailing spaces.92
ErrorsLine has trailing spaces.94
ErrorsLine has trailing spaces.96
ErrorsLine has trailing spaces.98
ErrorsLine has trailing spaces.100
ErrorsLine has trailing spaces.102
ErrorsLine has trailing spaces.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine is longer than 80 characters.108
ErrorsLine contains a tab character.108
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.112
ErrorsName 'Damage' must match pattern '^[a-z][a-zA-Z0-9]*$'.116
ErrorsVariable 'Damage' must be private and have accessor methods.116
ErrorsLine contains a tab character.117
ErrorsLine has trailing spaces.119
ErrorsExpected an @return tag.122
ErrorsMethod 'getDamage' is not designed for extension - needs to be abstract, final or empty.122
ErrorsLine has trailing spaces.127
ErrorsLine has trailing spaces.129
ErrorsLine has trailing spaces.131
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
ErrorsName 'DamageType' must match pattern '^[a-z][a-zA-Z0-9]*$'.135
ErrorsVariable 'DamageType' must be private and have accessor methods.135
ErrorsLine contains a tab character.136
ErrorsLine has trailing spaces.138
ErrorsLine has trailing spaces.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsExpected an @return tag.143
ErrorsMethod 'getDamageType' is not designed for extension - needs to be abstract, final or empty.143
ErrorsLine has trailing spaces.148
ErrorsLine has trailing spaces.150
ErrorsLine has trailing spaces.152
ErrorsLine is longer than 80 characters.153
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsName 'WeaponName' must match pattern '^[a-z][a-zA-Z0-9]*$'.156
ErrorsVariable 'WeaponName' must be private and have accessor methods.156
ErrorsLine contains a tab character.157
ErrorsLine has trailing spaces.159
ErrorsLine has trailing spaces.161
ErrorsLine is longer than 80 characters.162
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsExpected an @return tag.164
ErrorsMethod 'getWeaponName' is not designed for extension - needs to be abstract, final or empty.164
ErrorsLine has trailing spaces.169
ErrorsLine has trailing spaces.171
ErrorsLine has trailing spaces.173
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.175
ErrorsName 'Flaming' must match pattern '^[a-z][a-zA-Z0-9]*$'.177
ErrorsVariable 'Flaming' must be private and have accessor methods.177
ErrorsLine contains a tab character.178
ErrorsLine has trailing spaces.180
ErrorsLine has trailing spaces.182
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.184
ErrorsExpected an @return tag.185
ErrorsMethod 'isFlaming' is not designed for extension - needs to be abstract, final or empty.185
ErrorsLine has trailing spaces.190
ErrorsLine has trailing spaces.192
ErrorsLine has trailing spaces.194
ErrorsLine is longer than 80 characters.195
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.196
ErrorsName 'CausedByWorld' must match pattern '^[a-z][a-zA-Z0-9]*$'.198
ErrorsVariable 'CausedByWorld' must be private and have accessor methods.198
ErrorsLine contains a tab character.199
ErrorsLine has trailing spaces.201
ErrorsLine has trailing spaces.203
ErrorsLine is longer than 80 characters.204
ErrorsLine contains a tab character.204
ErrorsLine contains a tab character.205
ErrorsExpected an @return tag.206
ErrorsMethod 'isCausedByWorld' is not designed for extension - needs to be abstract, final or empty.206
ErrorsLine has trailing spaces.211
ErrorsLine has trailing spaces.213
ErrorsLine has trailing spaces.215
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.217
ErrorsName 'DirectDamage' must match pattern '^[a-z][a-zA-Z0-9]*$'.219
ErrorsVariable 'DirectDamage' must be private and have accessor methods.219
ErrorsLine contains a tab character.220
ErrorsLine has trailing spaces.222
ErrorsLine has trailing spaces.224
ErrorsLine contains a tab character.225
ErrorsLine contains a tab character.226
ErrorsExpected an @return tag.227
ErrorsMethod 'isDirectDamage' is not designed for extension - needs to be abstract, final or empty.227
ErrorsLine has trailing spaces.232
ErrorsLine has trailing spaces.234
ErrorsLine has trailing spaces.236
ErrorsLine contains a tab character.237
ErrorsLine contains a tab character.238
ErrorsName 'BulletHit' must match pattern '^[a-z][a-zA-Z0-9]*$'.240
ErrorsVariable 'BulletHit' must be private and have accessor methods.240
ErrorsLine contains a tab character.241
ErrorsLine has trailing spaces.243
ErrorsLine has trailing spaces.245
ErrorsLine contains a tab character.246
ErrorsLine contains a tab character.247
ErrorsExpected an @return tag.248
ErrorsMethod 'isBulletHit' is not designed for extension - needs to be abstract, final or empty.248
ErrorsLine has trailing spaces.253
ErrorsLine has trailing spaces.255
ErrorsLine has trailing spaces.257
ErrorsLine contains a tab character.258
ErrorsLine contains a tab character.259
ErrorsName 'VehicleHit' must match pattern '^[a-z][a-zA-Z0-9]*$'.261
ErrorsVariable 'VehicleHit' must be private and have accessor methods.261
ErrorsLine contains a tab character.262
ErrorsLine has trailing spaces.264
ErrorsLine has trailing spaces.266
ErrorsLine contains a tab character.267
ErrorsLine contains a tab character.268
ErrorsExpected an @return tag.269
ErrorsMethod 'isVehicleHit' is not designed for extension - needs to be abstract, final or empty.269
ErrorsLine has trailing spaces.274
ErrorsLine has trailing spaces.276
ErrorsLine has trailing spaces.278
ErrorsLine contains a tab character.279
ErrorsLine contains a tab character.280
ErrorsLine contains a tab character.281
ErrorsName 'Instigator' must match pattern '^[a-z][a-zA-Z0-9]*$'.283
ErrorsVariable 'Instigator' must be private and have accessor methods.283
ErrorsLine contains a tab character.284
ErrorsLine has trailing spaces.286
ErrorsLine has trailing spaces.288
ErrorsLine contains a tab character.289
ErrorsLine contains a tab character.290
ErrorsLine contains a tab character.291
ErrorsExpected an @return tag.292
ErrorsMethod 'getInstigator' is not designed for extension - needs to be abstract, final or empty.292
ErrorsLine has trailing spaces.297
ErrorsLine has trailing spaces.299
ErrorsLine contains a tab character.304
ErrorsLine has trailing spaces.305
ErrorsLine contains a tab character.305
ErrorsLine contains a tab character.306
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.306
ErrorsMissing a Javadoc comment.306
ErrorsLine contains a tab character.307
ErrorsLine contains a tab character.308
ErrorsLine contains a tab character.309
ErrorsLine has trailing spaces.310
ErrorsLine contains a tab character.310
ErrorsLine contains a tab character.313
ErrorsLine contains a tab character.315
ErrorsLine has trailing spaces.316
ErrorsLine contains a tab character.316
ErrorsLine contains a tab character.317
ErrorsLine has trailing spaces.321
ErrorsParameter original should be final.326
ErrorsExpected @param tag for 'original'.326
ErrorsLine has trailing spaces.327
Errors'=' is not preceded with whitespace.328
Errors'=' is not followed by whitespace.328
ErrorsLine has trailing spaces.329
Errors'=' is not preceded with whitespace.330
Errors'=' is not followed by whitespace.330
ErrorsLine has trailing spaces.331
Errors'=' is not preceded with whitespace.332
Errors'=' is not followed by whitespace.332
ErrorsLine has trailing spaces.333
Errors'=' is not preceded with whitespace.334
Errors'=' is not followed by whitespace.334
ErrorsLine has trailing spaces.335
Errors'=' is not preceded with whitespace.336
Errors'=' is not followed by whitespace.336
ErrorsLine has trailing spaces.337
Errors'=' is not preceded with whitespace.338
Errors'=' is not followed by whitespace.338
ErrorsLine has trailing spaces.339
Errors'=' is not preceded with whitespace.340
Errors'=' is not followed by whitespace.340
ErrorsLine has trailing spaces.341
Errors'=' is not preceded with whitespace.342
Errors'=' is not followed by whitespace.342
ErrorsLine has trailing spaces.343
Errors'=' is not preceded with whitespace.344
Errors'=' is not followed by whitespace.344
ErrorsLine has trailing spaces.345
ErrorsLine has trailing spaces.348
ErrorsLine is longer than 80 characters.350
ErrorsLine contains a tab character.352
ErrorsLine contains a tab character.353
ErrorsLine has trailing spaces.354
ErrorsLine has trailing spaces.356
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.357
ErrorsMissing a Javadoc comment.357
ErrorsLine has trailing spaces.359
ErrorsLine contains a tab character.360
Errors'+' should be on a new line.360
ErrorsLine has trailing spaces.361
ErrorsLine contains a tab character.361
ErrorsLine contains a tab character.362
Errors'+' should be on a new line.362
ErrorsLine contains a tab character.363
Errors'+' should be on a new line.363
ErrorsLine has trailing spaces.364
ErrorsLine contains a tab character.364
ErrorsLine contains a tab character.365
Errors'+' should be on a new line.365
ErrorsLine is longer than 80 characters.366
ErrorsLine contains a tab character.366
Errors'+' should be on a new line.366
ErrorsLine has trailing spaces.367
ErrorsLine contains a tab character.367
ErrorsLine contains a tab character.368
Errors'+' should be on a new line.368
ErrorsLine is longer than 80 characters.369
ErrorsLine contains a tab character.369
Errors'+' should be on a new line.369
ErrorsLine has trailing spaces.370
ErrorsLine contains a tab character.370
ErrorsLine contains a tab character.371
Errors'+' should be on a new line.371
ErrorsLine contains a tab character.372
Errors'+' should be on a new line.372
ErrorsLine has trailing spaces.373
ErrorsLine contains a tab character.373
ErrorsLine contains a tab character.374
Errors'+' should be on a new line.374
ErrorsLine is longer than 80 characters.375
ErrorsLine contains a tab character.375
Errors'+' should be on a new line.375
ErrorsLine has trailing spaces.376
ErrorsLine contains a tab character.376
ErrorsLine contains a tab character.377
Errors'+' should be on a new line.377
ErrorsLine is longer than 80 characters.378
ErrorsLine contains a tab character.378
Errors'+' should be on a new line.378
ErrorsLine has trailing spaces.379
ErrorsLine contains a tab character.379
ErrorsLine contains a tab character.380
Errors'+' should be on a new line.380
ErrorsLine is longer than 80 characters.381
ErrorsLine contains a tab character.381
Errors'+' should be on a new line.381
ErrorsLine has trailing spaces.382
ErrorsLine contains a tab character.382
ErrorsLine contains a tab character.383
Errors'+' should be on a new line.383
ErrorsLine is longer than 80 characters.384
ErrorsLine contains a tab character.384
Errors'+' should be on a new line.384
ErrorsLine has trailing spaces.385
ErrorsLine contains a tab character.385
ErrorsLine contains a tab character.386
Errors'+' should be on a new line.386
ErrorsLine is longer than 80 characters.387
ErrorsLine contains a tab character.387
Errors'+' should be on a new line.387
ErrorsLine contains a tab character.388
ErrorsLine has trailing spaces.389
ErrorsLine contains a tab character.389
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.392
ErrorsMissing a Javadoc comment.392
Errors'+' should be on a new line.393
ErrorsLine has trailing spaces.394
Errors'+' should be on a new line.395
Errors'+' should be on a new line.396
Errors'+' should be on a new line.397
ErrorsLine has trailing spaces.398
Errors'+' should be on a new line.399
Errors'+' should be on a new line.400
Errors'+' should be on a new line.401
ErrorsLine has trailing spaces.402
Errors'+' should be on a new line.403
Errors'+' should be on a new line.404
Errors'+' should be on a new line.405
ErrorsLine has trailing spaces.406
Errors'+' should be on a new line.407
Errors'+' should be on a new line.408
Errors'+' should be on a new line.409
ErrorsLine has trailing spaces.410
Errors'+' should be on a new line.411
Errors'+' should be on a new line.412
Errors'+' should be on a new line.413
ErrorsLine has trailing spaces.414
Errors'+' should be on a new line.415
Errors'+' should be on a new line.416
Errors'+' should be on a new line.417
ErrorsLine has trailing spaces.418
Errors'+' should be on a new line.419
Errors'+' should be on a new line.420
Errors'+' should be on a new line.421
ErrorsLine has trailing spaces.422
Errors'+' should be on a new line.423
Errors'+' should be on a new line.424
Errors'+' should be on a new line.425
ErrorsLine has trailing spaces.426
Errors'+' should be on a new line.427
Errors'+' should be on a new line.428
Errors'+' should be on a new line.429
ErrorsLine has trailing spaces.433
ErrorsLine has trailing spaces.434
ErrorsLine has trailing spaces.437

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/BotKilled.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.45
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.58
ErrorsLine has trailing spaces.59
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine is longer than 80 characters.72
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.78
ErrorsLine has trailing spaces.79
ErrorsLine contains a tab character.79
ErrorsLine has trailing spaces.80
ErrorsLine contains a tab character.81
ErrorsLine has trailing spaces.82
ErrorsLine contains a tab character.82
ErrorsMore than 7 parameters.84
ErrorsLine is longer than 80 characters.85
ErrorsParameter Killer should be final.85
Errors'Killer' hides a field.85
ErrorsName 'Killer' must match pattern '^[a-z][a-zA-Z0-9]*$'.85
ErrorsParameter DamageType should be final.85
Errors'DamageType' hides a field.85
ErrorsName 'DamageType' must match pattern '^[a-z][a-zA-Z0-9]*$'.85
ErrorsParameter DeathString should be final.85
Errors'DeathString' hides a field.85
ErrorsName 'DeathString' must match pattern '^[a-z][a-zA-Z0-9]*$'.85
ErrorsParameter WeaponName should be final.85
Errors'WeaponName' hides a field.85
ErrorsName 'WeaponName' must match pattern '^[a-z][a-zA-Z0-9]*$'.85
ErrorsParameter Flaming should be final.85
Errors'Flaming' hides a field.85
ErrorsName 'Flaming' must match pattern '^[a-z][a-zA-Z0-9]*$'.85
ErrorsParameter CausedByWorld should be final.85
Errors'CausedByWorld' hides a field.85
ErrorsName 'CausedByWorld' must match pattern '^[a-z][a-zA-Z0-9]*$'.85
ErrorsParameter DirectDamage should be final.85
Errors'DirectDamage' hides a field.85
ErrorsName 'DirectDamage' must match pattern '^[a-z][a-zA-Z0-9]*$'.85
ErrorsParameter BulletHit should be final.85
Errors'BulletHit' hides a field.85
ErrorsName 'BulletHit' must match pattern '^[a-z][a-zA-Z0-9]*$'.85
ErrorsParameter VehicleHit should be final.85
Errors'VehicleHit' hides a field.85
ErrorsName 'VehicleHit' must match pattern '^[a-z][a-zA-Z0-9]*$'.85
ErrorsLine has trailing spaces.86
ErrorsLine has trailing spaces.88
ErrorsLine has trailing spaces.90
ErrorsLine has trailing spaces.92
ErrorsLine has trailing spaces.94
ErrorsLine has trailing spaces.96
ErrorsLine has trailing spaces.98
ErrorsLine has trailing spaces.100
ErrorsLine has trailing spaces.102
ErrorsLine has trailing spaces.104
ErrorsLine has trailing spaces.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine is longer than 80 characters.110
ErrorsLine contains a tab character.110
ErrorsLine has trailing spaces.111
ErrorsLine has trailing spaces.114
ErrorsLine has trailing spaces.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsName 'Killer' must match pattern '^[a-z][a-zA-Z0-9]*$'.121
ErrorsVariable 'Killer' must be private and have accessor methods.121
ErrorsLine contains a tab character.122
ErrorsLine has trailing spaces.124
ErrorsLine has trailing spaces.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsExpected an @return tag.130
ErrorsMethod 'getKiller' is not designed for extension - needs to be abstract, final or empty.130
ErrorsLine has trailing spaces.135
ErrorsLine has trailing spaces.137
ErrorsLine has trailing spaces.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsName 'DamageType' must match pattern '^[a-z][a-zA-Z0-9]*$'.143
ErrorsVariable 'DamageType' must be private and have accessor methods.143
ErrorsLine contains a tab character.144
ErrorsLine has trailing spaces.146
ErrorsLine has trailing spaces.148
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsExpected an @return tag.151
ErrorsMethod 'getDamageType' is not designed for extension - needs to be abstract, final or empty.151
ErrorsLine has trailing spaces.156
ErrorsLine has trailing spaces.158
ErrorsLine has trailing spaces.160
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
ErrorsName 'DeathString' must match pattern '^[a-z][a-zA-Z0-9]*$'.164
ErrorsVariable 'DeathString' must be private and have accessor methods.164
ErrorsLine contains a tab character.165
ErrorsLine has trailing spaces.167
ErrorsLine has trailing spaces.169
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
ErrorsExpected an @return tag.172
ErrorsMethod 'getDeathString' is not designed for extension - needs to be abstract, final or empty.172
ErrorsLine has trailing spaces.177
ErrorsLine has trailing spaces.179
ErrorsLine has trailing spaces.181
ErrorsLine contains a tab character.182
ErrorsLine contains a tab character.183
ErrorsName 'WeaponName' must match pattern '^[a-z][a-zA-Z0-9]*$'.185
ErrorsVariable 'WeaponName' must be private and have accessor methods.185
ErrorsLine contains a tab character.186
ErrorsLine has trailing spaces.188
ErrorsLine has trailing spaces.190
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
ErrorsExpected an @return tag.193
ErrorsMethod 'getWeaponName' is not designed for extension - needs to be abstract, final or empty.193
ErrorsLine has trailing spaces.198
ErrorsLine has trailing spaces.200
ErrorsLine has trailing spaces.202
ErrorsLine contains a tab character.203
ErrorsLine contains a tab character.204
ErrorsName 'Flaming' must match pattern '^[a-z][a-zA-Z0-9]*$'.206
ErrorsVariable 'Flaming' must be private and have accessor methods.206
ErrorsLine contains a tab character.207
ErrorsLine has trailing spaces.209
ErrorsLine has trailing spaces.211
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.213
ErrorsExpected an @return tag.214
ErrorsMethod 'isFlaming' is not designed for extension - needs to be abstract, final or empty.214
ErrorsLine has trailing spaces.219
ErrorsLine has trailing spaces.221
ErrorsLine has trailing spaces.223
ErrorsLine is longer than 80 characters.224
ErrorsLine contains a tab character.224
ErrorsLine contains a tab character.225
ErrorsName 'CausedByWorld' must match pattern '^[a-z][a-zA-Z0-9]*$'.227
ErrorsVariable 'CausedByWorld' must be private and have accessor methods.227
ErrorsLine contains a tab character.228
ErrorsLine has trailing spaces.230
ErrorsLine has trailing spaces.232
ErrorsLine is longer than 80 characters.233
ErrorsLine contains a tab character.233
ErrorsLine contains a tab character.234
ErrorsExpected an @return tag.235
ErrorsMethod 'isCausedByWorld' is not designed for extension - needs to be abstract, final or empty.235
ErrorsLine has trailing spaces.240
ErrorsLine has trailing spaces.242
ErrorsLine has trailing spaces.244
ErrorsLine contains a tab character.245
ErrorsLine contains a tab character.246
ErrorsName 'DirectDamage' must match pattern '^[a-z][a-zA-Z0-9]*$'.248
ErrorsVariable 'DirectDamage' must be private and have accessor methods.248
ErrorsLine contains a tab character.249
ErrorsLine has trailing spaces.251
ErrorsLine has trailing spaces.253
ErrorsLine contains a tab character.254
ErrorsLine contains a tab character.255
ErrorsExpected an @return tag.256
ErrorsMethod 'isDirectDamage' is not designed for extension - needs to be abstract, final or empty.256
ErrorsLine has trailing spaces.261
ErrorsLine has trailing spaces.263
ErrorsLine has trailing spaces.265
ErrorsLine contains a tab character.266
ErrorsLine contains a tab character.267
ErrorsName 'BulletHit' must match pattern '^[a-z][a-zA-Z0-9]*$'.269
ErrorsVariable 'BulletHit' must be private and have accessor methods.269
ErrorsLine contains a tab character.270
ErrorsLine has trailing spaces.272
ErrorsLine has trailing spaces.274
ErrorsLine contains a tab character.275
ErrorsLine contains a tab character.276
ErrorsExpected an @return tag.277
ErrorsMethod 'isBulletHit' is not designed for extension - needs to be abstract, final or empty.277
ErrorsLine has trailing spaces.282
ErrorsLine has trailing spaces.284
ErrorsLine has trailing spaces.286
ErrorsLine contains a tab character.287
ErrorsLine contains a tab character.288
ErrorsName 'VehicleHit' must match pattern '^[a-z][a-zA-Z0-9]*$'.290
ErrorsVariable 'VehicleHit' must be private and have accessor methods.290
ErrorsLine contains a tab character.291
ErrorsLine has trailing spaces.293
ErrorsLine has trailing spaces.295
ErrorsLine contains a tab character.296
ErrorsLine contains a tab character.297
ErrorsExpected an @return tag.298
ErrorsMethod 'isVehicleHit' is not designed for extension - needs to be abstract, final or empty.298
ErrorsLine has trailing spaces.303
ErrorsLine has trailing spaces.305
ErrorsLine contains a tab character.310
ErrorsLine has trailing spaces.311
ErrorsLine contains a tab character.311
ErrorsLine contains a tab character.312
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.312
ErrorsMissing a Javadoc comment.312
ErrorsLine contains a tab character.313
ErrorsLine contains a tab character.314
ErrorsLine contains a tab character.315
ErrorsLine has trailing spaces.316
ErrorsLine contains a tab character.316
ErrorsLine contains a tab character.319
ErrorsLine contains a tab character.321
ErrorsLine has trailing spaces.322
ErrorsLine contains a tab character.322
ErrorsLine contains a tab character.323
ErrorsLine has trailing spaces.327
ErrorsParameter original should be final.332
ErrorsExpected @param tag for 'original'.332
ErrorsLine has trailing spaces.333
Errors'=' is not preceded with whitespace.334
Errors'=' is not followed by whitespace.334
ErrorsLine has trailing spaces.335
Errors'=' is not preceded with whitespace.336
Errors'=' is not followed by whitespace.336
ErrorsLine has trailing spaces.337
Errors'=' is not preceded with whitespace.338
Errors'=' is not followed by whitespace.338
ErrorsLine has trailing spaces.339
Errors'=' is not preceded with whitespace.340
Errors'=' is not followed by whitespace.340
ErrorsLine has trailing spaces.341
Errors'=' is not preceded with whitespace.342
Errors'=' is not followed by whitespace.342
ErrorsLine has trailing spaces.343
Errors'=' is not preceded with whitespace.344
Errors'=' is not followed by whitespace.344
ErrorsLine has trailing spaces.345
Errors'=' is not preceded with whitespace.346
Errors'=' is not followed by whitespace.346
ErrorsLine has trailing spaces.347
Errors'=' is not preceded with whitespace.348
Errors'=' is not followed by whitespace.348
ErrorsLine has trailing spaces.349
Errors'=' is not preceded with whitespace.350
Errors'=' is not followed by whitespace.350
ErrorsLine has trailing spaces.351
ErrorsLine has trailing spaces.354
ErrorsLine is longer than 80 characters.356
ErrorsLine contains a tab character.358
ErrorsLine contains a tab character.359
ErrorsLine has trailing spaces.360
ErrorsLine has trailing spaces.362
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.363
ErrorsMissing a Javadoc comment.363
ErrorsLine has trailing spaces.365
ErrorsLine contains a tab character.366
Errors'+' should be on a new line.366
ErrorsLine has trailing spaces.367
ErrorsLine contains a tab character.367
ErrorsLine contains a tab character.368
Errors'+' should be on a new line.368
ErrorsLine contains a tab character.369
Errors'+' should be on a new line.369
ErrorsLine has trailing spaces.370
ErrorsLine contains a tab character.370
ErrorsLine contains a tab character.371
Errors'+' should be on a new line.371
ErrorsLine is longer than 80 characters.372
ErrorsLine contains a tab character.372
Errors'+' should be on a new line.372
ErrorsLine has trailing spaces.373
ErrorsLine contains a tab character.373
ErrorsLine contains a tab character.374
Errors'+' should be on a new line.374
ErrorsLine is longer than 80 characters.375
ErrorsLine contains a tab character.375
Errors'+' should be on a new line.375
ErrorsLine has trailing spaces.376
ErrorsLine contains a tab character.376
ErrorsLine contains a tab character.377
Errors'+' should be on a new line.377
ErrorsLine is longer than 80 characters.378
ErrorsLine contains a tab character.378
Errors'+' should be on a new line.378
ErrorsLine has trailing spaces.379
ErrorsLine contains a tab character.379
ErrorsLine contains a tab character.380
Errors'+' should be on a new line.380
ErrorsLine contains a tab character.381
Errors'+' should be on a new line.381
ErrorsLine has trailing spaces.382
ErrorsLine contains a tab character.382
ErrorsLine contains a tab character.383
Errors'+' should be on a new line.383
ErrorsLine is longer than 80 characters.384
ErrorsLine contains a tab character.384
Errors'+' should be on a new line.384
ErrorsLine has trailing spaces.385
ErrorsLine contains a tab character.385
ErrorsLine contains a tab character.386
Errors'+' should be on a new line.386
ErrorsLine is longer than 80 characters.387
ErrorsLine contains a tab character.387
Errors'+' should be on a new line.387
ErrorsLine has trailing spaces.388
ErrorsLine contains a tab character.388
ErrorsLine contains a tab character.389
Errors'+' should be on a new line.389
ErrorsLine is longer than 80 characters.390
ErrorsLine contains a tab character.390
Errors'+' should be on a new line.390
ErrorsLine has trailing spaces.391
ErrorsLine contains a tab character.391
ErrorsLine contains a tab character.392
Errors'+' should be on a new line.392
ErrorsLine is longer than 80 characters.393
ErrorsLine contains a tab character.393
Errors'+' should be on a new line.393
ErrorsLine contains a tab character.394
ErrorsLine has trailing spaces.395
ErrorsLine contains a tab character.395
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.398
ErrorsMissing a Javadoc comment.398
Errors'+' should be on a new line.399
ErrorsLine has trailing spaces.400
Errors'+' should be on a new line.401
Errors'+' should be on a new line.402
Errors'+' should be on a new line.403
ErrorsLine has trailing spaces.404
Errors'+' should be on a new line.405
Errors'+' should be on a new line.406
Errors'+' should be on a new line.407
ErrorsLine has trailing spaces.408
Errors'+' should be on a new line.409
Errors'+' should be on a new line.410
Errors'+' should be on a new line.411
ErrorsLine has trailing spaces.412
Errors'+' should be on a new line.413
Errors'+' should be on a new line.414
Errors'+' should be on a new line.415
ErrorsLine has trailing spaces.416
Errors'+' should be on a new line.417
Errors'+' should be on a new line.418
Errors'+' should be on a new line.419
ErrorsLine has trailing spaces.420
Errors'+' should be on a new line.421
Errors'+' should be on a new line.422
Errors'+' should be on a new line.423
ErrorsLine has trailing spaces.424
Errors'+' should be on a new line.425
Errors'+' should be on a new line.426
Errors'+' should be on a new line.427
ErrorsLine has trailing spaces.428
Errors'+' should be on a new line.429
Errors'+' should be on a new line.430
Errors'+' should be on a new line.431
ErrorsLine has trailing spaces.432
Errors'+' should be on a new line.433
Errors'+' should be on a new line.434
Errors'+' should be on a new line.435
ErrorsLine has trailing spaces.439
ErrorsLine has trailing spaces.440
ErrorsLine has trailing spaces.443

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/Bumped.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.45
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.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 has trailing spaces.59
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.62
ErrorsParameter Id should be final.65
Errors'Id' hides a field.65
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.65
ErrorsParameter Location should be final.65
Errors'Location' hides a field.65
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.65
ErrorsLine has trailing spaces.66
ErrorsLine has trailing spaces.68
ErrorsLine has trailing spaces.70
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.77
ErrorsLine has trailing spaces.80
ErrorsLine has trailing spaces.82
ErrorsLine contains a tab character.83
ErrorsLine is longer than 80 characters.84
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.88
ErrorsVariable 'Id' must be private and have accessor methods.88
ErrorsLine contains a tab character.89
ErrorsLine has trailing spaces.91
ErrorsLine has trailing spaces.93
ErrorsLine contains a tab character.94
ErrorsLine is longer than 80 characters.95
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsExpected an @return tag.98
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.98
ErrorsLine has trailing spaces.103
ErrorsLine has trailing spaces.105
ErrorsLine has trailing spaces.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.111
ErrorsVariable 'Location' must be private and have accessor methods.111
ErrorsLine contains a tab character.112
ErrorsLine has trailing spaces.114
ErrorsLine has trailing spaces.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsExpected an @return tag.119
ErrorsMethod 'getLocation' is not designed for extension - needs to be abstract, final or empty.119
ErrorsLine has trailing spaces.124
ErrorsLine has trailing spaces.126
ErrorsLine contains a tab character.131
ErrorsLine has trailing spaces.132
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.133
ErrorsMissing a Javadoc comment.133
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsLine has trailing spaces.137
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.142
ErrorsLine has trailing spaces.143
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsLine has trailing spaces.148
ErrorsParameter original should be final.153
ErrorsExpected @param tag for 'original'.153
ErrorsLine has trailing spaces.154
Errors'=' is not preceded with whitespace.155
Errors'=' is not followed by whitespace.155
ErrorsLine has trailing spaces.156
Errors'=' is not preceded with whitespace.157
Errors'=' is not followed by whitespace.157
ErrorsLine has trailing spaces.158
ErrorsLine has trailing spaces.161
ErrorsLine is longer than 80 characters.163
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsLine has trailing spaces.167
ErrorsLine has trailing spaces.169
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.170
ErrorsMissing a Javadoc comment.170
ErrorsLine has trailing spaces.172
ErrorsLine contains a tab character.173
Errors'+' should be on a new line.173
ErrorsLine has trailing spaces.174
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.175
Errors'+' should be on a new line.175
ErrorsLine contains a tab character.176
Errors'+' should be on a new line.176
ErrorsLine has trailing spaces.177
ErrorsLine contains a tab character.177
ErrorsLine contains a tab character.178
Errors'+' should be on a new line.178
ErrorsLine is longer than 80 characters.179
ErrorsLine contains a tab character.179
Errors'+' should be on a new line.179
ErrorsLine contains a tab character.180
ErrorsLine has trailing spaces.181
ErrorsLine contains a tab character.181
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.184
ErrorsMissing a Javadoc comment.184
Errors'+' should be on a new line.185
ErrorsLine has trailing spaces.186
Errors'+' should be on a new line.187
Errors'+' should be on a new line.188
Errors'+' should be on a new line.189
ErrorsLine has trailing spaces.190
Errors'+' should be on a new line.191
Errors'+' should be on a new line.192
Errors'+' should be on a new line.193
ErrorsLine has trailing spaces.197
ErrorsLine has trailing spaces.198
ErrorsLine has trailing spaces.201

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/ChangedWeapon.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine is longer than 80 characters.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.37
ErrorsLine contains a tab character.37
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.42
ErrorsLine has trailing spaces.46
ErrorsLine contains a tab character.47
Errors'{' should be on the previous line.49
ErrorsLine has trailing spaces.50
ErrorsLine has trailing spaces.53
ErrorsLine contains a tab character.54
ErrorsLine is longer than 80 characters.55
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.59
ErrorsLine contains a tab character.60
ErrorsLine is longer than 80 characters.61
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.63
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsParameter Id should be final.75
Errors'Id' hides a field.75
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.75
ErrorsParameter PrimaryAmmo should be final.75
Errors'PrimaryAmmo' hides a field.75
ErrorsName 'PrimaryAmmo' must match pattern '^[a-z][a-zA-Z0-9]*$'.75
ErrorsParameter SecondaryAmmo should be final.75
Errors'SecondaryAmmo' hides a field.75
ErrorsName 'SecondaryAmmo' must match pattern '^[a-z][a-zA-Z0-9]*$'.75
ErrorsParameter Type should be final.75
Errors'Type' hides a field.75
ErrorsName 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'.75
ErrorsLine has trailing spaces.76
ErrorsLine has trailing spaces.78
ErrorsLine has trailing spaces.80
ErrorsLine has trailing spaces.82
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine has trailing spaces.91
ErrorsLine has trailing spaces.94
ErrorsLine has trailing spaces.96
ErrorsLine contains a tab character.97
ErrorsLine is longer than 80 characters.98
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.102
ErrorsVariable 'Id' must be private and have accessor methods.102
ErrorsLine contains a tab character.103
ErrorsLine has trailing spaces.105
ErrorsLine has trailing spaces.107
ErrorsLine contains a tab character.108
ErrorsLine is longer than 80 characters.109
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsExpected an @return tag.112
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.112
ErrorsLine has trailing spaces.117
ErrorsLine has trailing spaces.119
ErrorsLine has trailing spaces.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsName 'PrimaryAmmo' must match pattern '^[a-z][a-zA-Z0-9]*$'.125
ErrorsVariable 'PrimaryAmmo' must be private and have accessor methods.125
ErrorsLine contains a tab character.126
ErrorsLine has trailing spaces.128
ErrorsLine has trailing spaces.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsExpected an @return tag.133
ErrorsMethod 'getPrimaryAmmo' is not designed for extension - needs to be abstract, final or empty.133
ErrorsLine has trailing spaces.138
ErrorsLine has trailing spaces.140
ErrorsLine has trailing spaces.142
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsName 'SecondaryAmmo' must match pattern '^[a-z][a-zA-Z0-9]*$'.146
ErrorsVariable 'SecondaryAmmo' must be private and have accessor methods.146
ErrorsLine contains a tab character.147
ErrorsLine has trailing spaces.149
ErrorsLine has trailing spaces.151
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsExpected an @return tag.154
ErrorsMethod 'getSecondaryAmmo' is not designed for extension - needs to be abstract, final or empty.154
ErrorsLine has trailing spaces.159
ErrorsLine has trailing spaces.161
ErrorsLine has trailing spaces.163
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsName 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'.167
ErrorsVariable 'Type' must be private and have accessor methods.167
ErrorsLine contains a tab character.168
ErrorsLine has trailing spaces.170
ErrorsLine has trailing spaces.172
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsExpected an @return tag.175
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.175
ErrorsLine has trailing spaces.180
ErrorsLine has trailing spaces.182
ErrorsLine contains a tab character.187
ErrorsLine has trailing spaces.188
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.189
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.189
ErrorsMissing a Javadoc comment.189
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
ErrorsLine has trailing spaces.193
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.198
ErrorsLine has trailing spaces.199
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
ErrorsLine has trailing spaces.204
ErrorsParameter original should be final.209
ErrorsExpected @param tag for 'original'.209
ErrorsLine has trailing spaces.210
Errors'=' is not preceded with whitespace.211
Errors'=' is not followed by whitespace.211
ErrorsLine has trailing spaces.212
Errors'=' is not preceded with whitespace.213
Errors'=' is not followed by whitespace.213
ErrorsLine has trailing spaces.214
Errors'=' is not preceded with whitespace.215
Errors'=' is not followed by whitespace.215
ErrorsLine has trailing spaces.216
Errors'=' is not preceded with whitespace.217
Errors'=' is not followed by whitespace.217
ErrorsLine has trailing spaces.218
ErrorsLine has trailing spaces.221
ErrorsLine is longer than 80 characters.223
ErrorsLine contains a tab character.225
ErrorsLine contains a tab character.226
ErrorsLine has trailing spaces.227
ErrorsLine has trailing spaces.229
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.230
ErrorsMissing a Javadoc comment.230
ErrorsLine has trailing spaces.232
ErrorsLine contains a tab character.233
Errors'+' should be on a new line.233
ErrorsLine has trailing spaces.234
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235
Errors'+' should be on a new line.235
ErrorsLine contains a tab character.236
Errors'+' should be on a new line.236
ErrorsLine has trailing spaces.237
ErrorsLine contains a tab character.237
ErrorsLine contains a tab character.238
Errors'+' should be on a new line.238
ErrorsLine is longer than 80 characters.239
ErrorsLine contains a tab character.239
Errors'+' should be on a new line.239
ErrorsLine has trailing spaces.240
ErrorsLine contains a tab character.240
ErrorsLine contains a tab character.241
Errors'+' should be on a new line.241
ErrorsLine is longer than 80 characters.242
ErrorsLine contains a tab character.242
Errors'+' should be on a new line.242
ErrorsLine has trailing spaces.243
ErrorsLine contains a tab character.243
ErrorsLine contains a tab character.244
Errors'+' should be on a new line.244
ErrorsLine contains a tab character.245
Errors'+' should be on a new line.245
ErrorsLine contains a tab character.246
ErrorsLine has trailing spaces.247
ErrorsLine contains a tab character.247
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.250
ErrorsMissing a Javadoc comment.250
Errors'+' should be on a new line.251
ErrorsLine has trailing spaces.252
Errors'+' should be on a new line.253
Errors'+' should be on a new line.254
Errors'+' should be on a new line.255
ErrorsLine has trailing spaces.256
Errors'+' should be on a new line.257
Errors'+' should be on a new line.258
Errors'+' should be on a new line.259
ErrorsLine has trailing spaces.260
Errors'+' should be on a new line.261
Errors'+' should be on a new line.262
Errors'+' should be on a new line.263
ErrorsLine has trailing spaces.264
Errors'+' should be on a new line.265
Errors'+' should be on a new line.266
Errors'+' should be on a new line.267
ErrorsLine has trailing spaces.271
ErrorsLine has trailing spaces.272
ErrorsLine has trailing spaces.275

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/ConfigChange.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.40
ErrorsLine has trailing spaces.42
ErrorsLine has trailing spaces.46
ErrorsLine contains a tab character.47
Errors'{' should be on the previous line.49
ErrorsLine has trailing spaces.50
ErrorsLine has trailing spaces.53
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 is longer than 80 characters.59
ErrorsLine has trailing spaces.61
ErrorsLine is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.63
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine is longer than 80 characters.65
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.70
ErrorsLine is longer than 80 characters.71
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine is longer than 80 characters.74
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.75
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.78
ErrorsLine contains a tab character.78
ErrorsLine has trailing spaces.79
ErrorsLine is longer than 80 characters.80
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine has trailing spaces.82
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.83
ErrorsLine is longer than 80 characters.84
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine has trailing spaces.86
ErrorsLine contains a tab character.86
ErrorsLine has trailing spaces.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine has trailing spaces.90
ErrorsLine contains a tab character.90
ErrorsLine has trailing spaces.91
ErrorsLine is longer than 80 characters.92
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine has trailing spaces.94
ErrorsLine contains a tab character.94
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.98
ErrorsLine has trailing spaces.99
ErrorsLine is longer than 80 characters.100
ErrorsLine contains a tab character.100
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsLine has trailing spaces.102
ErrorsLine contains a tab character.103
ErrorsLine has trailing spaces.104
ErrorsLine contains a tab character.104
ErrorsMore than 7 parameters.106
ErrorsLine is longer than 80 characters.107
ErrorsParameter Id should be final.107
Errors'Id' hides a field.107
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.107
ErrorsParameter BotId should be final.107
Errors'BotId' hides a field.107
ErrorsName 'BotId' must match pattern '^[a-z][a-zA-Z0-9]*$'.107
ErrorsParameter ManualSpawn should be final.107
Errors'ManualSpawn' hides a field.107
ErrorsName 'ManualSpawn' must match pattern '^[a-z][a-zA-Z0-9]*$'.107
ErrorsParameter AutoTrace should be final.107
Errors'AutoTrace' hides a field.107
ErrorsName 'AutoTrace' must match pattern '^[a-z][a-zA-Z0-9]*$'.107
ErrorsParameter Name should be final.107
Errors'Name' hides a field.107
ErrorsName 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'.107
ErrorsParameter SpeedMultiplier should be final.107
Errors'SpeedMultiplier' hides a field.107
ErrorsName 'SpeedMultiplier' must match pattern '^[a-z][a-zA-Z0-9]*$'.107
ErrorsParameter RotationRate should be final.107
Errors'RotationRate' hides a field.107
ErrorsName 'RotationRate' must match pattern '^[a-z][a-zA-Z0-9]*$'.107
ErrorsParameter Invulnerable should be final.107
Errors'Invulnerable' hides a field.107
ErrorsName 'Invulnerable' must match pattern '^[a-z][a-zA-Z0-9]*$'.107
ErrorsParameter VisionTime should be final.107
Errors'VisionTime' hides a field.107
ErrorsName 'VisionTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.107
ErrorsParameter ShowDebug should be final.107
Errors'ShowDebug' hides a field.107
ErrorsName 'ShowDebug' must match pattern '^[a-z][a-zA-Z0-9]*$'.107
ErrorsParameter ShowFocalPoint should be final.107
Errors'ShowFocalPoint' hides a field.107
ErrorsName 'ShowFocalPoint' must match pattern '^[a-z][a-zA-Z0-9]*$'.107
ErrorsParameter DrawTraceLines should be final.107
Errors'DrawTraceLines' hides a field.107
ErrorsName 'DrawTraceLines' must match pattern '^[a-z][a-zA-Z0-9]*$'.107
ErrorsParameter SynchronousOff should be final.107
Errors'SynchronousOff' hides a field.107
ErrorsName 'SynchronousOff' must match pattern '^[a-z][a-zA-Z0-9]*$'.107
ErrorsParameter AutoPickupOff should be final.107
Errors'AutoPickupOff' hides a field.107
ErrorsName 'AutoPickupOff' must match pattern '^[a-z][a-zA-Z0-9]*$'.107
ErrorsParameter Action should be final.107
Errors'Action' hides a field.107
ErrorsName 'Action' must match pattern '^[a-z][a-zA-Z0-9]*$'.107
ErrorsLine has trailing spaces.108
ErrorsLine has trailing spaces.110
ErrorsLine has trailing spaces.112
ErrorsLine has trailing spaces.114
ErrorsLine has trailing spaces.116
ErrorsLine has trailing spaces.118
ErrorsLine has trailing spaces.120
ErrorsLine has trailing spaces.122
ErrorsLine has trailing spaces.124
ErrorsLine has trailing spaces.126
ErrorsLine has trailing spaces.128
ErrorsLine has trailing spaces.130
ErrorsLine has trailing spaces.132
ErrorsLine has trailing spaces.134
ErrorsLine has trailing spaces.136
ErrorsLine has trailing spaces.138
ErrorsLine has trailing spaces.141
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.143
ErrorsLine is longer than 80 characters.144
ErrorsLine contains a tab character.144
ErrorsLine has trailing spaces.145
ErrorsLine has trailing spaces.148
ErrorsLine is longer than 80 characters.150
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.152
ErrorsVariable 'Id' must be private and have accessor methods.152
ErrorsLine contains a tab character.153
ErrorsLine has trailing spaces.155
ErrorsLine is longer than 80 characters.157
ErrorsExpected an @return tag.158
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.158
ErrorsLine has trailing spaces.163
ErrorsLine has trailing spaces.165
ErrorsName 'BotId' must match pattern '^[a-z][a-zA-Z0-9]*$'.169
ErrorsVariable 'BotId' must be private and have accessor methods.169
ErrorsLine contains a tab character.170
ErrorsLine has trailing spaces.172
ErrorsExpected an @return tag.175
ErrorsMethod 'getBotId' is not designed for extension - needs to be abstract, final or empty.175
ErrorsLine has trailing spaces.180
ErrorsLine has trailing spaces.182
ErrorsFirst sentence should end with a period.183
ErrorsLine has trailing spaces.184
ErrorsLine is longer than 80 characters.185
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
ErrorsName 'ManualSpawn' must match pattern '^[a-z][a-zA-Z0-9]*$'.188
ErrorsVariable 'ManualSpawn' must be private and have accessor methods.188
ErrorsLine contains a tab character.189
ErrorsLine has trailing spaces.191
ErrorsFirst sentence should end with a period.192
ErrorsLine has trailing spaces.193
ErrorsLine is longer than 80 characters.194
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.195
ErrorsExpected an @return tag.196
ErrorsMethod 'isManualSpawn' is not designed for extension - needs to be abstract, final or empty.196
ErrorsLine has trailing spaces.201
ErrorsLine has trailing spaces.203
ErrorsLine has trailing spaces.205
ErrorsLine is longer than 80 characters.206
ErrorsLine contains a tab character.206
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.209
ErrorsName 'AutoTrace' must match pattern '^[a-z][a-zA-Z0-9]*$'.211
ErrorsVariable 'AutoTrace' must be private and have accessor methods.211
ErrorsLine contains a tab character.212
ErrorsLine has trailing spaces.214
ErrorsLine has trailing spaces.216
ErrorsLine is longer than 80 characters.217
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.220
ErrorsExpected an @return tag.221
ErrorsMethod 'isAutoTrace' is not designed for extension - needs to be abstract, final or empty.221
ErrorsLine has trailing spaces.226
ErrorsLine has trailing spaces.228
ErrorsName 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'.232
ErrorsVariable 'Name' must be private and have accessor methods.232
ErrorsLine contains a tab character.233
ErrorsLine has trailing spaces.235
ErrorsExpected an @return tag.238
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.238
ErrorsLine has trailing spaces.243
ErrorsLine has trailing spaces.245
ErrorsLine has trailing spaces.247
ErrorsLine is longer than 80 characters.248
ErrorsLine contains a tab character.248
ErrorsLine contains a tab character.249
ErrorsName 'SpeedMultiplier' must match pattern '^[a-z][a-zA-Z0-9]*$'.251
ErrorsVariable 'SpeedMultiplier' must be private and have accessor methods.251
ErrorsLine contains a tab character.252
ErrorsLine has trailing spaces.254
ErrorsLine has trailing spaces.256
ErrorsLine is longer than 80 characters.257
ErrorsLine contains a tab character.257
ErrorsLine contains a tab character.258
ErrorsExpected an @return tag.259
ErrorsMethod 'getSpeedMultiplier' is not designed for extension - needs to be abstract, final or empty.259
ErrorsLine has trailing spaces.264
ErrorsLine has trailing spaces.266
ErrorsLine has trailing spaces.268
ErrorsLine is longer than 80 characters.269
ErrorsLine contains a tab character.269
ErrorsLine contains a tab character.270
ErrorsName 'RotationRate' must match pattern '^[a-z][a-zA-Z0-9]*$'.272
ErrorsVariable 'RotationRate' must be private and have accessor methods.272
ErrorsLine contains a tab character.273
ErrorsLine has trailing spaces.275
ErrorsLine has trailing spaces.277
ErrorsLine is longer than 80 characters.278
ErrorsLine contains a tab character.278
ErrorsLine contains a tab character.279
ErrorsExpected an @return tag.280
ErrorsMethod 'getRotationRate' is not designed for extension - needs to be abstract, final or empty.280
ErrorsLine has trailing spaces.285
ErrorsLine has trailing spaces.287
ErrorsLine has trailing spaces.289
ErrorsLine contains a tab character.290
ErrorsLine contains a tab character.291
ErrorsName 'Invulnerable' must match pattern '^[a-z][a-zA-Z0-9]*$'.293
ErrorsVariable 'Invulnerable' must be private and have accessor methods.293
ErrorsLine contains a tab character.294
ErrorsLine has trailing spaces.296
ErrorsLine has trailing spaces.298
ErrorsLine contains a tab character.299
ErrorsLine contains a tab character.300
ErrorsExpected an @return tag.301
ErrorsMethod 'isInvulnerable' is not designed for extension - needs to be abstract, final or empty.301
ErrorsLine has trailing spaces.306
ErrorsLine has trailing spaces.308
ErrorsLine has trailing spaces.310
ErrorsLine is longer than 80 characters.311
ErrorsLine contains a tab character.311
ErrorsLine contains a tab character.312
ErrorsLine contains a tab character.313
ErrorsName 'VisionTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.315
ErrorsVariable 'VisionTime' must be private and have accessor methods.315
ErrorsLine contains a tab character.316
ErrorsLine has trailing spaces.318
ErrorsLine has trailing spaces.320
ErrorsLine is longer than 80 characters.321
ErrorsLine contains a tab character.321
ErrorsLine contains a tab character.322
ErrorsLine contains a tab character.323
ErrorsExpected an @return tag.324
ErrorsMethod 'getVisionTime' is not designed for extension - needs to be abstract, final or empty.324
ErrorsLine has trailing spaces.329
ErrorsLine has trailing spaces.331
ErrorsLine has trailing spaces.333
ErrorsLine is longer than 80 characters.334
ErrorsLine contains a tab character.334
ErrorsLine contains a tab character.335
ErrorsLine contains a tab character.336
ErrorsName 'ShowDebug' must match pattern '^[a-z][a-zA-Z0-9]*$'.338
ErrorsVariable 'ShowDebug' must be private and have accessor methods.338
ErrorsLine contains a tab character.339
ErrorsLine has trailing spaces.341
ErrorsLine has trailing spaces.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.346
ErrorsExpected an @return tag.347
ErrorsMethod 'isShowDebug' is not designed for extension - needs to be abstract, final or empty.347
ErrorsLine has trailing spaces.352
ErrorsLine has trailing spaces.354
ErrorsLine has trailing spaces.356
ErrorsLine contains a tab character.357
ErrorsLine contains a tab character.358
ErrorsLine contains a tab character.359
ErrorsName 'ShowFocalPoint' must match pattern '^[a-z][a-zA-Z0-9]*$'.361
ErrorsVariable 'ShowFocalPoint' must be private and have accessor methods.361
ErrorsLine contains a tab character.362
ErrorsLine has trailing spaces.364
ErrorsLine has trailing spaces.366
ErrorsLine contains a tab character.367
ErrorsLine contains a tab character.368
ErrorsLine contains a tab character.369
ErrorsExpected an @return tag.370
ErrorsMethod 'isShowFocalPoint' is not designed for extension - needs to be abstract, final or empty.370
ErrorsLine has trailing spaces.375
ErrorsLine has trailing spaces.377
ErrorsLine has trailing spaces.379
ErrorsLine is longer than 80 characters.380
ErrorsLine contains a tab character.380
ErrorsLine contains a tab character.381
ErrorsLine contains a tab character.382
ErrorsName 'DrawTraceLines' must match pattern '^[a-z][a-zA-Z0-9]*$'.384
ErrorsVariable 'DrawTraceLines' must be private and have accessor methods.384
ErrorsLine contains a tab character.385
ErrorsLine has trailing spaces.387
ErrorsLine has trailing spaces.389
ErrorsLine is longer than 80 characters.390
ErrorsLine contains a tab character.390
ErrorsLine contains a tab character.391
ErrorsLine contains a tab character.392
ErrorsExpected an @return tag.393
ErrorsMethod 'isDrawTraceLines' is not designed for extension - needs to be abstract, final or empty.393
ErrorsLine has trailing spaces.398
ErrorsLine has trailing spaces.400
ErrorsLine has trailing spaces.402
ErrorsLine contains a tab character.403
ErrorsLine contains a tab character.404
ErrorsLine contains a tab character.405
ErrorsName 'SynchronousOff' must match pattern '^[a-z][a-zA-Z0-9]*$'.407
ErrorsVariable 'SynchronousOff' must be private and have accessor methods.407
ErrorsLine contains a tab character.408
ErrorsLine has trailing spaces.410
ErrorsLine has trailing spaces.412
ErrorsLine contains a tab character.413
ErrorsLine contains a tab character.414
ErrorsLine contains a tab character.415
ErrorsExpected an @return tag.416
ErrorsMethod 'isSynchronousOff' is not designed for extension - needs to be abstract, final or empty.416
ErrorsLine has trailing spaces.421
ErrorsLine has trailing spaces.423
ErrorsLine has trailing spaces.425
ErrorsLine is longer than 80 characters.426
ErrorsLine contains a tab character.426
ErrorsLine contains a tab character.427
ErrorsName 'AutoPickupOff' must match pattern '^[a-z][a-zA-Z0-9]*$'.429
ErrorsVariable 'AutoPickupOff' must be private and have accessor methods.429
ErrorsLine contains a tab character.430
ErrorsLine has trailing spaces.432
ErrorsLine has trailing spaces.434
ErrorsLine is longer than 80 characters.435
ErrorsLine contains a tab character.435
ErrorsLine contains a tab character.436
ErrorsExpected an @return tag.437
ErrorsMethod 'isAutoPickupOff' is not designed for extension - needs to be abstract, final or empty.437
ErrorsLine has trailing spaces.442
ErrorsLine has trailing spaces.444
ErrorsLine has trailing spaces.446
ErrorsLine contains a tab character.447
ErrorsLine contains a tab character.448
ErrorsName 'Action' must match pattern '^[a-z][a-zA-Z0-9]*$'.450
ErrorsVariable 'Action' must be private and have accessor methods.450
ErrorsLine contains a tab character.451
ErrorsLine has trailing spaces.453
ErrorsLine has trailing spaces.455
ErrorsLine contains a tab character.456
ErrorsLine contains a tab character.457
ErrorsExpected an @return tag.458
ErrorsMethod 'getAction' is not designed for extension - needs to be abstract, final or empty.458
ErrorsLine has trailing spaces.463
ErrorsLine has trailing spaces.465
ErrorsLine contains a tab character.470
ErrorsLine has trailing spaces.471
ErrorsLine contains a tab character.471
ErrorsLine is longer than 80 characters.472
ErrorsLine contains a tab character.472
ErrorsMissing a Javadoc comment.472
ErrorsName 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'.472
ErrorsVariable 'Time' must be private and have accessor methods.472
ErrorsLine is longer than 80 characters.474
ErrorsLine contains a tab character.474
ErrorsMethod 'getTime' is not designed for extension - needs to be abstract, final or empty.474
ErrorsMissing a Javadoc comment.474
ErrorsLine contains a tab character.475
ErrorsLine contains a tab character.476
ErrorsLine is longer than 80 characters.478
ErrorsLine contains a tab character.478
ErrorsMethod 'setTime' is not designed for extension - needs to be abstract, final or empty.478
ErrorsMissing a Javadoc comment.478
ErrorsParameter time should be final.478
ErrorsLine is longer than 80 characters.479
ErrorsLine contains a tab character.479
ErrorsLine contains a tab character.480
ErrorsLine is longer than 80 characters.482
ErrorsLine contains a tab character.482
ErrorsMethod 'getLastSeenTime' is not designed for extension - needs to be abstract, final or empty.482
ErrorsMissing a Javadoc comment.482
ErrorsLine contains a tab character.483
ErrorsLine contains a tab character.484
ErrorsLine has trailing spaces.485
ErrorsLine contains a tab character.485
ErrorsLine has trailing spaces.486
ErrorsLine contains a tab character.486
ErrorsLine contains a tab character.487
ErrorsMethod 'getLocal' is not designed for extension - needs to be abstract, final or empty.487
ErrorsMissing a Javadoc comment.487
ErrorsLine contains a tab character.488
ErrorsLine contains a tab character.489
ErrorsLine has trailing spaces.490
ErrorsLine contains a tab character.490
ErrorsLine contains a tab character.491
ErrorsMethod 'getShared' is not designed for extension - needs to be abstract, final or empty.491
ErrorsMissing a Javadoc comment.491
ErrorsLine contains a tab character.492
ErrorsLine contains a tab character.493
ErrorsLine has trailing spaces.494
ErrorsLine contains a tab character.494
ErrorsLine contains a tab character.495
ErrorsMethod 'getStatic' is not designed for extension - needs to be abstract, final or empty.495
ErrorsMissing a Javadoc comment.495
ErrorsLine contains a tab character.496
ErrorsLine contains a tab character.497
ErrorsLine has trailing spaces.498
ErrorsLine contains a tab character.498
ErrorsLine contains a tab character.499
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.499
ErrorsLine contains a tab character.500
ErrorsLine contains a tab character.501
Errors'cast' is not followed by whitespace.501
ErrorsLine contains a tab character.502
ErrorsLine contains a tab character.504
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.504
ErrorsMissing a Javadoc comment.504
ErrorsParameter obj should be final.504
Errors'if' construct must use '{}'s.505
ErrorsLine contains a tab character.505
ErrorsLine contains a tab character.506
Errors'cast' is not followed by whitespace.506
Errors'if' construct must use '{}'s.507
ErrorsLine is longer than 80 characters.507
ErrorsLine contains a tab character.507
Errors'else' construct must use '{}'s.508
ErrorsLine contains a tab character.508
ErrorsLine contains a tab character.509
ErrorsLine contains a tab character.511
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.511
ErrorsMissing a Javadoc comment.511
Errors'if' construct must use '{}'s.512
ErrorsLine contains a tab character.512
ErrorsLine contains a tab character.513
ErrorsLine contains a tab character.514
ErrorsLine has trailing spaces.516
ErrorsLine contains a tab character.516
ErrorsLine contains a tab character.519
ErrorsLine contains a tab character.521
ErrorsLine has trailing spaces.522
ErrorsLine contains a tab character.522
ErrorsLine contains a tab character.523
ErrorsLine has trailing spaces.527
ErrorsParameter original should be final.532
ErrorsExpected @param tag for 'original'.532
ErrorsLine has trailing spaces.533
Errors'=' is not preceded with whitespace.534
Errors'=' is not followed by whitespace.534
ErrorsLine has trailing spaces.535
Errors'=' is not preceded with whitespace.536
Errors'=' is not followed by whitespace.536
ErrorsLine has trailing spaces.537
Errors'=' is not preceded with whitespace.538
Errors'=' is not followed by whitespace.538
ErrorsLine has trailing spaces.539
Errors'=' is not preceded with whitespace.540
Errors'=' is not followed by whitespace.540
ErrorsLine has trailing spaces.541
Errors'=' is not preceded with whitespace.542
Errors'=' is not followed by whitespace.542
ErrorsLine has trailing spaces.543
Errors'=' is not preceded with whitespace.544
Errors'=' is not followed by whitespace.544
ErrorsLine has trailing spaces.545
Errors'=' is not preceded with whitespace.546
Errors'=' is not followed by whitespace.546
ErrorsLine has trailing spaces.547
Errors'=' is not preceded with whitespace.548
Errors'=' is not followed by whitespace.548
ErrorsLine has trailing spaces.549
Errors'=' is not preceded with whitespace.550
Errors'=' is not followed by whitespace.550
ErrorsLine has trailing spaces.551
Errors'=' is not preceded with whitespace.552
Errors'=' is not followed by whitespace.552
ErrorsLine has trailing spaces.553
Errors'=' is not preceded with whitespace.554
Errors'=' is not followed by whitespace.554
ErrorsLine has trailing spaces.555
Errors'=' is not preceded with whitespace.556
Errors'=' is not followed by whitespace.556
ErrorsLine has trailing spaces.557
Errors'=' is not preceded with whitespace.558
Errors'=' is not followed by whitespace.558
ErrorsLine has trailing spaces.559
Errors'=' is not preceded with whitespace.560
Errors'=' is not followed by whitespace.560
ErrorsLine has trailing spaces.561
Errors'=' is not preceded with whitespace.562
Errors'=' is not followed by whitespace.562
ErrorsLine has trailing spaces.563
ErrorsLine has trailing spaces.566
ErrorsLine is longer than 80 characters.568
ErrorsLine contains a tab character.570
ErrorsLine contains a tab character.571
ErrorsLine has trailing spaces.572
ErrorsLine contains a tab character.574
ErrorsLine is longer than 80 characters.575
ErrorsLine contains a tab character.575
ErrorsLine contains a tab character.576
ErrorsLine contains a tab character.577
ErrorsLine contains a tab character.579
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.579
ErrorsMissing a Javadoc comment.579
ErrorsParameter obj should be final.579
ErrorsLine contains a tab character.580
Errors'if' is not followed by whitespace.580
ErrorsLine contains a tab character.581
ErrorsLine is longer than 80 characters.582
ErrorsLine contains a tab character.582
ErrorsLine contains a tab character.583
ErrorsLine contains a tab character.584
ErrorsLine contains a tab character.585
ErrorsLine contains a tab character.586
Errors'cast' is not followed by whitespace.586
ErrorsLine contains a tab character.588
ErrorsLine has trailing spaces.590
ErrorsLine contains a tab character.590
ErrorsLine is longer than 80 characters.591
ErrorsLine contains a tab character.591
ErrorsLine is longer than 80 characters.592
ErrorsLine contains a tab character.592
Errors'=' is not preceded with whitespace.592
Errors'=' is not followed by whitespace.592
ErrorsLine contains a tab character.593
ErrorsLine contains a tab character.594
ErrorsLine has trailing spaces.595
ErrorsLine contains a tab character.595
ErrorsLine is longer than 80 characters.596
ErrorsLine contains a tab character.596
ErrorsLine is longer than 80 characters.597
ErrorsLine contains a tab character.597
Errors'=' is not preceded with whitespace.597
Errors'=' is not followed by whitespace.597
ErrorsLine contains a tab character.598
ErrorsLine contains a tab character.599
ErrorsLine has trailing spaces.600
ErrorsLine contains a tab character.600
ErrorsLine is longer than 80 characters.601
ErrorsLine contains a tab character.601
ErrorsLine contains a tab character.602
Errors'=' is not preceded with whitespace.602
Errors'=' is not followed by whitespace.602
ErrorsLine contains a tab character.603
ErrorsLine contains a tab character.604
ErrorsLine has trailing spaces.605
ErrorsLine contains a tab character.605
ErrorsLine is longer than 80 characters.606
ErrorsLine contains a tab character.606
ErrorsLine is longer than 80 characters.607
ErrorsLine contains a tab character.607
Errors'=' is not preceded with whitespace.607
Errors'=' is not followed by whitespace.607
ErrorsLine contains a tab character.608
ErrorsLine contains a tab character.609
ErrorsLine has trailing spaces.610
ErrorsLine contains a tab character.610
ErrorsLine is longer than 80 characters.611
ErrorsLine is longer than 80 characters.612
ErrorsLine contains a tab character.612
Errors'=' is not preceded with whitespace.612
Errors'=' is not followed by whitespace.612
ErrorsLine contains a tab character.613
ErrorsLine contains a tab character.614
ErrorsLine has trailing spaces.615
ErrorsLine is longer than 80 characters.616
ErrorsLine contains a tab character.616
ErrorsLine is longer than 80 characters.617
ErrorsLine contains a tab character.617
Errors'=' is not preceded with whitespace.617
Errors'=' is not followed by whitespace.617
ErrorsLine contains a tab character.618
ErrorsLine contains a tab character.619
ErrorsLine has trailing spaces.620
ErrorsLine contains a tab character.620
ErrorsLine is longer than 80 characters.621
ErrorsLine contains a tab character.621
ErrorsLine is longer than 80 characters.622
ErrorsLine contains a tab character.622
Errors'=' is not preceded with whitespace.622
Errors'=' is not followed by whitespace.622
ErrorsLine contains a tab character.623
ErrorsLine contains a tab character.624
ErrorsLine has trailing spaces.625
ErrorsLine contains a tab character.625
ErrorsLine is longer than 80 characters.626
ErrorsLine contains a tab character.626
ErrorsLine is longer than 80 characters.627
ErrorsLine contains a tab character.627
Errors'=' is not preceded with whitespace.627
Errors'=' is not followed by whitespace.627
ErrorsLine contains a tab character.628
ErrorsLine contains a tab character.629
ErrorsLine has trailing spaces.630
ErrorsLine contains a tab character.630
ErrorsLine is longer than 80 characters.631
ErrorsLine contains a tab character.631
ErrorsLine is longer than 80 characters.632
ErrorsLine contains a tab character.632
Errors'=' is not preceded with whitespace.632
Errors'=' is not followed by whitespace.632
ErrorsLine contains a tab character.633
ErrorsLine contains a tab character.634
ErrorsLine has trailing spaces.635
ErrorsLine contains a tab character.635
ErrorsLine is longer than 80 characters.636
ErrorsLine contains a tab character.636
ErrorsLine is longer than 80 characters.637
ErrorsLine contains a tab character.637
Errors'=' is not preceded with whitespace.637
Errors'=' is not followed by whitespace.637
ErrorsLine contains a tab character.638
ErrorsLine contains a tab character.639
ErrorsLine has trailing spaces.640
ErrorsLine contains a tab character.640
ErrorsLine is longer than 80 characters.641
ErrorsLine contains a tab character.641
ErrorsLine is longer than 80 characters.642
ErrorsLine contains a tab character.642
Errors'=' is not preceded with whitespace.642
Errors'=' is not followed by whitespace.642
ErrorsLine contains a tab character.643
ErrorsLine contains a tab character.644
ErrorsLine has trailing spaces.645
ErrorsLine contains a tab character.645
ErrorsLine is longer than 80 characters.646
ErrorsLine contains a tab character.646
ErrorsLine is longer than 80 characters.647
ErrorsLine contains a tab character.647
Errors'=' is not preceded with whitespace.647
Errors'=' is not followed by whitespace.647
ErrorsLine contains a tab character.648
ErrorsLine contains a tab character.649
ErrorsLine has trailing spaces.650
ErrorsLine contains a tab character.650
ErrorsLine is longer than 80 characters.651
ErrorsLine contains a tab character.651
ErrorsLine contains a tab character.652
Errors'=' is not preceded with whitespace.652
Errors'=' is not followed by whitespace.652
ErrorsLine contains a tab character.653
ErrorsLine contains a tab character.654
ErrorsLine has trailing spaces.655
ErrorsLine contains a tab character.655
ErrorsLine contains a tab character.656
ErrorsLine has trailing spaces.657
ErrorsLine contains a tab character.657
ErrorsLine contains a tab character.659
ErrorsLine is longer than 80 characters.660
ErrorsLine contains a tab character.660
ErrorsLine contains a tab character.661
ErrorsLine is longer than 80 characters.662
ErrorsLine contains a tab character.662
ErrorsLine contains a tab character.663
ErrorsLine contains a tab character.664
ErrorsLine contains a tab character.666
ErrorsLine is longer than 80 characters.667
ErrorsLine contains a tab character.667
ErrorsLine is longer than 80 characters.668
ErrorsLine contains a tab character.668
ErrorsLine contains a tab character.669
ErrorsExpected an @return tag.670
ErrorsLine contains a tab character.670
ErrorsMethod 'getObject' is not designed for extension - needs to be abstract, final or empty.670
Errors'if' construct must use '{}'s.671
ErrorsLine contains a tab character.671
ErrorsLine contains a tab character.672
ErrorsLine contains a tab character.673
ErrorsLine has trailing spaces.674
ErrorsLine contains a tab character.674
ErrorsLine has trailing spaces.676
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.677
ErrorsMissing a Javadoc comment.677
ErrorsLine has trailing spaces.679
ErrorsLine contains a tab character.680
Errors'+' should be on a new line.680
ErrorsLine has trailing spaces.681
ErrorsLine contains a tab character.681
ErrorsLine contains a tab character.682
Errors'+' should be on a new line.682
ErrorsLine contains a tab character.683
Errors'+' should be on a new line.683
ErrorsLine has trailing spaces.684
ErrorsLine contains a tab character.684
ErrorsLine contains a tab character.685
Errors'+' should be on a new line.685
ErrorsLine contains a tab character.686
Errors'+' should be on a new line.686
ErrorsLine has trailing spaces.687
ErrorsLine contains a tab character.687
ErrorsLine contains a tab character.688
Errors'+' should be on a new line.688
ErrorsLine is longer than 80 characters.689
ErrorsLine contains a tab character.689
Errors'+' should be on a new line.689
ErrorsLine has trailing spaces.690
ErrorsLine contains a tab character.690
ErrorsLine contains a tab character.691
Errors'+' should be on a new line.691
ErrorsLine is longer than 80 characters.692
ErrorsLine contains a tab character.692
Errors'+' should be on a new line.692
ErrorsLine has trailing spaces.693
ErrorsLine contains a tab character.693
ErrorsLine contains a tab character.694
Errors'+' should be on a new line.694
ErrorsLine contains a tab character.695
Errors'+' should be on a new line.695
ErrorsLine has trailing spaces.696
ErrorsLine contains a tab character.696
ErrorsLine contains a tab character.697
Errors'+' should be on a new line.697
ErrorsLine is longer than 80 characters.698
ErrorsLine contains a tab character.698
Errors'+' should be on a new line.698
ErrorsLine has trailing spaces.699
ErrorsLine contains a tab character.699
ErrorsLine contains a tab character.700
Errors'+' should be on a new line.700
ErrorsLine is longer than 80 characters.701
ErrorsLine contains a tab character.701
Errors'+' should be on a new line.701
ErrorsLine has trailing spaces.702
ErrorsLine contains a tab character.702
ErrorsLine contains a tab character.703
Errors'+' should be on a new line.703
ErrorsLine is longer than 80 characters.704
ErrorsLine contains a tab character.704
Errors'+' should be on a new line.704
ErrorsLine has trailing spaces.705
ErrorsLine contains a tab character.705
ErrorsLine contains a tab character.706
Errors'+' should be on a new line.706
ErrorsLine is longer than 80 characters.707
ErrorsLine contains a tab character.707
Errors'+' should be on a new line.707
ErrorsLine has trailing spaces.708
ErrorsLine contains a tab character.708
ErrorsLine contains a tab character.709
Errors'+' should be on a new line.709
ErrorsLine is longer than 80 characters.710
ErrorsLine contains a tab character.710
Errors'+' should be on a new line.710
ErrorsLine has trailing spaces.711
ErrorsLine contains a tab character.711
ErrorsLine contains a tab character.712
Errors'+' should be on a new line.712
ErrorsLine is longer than 80 characters.713
ErrorsLine contains a tab character.713
Errors'+' should be on a new line.713
ErrorsLine has trailing spaces.714
ErrorsLine contains a tab character.714
ErrorsLine contains a tab character.715
Errors'+' should be on a new line.715
ErrorsLine is longer than 80 characters.716
ErrorsLine contains a tab character.716
Errors'+' should be on a new line.716
ErrorsLine has trailing spaces.717
ErrorsLine contains a tab character.717
ErrorsLine contains a tab character.718
Errors'+' should be on a new line.718
ErrorsLine is longer than 80 characters.719
ErrorsLine contains a tab character.719
Errors'+' should be on a new line.719
ErrorsLine has trailing spaces.720
ErrorsLine contains a tab character.720
ErrorsLine contains a tab character.721
Errors'+' should be on a new line.721
ErrorsLine is longer than 80 characters.722
ErrorsLine contains a tab character.722
Errors'+' should be on a new line.722
ErrorsLine has trailing spaces.723
ErrorsLine contains a tab character.723
ErrorsLine contains a tab character.724
Errors'+' should be on a new line.724
ErrorsLine contains a tab character.725
Errors'+' should be on a new line.725
ErrorsLine contains a tab character.726
ErrorsLine has trailing spaces.727
ErrorsLine contains a tab character.727
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.730
ErrorsMissing a Javadoc comment.730
Errors'+' should be on a new line.731
ErrorsLine has trailing spaces.732
Errors'+' should be on a new line.733
Errors'+' should be on a new line.734
Errors'+' should be on a new line.735
ErrorsLine has trailing spaces.736
Errors'+' should be on a new line.737
Errors'+' should be on a new line.738
Errors'+' should be on a new line.739
ErrorsLine has trailing spaces.740
Errors'+' should be on a new line.741
Errors'+' should be on a new line.742
Errors'+' should be on a new line.743
ErrorsLine has trailing spaces.744
Errors'+' should be on a new line.745
Errors'+' should be on a new line.746
Errors'+' should be on a new line.747
ErrorsLine has trailing spaces.748
Errors'+' should be on a new line.749
Errors'+' should be on a new line.750
Errors'+' should be on a new line.751
ErrorsLine has trailing spaces.752
Errors'+' should be on a new line.753
Errors'+' should be on a new line.754
Errors'+' should be on a new line.755
ErrorsLine has trailing spaces.756
Errors'+' should be on a new line.757
Errors'+' should be on a new line.758
Errors'+' should be on a new line.759
ErrorsLine has trailing spaces.760
Errors'+' should be on a new line.761
Errors'+' should be on a new line.762
Errors'+' should be on a new line.763
ErrorsLine has trailing spaces.764
Errors'+' should be on a new line.765
Errors'+' should be on a new line.766
Errors'+' should be on a new line.767
ErrorsLine has trailing spaces.768
Errors'+' should be on a new line.769
Errors'+' should be on a new line.770
Errors'+' should be on a new line.771
ErrorsLine has trailing spaces.772
Errors'+' should be on a new line.773
Errors'+' should be on a new line.774
Errors'+' should be on a new line.775
ErrorsLine has trailing spaces.776
Errors'+' should be on a new line.777
Errors'+' should be on a new line.778
Errors'+' should be on a new line.779
ErrorsLine has trailing spaces.780
Errors'+' should be on a new line.781
Errors'+' should be on a new line.782
Errors'+' should be on a new line.783
ErrorsLine has trailing spaces.784
Errors'+' should be on a new line.785
Errors'+' should be on a new line.786
Errors'+' should be on a new line.787
ErrorsLine has trailing spaces.788
Errors'+' should be on a new line.789
Errors'+' should be on a new line.790
Errors'+' should be on a new line.791
ErrorsLine has trailing spaces.795
ErrorsLine has trailing spaces.796
ErrorsLine has trailing spaces.799

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/EndMessage.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.46
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.58
ErrorsLine has trailing spaces.59
ErrorsLine contains a tab character.59
ErrorsParameter Time should be final.62
Errors'Time' hides a field.62
ErrorsName 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'.62
ErrorsLine has trailing spaces.63
ErrorsLine has trailing spaces.65
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine has trailing spaces.75
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsName 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'.81
ErrorsVariable 'Time' must be private and have accessor methods.81
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsExpected an @return tag.89
ErrorsMethod 'getTime' is not designed for extension - needs to be abstract, final or empty.89
ErrorsLine has trailing spaces.94
ErrorsLine has trailing spaces.96
ErrorsLine contains a tab character.101
ErrorsLine has trailing spaces.102
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.103
ErrorsMissing a Javadoc comment.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine has trailing spaces.107
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.112
ErrorsLine has trailing spaces.113
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsLine has trailing spaces.118
ErrorsParameter original should be final.123
ErrorsExpected @param tag for 'original'.123
ErrorsLine has trailing spaces.124
Errors'=' is not preceded with whitespace.125
Errors'=' is not followed by whitespace.125
ErrorsLine has trailing spaces.126
ErrorsLine has trailing spaces.129
ErrorsLine is longer than 80 characters.131
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsLine has trailing spaces.135
ErrorsLine has trailing spaces.137
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.138
ErrorsMissing a Javadoc comment.138
ErrorsLine has trailing spaces.140
ErrorsLine contains a tab character.141
Errors'+' should be on a new line.141
ErrorsLine has trailing spaces.142
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.143
Errors'+' should be on a new line.143
ErrorsLine contains a tab character.144
Errors'+' should be on a new line.144
ErrorsLine contains a tab character.145
ErrorsLine has trailing spaces.146
ErrorsLine contains a tab character.146
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.149
ErrorsMissing a Javadoc comment.149
Errors'+' should be on a new line.150
ErrorsLine has trailing spaces.151
Errors'+' should be on a new line.152
Errors'+' should be on a new line.153
Errors'+' should be on a new line.154
ErrorsLine has trailing spaces.158
ErrorsLine has trailing spaces.159
ErrorsLine has trailing spaces.162

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/EnteredVehicle.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 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 has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.43
ErrorsLine has trailing spaces.47
ErrorsLine contains a tab character.48
Errors'{' should be on the previous line.50
ErrorsLine has trailing spaces.51
ErrorsLine has trailing spaces.54
ErrorsLine is longer than 80 characters.55
ErrorsLine contains a tab character.55
ErrorsLine is longer than 80 characters.56
ErrorsLine contains a tab character.56
ErrorsLine is longer than 80 characters.57
ErrorsLine contains a tab character.57
ErrorsLine is longer than 80 characters.58
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.62
ErrorsLine is longer than 80 characters.62
ErrorsParameter Id should be final.66
Errors'Id' hides a field.66
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.66
ErrorsParameter Type should be final.66
Errors'Type' hides a field.66
ErrorsName 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'.66
ErrorsParameter Location should be final.66
Errors'Location' hides a field.66
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.66
ErrorsLine has trailing spaces.67
ErrorsLine has trailing spaces.69
ErrorsLine has trailing spaces.71
ErrorsLine has trailing spaces.73
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine has trailing spaces.80
ErrorsLine has trailing spaces.83
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.87
ErrorsVariable 'Id' must be private and have accessor methods.87
ErrorsLine contains a tab character.88
ErrorsLine has trailing spaces.90
ErrorsExpected an @return tag.93
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.93
ErrorsLine has trailing spaces.98
ErrorsLine has trailing spaces.100
ErrorsName 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'.104
ErrorsVariable 'Type' must be private and have accessor methods.104
ErrorsLine contains a tab character.105
ErrorsLine has trailing spaces.107
ErrorsExpected an @return tag.110
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.110
ErrorsLine has trailing spaces.115
ErrorsLine has trailing spaces.117
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.121
ErrorsVariable 'Location' must be private and have accessor methods.121
ErrorsLine contains a tab character.122
ErrorsLine has trailing spaces.124
ErrorsExpected an @return tag.127
ErrorsMethod 'getLocation' is not designed for extension - needs to be abstract, final or empty.127
ErrorsLine has trailing spaces.132
ErrorsLine has trailing spaces.134
ErrorsLine contains a tab character.139
ErrorsLine has trailing spaces.140
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.141
ErrorsMissing a Javadoc comment.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.148
ErrorsLine contains a tab character.150
ErrorsLine has trailing spaces.151
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsLine has trailing spaces.156
ErrorsParameter original should be final.161
ErrorsExpected @param tag for 'original'.161
ErrorsLine has trailing spaces.162
Errors'=' is not preceded with whitespace.163
Errors'=' is not followed by whitespace.163
ErrorsLine has trailing spaces.164
Errors'=' is not preceded with whitespace.165
Errors'=' is not followed by whitespace.165
ErrorsLine has trailing spaces.166
Errors'=' is not preceded with whitespace.167
Errors'=' is not followed by whitespace.167
ErrorsLine has trailing spaces.168
ErrorsLine has trailing spaces.171
ErrorsLine is longer than 80 characters.173
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsLine has trailing spaces.177
ErrorsLine has trailing spaces.179
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.180
ErrorsMissing a Javadoc comment.180
ErrorsLine has trailing spaces.182
ErrorsLine contains a tab character.183
Errors'+' should be on a new line.183
ErrorsLine has trailing spaces.184
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.185
Errors'+' should be on a new line.185
ErrorsLine contains a tab character.186
Errors'+' should be on a new line.186
ErrorsLine has trailing spaces.187
ErrorsLine contains a tab character.187
ErrorsLine contains a tab character.188
Errors'+' should be on a new line.188
ErrorsLine contains a tab character.189
Errors'+' should be on a new line.189
ErrorsLine has trailing spaces.190
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191
Errors'+' should be on a new line.191
ErrorsLine is longer than 80 characters.192
ErrorsLine contains a tab character.192
Errors'+' should be on a new line.192
ErrorsLine contains a tab character.193
ErrorsLine has trailing spaces.194
ErrorsLine contains a tab character.194
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.197
ErrorsMissing a Javadoc comment.197
Errors'+' should be on a new line.198
ErrorsLine has trailing spaces.199
Errors'+' should be on a new line.200
Errors'+' should be on a new line.201
Errors'+' should be on a new line.202
ErrorsLine has trailing spaces.203
Errors'+' should be on a new line.204
Errors'+' should be on a new line.205
Errors'+' should be on a new line.206
ErrorsLine has trailing spaces.207
Errors'+' should be on a new line.208
Errors'+' should be on a new line.209
Errors'+' should be on a new line.210
ErrorsLine has trailing spaces.214
ErrorsLine has trailing spaces.215
ErrorsLine has trailing spaces.218

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/ExitedVehicle.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.36
ErrorsLine contains a tab character.36
ErrorsLine has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.46
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.53
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.63
ErrorsMissing a Javadoc comment.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.78
ErrorsParameter original should be final.83
ErrorsExpected @param tag for 'original'.83
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.87
ErrorsLine is longer than 80 characters.89
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine has trailing spaces.93
ErrorsLine has trailing spaces.95
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.96
ErrorsMissing a Javadoc comment.96
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.99
Errors'+' should be on a new line.99
ErrorsLine contains a tab character.100
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.104
ErrorsMissing a Javadoc comment.104
Errors'+' should be on a new line.105
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.110
ErrorsLine has trailing spaces.113

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/FactoryUsed.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.45
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.56
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.58
ErrorsLine is longer than 80 characters.59
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsParameter Success should be final.63
Errors'Success' hides a field.63
ErrorsName 'Success' must match pattern '^[a-z][a-zA-Z0-9]*$'.63
ErrorsParameter Reason should be final.63
Errors'Reason' hides a field.63
ErrorsName 'Reason' must match pattern '^[a-z][a-zA-Z0-9]*$'.63
ErrorsLine has trailing spaces.64
ErrorsLine has trailing spaces.66
ErrorsLine has trailing spaces.68
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.75
ErrorsLine has trailing spaces.78
ErrorsLine has trailing spaces.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsName 'Success' must match pattern '^[a-z][a-zA-Z0-9]*$'.84
ErrorsVariable 'Success' must be private and have accessor methods.84
ErrorsLine contains a tab character.85
ErrorsLine has trailing spaces.87
ErrorsLine has trailing spaces.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsExpected an @return tag.92
ErrorsMethod 'isSuccess' is not designed for extension - needs to be abstract, final or empty.92
ErrorsLine has trailing spaces.97
ErrorsLine has trailing spaces.99
ErrorsLine has trailing spaces.101
ErrorsLine is longer than 80 characters.102
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsName 'Reason' must match pattern '^[a-z][a-zA-Z0-9]*$'.105
ErrorsVariable 'Reason' must be private and have accessor methods.105
ErrorsLine contains a tab character.106
ErrorsLine has trailing spaces.108
ErrorsLine has trailing spaces.110
ErrorsLine is longer than 80 characters.111
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsExpected an @return tag.113
ErrorsMethod 'getReason' is not designed for extension - needs to be abstract, final or empty.113
ErrorsLine has trailing spaces.118
ErrorsLine has trailing spaces.120
ErrorsLine contains a tab character.125
ErrorsLine has trailing spaces.126
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.127
ErrorsMissing a Javadoc comment.127
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine has trailing spaces.131
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.136
ErrorsLine has trailing spaces.137
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine has trailing spaces.142
ErrorsParameter original should be final.147
ErrorsExpected @param tag for 'original'.147
ErrorsLine has trailing spaces.148
Errors'=' is not preceded with whitespace.149
Errors'=' is not followed by whitespace.149
ErrorsLine has trailing spaces.150
Errors'=' is not preceded with whitespace.151
Errors'=' is not followed by whitespace.151
ErrorsLine has trailing spaces.152
ErrorsLine has trailing spaces.155
ErrorsLine is longer than 80 characters.157
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsLine has trailing spaces.161
ErrorsLine has trailing spaces.163
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.164
ErrorsMissing a Javadoc comment.164
ErrorsLine has trailing spaces.166
ErrorsLine contains a tab character.167
Errors'+' should be on a new line.167
ErrorsLine has trailing spaces.168
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
Errors'+' should be on a new line.169
ErrorsLine contains a tab character.170
Errors'+' should be on a new line.170
ErrorsLine has trailing spaces.171
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
Errors'+' should be on a new line.172
ErrorsLine contains a tab character.173
Errors'+' should be on a new line.173
ErrorsLine contains a tab character.174
ErrorsLine has trailing spaces.175
ErrorsLine contains a tab character.175
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.178
ErrorsMissing a Javadoc comment.178
Errors'+' should be on a new line.179
ErrorsLine has trailing spaces.180
Errors'+' should be on a new line.181
Errors'+' should be on a new line.182
Errors'+' should be on a new line.183
ErrorsLine has trailing spaces.184
Errors'+' should be on a new line.185
Errors'+' should be on a new line.186
Errors'+' should be on a new line.187
ErrorsLine has trailing spaces.191
ErrorsLine has trailing spaces.192
ErrorsLine has trailing spaces.195

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/FallEdge.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
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 has trailing spaces.39
ErrorsLine contains a tab character.39
ErrorsLine has trailing spaces.42
ErrorsLine has trailing spaces.44
ErrorsLine has trailing spaces.48
ErrorsLine contains a tab character.49
Errors'{' should be on the previous line.51
ErrorsLine has trailing spaces.52
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine is longer than 80 characters.59
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.63
ErrorsLine is longer than 80 characters.64
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.65
ErrorsParameter Fell should be final.69
Errors'Fell' hides a field.69
ErrorsName 'Fell' must match pattern '^[a-z][a-zA-Z0-9]*$'.69
ErrorsParameter Location should be final.69
Errors'Location' hides a field.69
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.69
ErrorsLine has trailing spaces.70
ErrorsLine has trailing spaces.72
ErrorsLine has trailing spaces.74
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine has trailing spaces.81
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.86
ErrorsLine is longer than 80 characters.87
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsName 'Fell' must match pattern '^[a-z][a-zA-Z0-9]*$'.90
ErrorsVariable 'Fell' must be private and have accessor methods.90
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.93
ErrorsLine has trailing spaces.95
ErrorsLine is longer than 80 characters.96
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsExpected an @return tag.98
ErrorsMethod 'isFell' is not designed for extension - needs to be abstract, final or empty.98
ErrorsLine has trailing spaces.103
ErrorsLine has trailing spaces.105
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.109
ErrorsVariable 'Location' must be private and have accessor methods.109
ErrorsLine contains a tab character.110
ErrorsLine has trailing spaces.112
ErrorsExpected an @return tag.115
ErrorsMethod 'getLocation' is not designed for extension - needs to be abstract, final or empty.115
ErrorsLine has trailing spaces.120
ErrorsLine has trailing spaces.122
ErrorsLine contains a tab character.127
ErrorsLine has trailing spaces.128
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.129
ErrorsMissing a Javadoc comment.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsLine has trailing spaces.133
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.138
ErrorsLine has trailing spaces.139
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine has trailing spaces.144
ErrorsParameter original should be final.149
ErrorsExpected @param tag for 'original'.149
ErrorsLine has trailing spaces.150
Errors'=' is not preceded with whitespace.151
Errors'=' is not followed by whitespace.151
ErrorsLine has trailing spaces.152
Errors'=' is not preceded with whitespace.153
Errors'=' is not followed by whitespace.153
ErrorsLine has trailing spaces.154
ErrorsLine has trailing spaces.157
ErrorsLine is longer than 80 characters.159
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
ErrorsLine has trailing spaces.163
ErrorsLine has trailing spaces.165
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.166
ErrorsMissing a Javadoc comment.166
ErrorsLine has trailing spaces.168
ErrorsLine contains a tab character.169
Errors'+' should be on a new line.169
ErrorsLine has trailing spaces.170
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
Errors'+' should be on a new line.171
ErrorsLine contains a tab character.172
Errors'+' should be on a new line.172
ErrorsLine has trailing spaces.173
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
Errors'+' should be on a new line.174
ErrorsLine is longer than 80 characters.175
ErrorsLine contains a tab character.175
Errors'+' should be on a new line.175
ErrorsLine contains a tab character.176
ErrorsLine has trailing spaces.177
ErrorsLine contains a tab character.177
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.180
ErrorsMissing a Javadoc comment.180
Errors'+' should be on a new line.181
ErrorsLine has trailing spaces.182
Errors'+' should be on a new line.183
Errors'+' should be on a new line.184
Errors'+' should be on a new line.185
ErrorsLine has trailing spaces.186
Errors'+' should be on a new line.187
Errors'+' should be on a new line.188
Errors'+' should be on a new line.189
ErrorsLine has trailing spaces.193
ErrorsLine has trailing spaces.194
ErrorsLine has trailing spaces.197

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/FastTraceResponse.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.46
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.57
ErrorsLine is longer than 80 characters.58
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.63
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine contains a tab character.69
ErrorsParameter Id should be final.72
Errors'Id' hides a field.72
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.72
ErrorsParameter From should be final.72
Errors'From' hides a field.72
ErrorsName 'From' must match pattern '^[a-z][a-zA-Z0-9]*$'.72
ErrorsParameter To should be final.72
Errors'To' hides a field.72
ErrorsName 'To' must match pattern '^[a-z][a-zA-Z0-9]*$'.72
ErrorsParameter Result should be final.72
Errors'Result' hides a field.72
ErrorsName 'Result' must match pattern '^[a-z][a-zA-Z0-9]*$'.72
ErrorsLine has trailing spaces.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.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine has trailing spaces.88
ErrorsLine has trailing spaces.91
ErrorsLine has trailing spaces.93
ErrorsLine is longer than 80 characters.94
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.98
ErrorsVariable 'Id' must be private and have accessor methods.98
ErrorsLine contains a tab character.99
ErrorsLine has trailing spaces.101
ErrorsLine has trailing spaces.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
ErrorsExpected an @return tag.107
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.107
ErrorsLine has trailing spaces.112
ErrorsLine has trailing spaces.114
ErrorsLine has trailing spaces.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsName 'From' must match pattern '^[a-z][a-zA-Z0-9]*$'.120
ErrorsVariable 'From' must be private and have accessor methods.120
ErrorsLine contains a tab character.121
ErrorsLine has trailing spaces.123
ErrorsLine has trailing spaces.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsExpected an @return tag.128
ErrorsMethod 'getFrom' is not designed for extension - needs to be abstract, final or empty.128
ErrorsLine has trailing spaces.133
ErrorsLine has trailing spaces.135
ErrorsLine has trailing spaces.137
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsName 'To' must match pattern '^[a-z][a-zA-Z0-9]*$'.141
ErrorsVariable 'To' must be private and have accessor methods.141
ErrorsLine contains a tab character.142
ErrorsLine has trailing spaces.144
ErrorsLine has trailing spaces.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsExpected an @return tag.149
ErrorsMethod 'getTo' is not designed for extension - needs to be abstract, final or empty.149
ErrorsLine has trailing spaces.154
ErrorsLine has trailing spaces.156
ErrorsLine has trailing spaces.158
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsName 'Result' must match pattern '^[a-z][a-zA-Z0-9]*$'.162
ErrorsVariable 'Result' must be private and have accessor methods.162
ErrorsLine contains a tab character.163
ErrorsLine has trailing spaces.165
ErrorsLine has trailing spaces.167
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsExpected an @return tag.170
ErrorsMethod 'isResult' is not designed for extension - needs to be abstract, final or empty.170
ErrorsLine has trailing spaces.175
ErrorsLine has trailing spaces.177
ErrorsLine contains a tab character.182
ErrorsLine has trailing spaces.183
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.184
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.184
ErrorsMissing a Javadoc comment.184
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
ErrorsLine has trailing spaces.188
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.193
ErrorsLine has trailing spaces.194
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.195
ErrorsLine has trailing spaces.199
ErrorsParameter original should be final.204
ErrorsExpected @param tag for 'original'.204
ErrorsLine has trailing spaces.205
Errors'=' is not preceded with whitespace.206
Errors'=' is not followed by whitespace.206
ErrorsLine has trailing spaces.207
Errors'=' is not preceded with whitespace.208
Errors'=' is not followed by whitespace.208
ErrorsLine has trailing spaces.209
Errors'=' is not preceded with whitespace.210
Errors'=' is not followed by whitespace.210
ErrorsLine has trailing spaces.211
Errors'=' is not preceded with whitespace.212
Errors'=' is not followed by whitespace.212
ErrorsLine has trailing spaces.213
ErrorsLine has trailing spaces.216
ErrorsLine is longer than 80 characters.218
ErrorsLine contains a tab character.220
ErrorsLine contains a tab character.221
ErrorsLine has trailing spaces.222
ErrorsLine has trailing spaces.224
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.225
ErrorsMissing a Javadoc comment.225
ErrorsLine has trailing spaces.227
ErrorsLine contains a tab character.228
Errors'+' should be on a new line.228
ErrorsLine has trailing spaces.229
ErrorsLine contains a tab character.229
ErrorsLine contains a tab character.230
Errors'+' should be on a new line.230
ErrorsLine contains a tab character.231
Errors'+' should be on a new line.231
ErrorsLine has trailing spaces.232
ErrorsLine contains a tab character.232
ErrorsLine contains a tab character.233
Errors'+' should be on a new line.233
ErrorsLine contains a tab character.234
Errors'+' should be on a new line.234
ErrorsLine has trailing spaces.235
ErrorsLine contains a tab character.235
ErrorsLine contains a tab character.236
Errors'+' should be on a new line.236
ErrorsLine contains a tab character.237
Errors'+' should be on a new line.237
ErrorsLine has trailing spaces.238
ErrorsLine contains a tab character.238
ErrorsLine contains a tab character.239
Errors'+' should be on a new line.239
ErrorsLine contains a tab character.240
Errors'+' should be on a new line.240
ErrorsLine contains a tab character.241
ErrorsLine has trailing spaces.242
ErrorsLine contains a tab character.242
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.245
ErrorsMissing a Javadoc comment.245
Errors'+' should be on a new line.246
ErrorsLine has trailing spaces.247
Errors'+' should be on a new line.248
Errors'+' should be on a new line.249
Errors'+' should be on a new line.250
ErrorsLine has trailing spaces.251
Errors'+' should be on a new line.252
Errors'+' should be on a new line.253
Errors'+' should be on a new line.254
ErrorsLine has trailing spaces.255
Errors'+' should be on a new line.256
Errors'+' should be on a new line.257
Errors'+' should be on a new line.258
ErrorsLine has trailing spaces.259
Errors'+' should be on a new line.260
Errors'+' should be on a new line.261
Errors'+' should be on a new line.262
ErrorsLine has trailing spaces.266
ErrorsLine has trailing spaces.267
ErrorsLine has trailing spaces.270

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/FlagInfo.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.45
ErrorsLine is longer than 80 characters.46
ErrorsLine contains a tab character.46
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.58
ErrorsLine has trailing spaces.59
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine is longer than 80 characters.61
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.63
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine is longer than 80 characters.65
ErrorsLine contains a tab character.65
ErrorsLine is longer than 80 characters.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.74
ErrorsLine contains a tab character.75
ErrorsLine is longer than 80 characters.76
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.77
ErrorsLine is longer than 80 characters.80
ErrorsParameter Id should be final.80
Errors'Id' hides a field.80
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.80
ErrorsParameter Location should be final.80
Errors'Location' hides a field.80
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.80
ErrorsParameter Holder should be final.80
Errors'Holder' hides a field.80
ErrorsName 'Holder' must match pattern '^[a-z][a-zA-Z0-9]*$'.80
ErrorsParameter Team should be final.80
Errors'Team' hides a field.80
ErrorsName 'Team' must match pattern '^[a-z][a-zA-Z0-9]*$'.80
ErrorsParameter Reachable should be final.80
Errors'Reachable' hides a field.80
ErrorsName 'Reachable' must match pattern '^[a-z][a-zA-Z0-9]*$'.80
ErrorsParameter Visible should be final.80
Errors'Visible' hides a field.80
ErrorsName 'Visible' must match pattern '^[a-z][a-zA-Z0-9]*$'.80
ErrorsParameter State should be final.80
Errors'State' hides a field.80
ErrorsName 'State' must match pattern '^[a-z][a-zA-Z0-9]*$'.80
ErrorsLine has trailing spaces.81
ErrorsLine has trailing spaces.83
ErrorsLine has trailing spaces.85
ErrorsLine has trailing spaces.87
ErrorsLine has trailing spaces.89
ErrorsLine has trailing spaces.91
ErrorsLine has trailing spaces.93
ErrorsLine has trailing spaces.95
ErrorsLine has trailing spaces.98
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 has trailing spaces.102
ErrorsLine has trailing spaces.105
ErrorsLine has trailing spaces.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.111
ErrorsVariable 'Id' must be private and have accessor methods.111
ErrorsLine contains a tab character.112
ErrorsLine has trailing spaces.114
ErrorsLine has trailing spaces.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsExpected an @return tag.119
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.119
ErrorsLine has trailing spaces.124
ErrorsLine has trailing spaces.126
ErrorsLine has trailing spaces.128
ErrorsLine is longer than 80 characters.129
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.133
ErrorsVariable 'Location' must be private and have accessor methods.133
ErrorsLine contains a tab character.134
ErrorsLine has trailing spaces.136
ErrorsLine has trailing spaces.138
ErrorsLine is longer than 80 characters.139
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsExpected an @return tag.142
ErrorsMethod 'getLocation' is not designed for extension - needs to be abstract, final or empty.142
ErrorsLine has trailing spaces.147
ErrorsLine has trailing spaces.149
ErrorsLine has trailing spaces.151
ErrorsLine is longer than 80 characters.152
ErrorsLine contains a tab character.152
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
ErrorsName 'Holder' must match pattern '^[a-z][a-zA-Z0-9]*$'.157
ErrorsVariable 'Holder' must be private and have accessor methods.157
ErrorsLine contains a tab character.158
ErrorsLine has trailing spaces.160
ErrorsLine has trailing spaces.162
ErrorsLine is longer than 80 characters.163
ErrorsLine contains a tab character.163
ErrorsLine is longer than 80 characters.164
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsExpected an @return tag.167
ErrorsMethod 'getHolder' is not designed for extension - needs to be abstract, final or empty.167
ErrorsLine has trailing spaces.172
ErrorsLine has trailing spaces.174
ErrorsName 'Team' must match pattern '^[a-z][a-zA-Z0-9]*$'.178
ErrorsVariable 'Team' must be private and have accessor methods.178
ErrorsLine contains a tab character.179
ErrorsLine has trailing spaces.181
ErrorsExpected an @return tag.184
ErrorsMethod 'getTeam' is not designed for extension - needs to be abstract, final or empty.184
ErrorsLine has trailing spaces.189
ErrorsLine has trailing spaces.191
ErrorsLine has trailing spaces.193
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.195
ErrorsName 'Reachable' must match pattern '^[a-z][a-zA-Z0-9]*$'.197
ErrorsVariable 'Reachable' must be private and have accessor methods.197
ErrorsLine contains a tab character.198
ErrorsLine has trailing spaces.200
ErrorsLine has trailing spaces.202
ErrorsLine contains a tab character.203
ErrorsLine contains a tab character.204
ErrorsExpected an @return tag.205
ErrorsMethod 'isReachable' is not designed for extension - needs to be abstract, final or empty.205
ErrorsLine has trailing spaces.210
ErrorsLine has trailing spaces.212
ErrorsName 'Visible' must match pattern '^[a-z][a-zA-Z0-9]*$'.216
ErrorsVariable 'Visible' must be private and have accessor methods.216
ErrorsLine contains a tab character.217
ErrorsLine has trailing spaces.219
ErrorsExpected an @return tag.222
ErrorsMethod 'isVisible' is not designed for extension - needs to be abstract, final or empty.222
ErrorsLine has trailing spaces.227
ErrorsLine has trailing spaces.229
ErrorsLine has trailing spaces.231
ErrorsLine contains a tab character.232
ErrorsLine is longer than 80 characters.233
ErrorsLine contains a tab character.233
ErrorsLine contains a tab character.234
ErrorsName 'State' must match pattern '^[a-z][a-zA-Z0-9]*$'.236
ErrorsVariable 'State' must be private and have accessor methods.236
ErrorsLine contains a tab character.237
ErrorsLine has trailing spaces.239
ErrorsLine has trailing spaces.241
ErrorsLine contains a tab character.242
ErrorsLine is longer than 80 characters.243
ErrorsLine contains a tab character.243
ErrorsLine contains a tab character.244
ErrorsExpected an @return tag.245
ErrorsMethod 'getState' is not designed for extension - needs to be abstract, final or empty.245
ErrorsLine has trailing spaces.250
ErrorsLine has trailing spaces.252
ErrorsLine contains a tab character.257
ErrorsLine has trailing spaces.258
ErrorsLine contains a tab character.258
ErrorsLine is longer than 80 characters.259
ErrorsLine contains a tab character.259
ErrorsMissing a Javadoc comment.259
ErrorsName 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'.259
ErrorsVariable 'Time' must be private and have accessor methods.259
ErrorsLine is longer than 80 characters.261
ErrorsLine contains a tab character.261
ErrorsMethod 'getTime' is not designed for extension - needs to be abstract, final or empty.261
ErrorsMissing a Javadoc comment.261
ErrorsLine contains a tab character.262
ErrorsLine contains a tab character.263
ErrorsLine is longer than 80 characters.265
ErrorsLine contains a tab character.265
ErrorsMethod 'setTime' is not designed for extension - needs to be abstract, final or empty.265
ErrorsMissing a Javadoc comment.265
ErrorsParameter time should be final.265
ErrorsLine is longer than 80 characters.266
ErrorsLine contains a tab character.266
ErrorsLine contains a tab character.267
ErrorsLine is longer than 80 characters.269
ErrorsLine contains a tab character.269
ErrorsMethod 'getLastSeenTime' is not designed for extension - needs to be abstract, final or empty.269
ErrorsMissing a Javadoc comment.269
ErrorsLine contains a tab character.270
ErrorsLine contains a tab character.271
ErrorsLine has trailing spaces.272
ErrorsLine contains a tab character.272
ErrorsLine has trailing spaces.273
ErrorsLine contains a tab character.273
ErrorsLine contains a tab character.274
ErrorsMethod 'getLocal' is not designed for extension - needs to be abstract, final or empty.274
ErrorsMissing a Javadoc comment.274
ErrorsLine contains a tab character.275
ErrorsLine contains a tab character.276
ErrorsLine has trailing spaces.277
ErrorsLine contains a tab character.277
ErrorsLine contains a tab character.278
ErrorsMethod 'getShared' is not designed for extension - needs to be abstract, final or empty.278
ErrorsMissing a Javadoc comment.278
ErrorsLine contains a tab character.279
ErrorsLine contains a tab character.280
ErrorsLine has trailing spaces.281
ErrorsLine contains a tab character.281
ErrorsLine contains a tab character.282
ErrorsMethod 'getStatic' is not designed for extension - needs to be abstract, final or empty.282
ErrorsMissing a Javadoc comment.282
ErrorsLine contains a tab character.283
ErrorsLine contains a tab character.284
ErrorsLine has trailing spaces.285
ErrorsLine contains a tab character.285
ErrorsLine contains a tab character.286
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.286
ErrorsLine contains a tab character.287
ErrorsLine contains a tab character.288
Errors'cast' is not followed by whitespace.288
ErrorsLine contains a tab character.289
ErrorsLine contains a tab character.291
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.291
ErrorsMissing a Javadoc comment.291
ErrorsParameter obj should be final.291
Errors'if' construct must use '{}'s.292
ErrorsLine contains a tab character.292
ErrorsLine contains a tab character.293
Errors'cast' is not followed by whitespace.293
Errors'if' construct must use '{}'s.294
ErrorsLine is longer than 80 characters.294
ErrorsLine contains a tab character.294
Errors'else' construct must use '{}'s.295
ErrorsLine contains a tab character.295
ErrorsLine contains a tab character.296
ErrorsLine contains a tab character.298
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.298
ErrorsMissing a Javadoc comment.298
Errors'if' construct must use '{}'s.299
ErrorsLine contains a tab character.299
ErrorsLine contains a tab character.300
ErrorsLine contains a tab character.301
ErrorsLine has trailing spaces.303
ErrorsLine contains a tab character.303
ErrorsLine contains a tab character.306
ErrorsLine contains a tab character.308
ErrorsLine has trailing spaces.309
ErrorsLine contains a tab character.309
ErrorsLine contains a tab character.310
ErrorsLine has trailing spaces.314
ErrorsParameter original should be final.319
ErrorsExpected @param tag for 'original'.319
ErrorsLine has trailing spaces.320
Errors'=' is not preceded with whitespace.321
Errors'=' is not followed by whitespace.321
ErrorsLine has trailing spaces.322
Errors'=' is not preceded with whitespace.323
Errors'=' is not followed by whitespace.323
ErrorsLine has trailing spaces.324
Errors'=' is not preceded with whitespace.325
Errors'=' is not followed by whitespace.325
ErrorsLine has trailing spaces.326
Errors'=' is not preceded with whitespace.327
Errors'=' is not followed by whitespace.327
ErrorsLine has trailing spaces.328
Errors'=' is not preceded with whitespace.329
Errors'=' is not followed by whitespace.329
ErrorsLine has trailing spaces.330
Errors'=' is not preceded with whitespace.331
Errors'=' is not followed by whitespace.331
ErrorsLine has trailing spaces.332
Errors'=' is not preceded with whitespace.333
Errors'=' is not followed by whitespace.333
ErrorsLine has trailing spaces.334
ErrorsLine has trailing spaces.337
ErrorsLine is longer than 80 characters.339
ErrorsLine contains a tab character.341
ErrorsLine contains a tab character.342
ErrorsLine has trailing spaces.343
ErrorsLine contains a tab character.345
ErrorsLine contains a tab character.346
ErrorsLine contains a tab character.347
ErrorsLine is longer than 80 characters.348
ErrorsLine contains a tab character.348
ErrorsLine contains a tab character.350
ErrorsMissing a Javadoc comment.350
ErrorsLine contains a tab character.352
ErrorsMissing a Javadoc comment.352
ErrorsParameter orig should be final.352
Errors'orig' hides a field.352
ErrorsLine contains a tab character.353
ErrorsLine contains a tab character.354
ErrorsLine contains a tab character.356
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.356
ErrorsMissing a Javadoc comment.356
ErrorsLine contains a tab character.357
ErrorsLine contains a tab character.358
ErrorsLine has trailing spaces.359
ErrorsLine contains a tab character.359
ErrorsLine contains a tab character.360
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.360
ErrorsMissing a Javadoc comment.360
ErrorsLine contains a tab character.361
ErrorsLine contains a tab character.362
ErrorsLine is longer than 80 characters.364
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.364
ErrorsMissing a Javadoc comment.364
ErrorsParameter obj should be final.364
ErrorsLine is longer than 80 characters.366
ErrorsLine is longer than 80 characters.369
Errors'cast' is not followed by whitespace.372
ErrorsLine is longer than 80 characters.374
ErrorsLine contains a tab character.374
ErrorsLine is longer than 80 characters.375
ErrorsLine contains a tab character.375
ErrorsLine contains a tab character.376
ErrorsLine is longer than 80 characters.377
ErrorsLine contains a tab character.377
ErrorsLine contains a tab character.378
ErrorsMethod 'getObject' is not designed for extension - needs to be abstract, final or empty.381
ErrorsMissing a Javadoc comment.381
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.385
ErrorsMissing a Javadoc comment.385
ErrorsLine is longer than 80 characters.386
ErrorsLine contains a tab character.389
ErrorsLine contains a tab character.391
ErrorsLine is longer than 80 characters.392
ErrorsLine contains a tab character.392
ErrorsLine contains a tab character.393
ErrorsLine is longer than 80 characters.394
ErrorsLine contains a tab character.394
ErrorsParameter Original should be final.394
ErrorsExpected @param tag for 'Original'.394
ErrorsName 'Original' must match pattern '^[a-z][a-zA-Z0-9]*$'.394
ErrorsParameter Visible should be final.394
Errors'Visible' hides a field.394
ErrorsExpected @param tag for 'Visible'.394
ErrorsName 'Visible' must match pattern '^[a-z][a-zA-Z0-9]*$'.394
ErrorsLine contains a tab character.395
ErrorsLine contains a tab character.396
ErrorsLine contains a tab character.397
ErrorsLine is longer than 80 characters.399
ErrorsLine contains a tab character.399
ErrorsMethod 'createDisappearEvent' is not designed for extension - needs to be abstract, final or empty.399
ErrorsMissing a Javadoc comment.399
ErrorsLine contains a tab character.400
ErrorsLine contains a tab character.401
ErrorsLine has trailing spaces.402
ErrorsLine contains a tab character.402
ErrorsLine contains a tab character.404
ErrorsLine is longer than 80 characters.405
ErrorsLine contains a tab character.405
ErrorsLine contains a tab character.406
ErrorsLine contains a tab character.407
ErrorsLine contains a tab character.409
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.409
ErrorsMissing a Javadoc comment.409
ErrorsParameter obj should be final.409
ErrorsLine contains a tab character.410
Errors'if' is not followed by whitespace.410
ErrorsLine contains a tab character.411
ErrorsLine is longer than 80 characters.412
ErrorsLine contains a tab character.412
ErrorsLine contains a tab character.413
ErrorsLine contains a tab character.414
ErrorsLine contains a tab character.415
ErrorsLine contains a tab character.416
Errors'cast' is not followed by whitespace.416
ErrorsLine contains a tab character.418
ErrorsLine has trailing spaces.420
ErrorsLine contains a tab character.420
ErrorsLine is longer than 80 characters.422
ErrorsLine contains a tab character.422
Errors'=' is not preceded with whitespace.422
Errors'=' is not followed by whitespace.422
ErrorsLine contains a tab character.423
ErrorsLine contains a tab character.424
ErrorsLine has trailing spaces.425
ErrorsLine is longer than 80 characters.426
ErrorsLine contains a tab character.426
ErrorsLine contains a tab character.427
Errors'=' is not preceded with whitespace.427
Errors'=' is not followed by whitespace.427
ErrorsLine contains a tab character.428
ErrorsLine contains a tab character.429
ErrorsLine has trailing spaces.430
ErrorsLine contains a tab character.430
ErrorsLine contains a tab character.431
ErrorsLine contains a tab character.432
Errors'=' is not preceded with whitespace.432
Errors'=' is not followed by whitespace.432
ErrorsLine contains a tab character.433
ErrorsLine contains a tab character.434
ErrorsLine has trailing spaces.435
ErrorsLine contains a tab character.435
ErrorsLine is longer than 80 characters.436
ErrorsLine contains a tab character.436
ErrorsLine is longer than 80 characters.437
ErrorsLine contains a tab character.437
Errors'=' is not preceded with whitespace.437
Errors'=' is not followed by whitespace.437
ErrorsLine contains a tab character.438
ErrorsLine contains a tab character.439
ErrorsLine has trailing spaces.440
ErrorsLine contains a tab character.440
ErrorsLine is longer than 80 characters.441
ErrorsLine contains a tab character.441
ErrorsLine contains a tab character.442
Errors'=' is not preceded with whitespace.442
Errors'=' is not followed by whitespace.442
ErrorsLine contains a tab character.443
ErrorsLine contains a tab character.444
ErrorsLine has trailing spaces.445
ErrorsLine contains a tab character.445
ErrorsLine is longer than 80 characters.446
ErrorsLine contains a tab character.446
ErrorsLine contains a tab character.447
Errors'=' is not preceded with whitespace.447
Errors'=' is not followed by whitespace.447
ErrorsLine contains a tab character.448
ErrorsLine contains a tab character.449
ErrorsLine has trailing spaces.450
ErrorsLine contains a tab character.450
ErrorsLine contains a tab character.451
ErrorsLine has trailing spaces.452
ErrorsLine contains a tab character.452
ErrorsLine contains a tab character.454
ErrorsLine is longer than 80 characters.455
ErrorsLine contains a tab character.455
ErrorsLine contains a tab character.456
ErrorsLine is longer than 80 characters.457
ErrorsLine contains a tab character.457
ErrorsLine contains a tab character.458
ErrorsLine contains a tab character.459
ErrorsLine contains a tab character.461
ErrorsLine is longer than 80 characters.462
ErrorsLine contains a tab character.462
ErrorsLine is longer than 80 characters.463
ErrorsLine contains a tab character.463
ErrorsLine contains a tab character.464
ErrorsExpected an @return tag.465
ErrorsLine contains a tab character.465
ErrorsMethod 'getObject' is not designed for extension - needs to be abstract, final or empty.465
Errors'if' construct must use '{}'s.466
ErrorsLine contains a tab character.466
ErrorsLine contains a tab character.467
ErrorsLine contains a tab character.468
ErrorsLine has trailing spaces.469
ErrorsLine contains a tab character.469
ErrorsLine has trailing spaces.471
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.472
ErrorsMissing a Javadoc comment.472
ErrorsLine has trailing spaces.474
ErrorsLine contains a tab character.475
Errors'+' should be on a new line.475
ErrorsLine has trailing spaces.476
ErrorsLine contains a tab character.476
ErrorsLine contains a tab character.477
Errors'+' should be on a new line.477
ErrorsLine contains a tab character.478
Errors'+' should be on a new line.478
ErrorsLine has trailing spaces.479
ErrorsLine contains a tab character.479
ErrorsLine contains a tab character.480
Errors'+' should be on a new line.480
ErrorsLine is longer than 80 characters.481
ErrorsLine contains a tab character.481
Errors'+' should be on a new line.481
ErrorsLine has trailing spaces.482
ErrorsLine contains a tab character.482
ErrorsLine contains a tab character.483
Errors'+' should be on a new line.483
ErrorsLine contains a tab character.484
Errors'+' should be on a new line.484
ErrorsLine has trailing spaces.485
ErrorsLine contains a tab character.485
ErrorsLine contains a tab character.486
Errors'+' should be on a new line.486
ErrorsLine contains a tab character.487
Errors'+' should be on a new line.487
ErrorsLine has trailing spaces.488
ErrorsLine contains a tab character.488
ErrorsLine contains a tab character.489
Errors'+' should be on a new line.489
ErrorsLine is longer than 80 characters.490
ErrorsLine contains a tab character.490
Errors'+' should be on a new line.490
ErrorsLine has trailing spaces.491
ErrorsLine contains a tab character.491
ErrorsLine contains a tab character.492
Errors'+' should be on a new line.492
ErrorsLine contains a tab character.493
Errors'+' should be on a new line.493
ErrorsLine has trailing spaces.494
ErrorsLine contains a tab character.494
ErrorsLine contains a tab character.495
Errors'+' should be on a new line.495
ErrorsLine contains a tab character.496
Errors'+' should be on a new line.496
ErrorsLine contains a tab character.497
ErrorsLine has trailing spaces.498
ErrorsLine contains a tab character.498
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.501
ErrorsMissing a Javadoc comment.501
Errors'+' should be on a new line.502
ErrorsLine has trailing spaces.503
Errors'+' should be on a new line.504
Errors'+' should be on a new line.505
Errors'+' should be on a new line.506
ErrorsLine has trailing spaces.507
Errors'+' should be on a new line.508
Errors'+' should be on a new line.509
Errors'+' should be on a new line.510
ErrorsLine has trailing spaces.511
Errors'+' should be on a new line.512
Errors'+' should be on a new line.513
Errors'+' should be on a new line.514
ErrorsLine has trailing spaces.515
Errors'+' should be on a new line.516
Errors'+' should be on a new line.517
Errors'+' should be on a new line.518
ErrorsLine has trailing spaces.519
Errors'+' should be on a new line.520
Errors'+' should be on a new line.521
Errors'+' should be on a new line.522
ErrorsLine has trailing spaces.523
Errors'+' should be on a new line.524
Errors'+' should be on a new line.525
Errors'+' should be on a new line.526
ErrorsLine has trailing spaces.527
Errors'+' should be on a new line.528
Errors'+' should be on a new line.529
Errors'+' should be on a new line.530
ErrorsLine has trailing spaces.534
ErrorsLine has trailing spaces.535
ErrorsLine has trailing spaces.538

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/GameInfo.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.40
ErrorsLine has trailing spaces.42
ErrorsLine has trailing spaces.46
ErrorsLine contains a tab character.47
Errors'{' should be on the previous line.49
ErrorsLine has trailing spaces.50
ErrorsLine has trailing spaces.53
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 has trailing spaces.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.64
ErrorsLine is longer than 80 characters.65
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.74
ErrorsLine is longer than 80 characters.75
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.78
ErrorsLine is longer than 80 characters.79
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine has trailing spaces.82
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.83
ErrorsLine is longer than 80 characters.84
ErrorsLine contains a tab character.84
ErrorsLine has trailing spaces.85
ErrorsLine contains a tab character.85
ErrorsLine has trailing spaces.86
ErrorsLine is longer than 80 characters.87
ErrorsLine contains a tab character.87
ErrorsLine has trailing spaces.88
ErrorsLine contains a tab character.88
ErrorsLine has trailing spaces.89
ErrorsLine is longer than 80 characters.90
ErrorsLine contains a tab character.90
ErrorsLine has trailing spaces.91
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.92
ErrorsLine contains a tab character.93
ErrorsLine has trailing spaces.94
ErrorsLine contains a tab character.94
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.98
ErrorsMore than 7 parameters.100
ErrorsLine is longer than 80 characters.101
ErrorsParameter Gametype should be final.101
Errors'Gametype' hides a field.101
ErrorsName 'Gametype' must match pattern '^[a-z][a-zA-Z0-9]*$'.101
ErrorsParameter Level should be final.101
Errors'Level' hides a field.101
ErrorsName 'Level' must match pattern '^[a-z][a-zA-Z0-9]*$'.101
ErrorsParameter WeaponStay should be final.101
Errors'WeaponStay' hides a field.101
ErrorsName 'WeaponStay' must match pattern '^[a-z][a-zA-Z0-9]*$'.101
ErrorsParameter TimeLimit should be final.101
Errors'TimeLimit' hides a field.101
ErrorsName 'TimeLimit' must match pattern '^[a-z][a-zA-Z0-9]*$'.101
ErrorsParameter FragLimit should be final.101
Errors'FragLimit' hides a field.101
ErrorsName 'FragLimit' must match pattern '^[a-z][a-zA-Z0-9]*$'.101
ErrorsParameter GoalTeamScore should be final.101
Errors'GoalTeamScore' hides a field.101
ErrorsName 'GoalTeamScore' must match pattern '^[a-z][a-zA-Z0-9]*$'.101
ErrorsParameter MaxTeams should be final.101
Errors'MaxTeams' hides a field.101
ErrorsName 'MaxTeams' must match pattern '^[a-z][a-zA-Z0-9]*$'.101
ErrorsParameter MaxTeamSize should be final.101
Errors'MaxTeamSize' hides a field.101
ErrorsName 'MaxTeamSize' must match pattern '^[a-z][a-zA-Z0-9]*$'.101
ErrorsParameter RedBaseLocation should be final.101
Errors'RedBaseLocation' hides a field.101
ErrorsName 'RedBaseLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'.101
ErrorsParameter BlueBaseLocation should be final.101
Errors'BlueBaseLocation' hides a field.101
ErrorsName 'BlueBaseLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'.101
ErrorsParameter GamePaused should be final.101
Errors'GamePaused' hides a field.101
ErrorsName 'GamePaused' must match pattern '^[a-z][a-zA-Z0-9]*$'.101
ErrorsParameter BotsPaused should be final.101
Errors'BotsPaused' hides a field.101
ErrorsName 'BotsPaused' must match pattern '^[a-z][a-zA-Z0-9]*$'.101
ErrorsLine has trailing spaces.102
ErrorsLine has trailing spaces.104
ErrorsLine has trailing spaces.106
ErrorsLine has trailing spaces.108
ErrorsLine has trailing spaces.110
ErrorsLine has trailing spaces.112
ErrorsLine has trailing spaces.114
ErrorsLine has trailing spaces.116
ErrorsLine has trailing spaces.118
ErrorsLine has trailing spaces.120
ErrorsLine has trailing spaces.122
ErrorsLine has trailing spaces.124
ErrorsLine has trailing spaces.126
ErrorsLine has trailing spaces.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine is longer than 80 characters.132
ErrorsLine contains a tab character.132
ErrorsLine has trailing spaces.133
ErrorsLine has trailing spaces.136
ErrorsLine has trailing spaces.138
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsName 'Gametype' must match pattern '^[a-z][a-zA-Z0-9]*$'.143
ErrorsVariable 'Gametype' must be private and have accessor methods.143
ErrorsLine contains a tab character.144
ErrorsLine has trailing spaces.146
ErrorsLine has trailing spaces.148
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsExpected an @return tag.152
ErrorsMethod 'getGametype' is not designed for extension - needs to be abstract, final or empty.152
ErrorsLine has trailing spaces.157
ErrorsLine has trailing spaces.159
ErrorsName 'Level' must match pattern '^[a-z][a-zA-Z0-9]*$'.163
ErrorsVariable 'Level' must be private and have accessor methods.163
ErrorsLine contains a tab character.164
ErrorsLine has trailing spaces.166
ErrorsExpected an @return tag.169
ErrorsMethod 'getLevel' is not designed for extension - needs to be abstract, final or empty.169
ErrorsLine has trailing spaces.174
ErrorsLine has trailing spaces.176
ErrorsLine has trailing spaces.178
ErrorsLine is longer than 80 characters.179
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.180
ErrorsName 'WeaponStay' must match pattern '^[a-z][a-zA-Z0-9]*$'.182
ErrorsVariable 'WeaponStay' must be private and have accessor methods.182
ErrorsLine contains a tab character.183
ErrorsLine has trailing spaces.185
ErrorsLine has trailing spaces.187
ErrorsLine is longer than 80 characters.188
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.189
ErrorsExpected an @return tag.190
ErrorsMethod 'isWeaponStay' is not designed for extension - needs to be abstract, final or empty.190
ErrorsLine has trailing spaces.195
ErrorsLine has trailing spaces.197
ErrorsLine has trailing spaces.199
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.202
ErrorsName 'TimeLimit' must match pattern '^[a-z][a-zA-Z0-9]*$'.204
ErrorsVariable 'TimeLimit' must be private and have accessor methods.204
ErrorsLine contains a tab character.205
ErrorsLine has trailing spaces.207
ErrorsLine has trailing spaces.209
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.211
ErrorsLine contains a tab character.212
ErrorsExpected an @return tag.213
ErrorsMethod 'getTimeLimit' is not designed for extension - needs to be abstract, final or empty.213
ErrorsLine has trailing spaces.218
ErrorsLine has trailing spaces.220
ErrorsLine has trailing spaces.222
ErrorsLine contains a tab character.223
ErrorsLine contains a tab character.224
ErrorsName 'FragLimit' must match pattern '^[a-z][a-zA-Z0-9]*$'.226
ErrorsVariable 'FragLimit' must be private and have accessor methods.226
ErrorsLine contains a tab character.227
ErrorsLine has trailing spaces.229
ErrorsLine has trailing spaces.231
ErrorsLine contains a tab character.232
ErrorsLine contains a tab character.233
ErrorsExpected an @return tag.234
ErrorsMethod 'getFragLimit' is not designed for extension - needs to be abstract, final or empty.234
ErrorsLine has trailing spaces.239
ErrorsLine has trailing spaces.241
ErrorsLine has trailing spaces.243
ErrorsLine is longer than 80 characters.244
ErrorsLine contains a tab character.244
ErrorsLine contains a tab character.245
ErrorsLine contains a tab character.246
ErrorsName 'GoalTeamScore' must match pattern '^[a-z][a-zA-Z0-9]*$'.248
ErrorsVariable 'GoalTeamScore' must be private and have accessor methods.248
ErrorsLine contains a tab character.249
ErrorsLine has trailing spaces.251
ErrorsLine has trailing spaces.253
ErrorsLine is longer than 80 characters.254
ErrorsLine contains a tab character.254
ErrorsLine contains a tab character.255
ErrorsLine contains a tab character.256
ErrorsExpected an @return tag.257
ErrorsMethod 'getGoalTeamScore' is not designed for extension - needs to be abstract, final or empty.257
ErrorsLine has trailing spaces.262
ErrorsLine has trailing spaces.264
ErrorsLine has trailing spaces.266
ErrorsLine is longer than 80 characters.267
ErrorsLine contains a tab character.267
ErrorsLine contains a tab character.268
ErrorsLine contains a tab character.269
ErrorsLine contains a tab character.270
ErrorsName 'MaxTeams' must match pattern '^[a-z][a-zA-Z0-9]*$'.272
ErrorsVariable 'MaxTeams' must be private and have accessor methods.272
ErrorsLine contains a tab character.273
ErrorsLine has trailing spaces.275
ErrorsLine has trailing spaces.277
ErrorsLine is longer than 80 characters.278
ErrorsLine contains a tab character.278
ErrorsLine contains a tab character.279
ErrorsLine contains a tab character.280
ErrorsLine contains a tab character.281
ErrorsExpected an @return tag.282
ErrorsMethod 'getMaxTeams' is not designed for extension - needs to be abstract, final or empty.282
ErrorsLine has trailing spaces.287
ErrorsLine has trailing spaces.289
ErrorsLine has trailing spaces.291
ErrorsLine is longer than 80 characters.292
ErrorsLine contains a tab character.292
ErrorsLine contains a tab character.293
ErrorsName 'MaxTeamSize' must match pattern '^[a-z][a-zA-Z0-9]*$'.295
ErrorsVariable 'MaxTeamSize' must be private and have accessor methods.295
ErrorsLine contains a tab character.296
ErrorsLine has trailing spaces.298
ErrorsLine has trailing spaces.300
ErrorsLine is longer than 80 characters.301
ErrorsLine contains a tab character.301
ErrorsLine contains a tab character.302
ErrorsExpected an @return tag.303
ErrorsMethod 'getMaxTeamSize' is not designed for extension - needs to be abstract, final or empty.303
ErrorsLine has trailing spaces.308
ErrorsLine has trailing spaces.310
ErrorsLine has trailing spaces.312
ErrorsLine is longer than 80 characters.313
ErrorsLine contains a tab character.313
ErrorsLine contains a tab character.314
ErrorsName 'RedBaseLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'.316
ErrorsVariable 'RedBaseLocation' must be private and have accessor methods.316
ErrorsLine contains a tab character.317
ErrorsLine has trailing spaces.319
ErrorsLine has trailing spaces.321
ErrorsLine is longer than 80 characters.322
ErrorsLine contains a tab character.322
ErrorsLine contains a tab character.323
ErrorsExpected an @return tag.324
ErrorsMethod 'getRedBaseLocation' is not designed for extension - needs to be abstract, final or empty.324
ErrorsLine has trailing spaces.329
ErrorsLine has trailing spaces.331
ErrorsLine has trailing spaces.333
ErrorsLine is longer than 80 characters.334
ErrorsLine contains a tab character.334
ErrorsLine contains a tab character.335
ErrorsName 'BlueBaseLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'.337
ErrorsVariable 'BlueBaseLocation' must be private and have accessor methods.337
ErrorsLine contains a tab character.338
ErrorsLine has trailing spaces.340
ErrorsLine has trailing spaces.342
ErrorsLine is longer than 80 characters.343
ErrorsLine contains a tab character.343
ErrorsLine contains a tab character.344
ErrorsExpected an @return tag.345
ErrorsMethod 'getBlueBaseLocation' is not designed for extension - needs to be abstract, final or empty.345
ErrorsLine has trailing spaces.350
ErrorsLine has trailing spaces.352
ErrorsLine has trailing spaces.354
ErrorsLine contains a tab character.355
ErrorsLine contains a tab character.356
ErrorsName 'GamePaused' must match pattern '^[a-z][a-zA-Z0-9]*$'.358
ErrorsVariable 'GamePaused' must be private and have accessor methods.358
ErrorsLine contains a tab character.359
ErrorsLine has trailing spaces.361
ErrorsLine has trailing spaces.363
ErrorsLine contains a tab character.364
ErrorsLine contains a tab character.365
ErrorsExpected an @return tag.366
ErrorsMethod 'isGamePaused' is not designed for extension - needs to be abstract, final or empty.366
ErrorsLine has trailing spaces.371
ErrorsLine has trailing spaces.373
ErrorsLine has trailing spaces.375
ErrorsLine contains a tab character.376
ErrorsLine contains a tab character.377
ErrorsLine contains a tab character.378
ErrorsName 'BotsPaused' must match pattern '^[a-z][a-zA-Z0-9]*$'.380
ErrorsVariable 'BotsPaused' must be private and have accessor methods.380
ErrorsLine contains a tab character.381
ErrorsLine has trailing spaces.383
ErrorsLine has trailing spaces.385
ErrorsLine contains a tab character.386
ErrorsLine contains a tab character.387
ErrorsLine contains a tab character.388
ErrorsExpected an @return tag.389
ErrorsMethod 'isBotsPaused' is not designed for extension - needs to be abstract, final or empty.389
ErrorsLine has trailing spaces.394
ErrorsLine has trailing spaces.396
ErrorsLine contains a tab character.401
ErrorsLine has trailing spaces.402
ErrorsLine contains a tab character.402
ErrorsLine is longer than 80 characters.403
ErrorsLine contains a tab character.403
ErrorsMissing a Javadoc comment.403
ErrorsName 'GameInfoId' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.403
ErrorsLine contains a tab character.405
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.405
ErrorsMissing a Javadoc comment.405
ErrorsLine contains a tab character.406
ErrorsLine contains a tab character.407
ErrorsLine has trailing spaces.408
ErrorsLine contains a tab character.408
ErrorsLine is longer than 80 characters.409
ErrorsLine contains a tab character.409
ErrorsMissing a Javadoc comment.409
ErrorsName 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'.409
ErrorsVariable 'Time' must be private and have accessor methods.409
ErrorsLine is longer than 80 characters.411
ErrorsLine contains a tab character.411
ErrorsMethod 'getTime' is not designed for extension - needs to be abstract, final or empty.411
ErrorsMissing a Javadoc comment.411
ErrorsLine contains a tab character.412
ErrorsLine contains a tab character.413
ErrorsLine is longer than 80 characters.415
ErrorsLine contains a tab character.415
ErrorsMethod 'setTime' is not designed for extension - needs to be abstract, final or empty.415
ErrorsMissing a Javadoc comment.415
ErrorsParameter time should be final.415
ErrorsLine is longer than 80 characters.416
ErrorsLine contains a tab character.416
ErrorsLine contains a tab character.417
ErrorsLine is longer than 80 characters.419
ErrorsLine contains a tab character.419
ErrorsMethod 'getLastSeenTime' is not designed for extension - needs to be abstract, final or empty.419
ErrorsMissing a Javadoc comment.419
ErrorsLine contains a tab character.420
ErrorsLine contains a tab character.421
ErrorsLine has trailing spaces.422
ErrorsLine contains a tab character.422
ErrorsLine has trailing spaces.423
ErrorsLine contains a tab character.423
ErrorsLine contains a tab character.424
ErrorsMethod 'getLocal' is not designed for extension - needs to be abstract, final or empty.424
ErrorsMissing a Javadoc comment.424
ErrorsLine contains a tab character.425
ErrorsLine contains a tab character.426
ErrorsLine has trailing spaces.427
ErrorsLine contains a tab character.427
ErrorsLine contains a tab character.428
ErrorsMethod 'getShared' is not designed for extension - needs to be abstract, final or empty.428
ErrorsMissing a Javadoc comment.428
ErrorsLine contains a tab character.429
ErrorsLine contains a tab character.430
ErrorsLine has trailing spaces.431
ErrorsLine contains a tab character.431
ErrorsLine contains a tab character.432
ErrorsMethod 'getStatic' is not designed for extension - needs to be abstract, final or empty.432
ErrorsMissing a Javadoc comment.432
ErrorsLine contains a tab character.433
ErrorsLine contains a tab character.434
ErrorsLine has trailing spaces.435
ErrorsLine contains a tab character.435
ErrorsLine contains a tab character.436
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.436
ErrorsLine contains a tab character.437
ErrorsLine contains a tab character.438
Errors'cast' is not followed by whitespace.438
ErrorsLine contains a tab character.439
ErrorsLine contains a tab character.441
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.441
ErrorsMissing a Javadoc comment.441
ErrorsParameter obj should be final.441
Errors'if' construct must use '{}'s.442
ErrorsLine contains a tab character.442
ErrorsLine contains a tab character.443
Errors'cast' is not followed by whitespace.443
Errors'if' construct must use '{}'s.444
ErrorsLine is longer than 80 characters.444
ErrorsLine contains a tab character.444
Errors'else' construct must use '{}'s.445
ErrorsLine contains a tab character.445
ErrorsLine contains a tab character.446
ErrorsLine contains a tab character.448
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.448
ErrorsMissing a Javadoc comment.448
Errors'if' construct must use '{}'s.449
ErrorsLine contains a tab character.449
ErrorsLine contains a tab character.450
ErrorsLine contains a tab character.451
ErrorsLine has trailing spaces.453
ErrorsLine contains a tab character.453
ErrorsLine contains a tab character.456
ErrorsLine contains a tab character.458
ErrorsLine has trailing spaces.459
ErrorsLine contains a tab character.459
ErrorsLine contains a tab character.460
ErrorsLine has trailing spaces.464
ErrorsParameter original should be final.469
ErrorsExpected @param tag for 'original'.469
ErrorsLine has trailing spaces.470
Errors'=' is not preceded with whitespace.471
Errors'=' is not followed by whitespace.471
ErrorsLine has trailing spaces.472
Errors'=' is not preceded with whitespace.473
Errors'=' is not followed by whitespace.473
ErrorsLine has trailing spaces.474
Errors'=' is not preceded with whitespace.475
Errors'=' is not followed by whitespace.475
ErrorsLine has trailing spaces.476
Errors'=' is not preceded with whitespace.477
Errors'=' is not followed by whitespace.477
ErrorsLine has trailing spaces.478
Errors'=' is not preceded with whitespace.479
Errors'=' is not followed by whitespace.479
ErrorsLine has trailing spaces.480
Errors'=' is not preceded with whitespace.481
Errors'=' is not followed by whitespace.481
ErrorsLine has trailing spaces.482
Errors'=' is not preceded with whitespace.483
Errors'=' is not followed by whitespace.483
ErrorsLine has trailing spaces.484
Errors'=' is not preceded with whitespace.485
Errors'=' is not followed by whitespace.485
ErrorsLine has trailing spaces.486
Errors'=' is not preceded with whitespace.487
Errors'=' is not followed by whitespace.487
ErrorsLine has trailing spaces.488
Errors'=' is not preceded with whitespace.489
Errors'=' is not followed by whitespace.489
ErrorsLine has trailing spaces.490
Errors'=' is not preceded with whitespace.491
Errors'=' is not followed by whitespace.491
ErrorsLine has trailing spaces.492
Errors'=' is not preceded with whitespace.493
Errors'=' is not followed by whitespace.493
ErrorsLine has trailing spaces.494
ErrorsLine has trailing spaces.497
ErrorsLine is longer than 80 characters.499
ErrorsLine contains a tab character.501
ErrorsLine contains a tab character.502
ErrorsLine has trailing spaces.503
ErrorsLine contains a tab character.505
ErrorsLine is longer than 80 characters.506
ErrorsLine contains a tab character.506
ErrorsLine contains a tab character.507
ErrorsLine contains a tab character.508
ErrorsLine contains a tab character.510
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.510
ErrorsMissing a Javadoc comment.510
ErrorsParameter obj should be final.510
ErrorsLine contains a tab character.511
Errors'if' is not followed by whitespace.511
ErrorsLine contains a tab character.512
ErrorsLine is longer than 80 characters.513
ErrorsLine contains a tab character.513
ErrorsLine contains a tab character.514
ErrorsLine contains a tab character.515
ErrorsLine contains a tab character.516
ErrorsLine contains a tab character.517
Errors'cast' is not followed by whitespace.517
ErrorsLine contains a tab character.519
ErrorsLine has trailing spaces.521
ErrorsLine contains a tab character.521
ErrorsLine is longer than 80 characters.522
ErrorsLine contains a tab character.522
ErrorsLine contains a tab character.523
Errors'=' is not preceded with whitespace.523
Errors'=' is not followed by whitespace.523
ErrorsLine contains a tab character.524
ErrorsLine contains a tab character.525
ErrorsLine has trailing spaces.526
ErrorsLine contains a tab character.526
ErrorsLine is longer than 80 characters.527
ErrorsLine contains a tab character.527
ErrorsLine is longer than 80 characters.528
ErrorsLine contains a tab character.528
Errors'=' is not preceded with whitespace.528
Errors'=' is not followed by whitespace.528
ErrorsLine contains a tab character.529
ErrorsLine contains a tab character.530
ErrorsLine has trailing spaces.531
ErrorsLine contains a tab character.531
ErrorsLine is longer than 80 characters.532
ErrorsLine contains a tab character.532
ErrorsLine is longer than 80 characters.533
ErrorsLine contains a tab character.533
Errors'=' is not preceded with whitespace.533
Errors'=' is not followed by whitespace.533
ErrorsLine contains a tab character.534
ErrorsLine contains a tab character.535
ErrorsLine has trailing spaces.536
ErrorsLine contains a tab character.536
ErrorsLine is longer than 80 characters.537
ErrorsLine contains a tab character.537
ErrorsLine is longer than 80 characters.538
ErrorsLine contains a tab character.538
Errors'=' is not preceded with whitespace.538
Errors'=' is not followed by whitespace.538
ErrorsLine contains a tab character.539
ErrorsLine contains a tab character.540
ErrorsLine has trailing spaces.541
ErrorsLine contains a tab character.541
ErrorsLine is longer than 80 characters.542
ErrorsLine contains a tab character.542
ErrorsLine is longer than 80 characters.543
ErrorsLine contains a tab character.543
Errors'=' is not preceded with whitespace.543
Errors'=' is not followed by whitespace.543
ErrorsLine contains a tab character.544
ErrorsLine contains a tab character.545
ErrorsLine has trailing spaces.546
ErrorsLine contains a tab character.546
ErrorsLine contains a tab character.547
ErrorsLine has trailing spaces.548
ErrorsLine contains a tab character.548
ErrorsLine contains a tab character.550
ErrorsLine is longer than 80 characters.551
ErrorsLine contains a tab character.551
ErrorsLine contains a tab character.552
ErrorsLine is longer than 80 characters.553
ErrorsLine contains a tab character.553
ErrorsLine contains a tab character.554
ErrorsLine contains a tab character.555
ErrorsLine contains a tab character.557
ErrorsLine is longer than 80 characters.558
ErrorsLine contains a tab character.558
ErrorsLine is longer than 80 characters.559
ErrorsLine contains a tab character.559
ErrorsLine contains a tab character.560
ErrorsExpected an @return tag.561
ErrorsLine contains a tab character.561
ErrorsMethod 'getObject' is not designed for extension - needs to be abstract, final or empty.561
Errors'if' construct must use '{}'s.562
ErrorsLine contains a tab character.562
ErrorsLine contains a tab character.563
ErrorsLine contains a tab character.564
ErrorsLine has trailing spaces.565
ErrorsLine contains a tab character.565
ErrorsLine has trailing spaces.567
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.568
ErrorsMissing a Javadoc comment.568
ErrorsLine has trailing spaces.570
ErrorsLine contains a tab character.571
Errors'+' should be on a new line.571
ErrorsLine has trailing spaces.572
ErrorsLine contains a tab character.572
ErrorsLine contains a tab character.573
Errors'+' should be on a new line.573
ErrorsLine is longer than 80 characters.574
ErrorsLine contains a tab character.574
Errors'+' should be on a new line.574
ErrorsLine has trailing spaces.575
ErrorsLine contains a tab character.575
ErrorsLine contains a tab character.576
Errors'+' should be on a new line.576
ErrorsLine contains a tab character.577
Errors'+' should be on a new line.577
ErrorsLine has trailing spaces.578
ErrorsLine contains a tab character.578
ErrorsLine contains a tab character.579
Errors'+' should be on a new line.579
ErrorsLine is longer than 80 characters.580
ErrorsLine contains a tab character.580
Errors'+' should be on a new line.580
ErrorsLine has trailing spaces.581
ErrorsLine contains a tab character.581
ErrorsLine contains a tab character.582
Errors'+' should be on a new line.582
ErrorsLine is longer than 80 characters.583
ErrorsLine contains a tab character.583
Errors'+' should be on a new line.583
ErrorsLine has trailing spaces.584
ErrorsLine contains a tab character.584
ErrorsLine contains a tab character.585
Errors'+' should be on a new line.585
ErrorsLine is longer than 80 characters.586
ErrorsLine contains a tab character.586
Errors'+' should be on a new line.586
ErrorsLine has trailing spaces.587
ErrorsLine contains a tab character.587
ErrorsLine contains a tab character.588
Errors'+' should be on a new line.588
ErrorsLine is longer than 80 characters.589
ErrorsLine contains a tab character.589
Errors'+' should be on a new line.589
ErrorsLine has trailing spaces.590
ErrorsLine contains a tab character.590
ErrorsLine contains a tab character.591
Errors'+' should be on a new line.591
ErrorsLine is longer than 80 characters.592
ErrorsLine contains a tab character.592
Errors'+' should be on a new line.592
ErrorsLine has trailing spaces.593
ErrorsLine contains a tab character.593
ErrorsLine contains a tab character.594
Errors'+' should be on a new line.594
ErrorsLine is longer than 80 characters.595
ErrorsLine contains a tab character.595
Errors'+' should be on a new line.595
ErrorsLine has trailing spaces.596
ErrorsLine contains a tab character.596
ErrorsLine contains a tab character.597
Errors'+' should be on a new line.597
ErrorsLine is longer than 80 characters.598
ErrorsLine contains a tab character.598
Errors'+' should be on a new line.598
ErrorsLine has trailing spaces.599
ErrorsLine contains a tab character.599
ErrorsLine contains a tab character.600
Errors'+' should be on a new line.600
ErrorsLine is longer than 80 characters.601
ErrorsLine contains a tab character.601
Errors'+' should be on a new line.601
ErrorsLine has trailing spaces.602
ErrorsLine contains a tab character.602
ErrorsLine contains a tab character.603
Errors'+' should be on a new line.603
ErrorsLine is longer than 80 characters.604
ErrorsLine contains a tab character.604
Errors'+' should be on a new line.604
ErrorsLine has trailing spaces.605
ErrorsLine contains a tab character.605
ErrorsLine contains a tab character.606
Errors'+' should be on a new line.606
ErrorsLine is longer than 80 characters.607
ErrorsLine contains a tab character.607
Errors'+' should be on a new line.607
ErrorsLine contains a tab character.608
ErrorsLine has trailing spaces.609
ErrorsLine contains a tab character.609
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.612
ErrorsMissing a Javadoc comment.612
Errors'+' should be on a new line.613
ErrorsLine has trailing spaces.614
Errors'+' should be on a new line.615
Errors'+' should be on a new line.616
Errors'+' should be on a new line.617
ErrorsLine has trailing spaces.618
Errors'+' should be on a new line.619
Errors'+' should be on a new line.620
Errors'+' should be on a new line.621
ErrorsLine has trailing spaces.622
Errors'+' should be on a new line.623
Errors'+' should be on a new line.624
Errors'+' should be on a new line.625
ErrorsLine has trailing spaces.626
Errors'+' should be on a new line.627
Errors'+' should be on a new line.628
Errors'+' should be on a new line.629
ErrorsLine has trailing spaces.630
Errors'+' should be on a new line.631
Errors'+' should be on a new line.632
Errors'+' should be on a new line.633
ErrorsLine has trailing spaces.634
Errors'+' should be on a new line.635
Errors'+' should be on a new line.636
Errors'+' should be on a new line.637
ErrorsLine has trailing spaces.638
Errors'+' should be on a new line.639
Errors'+' should be on a new line.640
Errors'+' should be on a new line.641
ErrorsLine has trailing spaces.642
Errors'+' should be on a new line.643
Errors'+' should be on a new line.644
Errors'+' should be on a new line.645
ErrorsLine has trailing spaces.646
Errors'+' should be on a new line.647
Errors'+' should be on a new line.648
Errors'+' should be on a new line.649
ErrorsLine has trailing spaces.650
Errors'+' should be on a new line.651
Errors'+' should be on a new line.652
Errors'+' should be on a new line.653
ErrorsLine has trailing spaces.654
Errors'+' should be on a new line.655
Errors'+' should be on a new line.656
Errors'+' should be on a new line.657
ErrorsLine has trailing spaces.658
Errors'+' should be on a new line.659
Errors'+' should be on a new line.660
Errors'+' should be on a new line.661
ErrorsLine has trailing spaces.665
ErrorsLine has trailing spaces.666
ErrorsLine has trailing spaces.669

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/GamePaused.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.46
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.53
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.63
ErrorsMissing a Javadoc comment.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.78
ErrorsParameter original should be final.83
ErrorsExpected @param tag for 'original'.83
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.87
ErrorsLine is longer than 80 characters.89
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine has trailing spaces.93
ErrorsLine has trailing spaces.95
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.96
ErrorsMissing a Javadoc comment.96
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.99
Errors'+' should be on a new line.99
ErrorsLine contains a tab character.100
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.104
ErrorsMissing a Javadoc comment.104
Errors'+' should be on a new line.105
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.110
ErrorsLine has trailing spaces.113

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/GameResumed.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.46
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.53
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.63
ErrorsMissing a Javadoc comment.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.78
ErrorsParameter original should be final.83
ErrorsExpected @param tag for 'original'.83
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.87
ErrorsLine is longer than 80 characters.89
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine has trailing spaces.93
ErrorsLine has trailing spaces.95
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.96
ErrorsMissing a Javadoc comment.96
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.99
Errors'+' should be on a new line.99
ErrorsLine contains a tab character.100
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.104
ErrorsMissing a Javadoc comment.104
Errors'+' should be on a new line.105
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.110
ErrorsLine has trailing spaces.113

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/GlobalChat.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.45
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.56
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.64
ErrorsParameter Id should be final.67
Errors'Id' hides a field.67
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.67
ErrorsParameter Name should be final.67
Errors'Name' hides a field.67
ErrorsName 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'.67
ErrorsParameter Text should be final.67
Errors'Text' hides a field.67
ErrorsName 'Text' must match pattern '^[a-z][a-zA-Z0-9]*$'.67
ErrorsLine has trailing spaces.68
ErrorsLine has trailing spaces.70
ErrorsLine has trailing spaces.72
ErrorsLine has trailing spaces.74
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine has trailing spaces.81
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.90
ErrorsVariable 'Id' must be private and have accessor methods.90
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.93
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsExpected an @return tag.98
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.98
ErrorsLine has trailing spaces.103
ErrorsLine has trailing spaces.105
ErrorsLine has trailing spaces.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsName 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'.111
ErrorsVariable 'Name' must be private and have accessor methods.111
ErrorsLine contains a tab character.112
ErrorsLine has trailing spaces.114
ErrorsLine has trailing spaces.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsExpected an @return tag.119
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.119
ErrorsLine has trailing spaces.124
ErrorsLine has trailing spaces.126
ErrorsLine has trailing spaces.128
ErrorsLine is longer than 80 characters.129
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsName 'Text' must match pattern '^[a-z][a-zA-Z0-9]*$'.133
ErrorsVariable 'Text' must be private and have accessor methods.133
ErrorsLine contains a tab character.134
ErrorsLine has trailing spaces.136
ErrorsLine has trailing spaces.138
ErrorsLine is longer than 80 characters.139
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsExpected an @return tag.142
ErrorsMethod 'getText' is not designed for extension - needs to be abstract, final or empty.142
ErrorsLine has trailing spaces.147
ErrorsLine has trailing spaces.149
ErrorsLine contains a tab character.154
ErrorsLine has trailing spaces.155
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.156
ErrorsMissing a Javadoc comment.156
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
ErrorsLine has trailing spaces.160
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.165
ErrorsLine has trailing spaces.166
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsLine has trailing spaces.171
ErrorsParameter original should be final.176
ErrorsExpected @param tag for 'original'.176
ErrorsLine has trailing spaces.177
Errors'=' is not preceded with whitespace.178
Errors'=' is not followed by whitespace.178
ErrorsLine has trailing spaces.179
Errors'=' is not preceded with whitespace.180
Errors'=' is not followed by whitespace.180
ErrorsLine has trailing spaces.181
Errors'=' is not preceded with whitespace.182
Errors'=' is not followed by whitespace.182
ErrorsLine has trailing spaces.183
ErrorsLine has trailing spaces.186
ErrorsLine is longer than 80 characters.188
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191
ErrorsLine has trailing spaces.192
ErrorsLine has trailing spaces.194
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.195
ErrorsMissing a Javadoc comment.195
ErrorsLine has trailing spaces.197
ErrorsLine contains a tab character.198
Errors'+' should be on a new line.198
ErrorsLine has trailing spaces.199
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
Errors'+' should be on a new line.200
ErrorsLine contains a tab character.201
Errors'+' should be on a new line.201
ErrorsLine has trailing spaces.202
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.203
Errors'+' should be on a new line.203
ErrorsLine contains a tab character.204
Errors'+' should be on a new line.204
ErrorsLine has trailing spaces.205
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.206
Errors'+' should be on a new line.206
ErrorsLine contains a tab character.207
Errors'+' should be on a new line.207
ErrorsLine contains a tab character.208
ErrorsLine has trailing spaces.209
ErrorsLine contains a tab character.209
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.212
ErrorsMissing a Javadoc comment.212
Errors'+' should be on a new line.213
ErrorsLine has trailing spaces.214
Errors'+' should be on a new line.215
Errors'+' should be on a new line.216
Errors'+' should be on a new line.217
ErrorsLine has trailing spaces.218
Errors'+' should be on a new line.219
Errors'+' should be on a new line.220
Errors'+' should be on a new line.221
ErrorsLine has trailing spaces.222
Errors'+' should be on a new line.223
Errors'+' should be on a new line.224
Errors'+' should be on a new line.225
ErrorsLine has trailing spaces.229
ErrorsLine has trailing spaces.230
ErrorsLine has trailing spaces.233

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/HandShakeEnd.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.45
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine has trailing spaces.52
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.62
ErrorsMissing a Javadoc comment.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.77
ErrorsParameter original should be final.82
ErrorsExpected @param tag for 'original'.82
ErrorsLine has trailing spaces.83
ErrorsLine has trailing spaces.86
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.92
ErrorsLine has trailing spaces.94
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.95
ErrorsMissing a Javadoc comment.95
ErrorsLine has trailing spaces.97
ErrorsLine contains a tab character.98
Errors'+' should be on a new line.98
ErrorsLine contains a tab character.99
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.100
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.103
ErrorsMissing a Javadoc comment.103
Errors'+' should be on a new line.104
ErrorsLine has trailing spaces.108
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.112

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/HandShakeStart.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.45
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine has trailing spaces.52
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.62
ErrorsMissing a Javadoc comment.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.77
ErrorsParameter original should be final.82
ErrorsExpected @param tag for 'original'.82
ErrorsLine has trailing spaces.83
ErrorsLine has trailing spaces.86
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.92
ErrorsLine has trailing spaces.94
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.95
ErrorsMissing a Javadoc comment.95
ErrorsLine has trailing spaces.97
ErrorsLine contains a tab character.98
Errors'+' should be on a new line.98
ErrorsLine contains a tab character.99
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.100
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.103
ErrorsMissing a Javadoc comment.103
Errors'+' should be on a new line.104
ErrorsLine has trailing spaces.108
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.112

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/HearNoise.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.40
ErrorsLine has trailing spaces.42
ErrorsLine has trailing spaces.46
ErrorsLine contains a tab character.47
Errors'{' should be on the previous line.49
ErrorsLine has trailing spaces.50
ErrorsLine has trailing spaces.53
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 has trailing spaces.59
ErrorsLine is longer than 80 characters.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.63
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine contains a tab character.69
ErrorsParameter Source should be final.72
Errors'Source' hides a field.72
ErrorsName 'Source' must match pattern '^[a-z][a-zA-Z0-9]*$'.72
ErrorsParameter Type should be final.72
Errors'Type' hides a field.72
ErrorsName 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'.72
ErrorsParameter Rotation should be final.72
Errors'Rotation' hides a field.72
ErrorsName 'Rotation' must match pattern '^[a-z][a-zA-Z0-9]*$'.72
ErrorsLine has trailing spaces.73
ErrorsLine has trailing spaces.75
ErrorsLine has trailing spaces.77
ErrorsLine has trailing spaces.79
ErrorsLine has trailing spaces.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine has trailing spaces.86
ErrorsLine has trailing spaces.89
ErrorsLine has trailing spaces.91
ErrorsLine is longer than 80 characters.92
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsName 'Source' must match pattern '^[a-z][a-zA-Z0-9]*$'.96
ErrorsVariable 'Source' must be private and have accessor methods.96
ErrorsLine contains a tab character.97
ErrorsLine has trailing spaces.99
ErrorsLine has trailing spaces.101
ErrorsLine is longer than 80 characters.102
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsExpected an @return tag.105
ErrorsMethod 'getSource' is not designed for extension - needs to be abstract, final or empty.105
ErrorsLine has trailing spaces.110
ErrorsLine has trailing spaces.112
ErrorsLine has trailing spaces.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsName 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'.118
ErrorsVariable 'Type' must be private and have accessor methods.118
ErrorsLine contains a tab character.119
ErrorsLine has trailing spaces.121
ErrorsLine has trailing spaces.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsExpected an @return tag.126
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.126
ErrorsLine has trailing spaces.131
ErrorsLine has trailing spaces.133
ErrorsLine has trailing spaces.135
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsName 'Rotation' must match pattern '^[a-z][a-zA-Z0-9]*$'.140
ErrorsVariable 'Rotation' must be private and have accessor methods.140
ErrorsLine contains a tab character.141
ErrorsLine has trailing spaces.143
ErrorsLine has trailing spaces.145
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsExpected an @return tag.149
ErrorsMethod 'getRotation' is not designed for extension - needs to be abstract, final or empty.149
ErrorsLine has trailing spaces.154
ErrorsLine has trailing spaces.156
ErrorsLine contains a tab character.161
ErrorsLine has trailing spaces.162
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.163
ErrorsMissing a Javadoc comment.163
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsLine has trailing spaces.167
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.172
ErrorsLine has trailing spaces.173
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsLine has trailing spaces.178
ErrorsParameter original should be final.183
ErrorsExpected @param tag for 'original'.183
ErrorsLine has trailing spaces.184
Errors'=' is not preceded with whitespace.185
Errors'=' is not followed by whitespace.185
ErrorsLine has trailing spaces.186
Errors'=' is not preceded with whitespace.187
Errors'=' is not followed by whitespace.187
ErrorsLine has trailing spaces.188
Errors'=' is not preceded with whitespace.189
Errors'=' is not followed by whitespace.189
ErrorsLine has trailing spaces.190
ErrorsLine has trailing spaces.193
ErrorsLine is longer than 80 characters.195
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.198
ErrorsLine has trailing spaces.199
ErrorsLine has trailing spaces.201
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.202
ErrorsMissing a Javadoc comment.202
ErrorsLine has trailing spaces.204
ErrorsLine contains a tab character.205
Errors'+' should be on a new line.205
ErrorsLine has trailing spaces.206
ErrorsLine contains a tab character.206
ErrorsLine contains a tab character.207
Errors'+' should be on a new line.207
ErrorsLine contains a tab character.208
Errors'+' should be on a new line.208
ErrorsLine has trailing spaces.209
ErrorsLine contains a tab character.209
ErrorsLine contains a tab character.210
Errors'+' should be on a new line.210
ErrorsLine contains a tab character.211
Errors'+' should be on a new line.211
ErrorsLine has trailing spaces.212
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.213
Errors'+' should be on a new line.213
ErrorsLine is longer than 80 characters.214
ErrorsLine contains a tab character.214
Errors'+' should be on a new line.214
ErrorsLine contains a tab character.215
ErrorsLine has trailing spaces.216
ErrorsLine contains a tab character.216
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.219
ErrorsMissing a Javadoc comment.219
Errors'+' should be on a new line.220
ErrorsLine has trailing spaces.221
Errors'+' should be on a new line.222
Errors'+' should be on a new line.223
Errors'+' should be on a new line.224
ErrorsLine has trailing spaces.225
Errors'+' should be on a new line.226
Errors'+' should be on a new line.227
Errors'+' should be on a new line.228
ErrorsLine has trailing spaces.229
Errors'+' should be on a new line.230
Errors'+' should be on a new line.231
Errors'+' should be on a new line.232
ErrorsLine has trailing spaces.236
ErrorsLine has trailing spaces.237
ErrorsLine has trailing spaces.240

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/HearPickup.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.46
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.62
ErrorsParameter Source should be final.65
Errors'Source' hides a field.65
ErrorsName 'Source' must match pattern '^[a-z][a-zA-Z0-9]*$'.65
ErrorsParameter Type should be final.65
Errors'Type' hides a field.65
ErrorsName 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'.65
ErrorsParameter Rotation should be final.65
Errors'Rotation' hides a field.65
ErrorsName 'Rotation' must match pattern '^[a-z][a-zA-Z0-9]*$'.65
ErrorsLine has trailing spaces.66
ErrorsLine has trailing spaces.68
ErrorsLine has trailing spaces.70
ErrorsLine has trailing spaces.72
ErrorsLine has trailing spaces.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine has trailing spaces.79
ErrorsLine has trailing spaces.82
ErrorsName 'Source' must match pattern '^[a-z][a-zA-Z0-9]*$'.86
ErrorsVariable 'Source' must be private and have accessor methods.86
ErrorsLine contains a tab character.87
ErrorsLine has trailing spaces.89
ErrorsExpected an @return tag.92
ErrorsMethod 'getSource' is not designed for extension - needs to be abstract, final or empty.92
ErrorsLine has trailing spaces.97
ErrorsLine has trailing spaces.99
ErrorsName 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'.103
ErrorsVariable 'Type' must be private and have accessor methods.103
ErrorsLine contains a tab character.104
ErrorsLine has trailing spaces.106
ErrorsExpected an @return tag.109
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.109
ErrorsLine has trailing spaces.114
ErrorsLine has trailing spaces.116
ErrorsFirst sentence should end with a period.117
ErrorsLine has trailing spaces.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsName 'Rotation' must match pattern '^[a-z][a-zA-Z0-9]*$'.123
ErrorsVariable 'Rotation' must be private and have accessor methods.123
ErrorsLine contains a tab character.124
ErrorsLine has trailing spaces.126
ErrorsFirst sentence should end with a period.127
ErrorsLine has trailing spaces.128
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsExpected an @return tag.132
ErrorsMethod 'getRotation' is not designed for extension - needs to be abstract, final or empty.132
ErrorsLine has trailing spaces.137
ErrorsLine has trailing spaces.139
ErrorsLine contains a tab character.144
ErrorsLine has trailing spaces.145
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.146
ErrorsMissing a Javadoc comment.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsLine has trailing spaces.150
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.155
ErrorsLine has trailing spaces.156
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsLine has trailing spaces.161
ErrorsParameter original should be final.166
ErrorsExpected @param tag for 'original'.166
ErrorsLine has trailing spaces.167
Errors'=' is not preceded with whitespace.168
Errors'=' is not followed by whitespace.168
ErrorsLine has trailing spaces.169
Errors'=' is not preceded with whitespace.170
Errors'=' is not followed by whitespace.170
ErrorsLine has trailing spaces.171
Errors'=' is not preceded with whitespace.172
Errors'=' is not followed by whitespace.172
ErrorsLine has trailing spaces.173
ErrorsLine has trailing spaces.176
ErrorsLine is longer than 80 characters.178
ErrorsLine contains a tab character.180
ErrorsLine contains a tab character.181
ErrorsLine has trailing spaces.182
ErrorsLine has trailing spaces.184
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.185
ErrorsMissing a Javadoc comment.185
ErrorsLine has trailing spaces.187
ErrorsLine contains a tab character.188
Errors'+' should be on a new line.188
ErrorsLine has trailing spaces.189
ErrorsLine contains a tab character.189
ErrorsLine contains a tab character.190
Errors'+' should be on a new line.190
ErrorsLine contains a tab character.191
Errors'+' should be on a new line.191
ErrorsLine has trailing spaces.192
ErrorsLine contains a tab character.192
ErrorsLine contains a tab character.193
Errors'+' should be on a new line.193
ErrorsLine contains a tab character.194
Errors'+' should be on a new line.194
ErrorsLine has trailing spaces.195
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.196
Errors'+' should be on a new line.196
ErrorsLine is longer than 80 characters.197
ErrorsLine contains a tab character.197
Errors'+' should be on a new line.197
ErrorsLine contains a tab character.198
ErrorsLine has trailing spaces.199
ErrorsLine contains a tab character.199
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.202
ErrorsMissing a Javadoc comment.202
Errors'+' should be on a new line.203
ErrorsLine has trailing spaces.204
Errors'+' should be on a new line.205
Errors'+' should be on a new line.206
Errors'+' should be on a new line.207
ErrorsLine has trailing spaces.208
Errors'+' should be on a new line.209
Errors'+' should be on a new line.210
Errors'+' should be on a new line.211
ErrorsLine has trailing spaces.212
Errors'+' should be on a new line.213
Errors'+' should be on a new line.214
Errors'+' should be on a new line.215
ErrorsLine has trailing spaces.219
ErrorsLine has trailing spaces.220
ErrorsLine has trailing spaces.223

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/HelloBotHandshake.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.46
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.58
ErrorsLine has trailing spaces.59
ErrorsLine contains a tab character.59
ErrorsParameter ServerFull should be final.62
Errors'ServerFull' hides a field.62
ErrorsName 'ServerFull' must match pattern '^[a-z][a-zA-Z0-9]*$'.62
ErrorsLine has trailing spaces.63
ErrorsLine has trailing spaces.65
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine has trailing spaces.75
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsName 'ServerFull' must match pattern '^[a-z][a-zA-Z0-9]*$'.81
ErrorsVariable 'ServerFull' must be private and have accessor methods.81
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsExpected an @return tag.89
ErrorsMethod 'isServerFull' is not designed for extension - needs to be abstract, final or empty.89
ErrorsLine has trailing spaces.94
ErrorsLine has trailing spaces.96
ErrorsLine contains a tab character.101
ErrorsLine has trailing spaces.102
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.103
ErrorsMissing a Javadoc comment.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine has trailing spaces.107
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.112
ErrorsLine has trailing spaces.113
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsLine has trailing spaces.118
ErrorsParameter original should be final.123
ErrorsExpected @param tag for 'original'.123
ErrorsLine has trailing spaces.124
Errors'=' is not preceded with whitespace.125
Errors'=' is not followed by whitespace.125
ErrorsLine has trailing spaces.126
ErrorsLine has trailing spaces.129
ErrorsLine is longer than 80 characters.131
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsLine has trailing spaces.135
ErrorsLine has trailing spaces.137
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.138
ErrorsMissing a Javadoc comment.138
ErrorsLine has trailing spaces.140
ErrorsLine contains a tab character.141
Errors'+' should be on a new line.141
ErrorsLine has trailing spaces.142
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.143
Errors'+' should be on a new line.143
ErrorsLine is longer than 80 characters.144
ErrorsLine contains a tab character.144
Errors'+' should be on a new line.144
ErrorsLine contains a tab character.145
ErrorsLine has trailing spaces.146
ErrorsLine contains a tab character.146
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.149
ErrorsMissing a Javadoc comment.149
Errors'+' should be on a new line.150
ErrorsLine has trailing spaces.151
Errors'+' should be on a new line.152
Errors'+' should be on a new line.153
Errors'+' should be on a new line.154
ErrorsLine has trailing spaces.158
ErrorsLine has trailing spaces.159
ErrorsLine has trailing spaces.162

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/HelloControlServerHandshake.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.46
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.53
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.63
ErrorsMissing a Javadoc comment.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.78
ErrorsLine is longer than 80 characters.83
ErrorsParameter original should be final.83
ErrorsExpected @param tag for 'original'.83
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.87
ErrorsLine is longer than 80 characters.89
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine has trailing spaces.93
ErrorsLine has trailing spaces.95
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.96
ErrorsMissing a Javadoc comment.96
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.99
Errors'+' should be on a new line.99
ErrorsLine contains a tab character.100
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.104
ErrorsMissing a Javadoc comment.104
Errors'+' should be on a new line.105
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.110
ErrorsLine has trailing spaces.113

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/HelloObserverHandshake.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.46
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.53
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.63
ErrorsMissing a Javadoc comment.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.78
ErrorsParameter original should be final.83
ErrorsExpected @param tag for 'original'.83
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.87
ErrorsLine is longer than 80 characters.89
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine has trailing spaces.93
ErrorsLine has trailing spaces.95
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.96
ErrorsMissing a Javadoc comment.96
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.99
Errors'+' should be on a new line.99
ErrorsLine contains a tab character.100
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.104
ErrorsMissing a Javadoc comment.104
Errors'+' should be on a new line.105
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.110
ErrorsLine has trailing spaces.113

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/IncomingProjectile.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.45
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.51
ErrorsLine is longer than 80 characters.52
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.63
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine is longer than 80 characters.71
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.74
ErrorsLine is longer than 80 characters.75
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine has trailing spaces.81
ErrorsLine contains a tab character.81
ErrorsMore than 7 parameters.83
ErrorsLine is longer than 80 characters.84
ErrorsParameter Id should be final.84
Errors'Id' hides a field.84
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.84
ErrorsParameter Time should be final.84
Errors'Time' hides a field.84
ErrorsName 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'.84
ErrorsParameter Direction should be final.84
Errors'Direction' hides a field.84
ErrorsName 'Direction' must match pattern '^[a-z][a-zA-Z0-9]*$'.84
ErrorsParameter Location should be final.84
Errors'Location' hides a field.84
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.84
ErrorsParameter Velocity should be final.84
Errors'Velocity' hides a field.84
ErrorsName 'Velocity' must match pattern '^[a-z][a-zA-Z0-9]*$'.84
ErrorsParameter Speed should be final.84
Errors'Speed' hides a field.84
ErrorsName 'Speed' must match pattern '^[a-z][a-zA-Z0-9]*$'.84
ErrorsParameter Origin should be final.84
Errors'Origin' hides a field.84
ErrorsName 'Origin' must match pattern '^[a-z][a-zA-Z0-9]*$'.84
ErrorsParameter DamageRadius should be final.84
Errors'DamageRadius' hides a field.84
ErrorsName 'DamageRadius' must match pattern '^[a-z][a-zA-Z0-9]*$'.84
ErrorsParameter Type should be final.84
Errors'Type' hides a field.84
ErrorsName 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'.84
ErrorsLine has trailing spaces.85
ErrorsLine has trailing spaces.87
ErrorsLine has trailing spaces.89
ErrorsLine has trailing spaces.91
ErrorsLine has trailing spaces.93
ErrorsLine has trailing spaces.95
ErrorsLine has trailing spaces.97
ErrorsLine has trailing spaces.99
ErrorsLine has trailing spaces.101
ErrorsLine has trailing spaces.103
ErrorsLine has trailing spaces.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine is longer than 80 characters.109
ErrorsLine contains a tab character.109
ErrorsLine has trailing spaces.110
ErrorsLine has trailing spaces.113
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.117
ErrorsVariable 'Id' must be private and have accessor methods.117
ErrorsLine contains a tab character.118
ErrorsLine has trailing spaces.120
ErrorsExpected an @return tag.123
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.123
ErrorsLine has trailing spaces.128
ErrorsLine has trailing spaces.130
ErrorsName 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'.134
ErrorsVariable 'Time' must be private and have accessor methods.134
ErrorsLine contains a tab character.135
ErrorsLine has trailing spaces.137
ErrorsExpected an @return tag.140
ErrorsMethod 'getTime' is not designed for extension - needs to be abstract, final or empty.140
ErrorsLine has trailing spaces.145
ErrorsLine has trailing spaces.147
ErrorsLine has trailing spaces.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsName 'Direction' must match pattern '^[a-z][a-zA-Z0-9]*$'.154
ErrorsVariable 'Direction' must be private and have accessor methods.154
ErrorsLine contains a tab character.155
ErrorsLine has trailing spaces.157
ErrorsLine has trailing spaces.159
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
ErrorsExpected an @return tag.163
ErrorsMethod 'getDirection' is not designed for extension - needs to be abstract, final or empty.163
ErrorsLine has trailing spaces.168
ErrorsLine has trailing spaces.170
ErrorsLine has trailing spaces.172
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.176
ErrorsVariable 'Location' must be private and have accessor methods.176
ErrorsLine contains a tab character.177
ErrorsLine has trailing spaces.179
ErrorsLine has trailing spaces.181
ErrorsLine contains a tab character.182
ErrorsLine contains a tab character.183
ErrorsExpected an @return tag.184
ErrorsMethod 'getLocation' is not designed for extension - needs to be abstract, final or empty.184
ErrorsLine has trailing spaces.189
ErrorsLine has trailing spaces.191
ErrorsLine has trailing spaces.193
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.195
ErrorsName 'Velocity' must match pattern '^[a-z][a-zA-Z0-9]*$'.197
ErrorsVariable 'Velocity' must be private and have accessor methods.197
ErrorsLine contains a tab character.198
ErrorsLine has trailing spaces.200
ErrorsLine has trailing spaces.202
ErrorsLine contains a tab character.203
ErrorsLine contains a tab character.204
ErrorsExpected an @return tag.205
ErrorsMethod 'getVelocity' is not designed for extension - needs to be abstract, final or empty.205
ErrorsLine has trailing spaces.210
ErrorsLine has trailing spaces.212
ErrorsLine has trailing spaces.214
ErrorsLine contains a tab character.215
ErrorsLine contains a tab character.216
ErrorsName 'Speed' must match pattern '^[a-z][a-zA-Z0-9]*$'.218
ErrorsVariable 'Speed' must be private and have accessor methods.218
ErrorsLine contains a tab character.219
ErrorsLine has trailing spaces.221
ErrorsLine has trailing spaces.223
ErrorsLine contains a tab character.224
ErrorsLine contains a tab character.225
ErrorsExpected an @return tag.226
ErrorsMethod 'getSpeed' is not designed for extension - needs to be abstract, final or empty.226
ErrorsLine has trailing spaces.231
ErrorsLine has trailing spaces.233
ErrorsLine has trailing spaces.235
ErrorsLine is longer than 80 characters.236
ErrorsLine contains a tab character.236
ErrorsLine contains a tab character.237
ErrorsLine contains a tab character.238
ErrorsName 'Origin' must match pattern '^[a-z][a-zA-Z0-9]*$'.240
ErrorsVariable 'Origin' must be private and have accessor methods.240
ErrorsLine contains a tab character.241
ErrorsLine has trailing spaces.243
ErrorsLine has trailing spaces.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.248
ErrorsExpected an @return tag.249
ErrorsMethod 'getOrigin' is not designed for extension - needs to be abstract, final or empty.249
ErrorsLine has trailing spaces.254
ErrorsLine has trailing spaces.256
ErrorsLine has trailing spaces.258
ErrorsLine is longer than 80 characters.259
ErrorsLine contains a tab character.259
ErrorsLine contains a tab character.260
ErrorsLine contains a tab character.261
ErrorsName 'DamageRadius' must match pattern '^[a-z][a-zA-Z0-9]*$'.263
ErrorsVariable 'DamageRadius' must be private and have accessor methods.263
ErrorsLine contains a tab character.264
ErrorsLine has trailing spaces.266
ErrorsLine has trailing spaces.268
ErrorsLine is longer than 80 characters.269
ErrorsLine contains a tab character.269
ErrorsLine contains a tab character.270
ErrorsLine contains a tab character.271
ErrorsExpected an @return tag.272
ErrorsMethod 'getDamageRadius' is not designed for extension - needs to be abstract, final or empty.272
ErrorsLine has trailing spaces.277
ErrorsLine has trailing spaces.279
ErrorsLine has trailing spaces.281
ErrorsLine contains a tab character.282
ErrorsLine contains a tab character.283
ErrorsLine contains a tab character.284
ErrorsName 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'.286
ErrorsVariable 'Type' must be private and have accessor methods.286
ErrorsLine contains a tab character.287
ErrorsLine has trailing spaces.289
ErrorsLine has trailing spaces.291
ErrorsLine contains a tab character.292
ErrorsLine contains a tab character.293
ErrorsLine contains a tab character.294
ErrorsExpected an @return tag.295
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.295
ErrorsLine has trailing spaces.300
ErrorsLine has trailing spaces.302
ErrorsLine contains a tab character.307
ErrorsLine has trailing spaces.308
ErrorsLine contains a tab character.308
ErrorsLine is longer than 80 characters.309
ErrorsLine contains a tab character.309
ErrorsMethod 'setTime' is not designed for extension - needs to be abstract, final or empty.309
ErrorsMissing a Javadoc comment.309
ErrorsParameter time should be final.309
ErrorsLine is longer than 80 characters.310
ErrorsLine contains a tab character.310
ErrorsLine contains a tab character.311
ErrorsLine is longer than 80 characters.313
ErrorsLine contains a tab character.313
ErrorsMethod 'getLastSeenTime' is not designed for extension - needs to be abstract, final or empty.313
ErrorsMissing a Javadoc comment.313
ErrorsLine contains a tab character.314
ErrorsLine contains a tab character.315
ErrorsLine has trailing spaces.316
ErrorsLine contains a tab character.316
ErrorsLine has trailing spaces.317
ErrorsLine contains a tab character.317
ErrorsLine contains a tab character.318
ErrorsMethod 'getLocal' is not designed for extension - needs to be abstract, final or empty.318
ErrorsMissing a Javadoc comment.318
ErrorsLine contains a tab character.319
ErrorsLine contains a tab character.320
ErrorsLine has trailing spaces.321
ErrorsLine contains a tab character.321
ErrorsLine contains a tab character.322
ErrorsMethod 'getShared' is not designed for extension - needs to be abstract, final or empty.322
ErrorsMissing a Javadoc comment.322
ErrorsLine contains a tab character.323
ErrorsLine contains a tab character.324
ErrorsLine has trailing spaces.325
ErrorsLine contains a tab character.325
ErrorsLine contains a tab character.326
ErrorsMethod 'getStatic' is not designed for extension - needs to be abstract, final or empty.326
ErrorsMissing a Javadoc comment.326
ErrorsLine contains a tab character.327
ErrorsLine contains a tab character.328
ErrorsLine has trailing spaces.329
ErrorsLine contains a tab character.329
ErrorsLine contains a tab character.330
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.330
ErrorsLine contains a tab character.331
ErrorsLine contains a tab character.332
Errors'cast' is not followed by whitespace.332
ErrorsLine contains a tab character.333
ErrorsLine contains a tab character.335
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.335
ErrorsMissing a Javadoc comment.335
ErrorsParameter obj should be final.335
Errors'if' construct must use '{}'s.336
ErrorsLine is longer than 80 characters.336
ErrorsLine contains a tab character.336
ErrorsLine contains a tab character.337
Errors'cast' is not followed by whitespace.337
Errors'if' construct must use '{}'s.338
ErrorsLine is longer than 80 characters.338
ErrorsLine contains a tab character.338
Errors'else' construct must use '{}'s.339
ErrorsLine contains a tab character.339
ErrorsLine contains a tab character.340
ErrorsLine contains a tab character.342
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.342
ErrorsMissing a Javadoc comment.342
Errors'if' construct must use '{}'s.343
ErrorsLine contains a tab character.343
ErrorsLine contains a tab character.344
ErrorsLine contains a tab character.345
ErrorsLine has trailing spaces.347
ErrorsLine contains a tab character.347
ErrorsLine contains a tab character.350
ErrorsLine contains a tab character.352
ErrorsLine has trailing spaces.353
ErrorsLine contains a tab character.353
ErrorsLine contains a tab character.354
ErrorsLine has trailing spaces.358
ErrorsParameter original should be final.363
ErrorsExpected @param tag for 'original'.363
ErrorsLine has trailing spaces.364
Errors'=' is not preceded with whitespace.365
Errors'=' is not followed by whitespace.365
ErrorsLine has trailing spaces.366
Errors'=' is not preceded with whitespace.367
Errors'=' is not followed by whitespace.367
ErrorsLine has trailing spaces.368
Errors'=' is not preceded with whitespace.369
Errors'=' is not followed by whitespace.369
ErrorsLine has trailing spaces.370
Errors'=' is not preceded with whitespace.371
Errors'=' is not followed by whitespace.371
ErrorsLine has trailing spaces.372
Errors'=' is not preceded with whitespace.373
Errors'=' is not followed by whitespace.373
ErrorsLine has trailing spaces.374
Errors'=' is not preceded with whitespace.375
Errors'=' is not followed by whitespace.375
ErrorsLine has trailing spaces.376
Errors'=' is not preceded with whitespace.377
Errors'=' is not followed by whitespace.377
ErrorsLine has trailing spaces.378
Errors'=' is not preceded with whitespace.379
Errors'=' is not followed by whitespace.379
ErrorsLine has trailing spaces.380
Errors'=' is not preceded with whitespace.381
Errors'=' is not followed by whitespace.381
ErrorsLine has trailing spaces.382
ErrorsLine has trailing spaces.385
ErrorsLine is longer than 80 characters.387
ErrorsLine contains a tab character.389
ErrorsLine contains a tab character.390
ErrorsLine has trailing spaces.391
ErrorsLine contains a tab character.393
ErrorsLine is longer than 80 characters.394
ErrorsLine contains a tab character.394
ErrorsLine contains a tab character.395
ErrorsLine contains a tab character.396
ErrorsLine contains a tab character.398
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.398
ErrorsMissing a Javadoc comment.398
ErrorsParameter obj should be final.398
ErrorsLine contains a tab character.399
Errors'if' is not followed by whitespace.399
ErrorsLine contains a tab character.400
ErrorsLine is longer than 80 characters.401
ErrorsLine contains a tab character.401
ErrorsLine contains a tab character.402
ErrorsLine contains a tab character.403
ErrorsLine contains a tab character.404
ErrorsLine contains a tab character.405
Errors'cast' is not followed by whitespace.405
ErrorsLine contains a tab character.407
ErrorsLine has trailing spaces.409
ErrorsLine contains a tab character.409
ErrorsLine contains a tab character.411
ErrorsLine is longer than 80 characters.412
ErrorsLine contains a tab character.412
ErrorsLine contains a tab character.413
ErrorsLine is longer than 80 characters.414
ErrorsLine contains a tab character.414
ErrorsLine contains a tab character.415
ErrorsLine contains a tab character.416
ErrorsLine contains a tab character.418
ErrorsLine is longer than 80 characters.419
ErrorsLine contains a tab character.419
ErrorsLine is longer than 80 characters.420
ErrorsLine contains a tab character.420
ErrorsLine contains a tab character.421
ErrorsExpected an @return tag.422
ErrorsLine contains a tab character.422
ErrorsMethod 'getObject' is not designed for extension - needs to be abstract, final or empty.422
Errors'if' construct must use '{}'s.423
ErrorsLine contains a tab character.423
ErrorsLine contains a tab character.424
ErrorsLine contains a tab character.425
ErrorsLine has trailing spaces.426
ErrorsLine contains a tab character.426
ErrorsLine has trailing spaces.428
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.429
ErrorsMissing a Javadoc comment.429
ErrorsLine has trailing spaces.431
ErrorsLine contains a tab character.432
Errors'+' should be on a new line.432
ErrorsLine has trailing spaces.433
ErrorsLine contains a tab character.433
ErrorsLine contains a tab character.434
Errors'+' should be on a new line.434
ErrorsLine contains a tab character.435
Errors'+' should be on a new line.435
ErrorsLine has trailing spaces.436
ErrorsLine contains a tab character.436
ErrorsLine contains a tab character.437
Errors'+' should be on a new line.437
ErrorsLine contains a tab character.438
Errors'+' should be on a new line.438
ErrorsLine has trailing spaces.439
ErrorsLine contains a tab character.439
ErrorsLine contains a tab character.440
Errors'+' should be on a new line.440
ErrorsLine is longer than 80 characters.441
ErrorsLine contains a tab character.441
Errors'+' should be on a new line.441
ErrorsLine has trailing spaces.442
ErrorsLine contains a tab character.442
ErrorsLine contains a tab character.443
Errors'+' should be on a new line.443
ErrorsLine is longer than 80 characters.444
ErrorsLine contains a tab character.444
Errors'+' should be on a new line.444
ErrorsLine has trailing spaces.445
ErrorsLine contains a tab character.445
ErrorsLine contains a tab character.446
Errors'+' should be on a new line.446
ErrorsLine is longer than 80 characters.447
ErrorsLine contains a tab character.447
Errors'+' should be on a new line.447
ErrorsLine has trailing spaces.448
ErrorsLine contains a tab character.448
ErrorsLine contains a tab character.449
Errors'+' should be on a new line.449
ErrorsLine contains a tab character.450
Errors'+' should be on a new line.450
ErrorsLine has trailing spaces.451
ErrorsLine contains a tab character.451
ErrorsLine contains a tab character.452
Errors'+' should be on a new line.452
ErrorsLine contains a tab character.453
Errors'+' should be on a new line.453
ErrorsLine has trailing spaces.454
ErrorsLine contains a tab character.454
ErrorsLine contains a tab character.455
Errors'+' should be on a new line.455
ErrorsLine is longer than 80 characters.456
ErrorsLine contains a tab character.456
Errors'+' should be on a new line.456
ErrorsLine has trailing spaces.457
ErrorsLine contains a tab character.457
ErrorsLine contains a tab character.458
Errors'+' should be on a new line.458
ErrorsLine contains a tab character.459
Errors'+' should be on a new line.459
ErrorsLine contains a tab character.460
ErrorsLine has trailing spaces.461
ErrorsLine contains a tab character.461
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.464
ErrorsMissing a Javadoc comment.464
Errors'+' should be on a new line.465
ErrorsLine has trailing spaces.466
Errors'+' should be on a new line.467
Errors'+' should be on a new line.468
Errors'+' should be on a new line.469
ErrorsLine has trailing spaces.470
Errors'+' should be on a new line.471
Errors'+' should be on a new line.472
Errors'+' should be on a new line.473
ErrorsLine has trailing spaces.474
Errors'+' should be on a new line.475
Errors'+' should be on a new line.476
Errors'+' should be on a new line.477
ErrorsLine has trailing spaces.478
Errors'+' should be on a new line.479
Errors'+' should be on a new line.480
Errors'+' should be on a new line.481
ErrorsLine has trailing spaces.482
Errors'+' should be on a new line.483
Errors'+' should be on a new line.484
Errors'+' should be on a new line.485
ErrorsLine has trailing spaces.486
Errors'+' should be on a new line.487
Errors'+' should be on a new line.488
Errors'+' should be on a new line.489
ErrorsLine has trailing spaces.490
Errors'+' should be on a new line.491
Errors'+' should be on a new line.492
Errors'+' should be on a new line.493
ErrorsLine has trailing spaces.494
Errors'+' should be on a new line.495
Errors'+' should be on a new line.496
Errors'+' should be on a new line.497
ErrorsLine has trailing spaces.498
Errors'+' should be on a new line.499
Errors'+' should be on a new line.500
Errors'+' should be on a new line.501
ErrorsLine has trailing spaces.505
ErrorsLine has trailing spaces.506
ErrorsLine has trailing spaces.509

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/InfoMessages.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.11
ErrorsUsing the '.*' form of import should be avoided - java.util.*.13
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.21
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.24
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.25
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.26
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.27
ErrorsLine is longer than 80 characters.28
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.28
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.29
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.30
ErrorsLine has trailing spaces.31
ErrorsLine is longer than 80 characters.34
ErrorsUtility classes should not have a public or default constructor.36
ErrorsLine contains a tab character.37
ErrorsMissing a Javadoc comment.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine is longer than 80 characters.40
ErrorsLine contains a tab character.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
ErrorsLine contains a tab character.41
ErrorsFirst sentence should end with a period.43
ErrorsLine contains a tab character.43
ErrorsLine is longer than 80 characters.44
ErrorsLine contains a tab character.44
Errors',' is not followed by whitespace.44
ErrorsName 'prototypeMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.44
ErrorsLine contains a tab character.45
Errors',' is not followed by whitespace.45
ErrorsFirst sentence should end with a period.47
ErrorsLine contains a tab character.47
ErrorsLine is longer than 80 characters.48
ErrorsLine contains a tab character.48
Errors',' is not followed by whitespace.48
ErrorsLine contains a tab character.50
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.51
ErrorsLine is longer than 80 characters.52
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.53
ErrorsLine contains a tab character.53
ErrorsLine is longer than 80 characters.54
ErrorsLine contains a tab character.54
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.57
ErrorsLine is longer than 80 characters.58
ErrorsLine contains a tab character.58
ErrorsLine has trailing spaces.59
ErrorsLine contains a tab character.59
ErrorsLine is longer than 80 characters.60
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsLine is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.63
ErrorsLine contains a tab character.63
ErrorsLine is longer than 80 characters.64
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.65
ErrorsLine is longer than 80 characters.66
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine is longer than 80 characters.68
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine contains a tab character.69
ErrorsLine is longer than 80 characters.70
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.71
ErrorsLine is longer than 80 characters.72
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine is longer than 80 characters.74
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.75
ErrorsLine contains a tab character.75
ErrorsLine is longer than 80 characters.76
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.77
ErrorsLine is longer than 80 characters.78
ErrorsLine contains a tab character.78
ErrorsLine has trailing spaces.79
ErrorsLine contains a tab character.79
ErrorsLine is longer than 80 characters.80
ErrorsLine contains a tab character.80
ErrorsLine has trailing spaces.81
ErrorsLine contains a tab character.81
ErrorsLine is longer than 80 characters.82
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.83
ErrorsLine contains a tab character.83
ErrorsLine is longer than 80 characters.84
ErrorsLine contains a tab character.84
ErrorsLine has trailing spaces.85
ErrorsLine contains a tab character.85
ErrorsLine is longer than 80 characters.86
ErrorsLine contains a tab character.86
ErrorsLine has trailing spaces.87
ErrorsLine contains a tab character.87
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.88
ErrorsLine has trailing spaces.89
ErrorsLine contains a tab character.89
ErrorsLine is longer than 80 characters.90
ErrorsLine contains a tab character.90
ErrorsLine has trailing spaces.91
ErrorsLine contains a tab character.91
ErrorsLine is longer than 80 characters.92
ErrorsLine contains a tab character.92
ErrorsLine has trailing spaces.93
ErrorsLine contains a tab character.93
ErrorsLine is longer than 80 characters.94
ErrorsLine contains a tab character.94
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.95
ErrorsLine is longer than 80 characters.96
ErrorsLine contains a tab character.96
ErrorsLine has trailing spaces.97
ErrorsLine contains a tab character.97
ErrorsLine is longer than 80 characters.98
ErrorsLine contains a tab character.98
ErrorsLine has trailing spaces.99
ErrorsLine contains a tab character.99
ErrorsLine is longer than 80 characters.100
ErrorsLine contains a tab character.100
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsLine is longer than 80 characters.102
ErrorsLine contains a tab character.102
ErrorsLine has trailing spaces.103
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine has trailing spaces.105
ErrorsLine contains a tab character.105
ErrorsLine is longer than 80 characters.106
ErrorsLine contains a tab character.106
ErrorsLine has trailing spaces.107
ErrorsLine contains a tab character.107
ErrorsLine is longer than 80 characters.108
ErrorsLine contains a tab character.108
ErrorsLine has trailing spaces.109
ErrorsLine contains a tab character.109
ErrorsLine is longer than 80 characters.110
ErrorsLine contains a tab character.110
ErrorsLine has trailing spaces.111
ErrorsLine contains a tab character.111
ErrorsLine is longer than 80 characters.112
ErrorsLine contains a tab character.112
ErrorsLine has trailing spaces.113
ErrorsLine contains a tab character.113
ErrorsLine is longer than 80 characters.114
ErrorsLine contains a tab character.114
ErrorsLine has trailing spaces.115
ErrorsLine contains a tab character.115
ErrorsLine is longer than 80 characters.116
ErrorsLine contains a tab character.116
ErrorsLine has trailing spaces.117
ErrorsLine contains a tab character.117
ErrorsLine is longer than 80 characters.118
ErrorsLine contains a tab character.118
ErrorsLine has trailing spaces.119
ErrorsLine contains a tab character.119
ErrorsLine is longer than 80 characters.120
ErrorsLine contains a tab character.120
ErrorsLine has trailing spaces.121
ErrorsLine contains a tab character.121
ErrorsLine is longer than 80 characters.122
ErrorsLine contains a tab character.122
ErrorsLine has trailing spaces.123
ErrorsLine contains a tab character.123
ErrorsLine is longer than 80 characters.124
ErrorsLine contains a tab character.124
ErrorsLine has trailing spaces.125
ErrorsLine contains a tab character.125
ErrorsLine is longer than 80 characters.126
ErrorsLine contains a tab character.126
ErrorsLine has trailing spaces.127
ErrorsLine contains a tab character.127
ErrorsLine is longer than 80 characters.128
ErrorsLine contains a tab character.128
ErrorsLine has trailing spaces.129
ErrorsLine contains a tab character.129
ErrorsLine is longer than 80 characters.130
ErrorsLine contains a tab character.130
ErrorsLine has trailing spaces.131
ErrorsLine contains a tab character.131
ErrorsLine is longer than 80 characters.132
ErrorsLine contains a tab character.132
ErrorsLine has trailing spaces.133
ErrorsLine contains a tab character.133
ErrorsLine is longer than 80 characters.134
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 has trailing spaces.137
ErrorsLine contains a tab character.137
ErrorsLine is longer than 80 characters.138
ErrorsLine contains a tab character.138
ErrorsLine has trailing spaces.139
ErrorsLine contains a tab character.139
ErrorsLine is longer than 80 characters.140
ErrorsLine contains a tab character.140
ErrorsLine has trailing spaces.141
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsLine has trailing spaces.143
ErrorsLine contains a tab character.143
ErrorsLine is longer than 80 characters.144
ErrorsLine contains a tab character.144
ErrorsLine has trailing spaces.145
ErrorsLine contains a tab character.145
ErrorsLine is longer than 80 characters.146
ErrorsLine contains a tab character.146
ErrorsLine has trailing spaces.147
ErrorsLine contains a tab character.147
ErrorsLine is longer than 80 characters.148
ErrorsLine contains a tab character.148
ErrorsLine has trailing spaces.149
ErrorsLine contains a tab character.149
ErrorsLine is longer than 80 characters.150
ErrorsLine contains a tab character.150
ErrorsLine has trailing spaces.151
ErrorsLine contains a tab character.151
ErrorsLine is longer than 80 characters.152
ErrorsLine contains a tab character.152
ErrorsLine has trailing spaces.153
ErrorsLine contains a tab character.153
ErrorsLine is longer than 80 characters.154
ErrorsLine contains a tab character.154
ErrorsLine has trailing spaces.155
ErrorsLine contains a tab character.155
ErrorsLine is longer than 80 characters.156
ErrorsLine contains a tab character.156
ErrorsLine has trailing spaces.157
ErrorsLine contains a tab character.157
ErrorsLine is longer than 80 characters.158
ErrorsLine contains a tab character.158
ErrorsLine has trailing spaces.159
ErrorsLine contains a tab character.159
ErrorsLine is longer than 80 characters.160
ErrorsLine contains a tab character.160
ErrorsLine has trailing spaces.161
ErrorsLine contains a tab character.161
ErrorsLine is longer than 80 characters.162
ErrorsLine contains a tab character.162
ErrorsLine has trailing spaces.163
ErrorsLine contains a tab character.163
ErrorsLine is longer than 80 characters.164
ErrorsLine contains a tab character.164
ErrorsLine has trailing spaces.165
ErrorsLine contains a tab character.165
ErrorsLine is longer than 80 characters.166
ErrorsLine contains a tab character.166
ErrorsLine has trailing spaces.167
ErrorsLine contains a tab character.167
ErrorsLine is longer than 80 characters.168
ErrorsLine contains a tab character.168
ErrorsLine has trailing spaces.169
ErrorsLine contains a tab character.169
ErrorsLine is longer than 80 characters.170
ErrorsLine contains a tab character.170
ErrorsLine has trailing spaces.171
ErrorsLine contains a tab character.171
ErrorsLine is longer than 80 characters.172
ErrorsLine contains a tab character.172
ErrorsLine has trailing spaces.173
ErrorsLine contains a tab character.173
ErrorsLine is longer than 80 characters.174
ErrorsLine contains a tab character.174
ErrorsLine has trailing spaces.175
ErrorsLine contains a tab character.175
ErrorsLine is longer than 80 characters.176
ErrorsLine contains a tab character.176
ErrorsLine has trailing spaces.177
ErrorsLine contains a tab character.177
ErrorsLine is longer than 80 characters.178
ErrorsLine contains a tab character.178
ErrorsLine has trailing spaces.179
ErrorsLine contains a tab character.179
ErrorsLine is longer than 80 characters.180
ErrorsLine contains a tab character.180
ErrorsLine has trailing spaces.181
ErrorsLine contains a tab character.181
ErrorsLine is longer than 80 characters.182
ErrorsLine contains a tab character.182
ErrorsLine has trailing spaces.183
ErrorsLine contains a tab character.183
ErrorsLine is longer than 80 characters.184
ErrorsLine contains a tab character.184
ErrorsLine has trailing spaces.185
ErrorsLine contains a tab character.185
ErrorsLine is longer than 80 characters.186
ErrorsLine contains a tab character.186
ErrorsLine has trailing spaces.187
ErrorsLine contains a tab character.187
ErrorsLine is longer than 80 characters.188
ErrorsLine contains a tab character.188
ErrorsLine has trailing spaces.189
ErrorsLine contains a tab character.189
ErrorsLine is longer than 80 characters.190
ErrorsLine contains a tab character.190
ErrorsLine has trailing spaces.191
ErrorsLine contains a tab character.191
ErrorsLine is longer than 80 characters.192
ErrorsLine contains a tab character.192
ErrorsLine has trailing spaces.193
ErrorsLine contains a tab character.193
ErrorsLine is longer than 80 characters.194
ErrorsLine contains a tab character.194
ErrorsLine has trailing spaces.195
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.196
ErrorsLine has trailing spaces.197
ErrorsLine contains a tab character.197
ErrorsLine is longer than 80 characters.198
ErrorsLine contains a tab character.198
ErrorsLine has trailing spaces.199
ErrorsLine contains a tab character.199
ErrorsLine is longer than 80 characters.200
ErrorsLine contains a tab character.200
ErrorsLine has trailing spaces.201
ErrorsLine contains a tab character.201
ErrorsLine is longer than 80 characters.202
ErrorsLine contains a tab character.202
ErrorsLine has trailing spaces.203
ErrorsLine contains a tab character.203
ErrorsLine is longer than 80 characters.204
ErrorsLine contains a tab character.204
ErrorsLine has trailing spaces.205
ErrorsLine contains a tab character.205
ErrorsLine is longer than 80 characters.206
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
ErrorsLine has trailing spaces.209
ErrorsLine contains a tab character.209
ErrorsLine is longer than 80 characters.210
ErrorsLine contains a tab character.210
ErrorsLine has trailing spaces.211
ErrorsLine contains a tab character.211
ErrorsLine is longer than 80 characters.212
ErrorsLine contains a tab character.212
ErrorsLine has trailing spaces.213
ErrorsLine contains a tab character.213
ErrorsLine is longer than 80 characters.214
ErrorsLine contains a tab character.214
ErrorsLine has trailing spaces.215
ErrorsLine contains a tab character.215
ErrorsLine is longer than 80 characters.216
ErrorsLine contains a tab character.216
ErrorsLine has trailing spaces.217
ErrorsLine contains a tab character.217
ErrorsLine is longer than 80 characters.218
ErrorsLine contains a tab character.218
ErrorsLine has trailing spaces.219
ErrorsLine contains a tab character.219
ErrorsLine is longer than 80 characters.220
ErrorsLine contains a tab character.220
ErrorsLine has trailing spaces.221
ErrorsLine contains a tab character.221
ErrorsLine is longer than 80 characters.222
ErrorsLine contains a tab character.222
ErrorsLine has trailing spaces.223
ErrorsLine contains a tab character.223
ErrorsLine is longer than 80 characters.224
ErrorsLine contains a tab character.224
ErrorsLine has trailing spaces.225
ErrorsLine contains a tab character.225
ErrorsLine is longer than 80 characters.226
ErrorsLine contains a tab character.226
ErrorsLine has trailing spaces.227
ErrorsLine contains a tab character.227
ErrorsLine is longer than 80 characters.228
ErrorsLine contains a tab character.228
ErrorsLine has trailing spaces.229
ErrorsLine contains a tab character.229
ErrorsLine is longer than 80 characters.230
ErrorsLine contains a tab character.230
ErrorsLine has trailing spaces.231
ErrorsLine contains a tab character.231
ErrorsLine is longer than 80 characters.232
ErrorsLine contains a tab character.232
ErrorsLine has trailing spaces.233
ErrorsLine contains a tab character.233
ErrorsLine contains a tab character.234
ErrorsLine has trailing spaces.235
ErrorsLine contains a tab character.235
ErrorsLine is longer than 80 characters.236
ErrorsLine contains a tab character.236
ErrorsLine has trailing spaces.237
ErrorsLine contains a tab character.237
ErrorsLine is longer than 80 characters.238
ErrorsLine contains a tab character.238
ErrorsLine has trailing spaces.239
ErrorsLine contains a tab character.239
ErrorsLine is longer than 80 characters.240
ErrorsLine contains a tab character.240
ErrorsLine has trailing spaces.241
ErrorsLine contains a tab character.241
ErrorsLine is longer than 80 characters.242
ErrorsLine contains a tab character.242
ErrorsLine has trailing spaces.243
ErrorsLine contains a tab character.243
ErrorsLine is longer than 80 characters.244
ErrorsLine contains a tab character.244
ErrorsLine has trailing spaces.245
ErrorsLine contains a tab character.245
ErrorsLine is longer than 80 characters.246
ErrorsLine contains a tab character.246
ErrorsLine has trailing spaces.247
ErrorsLine contains a tab character.247
ErrorsLine is longer than 80 characters.248
ErrorsLine contains a tab character.248
ErrorsLine has trailing spaces.249
ErrorsLine contains a tab character.249
ErrorsLine is longer than 80 characters.250
ErrorsLine contains a tab character.250
ErrorsLine has trailing spaces.251
ErrorsLine contains a tab character.251
ErrorsLine is longer than 80 characters.252
ErrorsLine contains a tab character.252
ErrorsLine contains a tab character.253
ErrorsLine has trailing spaces.256

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/InitedMessage.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine has trailing spaces.34
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 has trailing spaces.37
ErrorsLine contains a tab character.37
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.42
ErrorsLine has trailing spaces.46
ErrorsLine contains a tab character.47
Errors'{' should be on the previous line.49
ErrorsLine has trailing spaces.50
ErrorsLine has trailing spaces.53
ErrorsLine has trailing spaces.54
ErrorsLine is longer than 80 characters.54
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 contains a tab character.57
ErrorsLine has trailing spaces.59
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine has trailing spaces.63
ErrorsLine is longer than 80 characters.63
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.74
ErrorsLine is longer than 80 characters.75
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.78
ErrorsLine has trailing spaces.79
ErrorsLine contains a tab character.79
ErrorsLine has trailing spaces.80
ErrorsLine contains a tab character.81
ErrorsLine has trailing spaces.82
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.83
ErrorsLine is longer than 80 characters.84
ErrorsLine contains a tab character.84
ErrorsLine has trailing spaces.85
ErrorsLine contains a tab character.85
ErrorsLine has trailing spaces.86
ErrorsLine is longer than 80 characters.87
ErrorsLine contains a tab character.87
ErrorsLine has trailing spaces.88
ErrorsLine contains a tab character.88
ErrorsLine has trailing spaces.89
ErrorsLine contains a tab character.90
ErrorsLine has trailing spaces.91
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.92
ErrorsLine contains a tab character.93
ErrorsLine has trailing spaces.94
ErrorsLine contains a tab character.94
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.96
ErrorsLine has trailing spaces.97
ErrorsLine contains a tab character.97
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.99
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.100
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.102
ErrorsLine has trailing spaces.103
ErrorsLine contains a tab character.103
ErrorsLine has trailing spaces.104
ErrorsLine contains a tab character.105
ErrorsLine has trailing spaces.106
ErrorsLine contains a tab character.106
ErrorsLine has trailing spaces.107
ErrorsLine contains a tab character.108
ErrorsLine has trailing spaces.109
ErrorsLine contains a tab character.109
ErrorsLine has trailing spaces.110
ErrorsLine contains a tab character.111
ErrorsLine has trailing spaces.112
ErrorsLine contains a tab character.112
ErrorsLine has trailing spaces.113
ErrorsLine contains a tab character.114
ErrorsLine has trailing spaces.115
ErrorsLine contains a tab character.115
ErrorsLine has trailing spaces.116
ErrorsLine has trailing spaces.117
ErrorsLine contains a tab character.117
ErrorsLine has trailing spaces.118
ErrorsLine contains a tab character.118
ErrorsLine has trailing spaces.119
ErrorsLine is longer than 80 characters.120
ErrorsLine contains a tab character.120
ErrorsLine has trailing spaces.121
ErrorsLine contains a tab character.121
ErrorsMore than 7 parameters.123
ErrorsLine is longer than 80 characters.124
ErrorsParameter BotId should be final.124
Errors'BotId' hides a field.124
ErrorsName 'BotId' must match pattern '^[a-z][a-zA-Z0-9]*$'.124
ErrorsParameter HealthStart should be final.124
Errors'HealthStart' hides a field.124
ErrorsName 'HealthStart' must match pattern '^[a-z][a-zA-Z0-9]*$'.124
ErrorsParameter HealthFull should be final.124
Errors'HealthFull' hides a field.124
ErrorsName 'HealthFull' must match pattern '^[a-z][a-zA-Z0-9]*$'.124
ErrorsParameter HealthMax should be final.124
Errors'HealthMax' hides a field.124
ErrorsName 'HealthMax' must match pattern '^[a-z][a-zA-Z0-9]*$'.124
ErrorsParameter AdrenalineStart should be final.124
Errors'AdrenalineStart' hides a field.124
ErrorsName 'AdrenalineStart' must match pattern '^[a-z][a-zA-Z0-9]*$'.124
ErrorsParameter AdrenalineMax should be final.124
Errors'AdrenalineMax' hides a field.124
ErrorsName 'AdrenalineMax' must match pattern '^[a-z][a-zA-Z0-9]*$'.124
ErrorsParameter ShieldStrengthStart should be final.124
Errors'ShieldStrengthStart' hides a field.124
ErrorsName 'ShieldStrengthStart' must match pattern '^[a-z][a-zA-Z0-9]*$'.124
ErrorsParameter ShieldStrengthMax should be final.124
Errors'ShieldStrengthMax' hides a field.124
ErrorsName 'ShieldStrengthMax' must match pattern '^[a-z][a-zA-Z0-9]*$'.124
ErrorsParameter MaxMultiJump should be final.124
Errors'MaxMultiJump' hides a field.124
ErrorsName 'MaxMultiJump' must match pattern '^[a-z][a-zA-Z0-9]*$'.124
ErrorsParameter DamageScaling should be final.124
Errors'DamageScaling' hides a field.124
ErrorsName 'DamageScaling' must match pattern '^[a-z][a-zA-Z0-9]*$'.124
ErrorsParameter GroundSpeed should be final.124
Errors'GroundSpeed' hides a field.124
ErrorsName 'GroundSpeed' must match pattern '^[a-z][a-zA-Z0-9]*$'.124
ErrorsParameter WaterSpeed should be final.124
Errors'WaterSpeed' hides a field.124
ErrorsName 'WaterSpeed' must match pattern '^[a-z][a-zA-Z0-9]*$'.124
ErrorsParameter AirSpeed should be final.124
Errors'AirSpeed' hides a field.124
ErrorsName 'AirSpeed' must match pattern '^[a-z][a-zA-Z0-9]*$'.124
ErrorsParameter LadderSpeed should be final.124
Errors'LadderSpeed' hides a field.124
ErrorsName 'LadderSpeed' must match pattern '^[a-z][a-zA-Z0-9]*$'.124
ErrorsParameter AccelRate should be final.124
Errors'AccelRate' hides a field.124
ErrorsName 'AccelRate' must match pattern '^[a-z][a-zA-Z0-9]*$'.124
ErrorsParameter JumpZ should be final.124
Errors'JumpZ' hides a field.124
ErrorsName 'JumpZ' must match pattern '^[a-z][a-zA-Z0-9]*$'.124
ErrorsParameter MultiJumpBoost should be final.124
Errors'MultiJumpBoost' hides a field.124
ErrorsName 'MultiJumpBoost' must match pattern '^[a-z][a-zA-Z0-9]*$'.124
ErrorsParameter MaxFallSpeed should be final.124
Errors'MaxFallSpeed' hides a field.124
ErrorsName 'MaxFallSpeed' must match pattern '^[a-z][a-zA-Z0-9]*$'.124
ErrorsParameter DodgeSpeedFactor should be final.124
Errors'DodgeSpeedFactor' hides a field.124
ErrorsName 'DodgeSpeedFactor' must match pattern '^[a-z][a-zA-Z0-9]*$'.124
ErrorsParameter DodgeSpeedZ should be final.124
Errors'DodgeSpeedZ' hides a field.124
ErrorsName 'DodgeSpeedZ' must match pattern '^[a-z][a-zA-Z0-9]*$'.124
ErrorsParameter AirControl should be final.124
Errors'AirControl' hides a field.124
ErrorsName 'AirControl' must match pattern '^[a-z][a-zA-Z0-9]*$'.124
ErrorsLine has trailing spaces.125
ErrorsLine has trailing spaces.127
ErrorsLine has trailing spaces.129
ErrorsLine has trailing spaces.131
ErrorsLine has trailing spaces.133
ErrorsLine has trailing spaces.135
ErrorsLine has trailing spaces.137
ErrorsLine has trailing spaces.139
ErrorsLine has trailing spaces.141
ErrorsLine has trailing spaces.143
ErrorsLine has trailing spaces.145
ErrorsLine has trailing spaces.147
ErrorsLine has trailing spaces.149
ErrorsLine has trailing spaces.151
ErrorsLine has trailing spaces.153
ErrorsLine has trailing spaces.155
ErrorsLine has trailing spaces.157
ErrorsLine has trailing spaces.159
ErrorsLine has trailing spaces.161
ErrorsLine has trailing spaces.163
ErrorsLine has trailing spaces.165
ErrorsLine has trailing spaces.167
ErrorsLine has trailing spaces.170
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsLine is longer than 80 characters.173
ErrorsLine contains a tab character.173
ErrorsLine has trailing spaces.174
ErrorsLine has trailing spaces.177
ErrorsLine has trailing spaces.179
ErrorsLine contains a tab character.180
ErrorsLine contains a tab character.181
ErrorsName 'BotId' must match pattern '^[a-z][a-zA-Z0-9]*$'.183
ErrorsVariable 'BotId' must be private and have accessor methods.183
ErrorsLine contains a tab character.184
ErrorsLine has trailing spaces.186
ErrorsLine has trailing spaces.188
ErrorsLine contains a tab character.189
ErrorsLine contains a tab character.190
ErrorsExpected an @return tag.191
ErrorsMethod 'getBotId' is not designed for extension - needs to be abstract, final or empty.191
ErrorsLine has trailing spaces.196
ErrorsLine has trailing spaces.198
ErrorsLine has trailing spaces.200
ErrorsLine has trailing spaces.201
ErrorsLine is longer than 80 characters.201
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.202
ErrorsName 'HealthStart' must match pattern '^[a-z][a-zA-Z0-9]*$'.204
ErrorsVariable 'HealthStart' must be private and have accessor methods.204
ErrorsLine contains a tab character.205
ErrorsLine has trailing spaces.207
ErrorsLine has trailing spaces.209
ErrorsLine has trailing spaces.210
ErrorsLine is longer than 80 characters.210
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.211
ErrorsExpected an @return tag.212
ErrorsMethod 'getHealthStart' is not designed for extension - needs to be abstract, final or empty.212
ErrorsLine has trailing spaces.217
ErrorsLine has trailing spaces.219
ErrorsLine has trailing spaces.221
ErrorsLine contains a tab character.222
ErrorsLine contains a tab character.223
ErrorsName 'HealthFull' must match pattern '^[a-z][a-zA-Z0-9]*$'.225
ErrorsVariable 'HealthFull' must be private and have accessor methods.225
ErrorsLine contains a tab character.226
ErrorsLine has trailing spaces.228
ErrorsLine has trailing spaces.230
ErrorsLine contains a tab character.231
ErrorsLine contains a tab character.232
ErrorsExpected an @return tag.233
ErrorsMethod 'getHealthFull' is not designed for extension - needs to be abstract, final or empty.233
ErrorsLine has trailing spaces.238
ErrorsLine has trailing spaces.240
ErrorsLine has trailing spaces.242
ErrorsLine contains a tab character.243
ErrorsLine contains a tab character.244
ErrorsName 'HealthMax' must match pattern '^[a-z][a-zA-Z0-9]*$'.246
ErrorsVariable 'HealthMax' must be private and have accessor methods.246
ErrorsLine contains a tab character.247
ErrorsLine has trailing spaces.249
ErrorsLine has trailing spaces.251
ErrorsLine contains a tab character.252
ErrorsLine contains a tab character.253
ErrorsExpected an @return tag.254
ErrorsMethod 'getHealthMax' is not designed for extension - needs to be abstract, final or empty.254
ErrorsLine has trailing spaces.259
ErrorsLine has trailing spaces.261
ErrorsLine has trailing spaces.263
ErrorsLine contains a tab character.264
ErrorsLine contains a tab character.265
ErrorsName 'AdrenalineStart' must match pattern '^[a-z][a-zA-Z0-9]*$'.267
ErrorsVariable 'AdrenalineStart' must be private and have accessor methods.267
ErrorsLine contains a tab character.268
ErrorsLine has trailing spaces.270
ErrorsLine has trailing spaces.272
ErrorsLine contains a tab character.273
ErrorsLine contains a tab character.274
ErrorsExpected an @return tag.275
ErrorsMethod 'getAdrenalineStart' is not designed for extension - needs to be abstract, final or empty.275
ErrorsLine has trailing spaces.280
ErrorsLine has trailing spaces.282
ErrorsLine has trailing spaces.284
ErrorsLine is longer than 80 characters.285
ErrorsLine contains a tab character.285
ErrorsLine contains a tab character.286
ErrorsName 'AdrenalineMax' must match pattern '^[a-z][a-zA-Z0-9]*$'.288
ErrorsVariable 'AdrenalineMax' must be private and have accessor methods.288
ErrorsLine contains a tab character.289
ErrorsLine has trailing spaces.291
ErrorsLine has trailing spaces.293
ErrorsLine is longer than 80 characters.294
ErrorsLine contains a tab character.294
ErrorsLine contains a tab character.295
ErrorsExpected an @return tag.296
ErrorsMethod 'getAdrenalineMax' is not designed for extension - needs to be abstract, final or empty.296
ErrorsLine has trailing spaces.301
ErrorsLine has trailing spaces.303
ErrorsLine has trailing spaces.305
ErrorsLine contains a tab character.306
ErrorsLine contains a tab character.307
ErrorsName 'ShieldStrengthStart' must match pattern '^[a-z][a-zA-Z0-9]*$'.309
ErrorsVariable 'ShieldStrengthStart' must be private and have accessor methods.309
ErrorsLine contains a tab character.310
ErrorsLine has trailing spaces.312
ErrorsLine has trailing spaces.314
ErrorsLine contains a tab character.315
ErrorsLine contains a tab character.316
ErrorsExpected an @return tag.317
ErrorsMethod 'getShieldStrengthStart' is not designed for extension - needs to be abstract, final or empty.317
ErrorsLine has trailing spaces.322
ErrorsLine has trailing spaces.324
ErrorsLine has trailing spaces.326
ErrorsLine contains a tab character.327
ErrorsLine contains a tab character.328
ErrorsName 'ShieldStrengthMax' must match pattern '^[a-z][a-zA-Z0-9]*$'.330
ErrorsVariable 'ShieldStrengthMax' must be private and have accessor methods.330
ErrorsLine contains a tab character.331
ErrorsLine has trailing spaces.333
ErrorsLine has trailing spaces.335
ErrorsLine contains a tab character.336
ErrorsLine contains a tab character.337
ErrorsExpected an @return tag.338
ErrorsMethod 'getShieldStrengthMax' is not designed for extension - needs to be abstract, final or empty.338
ErrorsLine has trailing spaces.343
ErrorsLine has trailing spaces.345
ErrorsLine has trailing spaces.347
ErrorsLine is longer than 80 characters.348
ErrorsLine contains a tab character.348
ErrorsLine contains a tab character.349
ErrorsName 'MaxMultiJump' must match pattern '^[a-z][a-zA-Z0-9]*$'.351
ErrorsVariable 'MaxMultiJump' must be private and have accessor methods.351
ErrorsLine contains a tab character.352
ErrorsLine has trailing spaces.354
ErrorsLine has trailing spaces.356
ErrorsLine is longer than 80 characters.357
ErrorsLine contains a tab character.357
ErrorsLine contains a tab character.358
ErrorsExpected an @return tag.359
ErrorsMethod 'getMaxMultiJump' is not designed for extension - needs to be abstract, final or empty.359
ErrorsLine has trailing spaces.364
ErrorsLine has trailing spaces.366
ErrorsLine has trailing spaces.368
ErrorsLine is longer than 80 characters.369
ErrorsLine contains a tab character.369
ErrorsLine contains a tab character.370
ErrorsName 'DamageScaling' must match pattern '^[a-z][a-zA-Z0-9]*$'.372
ErrorsVariable 'DamageScaling' must be private and have accessor methods.372
ErrorsLine contains a tab character.373
ErrorsLine has trailing spaces.375
ErrorsLine has trailing spaces.377
ErrorsLine is longer than 80 characters.378
ErrorsLine contains a tab character.378
ErrorsLine contains a tab character.379
ErrorsExpected an @return tag.380
ErrorsMethod 'getDamageScaling' is not designed for extension - needs to be abstract, final or empty.380
ErrorsLine has trailing spaces.385
ErrorsLine has trailing spaces.387
ErrorsLine has trailing spaces.389
ErrorsLine contains a tab character.390
ErrorsLine contains a tab character.391
ErrorsName 'GroundSpeed' must match pattern '^[a-z][a-zA-Z0-9]*$'.393
ErrorsVariable 'GroundSpeed' must be private and have accessor methods.393
ErrorsLine contains a tab character.394
ErrorsLine has trailing spaces.396
ErrorsLine has trailing spaces.398
ErrorsLine contains a tab character.399
ErrorsLine contains a tab character.400
ErrorsExpected an @return tag.401
ErrorsMethod 'getGroundSpeed' is not designed for extension - needs to be abstract, final or empty.401
ErrorsLine has trailing spaces.406
ErrorsLine has trailing spaces.408
ErrorsLine has trailing spaces.410
ErrorsLine contains a tab character.411
ErrorsLine contains a tab character.412
ErrorsName 'WaterSpeed' must match pattern '^[a-z][a-zA-Z0-9]*$'.414
ErrorsVariable 'WaterSpeed' must be private and have accessor methods.414
ErrorsLine contains a tab character.415
ErrorsLine has trailing spaces.417
ErrorsLine has trailing spaces.419
ErrorsLine contains a tab character.420
ErrorsLine contains a tab character.421
ErrorsExpected an @return tag.422
ErrorsMethod 'getWaterSpeed' is not designed for extension - needs to be abstract, final or empty.422
ErrorsLine has trailing spaces.427
ErrorsLine has trailing spaces.429
ErrorsLine has trailing spaces.431
ErrorsLine contains a tab character.432
ErrorsLine contains a tab character.433
ErrorsName 'AirSpeed' must match pattern '^[a-z][a-zA-Z0-9]*$'.435
ErrorsVariable 'AirSpeed' must be private and have accessor methods.435
ErrorsLine contains a tab character.436
ErrorsLine has trailing spaces.438
ErrorsLine has trailing spaces.440
ErrorsLine contains a tab character.441
ErrorsLine contains a tab character.442
ErrorsExpected an @return tag.443
ErrorsMethod 'getAirSpeed' is not designed for extension - needs to be abstract, final or empty.443
ErrorsLine has trailing spaces.448
ErrorsLine has trailing spaces.450
ErrorsLine has trailing spaces.452
ErrorsLine contains a tab character.453
ErrorsLine contains a tab character.454
ErrorsName 'LadderSpeed' must match pattern '^[a-z][a-zA-Z0-9]*$'.456
ErrorsVariable 'LadderSpeed' must be private and have accessor methods.456
ErrorsLine contains a tab character.457
ErrorsLine has trailing spaces.459
ErrorsLine has trailing spaces.461
ErrorsLine contains a tab character.462
ErrorsLine contains a tab character.463
ErrorsExpected an @return tag.464
ErrorsMethod 'getLadderSpeed' is not designed for extension - needs to be abstract, final or empty.464
ErrorsLine has trailing spaces.469
ErrorsLine has trailing spaces.471
ErrorsLine has trailing spaces.473
ErrorsLine contains a tab character.474
ErrorsLine contains a tab character.475
ErrorsName 'AccelRate' must match pattern '^[a-z][a-zA-Z0-9]*$'.477
ErrorsVariable 'AccelRate' must be private and have accessor methods.477
ErrorsLine contains a tab character.478
ErrorsLine has trailing spaces.480
ErrorsLine has trailing spaces.482
ErrorsLine contains a tab character.483
ErrorsLine contains a tab character.484
ErrorsExpected an @return tag.485
ErrorsMethod 'getAccelRate' is not designed for extension - needs to be abstract, final or empty.485
ErrorsLine has trailing spaces.490
ErrorsLine has trailing spaces.492
ErrorsLine has trailing spaces.494
ErrorsLine contains a tab character.495
ErrorsLine contains a tab character.496
ErrorsName 'JumpZ' must match pattern '^[a-z][a-zA-Z0-9]*$'.498
ErrorsVariable 'JumpZ' must be private and have accessor methods.498
ErrorsLine contains a tab character.499
ErrorsLine has trailing spaces.501
ErrorsLine has trailing spaces.503
ErrorsLine contains a tab character.504
ErrorsLine contains a tab character.505
ErrorsExpected an @return tag.506
ErrorsMethod 'getJumpZ' is not designed for extension - needs to be abstract, final or empty.506
ErrorsLine has trailing spaces.511
ErrorsLine has trailing spaces.513
ErrorsLine has trailing spaces.515
ErrorsLine contains a tab character.516
ErrorsLine contains a tab character.517
ErrorsName 'MultiJumpBoost' must match pattern '^[a-z][a-zA-Z0-9]*$'.519
ErrorsVariable 'MultiJumpBoost' must be private and have accessor methods.519
ErrorsLine contains a tab character.520
ErrorsLine has trailing spaces.522
ErrorsLine has trailing spaces.524
ErrorsLine contains a tab character.525
ErrorsLine contains a tab character.526
ErrorsExpected an @return tag.527
ErrorsMethod 'getMultiJumpBoost' is not designed for extension - needs to be abstract, final or empty.527
ErrorsLine has trailing spaces.532
ErrorsLine has trailing spaces.534
ErrorsLine has trailing spaces.536
ErrorsLine contains a tab character.537
ErrorsLine contains a tab character.538
ErrorsName 'MaxFallSpeed' must match pattern '^[a-z][a-zA-Z0-9]*$'.540
ErrorsVariable 'MaxFallSpeed' must be private and have accessor methods.540
ErrorsLine contains a tab character.541
ErrorsLine has trailing spaces.543
ErrorsLine has trailing spaces.545
ErrorsLine contains a tab character.546
ErrorsLine contains a tab character.547
ErrorsExpected an @return tag.548
ErrorsMethod 'getMaxFallSpeed' is not designed for extension - needs to be abstract, final or empty.548
ErrorsLine has trailing spaces.553
ErrorsLine has trailing spaces.555
ErrorsLine has trailing spaces.557
ErrorsLine contains a tab character.558
ErrorsLine contains a tab character.559
ErrorsName 'DodgeSpeedFactor' must match pattern '^[a-z][a-zA-Z0-9]*$'.561
ErrorsVariable 'DodgeSpeedFactor' must be private and have accessor methods.561
ErrorsLine contains a tab character.562
ErrorsLine has trailing spaces.564
ErrorsLine has trailing spaces.566
ErrorsLine contains a tab character.567
ErrorsLine contains a tab character.568
ErrorsExpected an @return tag.569
ErrorsMethod 'getDodgeSpeedFactor' is not designed for extension - needs to be abstract, final or empty.569
ErrorsLine has trailing spaces.574
ErrorsLine has trailing spaces.576
ErrorsLine has trailing spaces.578
ErrorsLine has trailing spaces.579
ErrorsLine contains a tab character.579
ErrorsLine contains a tab character.580
ErrorsName 'DodgeSpeedZ' must match pattern '^[a-z][a-zA-Z0-9]*$'.582
ErrorsVariable 'DodgeSpeedZ' must be private and have accessor methods.582
ErrorsLine contains a tab character.583
ErrorsLine has trailing spaces.585
ErrorsLine has trailing spaces.587
ErrorsLine has trailing spaces.588
ErrorsLine contains a tab character.588
ErrorsLine contains a tab character.589
ErrorsExpected an @return tag.590
ErrorsMethod 'getDodgeSpeedZ' is not designed for extension - needs to be abstract, final or empty.590
ErrorsLine has trailing spaces.595
ErrorsLine has trailing spaces.597
ErrorsLine has trailing spaces.599
ErrorsLine is longer than 80 characters.600
ErrorsLine contains a tab character.600
ErrorsLine contains a tab character.601
ErrorsName 'AirControl' must match pattern '^[a-z][a-zA-Z0-9]*$'.603
ErrorsVariable 'AirControl' must be private and have accessor methods.603
ErrorsLine contains a tab character.604
ErrorsLine has trailing spaces.606
ErrorsLine has trailing spaces.608
ErrorsLine is longer than 80 characters.609
ErrorsLine contains a tab character.609
ErrorsLine contains a tab character.610
ErrorsExpected an @return tag.611
ErrorsMethod 'getAirControl' is not designed for extension - needs to be abstract, final or empty.611
ErrorsLine has trailing spaces.616
ErrorsLine has trailing spaces.618
ErrorsLine contains a tab character.623
ErrorsLine has trailing spaces.624
ErrorsLine contains a tab character.624
ErrorsLine is longer than 80 characters.625
ErrorsLine contains a tab character.625
ErrorsMissing a Javadoc comment.625
ErrorsName 'InitedMessageId' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.625
ErrorsLine contains a tab character.627
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.627
ErrorsMissing a Javadoc comment.627
ErrorsLine contains a tab character.628
ErrorsLine contains a tab character.629
ErrorsLine has trailing spaces.630
ErrorsLine contains a tab character.630
ErrorsLine is longer than 80 characters.631
ErrorsLine contains a tab character.631
ErrorsMissing a Javadoc comment.631
ErrorsName 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'.631
ErrorsVariable 'Time' must be private and have accessor methods.631
ErrorsLine is longer than 80 characters.633
ErrorsLine contains a tab character.633
ErrorsMethod 'getTime' is not designed for extension - needs to be abstract, final or empty.633
ErrorsMissing a Javadoc comment.633
ErrorsLine contains a tab character.634
ErrorsLine contains a tab character.635
ErrorsLine is longer than 80 characters.637
ErrorsLine contains a tab character.637
ErrorsMethod 'setTime' is not designed for extension - needs to be abstract, final or empty.637
ErrorsMissing a Javadoc comment.637
ErrorsParameter time should be final.637
ErrorsLine is longer than 80 characters.638
ErrorsLine contains a tab character.638
ErrorsLine contains a tab character.639
ErrorsLine is longer than 80 characters.641
ErrorsLine contains a tab character.641
ErrorsMethod 'getLastSeenTime' is not designed for extension - needs to be abstract, final or empty.641
ErrorsMissing a Javadoc comment.641
ErrorsLine contains a tab character.642
ErrorsLine contains a tab character.643
ErrorsLine has trailing spaces.644
ErrorsLine contains a tab character.644
ErrorsLine has trailing spaces.645
ErrorsLine contains a tab character.645
ErrorsLine contains a tab character.646
ErrorsMethod 'getLocal' is not designed for extension - needs to be abstract, final or empty.646
ErrorsMissing a Javadoc comment.646
ErrorsLine contains a tab character.647
ErrorsLine contains a tab character.648
ErrorsLine has trailing spaces.649
ErrorsLine contains a tab character.649
ErrorsLine contains a tab character.650
ErrorsMethod 'getShared' is not designed for extension - needs to be abstract, final or empty.650
ErrorsMissing a Javadoc comment.650
ErrorsLine contains a tab character.651
ErrorsLine contains a tab character.652
ErrorsLine has trailing spaces.653
ErrorsLine contains a tab character.653
ErrorsLine contains a tab character.654
ErrorsMethod 'getStatic' is not designed for extension - needs to be abstract, final or empty.654
ErrorsMissing a Javadoc comment.654
ErrorsLine contains a tab character.655
ErrorsLine contains a tab character.656
ErrorsLine has trailing spaces.657
ErrorsLine contains a tab character.657
ErrorsLine contains a tab character.658
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.658
ErrorsLine contains a tab character.659
ErrorsLine contains a tab character.660
Errors'cast' is not followed by whitespace.660
ErrorsLine contains a tab character.661
ErrorsLine contains a tab character.663
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.663
ErrorsMissing a Javadoc comment.663
ErrorsParameter obj should be final.663
Errors'if' construct must use '{}'s.664
ErrorsLine contains a tab character.664
ErrorsLine contains a tab character.665
Errors'cast' is not followed by whitespace.665
Errors'if' construct must use '{}'s.666
ErrorsLine is longer than 80 characters.666
ErrorsLine contains a tab character.666
Errors'else' construct must use '{}'s.667
ErrorsLine contains a tab character.667
ErrorsLine contains a tab character.668
ErrorsLine contains a tab character.670
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.670
ErrorsMissing a Javadoc comment.670
Errors'if' construct must use '{}'s.671
ErrorsLine contains a tab character.671
ErrorsLine contains a tab character.672
ErrorsLine contains a tab character.673
ErrorsLine has trailing spaces.675
ErrorsLine contains a tab character.675
ErrorsLine contains a tab character.678
ErrorsLine contains a tab character.680
ErrorsLine has trailing spaces.681
ErrorsLine contains a tab character.681
ErrorsLine contains a tab character.682
ErrorsLine has trailing spaces.686
ErrorsParameter original should be final.691
ErrorsExpected @param tag for 'original'.691
ErrorsLine has trailing spaces.692
Errors'=' is not preceded with whitespace.693
Errors'=' is not followed by whitespace.693
ErrorsLine has trailing spaces.694
Errors'=' is not preceded with whitespace.695
Errors'=' is not followed by whitespace.695
ErrorsLine has trailing spaces.696
Errors'=' is not preceded with whitespace.697
Errors'=' is not followed by whitespace.697
ErrorsLine has trailing spaces.698
Errors'=' is not preceded with whitespace.699
Errors'=' is not followed by whitespace.699
ErrorsLine has trailing spaces.700
Errors'=' is not preceded with whitespace.701
Errors'=' is not followed by whitespace.701
ErrorsLine has trailing spaces.702
Errors'=' is not preceded with whitespace.703
Errors'=' is not followed by whitespace.703
ErrorsLine has trailing spaces.704
Errors'=' is not preceded with whitespace.705
Errors'=' is not followed by whitespace.705
ErrorsLine has trailing spaces.706
Errors'=' is not preceded with whitespace.707
Errors'=' is not followed by whitespace.707
ErrorsLine has trailing spaces.708
Errors'=' is not preceded with whitespace.709
Errors'=' is not followed by whitespace.709
ErrorsLine has trailing spaces.710
Errors'=' is not preceded with whitespace.711
Errors'=' is not followed by whitespace.711
ErrorsLine has trailing spaces.712
Errors'=' is not preceded with whitespace.713
Errors'=' is not followed by whitespace.713
ErrorsLine has trailing spaces.714
Errors'=' is not preceded with whitespace.715
Errors'=' is not followed by whitespace.715
ErrorsLine has trailing spaces.716
Errors'=' is not preceded with whitespace.717
Errors'=' is not followed by whitespace.717
ErrorsLine has trailing spaces.718
Errors'=' is not preceded with whitespace.719
Errors'=' is not followed by whitespace.719
ErrorsLine has trailing spaces.720
Errors'=' is not preceded with whitespace.721
Errors'=' is not followed by whitespace.721
ErrorsLine has trailing spaces.722
Errors'=' is not preceded with whitespace.723
Errors'=' is not followed by whitespace.723
ErrorsLine has trailing spaces.724
Errors'=' is not preceded with whitespace.725
Errors'=' is not followed by whitespace.725
ErrorsLine has trailing spaces.726
Errors'=' is not preceded with whitespace.727
Errors'=' is not followed by whitespace.727
ErrorsLine has trailing spaces.728
Errors'=' is not preceded with whitespace.729
Errors'=' is not followed by whitespace.729
ErrorsLine has trailing spaces.730
Errors'=' is not preceded with whitespace.731
Errors'=' is not followed by whitespace.731
ErrorsLine has trailing spaces.732
Errors'=' is not preceded with whitespace.733
Errors'=' is not followed by whitespace.733
ErrorsLine has trailing spaces.734
ErrorsLine has trailing spaces.737
ErrorsLine is longer than 80 characters.739
ErrorsLine contains a tab character.741
ErrorsLine contains a tab character.742
ErrorsLine has trailing spaces.743
ErrorsLine contains a tab character.745
ErrorsLine is longer than 80 characters.746
ErrorsLine contains a tab character.746
ErrorsLine contains a tab character.747
ErrorsLine contains a tab character.748
ErrorsLine contains a tab character.750
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.750
ErrorsMissing a Javadoc comment.750
ErrorsParameter obj should be final.750
ErrorsLine contains a tab character.751
Errors'if' is not followed by whitespace.751
ErrorsLine contains a tab character.752
ErrorsLine is longer than 80 characters.753
ErrorsLine contains a tab character.753
ErrorsLine contains a tab character.754
ErrorsLine contains a tab character.755
ErrorsLine contains a tab character.756
ErrorsLine contains a tab character.757
Errors'cast' is not followed by whitespace.757
ErrorsLine contains a tab character.759
ErrorsLine has trailing spaces.761
ErrorsLine contains a tab character.761
ErrorsLine is longer than 80 characters.762
ErrorsLine contains a tab character.762
ErrorsLine is longer than 80 characters.763
ErrorsLine contains a tab character.763
Errors'=' is not preceded with whitespace.763
Errors'=' is not followed by whitespace.763
ErrorsLine contains a tab character.764
ErrorsLine contains a tab character.765
ErrorsLine has trailing spaces.766
ErrorsLine contains a tab character.766
ErrorsLine is longer than 80 characters.767
ErrorsLine contains a tab character.767
ErrorsLine is longer than 80 characters.768
ErrorsLine contains a tab character.768
Errors'=' is not preceded with whitespace.768
Errors'=' is not followed by whitespace.768
ErrorsLine contains a tab character.769
ErrorsLine contains a tab character.770
ErrorsLine has trailing spaces.771
ErrorsLine contains a tab character.771
ErrorsLine is longer than 80 characters.772
ErrorsLine contains a tab character.772
ErrorsLine is longer than 80 characters.773
ErrorsLine contains a tab character.773
Errors'=' is not preceded with whitespace.773
Errors'=' is not followed by whitespace.773
ErrorsLine contains a tab character.774
ErrorsLine contains a tab character.775
ErrorsLine has trailing spaces.776
ErrorsLine contains a tab character.776
ErrorsLine is longer than 80 characters.777
ErrorsLine contains a tab character.777
ErrorsLine is longer than 80 characters.778
ErrorsLine contains a tab character.778
Errors'=' is not preceded with whitespace.778
Errors'=' is not followed by whitespace.778
ErrorsLine contains a tab character.779
ErrorsLine contains a tab character.780
ErrorsLine has trailing spaces.781
ErrorsLine contains a tab character.781
ErrorsLine is longer than 80 characters.782
ErrorsLine contains a tab character.782
ErrorsLine is longer than 80 characters.783
ErrorsLine contains a tab character.783
Errors'=' is not preceded with whitespace.783
Errors'=' is not followed by whitespace.783
ErrorsLine contains a tab character.784
ErrorsLine contains a tab character.785
ErrorsLine has trailing spaces.786
ErrorsLine contains a tab character.786
ErrorsLine is longer than 80 characters.787
ErrorsLine contains a tab character.787
ErrorsLine is longer than 80 characters.788
ErrorsLine contains a tab character.788
Errors'=' is not preceded with whitespace.788
Errors'=' is not followed by whitespace.788
ErrorsLine contains a tab character.789
ErrorsLine contains a tab character.790
ErrorsLine has trailing spaces.791
ErrorsLine contains a tab character.791
ErrorsLine is longer than 80 characters.792
ErrorsLine contains a tab character.792
ErrorsLine is longer than 80 characters.793
ErrorsLine contains a tab character.793
Errors'=' is not preceded with whitespace.793
Errors'=' is not followed by whitespace.793
ErrorsLine contains a tab character.794
ErrorsLine contains a tab character.795
ErrorsLine has trailing spaces.796
ErrorsLine contains a tab character.796
ErrorsLine is longer than 80 characters.797
ErrorsLine contains a tab character.797
ErrorsLine is longer than 80 characters.798
ErrorsLine contains a tab character.798
Errors'=' is not preceded with whitespace.798
Errors'=' is not followed by whitespace.798
ErrorsLine contains a tab character.799
ErrorsLine contains a tab character.800
ErrorsLine has trailing spaces.801
ErrorsLine contains a tab character.801
ErrorsLine is longer than 80 characters.802
ErrorsLine contains a tab character.802
ErrorsLine is longer than 80 characters.803
ErrorsLine contains a tab character.803
Errors'=' is not preceded with whitespace.803
Errors'=' is not followed by whitespace.803
ErrorsLine contains a tab character.804
ErrorsLine contains a tab character.805
ErrorsLine has trailing spaces.806
ErrorsLine contains a tab character.806
ErrorsLine is longer than 80 characters.807
ErrorsLine contains a tab character.807
ErrorsLine is longer than 80 characters.808
ErrorsLine contains a tab character.808
Errors'=' is not preceded with whitespace.808
Errors'=' is not followed by whitespace.808
ErrorsLine contains a tab character.809
ErrorsLine contains a tab character.810
ErrorsLine has trailing spaces.811
ErrorsLine contains a tab character.811
ErrorsLine is longer than 80 characters.812
ErrorsLine contains a tab character.812
ErrorsLine is longer than 80 characters.813
ErrorsLine contains a tab character.813
Errors'=' is not preceded with whitespace.813
Errors'=' is not followed by whitespace.813
ErrorsLine contains a tab character.814
ErrorsLine contains a tab character.815
ErrorsLine has trailing spaces.816
ErrorsLine contains a tab character.816
ErrorsLine is longer than 80 characters.817
ErrorsLine contains a tab character.817
ErrorsLine contains a tab character.818
Errors'=' is not preceded with whitespace.818
Errors'=' is not followed by whitespace.818
ErrorsLine contains a tab character.819
ErrorsLine contains a tab character.820
ErrorsLine has trailing spaces.821
ErrorsLine contains a tab character.821
ErrorsLine is longer than 80 characters.822
ErrorsLine contains a tab character.822
ErrorsLine is longer than 80 characters.823
ErrorsLine contains a tab character.823
Errors'=' is not preceded with whitespace.823
Errors'=' is not followed by whitespace.823
ErrorsLine contains a tab character.824
ErrorsLine contains a tab character.825
ErrorsLine has trailing spaces.826
ErrorsLine contains a tab character.826
ErrorsLine is longer than 80 characters.827
ErrorsLine contains a tab character.827
ErrorsLine is longer than 80 characters.828
ErrorsLine contains a tab character.828
Errors'=' is not preceded with whitespace.828
Errors'=' is not followed by whitespace.828
ErrorsLine contains a tab character.829
ErrorsLine contains a tab character.830
ErrorsLine has trailing spaces.831
ErrorsLine contains a tab character.831
ErrorsLine contains a tab character.832
ErrorsLine contains a tab character.833
Errors'=' is not preceded with whitespace.833
Errors'=' is not followed by whitespace.833
ErrorsLine contains a tab character.834
ErrorsLine contains a tab character.835
ErrorsLine has trailing spaces.836
ErrorsLine contains a tab character.836
ErrorsLine is longer than 80 characters.837
ErrorsLine contains a tab character.837
ErrorsLine is longer than 80 characters.838
ErrorsLine contains a tab character.838
Errors'=' is not preceded with whitespace.838
Errors'=' is not followed by whitespace.838
ErrorsLine contains a tab character.839
ErrorsLine contains a tab character.840
ErrorsLine has trailing spaces.841
ErrorsLine contains a tab character.841
ErrorsLine is longer than 80 characters.842
ErrorsLine contains a tab character.842
ErrorsLine is longer than 80 characters.843
ErrorsLine contains a tab character.843
Errors'=' is not preceded with whitespace.843
Errors'=' is not followed by whitespace.843
ErrorsLine contains a tab character.844
ErrorsLine contains a tab character.845
ErrorsLine has trailing spaces.846
ErrorsLine contains a tab character.846
ErrorsLine is longer than 80 characters.847
ErrorsLine contains a tab character.847
ErrorsLine is longer than 80 characters.848
ErrorsLine contains a tab character.848
Errors'=' is not preceded with whitespace.848
Errors'=' is not followed by whitespace.848
ErrorsLine contains a tab character.849
ErrorsLine contains a tab character.850
ErrorsLine has trailing spaces.851
ErrorsLine contains a tab character.851
ErrorsLine is longer than 80 characters.852
ErrorsLine contains a tab character.852
ErrorsLine is longer than 80 characters.853
ErrorsLine contains a tab character.853
Errors'=' is not preceded with whitespace.853
Errors'=' is not followed by whitespace.853
ErrorsLine contains a tab character.854
ErrorsLine contains a tab character.855
ErrorsLine has trailing spaces.856
ErrorsLine contains a tab character.856
ErrorsLine is longer than 80 characters.857
ErrorsLine contains a tab character.857
ErrorsLine is longer than 80 characters.858
ErrorsLine contains a tab character.858
Errors'=' is not preceded with whitespace.858
Errors'=' is not followed by whitespace.858
ErrorsLine contains a tab character.859
ErrorsLine contains a tab character.860
ErrorsLine has trailing spaces.861
ErrorsLine contains a tab character.861
ErrorsLine contains a tab character.862
ErrorsLine has trailing spaces.863
ErrorsLine contains a tab character.863
ErrorsLine contains a tab character.865
ErrorsLine is longer than 80 characters.866
ErrorsLine contains a tab character.866
ErrorsLine contains a tab character.867
ErrorsLine is longer than 80 characters.868
ErrorsLine contains a tab character.868
ErrorsLine contains a tab character.869
ErrorsLine contains a tab character.870
ErrorsLine contains a tab character.872
ErrorsLine is longer than 80 characters.873
ErrorsLine contains a tab character.873
ErrorsLine is longer than 80 characters.874
ErrorsLine contains a tab character.874
ErrorsLine contains a tab character.875
ErrorsExpected an @return tag.876
ErrorsLine contains a tab character.876
ErrorsMethod 'getObject' is not designed for extension - needs to be abstract, final or empty.876
Errors'if' construct must use '{}'s.877
ErrorsLine contains a tab character.877
ErrorsLine contains a tab character.878
ErrorsLine contains a tab character.879
ErrorsLine has trailing spaces.880
ErrorsLine contains a tab character.880
ErrorsLine has trailing spaces.882
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.883
ErrorsMissing a Javadoc comment.883
ErrorsLine has trailing spaces.885
ErrorsLine contains a tab character.886
Errors'+' should be on a new line.886
ErrorsLine has trailing spaces.887
ErrorsLine contains a tab character.887
ErrorsLine contains a tab character.888
Errors'+' should be on a new line.888
ErrorsLine contains a tab character.889
Errors'+' should be on a new line.889
ErrorsLine has trailing spaces.890
ErrorsLine contains a tab character.890
ErrorsLine contains a tab character.891
Errors'+' should be on a new line.891
ErrorsLine is longer than 80 characters.892
ErrorsLine contains a tab character.892
Errors'+' should be on a new line.892
ErrorsLine has trailing spaces.893
ErrorsLine contains a tab character.893
ErrorsLine contains a tab character.894
Errors'+' should be on a new line.894
ErrorsLine is longer than 80 characters.895
ErrorsLine contains a tab character.895
Errors'+' should be on a new line.895
ErrorsLine has trailing spaces.896
ErrorsLine contains a tab character.896
ErrorsLine contains a tab character.897
Errors'+' should be on a new line.897
ErrorsLine is longer than 80 characters.898
ErrorsLine contains a tab character.898
Errors'+' should be on a new line.898
ErrorsLine has trailing spaces.899
ErrorsLine contains a tab character.899
ErrorsLine contains a tab character.900
Errors'+' should be on a new line.900
ErrorsLine is longer than 80 characters.901
ErrorsLine contains a tab character.901
Errors'+' should be on a new line.901
ErrorsLine has trailing spaces.902
ErrorsLine contains a tab character.902
ErrorsLine contains a tab character.903
Errors'+' should be on a new line.903
ErrorsLine is longer than 80 characters.904
ErrorsLine contains a tab character.904
Errors'+' should be on a new line.904
ErrorsLine has trailing spaces.905
ErrorsLine contains a tab character.905
ErrorsLine contains a tab character.906
Errors'+' should be on a new line.906
ErrorsLine is longer than 80 characters.907
ErrorsLine contains a tab character.907
Errors'+' should be on a new line.907
ErrorsLine has trailing spaces.908
ErrorsLine contains a tab character.908
ErrorsLine contains a tab character.909
Errors'+' should be on a new line.909
ErrorsLine is longer than 80 characters.910
ErrorsLine contains a tab character.910
Errors'+' should be on a new line.910
ErrorsLine has trailing spaces.911
ErrorsLine contains a tab character.911
ErrorsLine contains a tab character.912
Errors'+' should be on a new line.912
ErrorsLine is longer than 80 characters.913
ErrorsLine contains a tab character.913
Errors'+' should be on a new line.913
ErrorsLine has trailing spaces.914
ErrorsLine contains a tab character.914
ErrorsLine contains a tab character.915
Errors'+' should be on a new line.915
ErrorsLine is longer than 80 characters.916
ErrorsLine contains a tab character.916
Errors'+' should be on a new line.916
ErrorsLine has trailing spaces.917
ErrorsLine contains a tab character.917
ErrorsLine contains a tab character.918
Errors'+' should be on a new line.918
ErrorsLine is longer than 80 characters.919
ErrorsLine contains a tab character.919
Errors'+' should be on a new line.919
ErrorsLine has trailing spaces.920
ErrorsLine contains a tab character.920
ErrorsLine contains a tab character.921
Errors'+' should be on a new line.921
ErrorsLine is longer than 80 characters.922
ErrorsLine contains a tab character.922
Errors'+' should be on a new line.922
ErrorsLine has trailing spaces.923
ErrorsLine contains a tab character.923
ErrorsLine contains a tab character.924
Errors'+' should be on a new line.924
ErrorsLine is longer than 80 characters.925
ErrorsLine contains a tab character.925
Errors'+' should be on a new line.925
ErrorsLine has trailing spaces.926
ErrorsLine contains a tab character.926
ErrorsLine contains a tab character.927
Errors'+' should be on a new line.927
ErrorsLine is longer than 80 characters.928
ErrorsLine contains a tab character.928
Errors'+' should be on a new line.928
ErrorsLine has trailing spaces.929
ErrorsLine contains a tab character.929
ErrorsLine contains a tab character.930
Errors'+' should be on a new line.930
ErrorsLine is longer than 80 characters.931
ErrorsLine contains a tab character.931
Errors'+' should be on a new line.931
ErrorsLine has trailing spaces.932
ErrorsLine contains a tab character.932
ErrorsLine contains a tab character.933
Errors'+' should be on a new line.933
ErrorsLine contains a tab character.934
Errors'+' should be on a new line.934
ErrorsLine has trailing spaces.935
ErrorsLine contains a tab character.935
ErrorsLine contains a tab character.936
Errors'+' should be on a new line.936
ErrorsLine is longer than 80 characters.937
ErrorsLine contains a tab character.937
Errors'+' should be on a new line.937
ErrorsLine has trailing spaces.938
ErrorsLine contains a tab character.938
ErrorsLine contains a tab character.939
Errors'+' should be on a new line.939
ErrorsLine is longer than 80 characters.940
ErrorsLine contains a tab character.940
Errors'+' should be on a new line.940
ErrorsLine has trailing spaces.941
ErrorsLine contains a tab character.941
ErrorsLine contains a tab character.942
Errors'+' should be on a new line.942
ErrorsLine is longer than 80 characters.943
ErrorsLine contains a tab character.943
Errors'+' should be on a new line.943
ErrorsLine has trailing spaces.944
ErrorsLine contains a tab character.944
ErrorsLine contains a tab character.945
Errors'+' should be on a new line.945
ErrorsLine is longer than 80 characters.946
ErrorsLine contains a tab character.946
Errors'+' should be on a new line.946
ErrorsLine has trailing spaces.947
ErrorsLine contains a tab character.947
ErrorsLine contains a tab character.948
Errors'+' should be on a new line.948
ErrorsLine is longer than 80 characters.949
ErrorsLine contains a tab character.949
Errors'+' should be on a new line.949
ErrorsLine contains a tab character.950
ErrorsLine has trailing spaces.951
ErrorsLine contains a tab character.951
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.954
ErrorsMissing a Javadoc comment.954
Errors'+' should be on a new line.955
ErrorsLine has trailing spaces.956
Errors'+' should be on a new line.957
Errors'+' should be on a new line.958
Errors'+' should be on a new line.959
ErrorsLine has trailing spaces.960
Errors'+' should be on a new line.961
Errors'+' should be on a new line.962
Errors'+' should be on a new line.963
ErrorsLine has trailing spaces.964
Errors'+' should be on a new line.965
Errors'+' should be on a new line.966
Errors'+' should be on a new line.967
ErrorsLine has trailing spaces.968
Errors'+' should be on a new line.969
Errors'+' should be on a new line.970
Errors'+' should be on a new line.971
ErrorsLine has trailing spaces.972
Errors'+' should be on a new line.973
Errors'+' should be on a new line.974
Errors'+' should be on a new line.975
ErrorsLine has trailing spaces.976
Errors'+' should be on a new line.977
Errors'+' should be on a new line.978
Errors'+' should be on a new line.979
ErrorsLine has trailing spaces.980
Errors'+' should be on a new line.981
Errors'+' should be on a new line.982
Errors'+' should be on a new line.983
ErrorsLine has trailing spaces.984
Errors'+' should be on a new line.985
Errors'+' should be on a new line.986
Errors'+' should be on a new line.987
ErrorsLine has trailing spaces.988
Errors'+' should be on a new line.989
Errors'+' should be on a new line.990
Errors'+' should be on a new line.991
ErrorsLine has trailing spaces.992
Errors'+' should be on a new line.993
Errors'+' should be on a new line.994
Errors'+' should be on a new line.995
ErrorsLine has trailing spaces.996
Errors'+' should be on a new line.997
Errors'+' should be on a new line.998
Errors'+' should be on a new line.999
ErrorsLine has trailing spaces.1000
Errors'+' should be on a new line.1001
Errors'+' should be on a new line.1002
Errors'+' should be on a new line.1003
ErrorsLine has trailing spaces.1004
Errors'+' should be on a new line.1005
Errors'+' should be on a new line.1006
Errors'+' should be on a new line.1007
ErrorsLine has trailing spaces.1008
Errors'+' should be on a new line.1009
Errors'+' should be on a new line.1010
Errors'+' should be on a new line.1011
ErrorsLine has trailing spaces.1012
Errors'+' should be on a new line.1013
Errors'+' should be on a new line.1014
Errors'+' should be on a new line.1015
ErrorsLine has trailing spaces.1016
Errors'+' should be on a new line.1017
Errors'+' should be on a new line.1018
Errors'+' should be on a new line.1019
ErrorsLine has trailing spaces.1020
Errors'+' should be on a new line.1021
Errors'+' should be on a new line.1022
Errors'+' should be on a new line.1023
ErrorsLine has trailing spaces.1024
Errors'+' should be on a new line.1025
Errors'+' should be on a new line.1026
Errors'+' should be on a new line.1027
ErrorsLine has trailing spaces.1028
Errors'+' should be on a new line.1029
Errors'+' should be on a new line.1030
Errors'+' should be on a new line.1031
ErrorsLine has trailing spaces.1032
Errors'+' should be on a new line.1033
Errors'+' should be on a new line.1034
Errors'+' should be on a new line.1035
ErrorsLine has trailing spaces.1036
Errors'+' should be on a new line.1037
Errors'+' should be on a new line.1038
Errors'+' should be on a new line.1039
ErrorsLine has trailing spaces.1043
ErrorsLine has trailing spaces.1044
ErrorsLine has trailing spaces.1047

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/Item.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.45
ErrorsLine is longer than 80 characters.46
ErrorsLine contains a tab character.46
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.57
ErrorsLine is longer than 80 characters.58
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine is longer than 80 characters.62
ErrorsLine has trailing spaces.63
ErrorsLine has trailing spaces.64
ErrorsLine is longer than 80 characters.65
ErrorsLine has trailing spaces.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.73
ErrorsLine is longer than 80 characters.74
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.78
ErrorsLine has trailing spaces.79
ErrorsLine contains a tab character.79
ErrorsLine has trailing spaces.80
ErrorsLine has trailing spaces.81
ErrorsLine is longer than 80 characters.81
ErrorsLine contains a tab character.81
ErrorsLine has trailing spaces.82
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.83
ErrorsLine is longer than 80 characters.84
ErrorsLine is longer than 80 characters.85
ErrorsLine has trailing spaces.86
ErrorsMore than 7 parameters.88
ErrorsLine is longer than 80 characters.89
ErrorsParameter Id should be final.89
Errors'Id' hides a field.89
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.89
ErrorsParameter NavPointId should be final.89
Errors'NavPointId' hides a field.89
ErrorsName 'NavPointId' must match pattern '^[a-z][a-zA-Z0-9]*$'.89
ErrorsParameter NavPoint should be final.89
Errors'NavPoint' hides a field.89
ErrorsName 'NavPoint' must match pattern '^[a-z][a-zA-Z0-9]*$'.89
ErrorsParameter Visible should be final.89
Errors'Visible' hides a field.89
ErrorsName 'Visible' must match pattern '^[a-z][a-zA-Z0-9]*$'.89
ErrorsParameter Location should be final.89
Errors'Location' hides a field.89
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.89
ErrorsParameter Reachable should be final.89
Errors'Reachable' hides a field.89
ErrorsName 'Reachable' must match pattern '^[a-z][a-zA-Z0-9]*$'.89
ErrorsParameter Amount should be final.89
Errors'Amount' hides a field.89
ErrorsName 'Amount' must match pattern '^[a-z][a-zA-Z0-9]*$'.89
ErrorsParameter Type should be final.89
Errors'Type' hides a field.89
ErrorsName 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'.89
ErrorsParameter Descriptor should be final.89
Errors'Descriptor' hides a field.89
ErrorsName 'Descriptor' must match pattern '^[a-z][a-zA-Z0-9]*$'.89
ErrorsParameter Dropped should be final.89
Errors'Dropped' hides a field.89
ErrorsName 'Dropped' must match pattern '^[a-z][a-zA-Z0-9]*$'.89
ErrorsLine has trailing spaces.90
ErrorsLine has trailing spaces.92
ErrorsLine has trailing spaces.94
ErrorsLine has trailing spaces.96
ErrorsLine has trailing spaces.98
ErrorsLine has trailing spaces.100
ErrorsLine has trailing spaces.102
ErrorsLine has trailing spaces.104
ErrorsLine has trailing spaces.106
ErrorsLine has trailing spaces.108
ErrorsLine has trailing spaces.110
ErrorsLine has trailing spaces.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine is longer than 80 characters.116
ErrorsLine contains a tab character.116
ErrorsLine has trailing spaces.117
ErrorsLine has trailing spaces.120
ErrorsLine has trailing spaces.122
ErrorsLine is longer than 80 characters.123
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.127
ErrorsVariable 'Id' must be private and have accessor methods.127
ErrorsLine contains a tab character.128
ErrorsLine has trailing spaces.130
ErrorsLine has trailing spaces.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
ErrorsExpected an @return tag.136
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.136
ErrorsLine has trailing spaces.141
ErrorsLine has trailing spaces.143
ErrorsLine has trailing spaces.145
ErrorsLine is longer than 80 characters.146
ErrorsName 'NavPointId' must match pattern '^[a-z][a-zA-Z0-9]*$'.149
ErrorsVariable 'NavPointId' must be private and have accessor methods.149
ErrorsLine contains a tab character.150
ErrorsLine has trailing spaces.152
ErrorsLine has trailing spaces.154
ErrorsLine is longer than 80 characters.155
ErrorsExpected an @return tag.157
ErrorsMethod 'getNavPointId' is not designed for extension - needs to be abstract, final or empty.157
ErrorsLine has trailing spaces.162
ErrorsLine has trailing spaces.164
ErrorsLine has trailing spaces.166
ErrorsLine is longer than 80 characters.167
ErrorsName 'NavPoint' must match pattern '^[a-z][a-zA-Z0-9]*$'.171
ErrorsVariable 'NavPoint' must be private and have accessor methods.171
ErrorsLine contains a tab character.172
ErrorsLine has trailing spaces.174
ErrorsLine has trailing spaces.176
ErrorsLine is longer than 80 characters.177
ErrorsExpected an @return tag.180
ErrorsMethod 'getNavPoint' is not designed for extension - needs to be abstract, final or empty.180
ErrorsLine has trailing spaces.185
ErrorsLine has trailing spaces.187
ErrorsLine has trailing spaces.189
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191
ErrorsName 'Visible' must match pattern '^[a-z][a-zA-Z0-9]*$'.193
ErrorsVariable 'Visible' must be private and have accessor methods.193
ErrorsLine contains a tab character.194
ErrorsLine has trailing spaces.196
ErrorsLine has trailing spaces.198
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
ErrorsExpected an @return tag.201
ErrorsMethod 'isVisible' is not designed for extension - needs to be abstract, final or empty.201
ErrorsLine has trailing spaces.206
ErrorsLine has trailing spaces.208
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.212
ErrorsVariable 'Location' must be private and have accessor methods.212
ErrorsLine contains a tab character.213
ErrorsLine has trailing spaces.215
ErrorsExpected an @return tag.218
ErrorsMethod 'getLocation' is not designed for extension - needs to be abstract, final or empty.218
ErrorsLine has trailing spaces.223
ErrorsLine has trailing spaces.225
ErrorsName 'Reachable' must match pattern '^[a-z][a-zA-Z0-9]*$'.229
ErrorsVariable 'Reachable' must be private and have accessor methods.229
ErrorsLine contains a tab character.230
ErrorsLine has trailing spaces.232
ErrorsExpected an @return tag.235
ErrorsMethod 'isReachable' is not designed for extension - needs to be abstract, final or empty.235
ErrorsLine has trailing spaces.240
ErrorsLine has trailing spaces.242
ErrorsLine has trailing spaces.244
ErrorsLine is longer than 80 characters.245
ErrorsLine contains a tab character.245
ErrorsLine contains a tab character.246
ErrorsLine contains a tab character.247
ErrorsName 'Amount' must match pattern '^[a-z][a-zA-Z0-9]*$'.249
ErrorsVariable 'Amount' must be private and have accessor methods.249
ErrorsLine contains a tab character.250
ErrorsLine has trailing spaces.252
ErrorsLine has trailing spaces.254
ErrorsLine is longer than 80 characters.255
ErrorsLine contains a tab character.255
ErrorsLine contains a tab character.256
ErrorsLine contains a tab character.257
ErrorsExpected an @return tag.258
ErrorsMethod 'getAmount' is not designed for extension - needs to be abstract, final or empty.258
ErrorsLine has trailing spaces.263
ErrorsLine has trailing spaces.265
ErrorsLine has trailing spaces.267
ErrorsLine contains a tab character.268
ErrorsLine contains a tab character.269
ErrorsName 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'.271
ErrorsVariable 'Type' must be private and have accessor methods.271
ErrorsLine contains a tab character.272
ErrorsLine has trailing spaces.274
ErrorsLine has trailing spaces.276
ErrorsLine contains a tab character.277
ErrorsLine contains a tab character.278
ErrorsExpected an @return tag.279
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.279
ErrorsLine has trailing spaces.284
ErrorsLine has trailing spaces.286
ErrorsLine has trailing spaces.288
ErrorsLine has trailing spaces.289
ErrorsLine is longer than 80 characters.289
ErrorsLine contains a tab character.289
ErrorsLine contains a tab character.290
ErrorsName 'Descriptor' must match pattern '^[a-z][a-zA-Z0-9]*$'.292
ErrorsVariable 'Descriptor' must be private and have accessor methods.292
ErrorsLine contains a tab character.293
ErrorsLine has trailing spaces.295
ErrorsLine has trailing spaces.297
ErrorsLine has trailing spaces.298
ErrorsLine is longer than 80 characters.298
ErrorsLine contains a tab character.298
ErrorsLine contains a tab character.299
ErrorsExpected an @return tag.300
ErrorsMethod 'getDescriptor' is not designed for extension - needs to be abstract, final or empty.300
ErrorsLine has trailing spaces.305
ErrorsLine has trailing spaces.307
ErrorsLine has trailing spaces.309
ErrorsLine is longer than 80 characters.310
ErrorsLine is longer than 80 characters.311
ErrorsName 'Dropped' must match pattern '^[a-z][a-zA-Z0-9]*$'.314
ErrorsVariable 'Dropped' must be private and have accessor methods.314
ErrorsLine contains a tab character.315
ErrorsLine has trailing spaces.317
ErrorsLine has trailing spaces.319
ErrorsLine is longer than 80 characters.320
ErrorsLine is longer than 80 characters.321
ErrorsExpected an @return tag.323
ErrorsMethod 'isDropped' is not designed for extension - needs to be abstract, final or empty.323
ErrorsLine has trailing spaces.328
ErrorsLine has trailing spaces.330
ErrorsLine contains a tab character.335
ErrorsLine has trailing spaces.336
ErrorsLine contains a tab character.336
ErrorsLine is longer than 80 characters.337
ErrorsLine contains a tab character.337
ErrorsMissing a Javadoc comment.337
ErrorsName 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'.337
ErrorsVariable 'Time' must be private and have accessor methods.337
ErrorsLine is longer than 80 characters.339
ErrorsLine contains a tab character.339
ErrorsMethod 'getTime' is not designed for extension - needs to be abstract, final or empty.339
ErrorsMissing a Javadoc comment.339
ErrorsLine contains a tab character.340
ErrorsLine contains a tab character.341
ErrorsLine is longer than 80 characters.343
ErrorsLine contains a tab character.343
ErrorsMethod 'setTime' is not designed for extension - needs to be abstract, final or empty.343
ErrorsMissing a Javadoc comment.343
ErrorsParameter time should be final.343
ErrorsLine is longer than 80 characters.344
ErrorsLine contains a tab character.344
ErrorsLine contains a tab character.345
ErrorsLine is longer than 80 characters.347
ErrorsLine contains a tab character.347
ErrorsMethod 'getLastSeenTime' is not designed for extension - needs to be abstract, final or empty.347
ErrorsMissing a Javadoc comment.347
ErrorsLine contains a tab character.348
ErrorsLine contains a tab character.349
ErrorsLine has trailing spaces.350
ErrorsLine contains a tab character.350
ErrorsLine has trailing spaces.351
ErrorsLine contains a tab character.351
ErrorsLine contains a tab character.352
ErrorsMethod 'getLocal' is not designed for extension - needs to be abstract, final or empty.352
ErrorsMissing a Javadoc comment.352
ErrorsLine contains a tab character.353
ErrorsLine contains a tab character.354
ErrorsLine has trailing spaces.355
ErrorsLine contains a tab character.355
ErrorsLine contains a tab character.356
ErrorsMethod 'getShared' is not designed for extension - needs to be abstract, final or empty.356
ErrorsMissing a Javadoc comment.356
ErrorsLine contains a tab character.357
ErrorsLine contains a tab character.358
ErrorsLine has trailing spaces.359
ErrorsLine contains a tab character.359
ErrorsLine contains a tab character.360
ErrorsMethod 'getStatic' is not designed for extension - needs to be abstract, final or empty.360
ErrorsMissing a Javadoc comment.360
ErrorsLine contains a tab character.361
ErrorsLine contains a tab character.362
ErrorsLine has trailing spaces.363
ErrorsLine contains a tab character.363
ErrorsLine contains a tab character.364
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.364
ErrorsLine contains a tab character.365
ErrorsLine contains a tab character.366
Errors'cast' is not followed by whitespace.366
ErrorsLine contains a tab character.367
ErrorsLine contains a tab character.369
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.369
ErrorsMissing a Javadoc comment.369
ErrorsParameter obj should be final.369
Errors'if' construct must use '{}'s.370
ErrorsLine contains a tab character.370
ErrorsLine contains a tab character.371
Errors'cast' is not followed by whitespace.371
Errors'if' construct must use '{}'s.372
ErrorsLine is longer than 80 characters.372
ErrorsLine contains a tab character.372
Errors'else' construct must use '{}'s.373
ErrorsLine contains a tab character.373
ErrorsLine contains a tab character.374
ErrorsLine contains a tab character.376
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.376
ErrorsMissing a Javadoc comment.376
Errors'if' construct must use '{}'s.377
ErrorsLine contains a tab character.377
ErrorsLine contains a tab character.378
ErrorsLine contains a tab character.379
ErrorsLine has trailing spaces.381
ErrorsLine contains a tab character.381
ErrorsLine contains a tab character.384
ErrorsLine contains a tab character.386
ErrorsLine has trailing spaces.387
ErrorsLine contains a tab character.387
ErrorsLine contains a tab character.388
ErrorsLine is longer than 80 characters.389
ErrorsLine contains a tab character.389
ErrorsLine contains a tab character.390
ErrorsLine has trailing spaces.391
ErrorsLine contains a tab character.391
ErrorsLine contains a tab character.392
ErrorsMethod 'setNavPoint' is not designed for extension - needs to be abstract, final or empty.392
ErrorsParameter navPoint should be final.392
ErrorsExpected @param tag for 'navPoint'.392
ErrorsLine contains a tab character.393
ErrorsLine has trailing spaces.394
ErrorsLine contains a tab character.394
ErrorsLine has trailing spaces.395
ErrorsLine contains a tab character.395
ErrorsLine contains a tab character.396
ErrorsLine has trailing spaces.400
ErrorsParameter original should be final.405
ErrorsExpected @param tag for 'original'.405
ErrorsLine has trailing spaces.406
Errors'=' is not preceded with whitespace.407
Errors'=' is not followed by whitespace.407
ErrorsLine has trailing spaces.408
Errors'=' is not preceded with whitespace.409
Errors'=' is not followed by whitespace.409
ErrorsLine has trailing spaces.410
Errors'=' is not preceded with whitespace.411
Errors'=' is not followed by whitespace.411
ErrorsLine has trailing spaces.412
Errors'=' is not preceded with whitespace.413
Errors'=' is not followed by whitespace.413
ErrorsLine has trailing spaces.414
Errors'=' is not preceded with whitespace.415
Errors'=' is not followed by whitespace.415
ErrorsLine has trailing spaces.416
Errors'=' is not preceded with whitespace.417
Errors'=' is not followed by whitespace.417
ErrorsLine has trailing spaces.418
Errors'=' is not preceded with whitespace.419
Errors'=' is not followed by whitespace.419
ErrorsLine has trailing spaces.420
Errors'=' is not preceded with whitespace.421
Errors'=' is not followed by whitespace.421
ErrorsLine has trailing spaces.422
Errors'=' is not preceded with whitespace.423
Errors'=' is not followed by whitespace.423
ErrorsLine has trailing spaces.424
Errors'=' is not preceded with whitespace.425
Errors'=' is not followed by whitespace.425
ErrorsLine has trailing spaces.426
ErrorsLine has trailing spaces.429
ErrorsLine is longer than 80 characters.431
ErrorsLine contains a tab character.433
ErrorsLine contains a tab character.434
ErrorsLine has trailing spaces.435
ErrorsLine contains a tab character.437
ErrorsLine contains a tab character.438
ErrorsLine contains a tab character.439
ErrorsLine is longer than 80 characters.440
ErrorsLine contains a tab character.440
ErrorsLine contains a tab character.442
ErrorsMissing a Javadoc comment.442
ErrorsLine contains a tab character.444
ErrorsMissing a Javadoc comment.444
ErrorsParameter orig should be final.444
Errors'orig' hides a field.444
ErrorsLine contains a tab character.445
ErrorsLine contains a tab character.446
ErrorsLine contains a tab character.448
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.448
ErrorsMissing a Javadoc comment.448
ErrorsLine contains a tab character.449
ErrorsLine contains a tab character.450
ErrorsLine has trailing spaces.451
ErrorsLine contains a tab character.451
ErrorsLine contains a tab character.452
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.452
ErrorsMissing a Javadoc comment.452
ErrorsLine contains a tab character.453
ErrorsLine contains a tab character.454
ErrorsLine is longer than 80 characters.456
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.456
ErrorsMissing a Javadoc comment.456
ErrorsParameter obj should be final.456
ErrorsLine is longer than 80 characters.458
ErrorsLine is longer than 80 characters.461
Errors'cast' is not followed by whitespace.464
ErrorsLine is longer than 80 characters.466
ErrorsLine contains a tab character.466
ErrorsLine is longer than 80 characters.467
ErrorsLine contains a tab character.467
ErrorsLine contains a tab character.468
ErrorsLine is longer than 80 characters.469
ErrorsLine contains a tab character.469
ErrorsLine contains a tab character.470
ErrorsMethod 'getObject' is not designed for extension - needs to be abstract, final or empty.473
ErrorsMissing a Javadoc comment.473
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.477
ErrorsMissing a Javadoc comment.477
ErrorsLine is longer than 80 characters.478
ErrorsLine contains a tab character.481
ErrorsLine contains a tab character.483
ErrorsLine is longer than 80 characters.484
ErrorsLine contains a tab character.484
ErrorsLine contains a tab character.485
ErrorsLine contains a tab character.486
ErrorsParameter Original should be final.486
ErrorsExpected @param tag for 'Original'.486
ErrorsName 'Original' must match pattern '^[a-z][a-zA-Z0-9]*$'.486
ErrorsParameter Visible should be final.486
Errors'Visible' hides a field.486
ErrorsExpected @param tag for 'Visible'.486
ErrorsName 'Visible' must match pattern '^[a-z][a-zA-Z0-9]*$'.486
ErrorsLine contains a tab character.487
ErrorsLine contains a tab character.488
ErrorsLine contains a tab character.489
ErrorsLine is longer than 80 characters.491
ErrorsLine contains a tab character.491
ErrorsMethod 'createDisappearEvent' is not designed for extension - needs to be abstract, final or empty.491
ErrorsMissing a Javadoc comment.491
ErrorsLine contains a tab character.492
ErrorsLine contains a tab character.493
ErrorsLine has trailing spaces.494
ErrorsLine contains a tab character.494
ErrorsLine contains a tab character.496
ErrorsLine is longer than 80 characters.497
ErrorsLine contains a tab character.497
ErrorsLine contains a tab character.498
ErrorsLine contains a tab character.499
ErrorsLine contains a tab character.501
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.501
ErrorsMissing a Javadoc comment.501
ErrorsParameter obj should be final.501
ErrorsLine contains a tab character.502
Errors'if' is not followed by whitespace.502
ErrorsLine contains a tab character.503
ErrorsLine is longer than 80 characters.504
ErrorsLine contains a tab character.504
ErrorsLine contains a tab character.505
ErrorsLine contains a tab character.506
ErrorsLine contains a tab character.507
ErrorsLine contains a tab character.508
Errors'cast' is not followed by whitespace.508
ErrorsLine contains a tab character.510
ErrorsLine has trailing spaces.512
ErrorsLine contains a tab character.512
ErrorsLine is longer than 80 characters.513
ErrorsLine contains a tab character.513
ErrorsLine contains a tab character.514
Errors'=' is not preceded with whitespace.514
Errors'=' is not followed by whitespace.514
ErrorsLine contains a tab character.515
ErrorsLine contains a tab character.516
ErrorsLine has trailing spaces.517
ErrorsLine contains a tab character.517
ErrorsLine is longer than 80 characters.518
ErrorsLine contains a tab character.518
ErrorsLine is longer than 80 characters.519
ErrorsLine contains a tab character.519
Errors'=' is not preceded with whitespace.519
Errors'=' is not followed by whitespace.519
ErrorsLine contains a tab character.520
ErrorsLine contains a tab character.521
ErrorsLine has trailing spaces.522
ErrorsLine contains a tab character.522
ErrorsLine contains a tab character.523
ErrorsLine has trailing spaces.524
ErrorsLine contains a tab character.524
ErrorsLine contains a tab character.526
ErrorsLine is longer than 80 characters.527
ErrorsLine contains a tab character.527
ErrorsLine contains a tab character.528
ErrorsLine is longer than 80 characters.529
ErrorsLine contains a tab character.529
ErrorsLine contains a tab character.530
ErrorsLine contains a tab character.531
ErrorsLine contains a tab character.533
ErrorsLine is longer than 80 characters.534
ErrorsLine contains a tab character.534
ErrorsLine is longer than 80 characters.535
ErrorsLine contains a tab character.535
ErrorsLine contains a tab character.536
ErrorsExpected an @return tag.537
ErrorsLine contains a tab character.537
ErrorsMethod 'getObject' is not designed for extension - needs to be abstract, final or empty.537
Errors'if' construct must use '{}'s.538
ErrorsLine contains a tab character.538
ErrorsLine contains a tab character.539
ErrorsLine contains a tab character.540
ErrorsLine has trailing spaces.541
ErrorsLine contains a tab character.541
ErrorsLine has trailing spaces.543
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.544
ErrorsMissing a Javadoc comment.544
ErrorsLine has trailing spaces.546
ErrorsLine contains a tab character.547
Errors'+' should be on a new line.547
ErrorsLine has trailing spaces.548
ErrorsLine contains a tab character.548
ErrorsLine contains a tab character.549
Errors'+' should be on a new line.549
ErrorsLine contains a tab character.550
Errors'+' should be on a new line.550
ErrorsLine has trailing spaces.551
ErrorsLine contains a tab character.551
ErrorsLine contains a tab character.552
Errors'+' should be on a new line.552
ErrorsLine is longer than 80 characters.553
ErrorsLine contains a tab character.553
Errors'+' should be on a new line.553
ErrorsLine has trailing spaces.554
ErrorsLine contains a tab character.554
ErrorsLine contains a tab character.555
Errors'+' should be on a new line.555
ErrorsLine contains a tab character.556
Errors'+' should be on a new line.556
ErrorsLine has trailing spaces.557
ErrorsLine contains a tab character.557
ErrorsLine contains a tab character.558
Errors'+' should be on a new line.558
ErrorsLine is longer than 80 characters.559
ErrorsLine contains a tab character.559
Errors'+' should be on a new line.559
ErrorsLine has trailing spaces.560
ErrorsLine contains a tab character.560
ErrorsLine contains a tab character.561
Errors'+' should be on a new line.561
ErrorsLine is longer than 80 characters.562
ErrorsLine contains a tab character.562
Errors'+' should be on a new line.562
ErrorsLine has trailing spaces.563
ErrorsLine contains a tab character.563
ErrorsLine contains a tab character.564
Errors'+' should be on a new line.564
ErrorsLine contains a tab character.565
Errors'+' should be on a new line.565
ErrorsLine has trailing spaces.566
ErrorsLine contains a tab character.566
ErrorsLine contains a tab character.567
Errors'+' should be on a new line.567
ErrorsLine contains a tab character.568
Errors'+' should be on a new line.568
ErrorsLine has trailing spaces.569
ErrorsLine contains a tab character.569
ErrorsLine contains a tab character.570
Errors'+' should be on a new line.570
ErrorsLine contains a tab character.571
Errors'+' should be on a new line.571
ErrorsLine contains a tab character.572
ErrorsLine has trailing spaces.573
ErrorsLine contains a tab character.573
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.576
ErrorsMissing a Javadoc comment.576
Errors'+' should be on a new line.577
ErrorsLine has trailing spaces.578
Errors'+' should be on a new line.579
Errors'+' should be on a new line.580
Errors'+' should be on a new line.581
ErrorsLine has trailing spaces.582
Errors'+' should be on a new line.583
Errors'+' should be on a new line.584
Errors'+' should be on a new line.585
ErrorsLine has trailing spaces.586
Errors'+' should be on a new line.587
Errors'+' should be on a new line.588
Errors'+' should be on a new line.589
ErrorsLine has trailing spaces.590
Errors'+' should be on a new line.591
Errors'+' should be on a new line.592
Errors'+' should be on a new line.593
ErrorsLine has trailing spaces.594
Errors'+' should be on a new line.595
Errors'+' should be on a new line.596
Errors'+' should be on a new line.597
ErrorsLine has trailing spaces.598
Errors'+' should be on a new line.599
Errors'+' should be on a new line.600
Errors'+' should be on a new line.601
ErrorsLine has trailing spaces.602
Errors'+' should be on a new line.603
Errors'+' should be on a new line.604
Errors'+' should be on a new line.605
ErrorsLine has trailing spaces.606
Errors'+' should be on a new line.607
Errors'+' should be on a new line.608
Errors'+' should be on a new line.609
ErrorsLine has trailing spaces.610
Errors'+' should be on a new line.611
Errors'+' should be on a new line.612
Errors'+' should be on a new line.613
ErrorsLine has trailing spaces.614
Errors'+' should be on a new line.615
Errors'+' should be on a new line.616
Errors'+' should be on a new line.617
ErrorsLine has trailing spaces.621
ErrorsLine has trailing spaces.622
ErrorsLine has trailing spaces.625

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/ItemCategory.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsFile length is 3,299 lines (max allowed is 2,000).1
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 is longer than 80 characters.36
ErrorsLine contains a tab character.36
ErrorsLine has trailing spaces.37
ErrorsLine contains a tab character.37
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.42
ErrorsLine has trailing spaces.46
ErrorsLine contains a tab character.47
Errors'{' should be on the previous line.49
ErrorsLine has trailing spaces.50
ErrorsLine has trailing spaces.53
ErrorsLine is longer than 80 characters.54
ErrorsLine contains a tab character.54
ErrorsLine is longer than 80 characters.55
ErrorsLine contains a tab character.55
ErrorsLine is longer than 80 characters.56
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.59
ErrorsLine is longer than 80 characters.60
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine is longer than 80 characters.63
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine is longer than 80 characters.66
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.74
ErrorsLine is longer than 80 characters.75
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.77
ErrorsLine is longer than 80 characters.78
ErrorsLine contains a tab character.78
ErrorsLine has trailing spaces.79
ErrorsLine contains a tab character.79
ErrorsLine has trailing spaces.80
ErrorsLine is longer than 80 characters.81
ErrorsLine contains a tab character.81
ErrorsLine has trailing spaces.82
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.83
ErrorsLine is longer than 80 characters.84
ErrorsLine contains a tab character.84
ErrorsLine has trailing spaces.85
ErrorsLine contains a tab character.85
ErrorsLine has trailing spaces.86
ErrorsLine is longer than 80 characters.87
ErrorsLine contains a tab character.87
ErrorsLine has trailing spaces.88
ErrorsLine contains a tab character.88
ErrorsLine has trailing spaces.89
ErrorsLine is longer than 80 characters.90
ErrorsLine contains a tab character.90
ErrorsLine has trailing spaces.91
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.92
ErrorsLine is longer than 80 characters.93
ErrorsLine contains a tab character.93
ErrorsLine has trailing spaces.94
ErrorsLine contains a tab character.94
ErrorsLine has trailing spaces.95
ErrorsLine is longer than 80 characters.96
ErrorsLine contains a tab character.96
ErrorsLine has trailing spaces.97
ErrorsLine contains a tab character.97
ErrorsLine has trailing spaces.98
ErrorsLine is longer than 80 characters.99
ErrorsLine contains a tab character.99
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.100
ErrorsLine has trailing spaces.101
ErrorsLine is longer than 80 characters.102
ErrorsLine contains a tab character.102
ErrorsLine has trailing spaces.103
ErrorsLine contains a tab character.103
ErrorsLine has trailing spaces.104
ErrorsLine is longer than 80 characters.105
ErrorsLine contains a tab character.105
ErrorsLine has trailing spaces.106
ErrorsLine contains a tab character.106
ErrorsLine has trailing spaces.107
ErrorsLine is longer than 80 characters.108
ErrorsLine contains a tab character.108
ErrorsLine has trailing spaces.109
ErrorsLine contains a tab character.109
ErrorsLine has trailing spaces.110
ErrorsLine is longer than 80 characters.111
ErrorsLine contains a tab character.111
ErrorsLine has trailing spaces.112
ErrorsLine contains a tab character.112
ErrorsLine has trailing spaces.113
ErrorsLine is longer than 80 characters.114
ErrorsLine contains a tab character.114
ErrorsLine has trailing spaces.115
ErrorsLine contains a tab character.115
ErrorsLine has trailing spaces.116
ErrorsLine is longer than 80 characters.117
ErrorsLine contains a tab character.117
ErrorsLine has trailing spaces.118
ErrorsLine contains a tab character.118
ErrorsLine has trailing spaces.119
ErrorsLine is longer than 80 characters.120
ErrorsLine contains a tab character.120
ErrorsLine has trailing spaces.121
ErrorsLine contains a tab character.121
ErrorsLine has trailing spaces.122
ErrorsLine is longer than 80 characters.123
ErrorsLine contains a tab character.123
ErrorsLine has trailing spaces.124
ErrorsLine contains a tab character.124
ErrorsLine has trailing spaces.125
ErrorsLine contains a tab character.126
ErrorsLine has trailing spaces.127
ErrorsLine contains a tab character.127
ErrorsLine has trailing spaces.128
ErrorsLine contains a tab character.129
ErrorsLine has trailing spaces.130
ErrorsLine contains a tab character.130
ErrorsLine has trailing spaces.131
ErrorsLine is longer than 80 characters.132
ErrorsLine contains a tab character.132
ErrorsLine has trailing spaces.133
ErrorsLine contains a tab character.133
ErrorsLine has trailing spaces.134
ErrorsLine is longer than 80 characters.135
ErrorsLine contains a tab character.135
ErrorsLine has trailing spaces.136
ErrorsLine contains a tab character.136
ErrorsLine has trailing spaces.137
ErrorsLine is longer than 80 characters.138
ErrorsLine contains a tab character.138
ErrorsLine has trailing spaces.139
ErrorsLine contains a tab character.139
ErrorsLine has trailing spaces.140
ErrorsLine is longer than 80 characters.141
ErrorsLine contains a tab character.141
ErrorsLine has trailing spaces.142
ErrorsLine contains a tab character.142
ErrorsLine has trailing spaces.143
ErrorsLine contains a tab character.144
ErrorsLine has trailing spaces.145
ErrorsLine contains a tab character.145
ErrorsLine has trailing spaces.146
ErrorsLine is longer than 80 characters.147
ErrorsLine contains a tab character.147
ErrorsLine has trailing spaces.148
ErrorsLine contains a tab character.148
ErrorsLine has trailing spaces.149
ErrorsLine is longer than 80 characters.150
ErrorsLine contains a tab character.150
ErrorsLine has trailing spaces.151
ErrorsLine contains a tab character.151
ErrorsLine has trailing spaces.152
ErrorsLine is longer than 80 characters.153
ErrorsLine contains a tab character.153
ErrorsLine has trailing spaces.154
ErrorsLine contains a tab character.154
ErrorsLine has trailing spaces.155
ErrorsLine is longer than 80 characters.156
ErrorsLine contains a tab character.156
ErrorsLine has trailing spaces.157
ErrorsLine contains a tab character.157
ErrorsLine has trailing spaces.158
ErrorsLine is longer than 80 characters.159
ErrorsLine contains a tab character.159
ErrorsLine has trailing spaces.160
ErrorsLine contains a tab character.160
ErrorsLine has trailing spaces.161
ErrorsLine is longer than 80 characters.162
ErrorsLine contains a tab character.162
ErrorsLine has trailing spaces.163
ErrorsLine contains a tab character.163
ErrorsLine has trailing spaces.164
ErrorsLine is longer than 80 characters.165
ErrorsLine contains a tab character.165
ErrorsLine has trailing spaces.166
ErrorsLine contains a tab character.166
ErrorsLine has trailing spaces.167
ErrorsLine has trailing spaces.168
ErrorsLine is longer than 80 characters.168
ErrorsLine contains a tab character.168
ErrorsLine has trailing spaces.169
ErrorsLine contains a tab character.169
ErrorsLine has trailing spaces.170
ErrorsLine is longer than 80 characters.171
ErrorsLine contains a tab character.171
ErrorsLine has trailing spaces.172
ErrorsLine contains a tab character.172
ErrorsLine has trailing spaces.173
ErrorsLine is longer than 80 characters.174
ErrorsLine contains a tab character.174
ErrorsLine has trailing spaces.175
ErrorsLine contains a tab character.175
ErrorsLine has trailing spaces.176
ErrorsLine is longer than 80 characters.177
ErrorsLine contains a tab character.177
ErrorsLine has trailing spaces.178
ErrorsLine contains a tab character.178
ErrorsLine has trailing spaces.179
ErrorsLine is longer than 80 characters.180
ErrorsLine contains a tab character.180
ErrorsLine has trailing spaces.181
ErrorsLine contains a tab character.181
ErrorsLine has trailing spaces.182
ErrorsLine is longer than 80 characters.183
ErrorsLine contains a tab character.183
ErrorsLine has trailing spaces.184
ErrorsLine contains a tab character.184
ErrorsLine has trailing spaces.185
ErrorsLine is longer than 80 characters.186
ErrorsLine contains a tab character.186
ErrorsLine has trailing spaces.187
ErrorsLine contains a tab character.187
ErrorsLine has trailing spaces.188
ErrorsLine is longer than 80 characters.189
ErrorsLine contains a tab character.189
ErrorsLine has trailing spaces.190
ErrorsLine contains a tab character.190
ErrorsLine has trailing spaces.191
ErrorsLine is longer than 80 characters.192
ErrorsLine contains a tab character.192
ErrorsLine has trailing spaces.193
ErrorsLine contains a tab character.193
ErrorsLine has trailing spaces.194
ErrorsLine is longer than 80 characters.195
ErrorsLine contains a tab character.195
ErrorsLine has trailing spaces.196
ErrorsLine contains a tab character.196
ErrorsLine has trailing spaces.197
ErrorsLine is longer than 80 characters.198
ErrorsLine contains a tab character.198
ErrorsLine has trailing spaces.199
ErrorsLine contains a tab character.199
ErrorsLine has trailing spaces.200
ErrorsLine is longer than 80 characters.201
ErrorsLine contains a tab character.201
ErrorsLine has trailing spaces.202
ErrorsLine contains a tab character.202
ErrorsLine has trailing spaces.203
ErrorsLine is longer than 80 characters.204
ErrorsLine contains a tab character.204
ErrorsLine has trailing spaces.205
ErrorsLine contains a tab character.205
ErrorsLine has trailing spaces.206
ErrorsLine is longer than 80 characters.207
ErrorsLine contains a tab character.207
ErrorsLine has trailing spaces.208
ErrorsLine contains a tab character.208
ErrorsLine has trailing spaces.209
ErrorsLine is longer than 80 characters.210
ErrorsLine contains a tab character.210
ErrorsLine has trailing spaces.211
ErrorsLine contains a tab character.211
ErrorsLine has trailing spaces.212
ErrorsLine is longer than 80 characters.213
ErrorsLine contains a tab character.213
ErrorsLine has trailing spaces.214
ErrorsLine contains a tab character.214
ErrorsLine has trailing spaces.215
ErrorsLine is longer than 80 characters.216
ErrorsLine contains a tab character.216
ErrorsLine has trailing spaces.217
ErrorsLine contains a tab character.217
ErrorsLine has trailing spaces.218
ErrorsLine is longer than 80 characters.219
ErrorsLine contains a tab character.219
ErrorsLine has trailing spaces.220
ErrorsLine contains a tab character.220
ErrorsLine has trailing spaces.221
ErrorsLine is longer than 80 characters.222
ErrorsLine contains a tab character.222
ErrorsLine has trailing spaces.223
ErrorsLine contains a tab character.223
ErrorsLine has trailing spaces.224
ErrorsLine is longer than 80 characters.225
ErrorsLine contains a tab character.225
ErrorsLine has trailing spaces.226
ErrorsLine contains a tab character.226
ErrorsLine has trailing spaces.227
ErrorsLine contains a tab character.228
ErrorsLine has trailing spaces.229
ErrorsLine contains a tab character.229
ErrorsLine has trailing spaces.230
ErrorsLine is longer than 80 characters.231
ErrorsLine contains a tab character.231
ErrorsLine has trailing spaces.232
ErrorsLine contains a tab character.232
ErrorsLine has trailing spaces.233
ErrorsLine is longer than 80 characters.234
ErrorsLine contains a tab character.234
ErrorsLine has trailing spaces.235
ErrorsLine contains a tab character.235
ErrorsLine has trailing spaces.236
ErrorsLine is longer than 80 characters.237
ErrorsLine contains a tab character.237
ErrorsLine has trailing spaces.238
ErrorsLine contains a tab character.238
ErrorsLine has trailing spaces.239
ErrorsLine is longer than 80 characters.240
ErrorsLine contains a tab character.240
ErrorsLine has trailing spaces.241
ErrorsLine contains a tab character.241
ErrorsLine has trailing spaces.242
ErrorsLine is longer than 80 characters.243
ErrorsLine contains a tab character.243
ErrorsLine has trailing spaces.244
ErrorsLine contains a tab character.244
ErrorsLine has trailing spaces.245
ErrorsLine is longer than 80 characters.246
ErrorsLine contains a tab character.246
ErrorsLine has trailing spaces.247
ErrorsLine contains a tab character.247
ErrorsLine has trailing spaces.248
ErrorsLine contains a tab character.249
ErrorsLine has trailing spaces.250
ErrorsLine contains a tab character.250
ErrorsLine has trailing spaces.251
ErrorsLine is longer than 80 characters.252
ErrorsLine contains a tab character.252
ErrorsLine has trailing spaces.253
ErrorsLine contains a tab character.253
ErrorsLine has trailing spaces.254
ErrorsLine is longer than 80 characters.255
ErrorsLine contains a tab character.255
ErrorsLine has trailing spaces.256
ErrorsLine contains a tab character.256
ErrorsLine has trailing spaces.257
ErrorsLine is longer than 80 characters.258
ErrorsLine contains a tab character.258
ErrorsLine has trailing spaces.259
ErrorsLine contains a tab character.259
ErrorsLine has trailing spaces.260
ErrorsLine is longer than 80 characters.261
ErrorsLine contains a tab character.261
ErrorsLine has trailing spaces.262
ErrorsLine contains a tab character.262
ErrorsLine has trailing spaces.263
ErrorsLine contains a tab character.264
ErrorsLine has trailing spaces.265
ErrorsLine contains a tab character.265
ErrorsLine has trailing spaces.266
ErrorsLine is longer than 80 characters.267
ErrorsLine contains a tab character.267
ErrorsLine has trailing spaces.268
ErrorsLine contains a tab character.268
ErrorsLine has trailing spaces.269
ErrorsLine is longer than 80 characters.270
ErrorsLine contains a tab character.270
ErrorsLine has trailing spaces.271
ErrorsLine contains a tab character.271
ErrorsLine has trailing spaces.272
ErrorsLine is longer than 80 characters.273
ErrorsLine contains a tab character.273
ErrorsLine has trailing spaces.274
ErrorsLine contains a tab character.274
ErrorsLine has trailing spaces.275
ErrorsLine is longer than 80 characters.276
ErrorsLine contains a tab character.276
ErrorsLine has trailing spaces.277
ErrorsLine contains a tab character.277
ErrorsLine has trailing spaces.278
ErrorsLine is longer than 80 characters.279
ErrorsLine contains a tab character.279
ErrorsLine has trailing spaces.280
ErrorsLine contains a tab character.280
ErrorsLine has trailing spaces.281
ErrorsLine is longer than 80 characters.282
ErrorsLine contains a tab character.282
ErrorsLine has trailing spaces.283
ErrorsLine contains a tab character.283
ErrorsLine has trailing spaces.284
ErrorsLine is longer than 80 characters.285
ErrorsLine contains a tab character.285
ErrorsLine has trailing spaces.286
ErrorsLine contains a tab character.286
ErrorsLine has trailing spaces.287
ErrorsLine has trailing spaces.288
ErrorsLine is longer than 80 characters.288
ErrorsLine contains a tab character.288
ErrorsLine has trailing spaces.289
ErrorsLine contains a tab character.289
ErrorsLine has trailing spaces.290
ErrorsLine is longer than 80 characters.291
ErrorsLine contains a tab character.291
ErrorsLine has trailing spaces.292
ErrorsLine contains a tab character.292
ErrorsLine has trailing spaces.293
ErrorsLine is longer than 80 characters.294
ErrorsLine contains a tab character.294
ErrorsLine has trailing spaces.295
ErrorsLine contains a tab character.295
ErrorsLine has trailing spaces.296
ErrorsLine is longer than 80 characters.297
ErrorsLine contains a tab character.297
ErrorsLine has trailing spaces.298
ErrorsLine contains a tab character.298
ErrorsLine has trailing spaces.299
ErrorsLine is longer than 80 characters.300
ErrorsLine contains a tab character.300
ErrorsLine has trailing spaces.301
ErrorsLine contains a tab character.301
ErrorsLine has trailing spaces.302
ErrorsLine is longer than 80 characters.303
ErrorsLine contains a tab character.303
ErrorsLine has trailing spaces.304
ErrorsLine contains a tab character.304
ErrorsLine has trailing spaces.305
ErrorsLine is longer than 80 characters.306
ErrorsLine contains a tab character.306
ErrorsLine has trailing spaces.307
ErrorsLine contains a tab character.307
ErrorsLine has trailing spaces.308
ErrorsLine is longer than 80 characters.309
ErrorsLine contains a tab character.309
ErrorsLine has trailing spaces.310
ErrorsLine contains a tab character.310
ErrorsLine has trailing spaces.311
ErrorsLine is longer than 80 characters.312
ErrorsLine contains a tab character.312
ErrorsLine has trailing spaces.313
ErrorsLine contains a tab character.313
ErrorsLine has trailing spaces.314
ErrorsLine is longer than 80 characters.315
ErrorsLine contains a tab character.315
ErrorsLine has trailing spaces.316
ErrorsLine contains a tab character.316
ErrorsLine has trailing spaces.317
ErrorsLine is longer than 80 characters.318
ErrorsLine contains a tab character.318
ErrorsLine contains a tab character.319
ErrorsLine has trailing spaces.320
ErrorsLine contains a tab character.320
ErrorsLine has trailing spaces.321
ErrorsLine contains a tab character.322
ErrorsLine has trailing spaces.323
ErrorsLine contains a tab character.323
ErrorsMethod length is 179 lines (max allowed is 150).325
ErrorsMore than 7 parameters.325
ErrorsLine is longer than 80 characters.326
ErrorsParameter InventoryType should be final.326
Errors'InventoryType' hides a field.326
ErrorsName 'InventoryType' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PickupType should be final.326
Errors'PickupType' hides a field.326
ErrorsName 'PickupType' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter ItemCategory should be final.326
Errors'ItemCategory' hides a field.326
ErrorsName 'ItemCategory' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter Melee should be final.326
Errors'Melee' hides a field.326
ErrorsName 'Melee' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter Sniping should be final.326
Errors'Sniping' hides a field.326
ErrorsName 'Sniping' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter UsesAltAmmo should be final.326
Errors'UsesAltAmmo' hides a field.326
ErrorsName 'UsesAltAmmo' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriFireModeType should be final.326
Errors'PriFireModeType' hides a field.326
ErrorsName 'PriFireModeType' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriSplashDamage should be final.326
Errors'PriSplashDamage' hides a field.326
ErrorsName 'PriSplashDamage' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriSplashJump should be final.326
Errors'PriSplashJump' hides a field.326
ErrorsName 'PriSplashJump' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriRecomSplashDamage should be final.326
Errors'PriRecomSplashDamage' hides a field.326
ErrorsName 'PriRecomSplashDamage' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriTossed should be final.326
Errors'PriTossed' hides a field.326
ErrorsName 'PriTossed' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriLeadTarget should be final.326
Errors'PriLeadTarget' hides a field.326
ErrorsName 'PriLeadTarget' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriInstantHit should be final.326
Errors'PriInstantHit' hides a field.326
ErrorsName 'PriInstantHit' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriFireOnRelease should be final.326
Errors'PriFireOnRelease' hides a field.326
ErrorsName 'PriFireOnRelease' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriWaitForRelease should be final.326
Errors'PriWaitForRelease' hides a field.326
ErrorsName 'PriWaitForRelease' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriModeExclusive should be final.326
Errors'PriModeExclusive' hides a field.326
ErrorsName 'PriModeExclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriFireRate should be final.326
Errors'PriFireRate' hides a field.326
ErrorsName 'PriFireRate' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriBotRefireRate should be final.326
Errors'PriBotRefireRate' hides a field.326
ErrorsName 'PriBotRefireRate' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriAmmoPerFire should be final.326
Errors'PriAmmoPerFire' hides a field.326
ErrorsName 'PriAmmoPerFire' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriAmmoClipSize should be final.326
Errors'PriAmmoClipSize' hides a field.326
ErrorsName 'PriAmmoClipSize' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriAimError should be final.326
Errors'PriAimError' hides a field.326
ErrorsName 'PriAimError' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriSpread should be final.326
Errors'PriSpread' hides a field.326
ErrorsName 'PriSpread' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriSpreadStyle should be final.326
Errors'PriSpreadStyle' hides a field.326
ErrorsName 'PriSpreadStyle' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriFireCount should be final.326
Errors'PriFireCount' hides a field.326
ErrorsName 'PriFireCount' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriDamageAtten should be final.326
Errors'PriDamageAtten' hides a field.326
ErrorsName 'PriDamageAtten' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriAmmoType should be final.326
Errors'PriAmmoType' hides a field.326
ErrorsName 'PriAmmoType' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriInitialAmount should be final.326
Errors'PriInitialAmount' hides a field.326
ErrorsName 'PriInitialAmount' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriMaxAmount should be final.326
Errors'PriMaxAmount' hides a field.326
ErrorsName 'PriMaxAmount' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriMaxRange should be final.326
Errors'PriMaxRange' hides a field.326
ErrorsName 'PriMaxRange' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriDamageType should be final.326
Errors'PriDamageType' hides a field.326
ErrorsName 'PriDamageType' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriArmorStops should be final.326
Errors'PriArmorStops' hides a field.326
ErrorsName 'PriArmorStops' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriAlwaysGibs should be final.326
Errors'PriAlwaysGibs' hides a field.326
ErrorsName 'PriAlwaysGibs' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriSpecial should be final.326
Errors'PriSpecial' hides a field.326
ErrorsName 'PriSpecial' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriDetonatesGoop should be final.326
Errors'PriDetonatesGoop' hides a field.326
ErrorsName 'PriDetonatesGoop' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriSuperWeapon should be final.326
Errors'PriSuperWeapon' hides a field.326
ErrorsName 'PriSuperWeapon' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriExtraMomZ should be final.326
Errors'PriExtraMomZ' hides a field.326
ErrorsName 'PriExtraMomZ' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriProjType should be final.326
Errors'PriProjType' hides a field.326
ErrorsName 'PriProjType' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriDamage should be final.326
Errors'PriDamage' hides a field.326
ErrorsName 'PriDamage' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriDamageMax should be final.326
Errors'PriDamageMax' hides a field.326
ErrorsName 'PriDamageMax' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriDamageMin should be final.326
Errors'PriDamageMin' hides a field.326
ErrorsName 'PriDamageMin' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriSpeed should be final.326
Errors'PriSpeed' hides a field.326
ErrorsName 'PriSpeed' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriMaxSpeed should be final.326
Errors'PriMaxSpeed' hides a field.326
ErrorsName 'PriMaxSpeed' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriLifeSpan should be final.326
Errors'PriLifeSpan' hides a field.326
ErrorsName 'PriLifeSpan' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriDamageRadius should be final.326
Errors'PriDamageRadius' hides a field.326
ErrorsName 'PriDamageRadius' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriTossZ should be final.326
Errors'PriTossZ' hides a field.326
ErrorsName 'PriTossZ' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter PriMaxEffectDistance should be final.326
Errors'PriMaxEffectDistance' hides a field.326
ErrorsName 'PriMaxEffectDistance' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecFireModeType should be final.326
Errors'SecFireModeType' hides a field.326
ErrorsName 'SecFireModeType' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecSplashDamage should be final.326
Errors'SecSplashDamage' hides a field.326
ErrorsName 'SecSplashDamage' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecSplashJump should be final.326
Errors'SecSplashJump' hides a field.326
ErrorsName 'SecSplashJump' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecRecomSplashDamage should be final.326
Errors'SecRecomSplashDamage' hides a field.326
ErrorsName 'SecRecomSplashDamage' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecTossed should be final.326
Errors'SecTossed' hides a field.326
ErrorsName 'SecTossed' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecLeadTarget should be final.326
Errors'SecLeadTarget' hides a field.326
ErrorsName 'SecLeadTarget' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecInstantHit should be final.326
Errors'SecInstantHit' hides a field.326
ErrorsName 'SecInstantHit' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecFireOnRelease should be final.326
Errors'SecFireOnRelease' hides a field.326
ErrorsName 'SecFireOnRelease' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecWaitForRelease should be final.326
Errors'SecWaitForRelease' hides a field.326
ErrorsName 'SecWaitForRelease' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecModeExclusive should be final.326
Errors'SecModeExclusive' hides a field.326
ErrorsName 'SecModeExclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecFireRate should be final.326
Errors'SecFireRate' hides a field.326
ErrorsName 'SecFireRate' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecBotRefireRate should be final.326
Errors'SecBotRefireRate' hides a field.326
ErrorsName 'SecBotRefireRate' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecAmmoPerFire should be final.326
Errors'SecAmmoPerFire' hides a field.326
ErrorsName 'SecAmmoPerFire' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecAmmoClipSize should be final.326
Errors'SecAmmoClipSize' hides a field.326
ErrorsName 'SecAmmoClipSize' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecAimError should be final.326
Errors'SecAimError' hides a field.326
ErrorsName 'SecAimError' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecSpread should be final.326
Errors'SecSpread' hides a field.326
ErrorsName 'SecSpread' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecSpreadStyle should be final.326
Errors'SecSpreadStyle' hides a field.326
ErrorsName 'SecSpreadStyle' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecFireCount should be final.326
Errors'SecFireCount' hides a field.326
ErrorsName 'SecFireCount' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecDamageAtten should be final.326
Errors'SecDamageAtten' hides a field.326
ErrorsName 'SecDamageAtten' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecAmmoType should be final.326
Errors'SecAmmoType' hides a field.326
ErrorsName 'SecAmmoType' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecInitialAmount should be final.326
Errors'SecInitialAmount' hides a field.326
ErrorsName 'SecInitialAmount' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecMaxAmount should be final.326
Errors'SecMaxAmount' hides a field.326
ErrorsName 'SecMaxAmount' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecMaxRange should be final.326
Errors'SecMaxRange' hides a field.326
ErrorsName 'SecMaxRange' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecDamageType should be final.326
Errors'SecDamageType' hides a field.326
ErrorsName 'SecDamageType' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecArmorStops should be final.326
Errors'SecArmorStops' hides a field.326
ErrorsName 'SecArmorStops' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecAlwaysGibs should be final.326
Errors'SecAlwaysGibs' hides a field.326
ErrorsName 'SecAlwaysGibs' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecSpecial should be final.326
Errors'SecSpecial' hides a field.326
ErrorsName 'SecSpecial' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecDetonatesGoop should be final.326
Errors'SecDetonatesGoop' hides a field.326
ErrorsName 'SecDetonatesGoop' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecSuperWeapon should be final.326
Errors'SecSuperWeapon' hides a field.326
ErrorsName 'SecSuperWeapon' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecExtraMomZ should be final.326
Errors'SecExtraMomZ' hides a field.326
ErrorsName 'SecExtraMomZ' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecProjType should be final.326
Errors'SecProjType' hides a field.326
ErrorsName 'SecProjType' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecDamage should be final.326
Errors'SecDamage' hides a field.326
ErrorsName 'SecDamage' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecDamageMax should be final.326
Errors'SecDamageMax' hides a field.326
ErrorsName 'SecDamageMax' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecDamageMin should be final.326
Errors'SecDamageMin' hides a field.326
ErrorsName 'SecDamageMin' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecSpeed should be final.326
Errors'SecSpeed' hides a field.326
ErrorsName 'SecSpeed' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecMaxSpeed should be final.326
Errors'SecMaxSpeed' hides a field.326
ErrorsName 'SecMaxSpeed' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecLifeSpan should be final.326
Errors'SecLifeSpan' hides a field.326
ErrorsName 'SecLifeSpan' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecDamageRadius should be final.326
Errors'SecDamageRadius' hides a field.326
ErrorsName 'SecDamageRadius' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecTossZ should be final.326
Errors'SecTossZ' hides a field.326
ErrorsName 'SecTossZ' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SecMaxEffectDistance should be final.326
Errors'SecMaxEffectDistance' hides a field.326
ErrorsName 'SecMaxEffectDistance' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter Amount should be final.326
Errors'Amount' hides a field.326
ErrorsName 'Amount' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsParameter SuperHeal should be final.326
Errors'SuperHeal' hides a field.326
ErrorsName 'SuperHeal' must match pattern '^[a-z][a-zA-Z0-9]*$'.326
ErrorsLine has trailing spaces.327
ErrorsLine has trailing spaces.329
ErrorsLine has trailing spaces.331
ErrorsLine has trailing spaces.333
ErrorsLine has trailing spaces.335
ErrorsLine has trailing spaces.337
ErrorsLine has trailing spaces.339
ErrorsLine has trailing spaces.341
ErrorsLine has trailing spaces.343
ErrorsLine has trailing spaces.345
ErrorsLine has trailing spaces.347
ErrorsLine has trailing spaces.349
ErrorsLine has trailing spaces.351
ErrorsLine has trailing spaces.353
ErrorsLine has trailing spaces.355
ErrorsLine has trailing spaces.357
ErrorsLine has trailing spaces.359
ErrorsLine has trailing spaces.361
ErrorsLine has trailing spaces.363
ErrorsLine has trailing spaces.365
ErrorsLine has trailing spaces.367
ErrorsLine has trailing spaces.369
ErrorsLine has trailing spaces.371
ErrorsLine has trailing spaces.373
ErrorsLine has trailing spaces.375
ErrorsLine has trailing spaces.377
ErrorsLine has trailing spaces.379
ErrorsLine has trailing spaces.381
ErrorsLine has trailing spaces.383
ErrorsLine has trailing spaces.385
ErrorsLine has trailing spaces.387
ErrorsLine has trailing spaces.389
ErrorsLine has trailing spaces.391
ErrorsLine has trailing spaces.393
ErrorsLine has trailing spaces.395
ErrorsLine has trailing spaces.397
ErrorsLine has trailing spaces.399
ErrorsLine has trailing spaces.401
ErrorsLine has trailing spaces.403
ErrorsLine has trailing spaces.405
ErrorsLine has trailing spaces.407
ErrorsLine has trailing spaces.409
ErrorsLine has trailing spaces.411
ErrorsLine has trailing spaces.413
ErrorsLine has trailing spaces.415
ErrorsLine has trailing spaces.417
ErrorsLine has trailing spaces.419
ErrorsLine has trailing spaces.421
ErrorsLine has trailing spaces.423
ErrorsLine has trailing spaces.425
ErrorsLine has trailing spaces.427
ErrorsLine has trailing spaces.429
ErrorsLine has trailing spaces.431
ErrorsLine has trailing spaces.433
ErrorsLine has trailing spaces.435
ErrorsLine has trailing spaces.437
ErrorsLine has trailing spaces.439
ErrorsLine has trailing spaces.441
ErrorsLine has trailing spaces.443
ErrorsLine has trailing spaces.445
ErrorsLine has trailing spaces.447
ErrorsLine has trailing spaces.449
ErrorsLine has trailing spaces.451
ErrorsLine has trailing spaces.453
ErrorsLine has trailing spaces.455
ErrorsLine has trailing spaces.457
ErrorsLine has trailing spaces.459
ErrorsLine has trailing spaces.461
ErrorsLine has trailing spaces.463
ErrorsLine has trailing spaces.465
ErrorsLine has trailing spaces.467
ErrorsLine has trailing spaces.469
ErrorsLine has trailing spaces.471
ErrorsLine has trailing spaces.473
ErrorsLine has trailing spaces.475
ErrorsLine has trailing spaces.477
ErrorsLine has trailing spaces.479
ErrorsLine has trailing spaces.481
ErrorsLine has trailing spaces.483
ErrorsLine has trailing spaces.485
ErrorsLine has trailing spaces.487
ErrorsLine has trailing spaces.489
ErrorsLine has trailing spaces.491
ErrorsLine has trailing spaces.493
ErrorsLine has trailing spaces.495
ErrorsLine has trailing spaces.497
ErrorsLine has trailing spaces.499
ErrorsLine has trailing spaces.501
ErrorsLine has trailing spaces.503
ErrorsLine has trailing spaces.506
ErrorsLine contains a tab character.507
ErrorsLine contains a tab character.508
ErrorsLine is longer than 80 characters.509
ErrorsLine contains a tab character.509
ErrorsLine has trailing spaces.510
ErrorsLine has trailing spaces.513
ErrorsLine has trailing spaces.515
ErrorsLine is longer than 80 characters.516
ErrorsLine contains a tab character.516
ErrorsLine contains a tab character.517
ErrorsName 'InventoryType' must match pattern '^[a-z][a-zA-Z0-9]*$'.519
ErrorsVariable 'InventoryType' must be private and have accessor methods.519
ErrorsLine contains a tab character.520
ErrorsLine has trailing spaces.522
ErrorsLine has trailing spaces.524
ErrorsLine is longer than 80 characters.525
ErrorsLine contains a tab character.525
ErrorsLine contains a tab character.526
ErrorsExpected an @return tag.527
ErrorsMethod 'getInventoryType' is not designed for extension - needs to be abstract, final or empty.527
ErrorsLine has trailing spaces.532
ErrorsLine has trailing spaces.534
ErrorsLine has trailing spaces.536
ErrorsLine is longer than 80 characters.537
ErrorsLine contains a tab character.537
ErrorsLine contains a tab character.538
ErrorsName 'PickupType' must match pattern '^[a-z][a-zA-Z0-9]*$'.540
ErrorsVariable 'PickupType' must be private and have accessor methods.540
ErrorsLine contains a tab character.541
ErrorsLine has trailing spaces.543
ErrorsLine has trailing spaces.545
ErrorsLine is longer than 80 characters.546
ErrorsLine contains a tab character.546
ErrorsLine contains a tab character.547
ErrorsExpected an @return tag.548
ErrorsMethod 'getPickupType' is not designed for extension - needs to be abstract, final or empty.548
ErrorsLine has trailing spaces.553
ErrorsLine has trailing spaces.555
ErrorsLine has trailing spaces.557
ErrorsLine is longer than 80 characters.558
ErrorsLine contains a tab character.558
ErrorsLine contains a tab character.559
ErrorsName 'ItemCategory' must match pattern '^[a-z][a-zA-Z0-9]*$'.561
ErrorsVariable 'ItemCategory' must be private and have accessor methods.561
ErrorsLine contains a tab character.562
ErrorsLine has trailing spaces.564
ErrorsLine has trailing spaces.566
ErrorsLine is longer than 80 characters.567
ErrorsLine contains a tab character.567
ErrorsLine contains a tab character.568
ErrorsExpected an @return tag.569
ErrorsMethod 'getItemCategory' is not designed for extension - needs to be abstract, final or empty.569
ErrorsLine has trailing spaces.574
ErrorsLine has trailing spaces.576
ErrorsLine has trailing spaces.578
ErrorsLine contains a tab character.579
ErrorsLine contains a tab character.580
ErrorsName 'Melee' must match pattern '^[a-z][a-zA-Z0-9]*$'.582
ErrorsVariable 'Melee' must be private and have accessor methods.582
ErrorsLine contains a tab character.583
ErrorsLine has trailing spaces.585
ErrorsLine has trailing spaces.587
ErrorsLine contains a tab character.588
ErrorsLine contains a tab character.589
ErrorsExpected an @return tag.590
ErrorsMethod 'isMelee' is not designed for extension - needs to be abstract, final or empty.590
ErrorsLine has trailing spaces.595
ErrorsLine has trailing spaces.597
ErrorsLine has trailing spaces.599
ErrorsLine contains a tab character.600
ErrorsLine contains a tab character.601
ErrorsName 'Sniping' must match pattern '^[a-z][a-zA-Z0-9]*$'.603
ErrorsVariable 'Sniping' must be private and have accessor methods.603
ErrorsLine contains a tab character.604
ErrorsLine has trailing spaces.606
ErrorsLine has trailing spaces.608
ErrorsLine contains a tab character.609
ErrorsLine contains a tab character.610
ErrorsExpected an @return tag.611
ErrorsMethod 'isSniping' is not designed for extension - needs to be abstract, final or empty.611
ErrorsLine has trailing spaces.616
ErrorsLine has trailing spaces.618
ErrorsLine has trailing spaces.620
ErrorsLine is longer than 80 characters.621
ErrorsLine contains a tab character.621
ErrorsLine contains a tab character.622
ErrorsName 'UsesAltAmmo' must match pattern '^[a-z][a-zA-Z0-9]*$'.624
ErrorsVariable 'UsesAltAmmo' must be private and have accessor methods.624
ErrorsLine contains a tab character.625
ErrorsLine has trailing spaces.627
ErrorsLine has trailing spaces.629
ErrorsLine is longer than 80 characters.630
ErrorsLine contains a tab character.630
ErrorsLine contains a tab character.631
ErrorsExpected an @return tag.632
ErrorsMethod 'isUsesAltAmmo' is not designed for extension - needs to be abstract, final or empty.632
ErrorsLine has trailing spaces.637
ErrorsLine has trailing spaces.639
ErrorsLine has trailing spaces.641
ErrorsLine is longer than 80 characters.642
ErrorsLine contains a tab character.642
ErrorsLine contains a tab character.643
ErrorsName 'PriFireModeType' must match pattern '^[a-z][a-zA-Z0-9]*$'.645
ErrorsVariable 'PriFireModeType' must be private and have accessor methods.645
ErrorsLine contains a tab character.646
ErrorsLine has trailing spaces.648
ErrorsLine has trailing spaces.650
ErrorsLine is longer than 80 characters.651
ErrorsLine contains a tab character.651
ErrorsLine contains a tab character.652
ErrorsExpected an @return tag.653
ErrorsMethod 'getPriFireModeType' is not designed for extension - needs to be abstract, final or empty.653
ErrorsLine has trailing spaces.658
ErrorsLine has trailing spaces.660
ErrorsLine has trailing spaces.662
ErrorsLine is longer than 80 characters.663
ErrorsLine contains a tab character.663
ErrorsLine contains a tab character.664
ErrorsName 'PriSplashDamage' must match pattern '^[a-z][a-zA-Z0-9]*$'.666
ErrorsVariable 'PriSplashDamage' must be private and have accessor methods.666
ErrorsLine contains a tab character.667
ErrorsLine has trailing spaces.669
ErrorsLine has trailing spaces.671
ErrorsLine is longer than 80 characters.672
ErrorsLine contains a tab character.672
ErrorsLine contains a tab character.673
ErrorsExpected an @return tag.674
ErrorsMethod 'isPriSplashDamage' is not designed for extension - needs to be abstract, final or empty.674
ErrorsLine has trailing spaces.679
ErrorsLine has trailing spaces.681
ErrorsLine has trailing spaces.683
ErrorsLine is longer than 80 characters.684
ErrorsLine contains a tab character.684
ErrorsLine contains a tab character.685
ErrorsName 'PriSplashJump' must match pattern '^[a-z][a-zA-Z0-9]*$'.687
ErrorsVariable 'PriSplashJump' must be private and have accessor methods.687
ErrorsLine contains a tab character.688
ErrorsLine has trailing spaces.690
ErrorsLine has trailing spaces.692
ErrorsLine is longer than 80 characters.693
ErrorsLine contains a tab character.693
ErrorsLine contains a tab character.694
ErrorsExpected an @return tag.695
ErrorsMethod 'isPriSplashJump' is not designed for extension - needs to be abstract, final or empty.695
ErrorsLine has trailing spaces.700
ErrorsLine has trailing spaces.702
ErrorsLine has trailing spaces.704
ErrorsLine is longer than 80 characters.705
ErrorsLine contains a tab character.705
ErrorsLine contains a tab character.706
ErrorsName 'PriRecomSplashDamage' must match pattern '^[a-z][a-zA-Z0-9]*$'.708
ErrorsVariable 'PriRecomSplashDamage' must be private and have accessor methods.708
ErrorsLine contains a tab character.709
ErrorsLine has trailing spaces.711
ErrorsLine has trailing spaces.713
ErrorsLine is longer than 80 characters.714
ErrorsLine contains a tab character.714
ErrorsLine contains a tab character.715
ErrorsExpected an @return tag.716
ErrorsMethod 'isPriRecomSplashDamage' is not designed for extension - needs to be abstract, final or empty.716
ErrorsLine has trailing spaces.721
ErrorsLine has trailing spaces.723
ErrorsLine has trailing spaces.725
ErrorsLine is longer than 80 characters.726
ErrorsLine contains a tab character.726
ErrorsLine contains a tab character.727
ErrorsName 'PriTossed' must match pattern '^[a-z][a-zA-Z0-9]*$'.729
ErrorsVariable 'PriTossed' must be private and have accessor methods.729
ErrorsLine contains a tab character.730
ErrorsLine has trailing spaces.732
ErrorsLine has trailing spaces.734
ErrorsLine is longer than 80 characters.735
ErrorsLine contains a tab character.735
ErrorsLine contains a tab character.736
ErrorsExpected an @return tag.737
ErrorsMethod 'isPriTossed' is not designed for extension - needs to be abstract, final or empty.737
ErrorsLine has trailing spaces.742
ErrorsLine has trailing spaces.744
ErrorsLine has trailing spaces.746
ErrorsLine is longer than 80 characters.747
ErrorsLine contains a tab character.747
ErrorsLine contains a tab character.748
ErrorsName 'PriLeadTarget' must match pattern '^[a-z][a-zA-Z0-9]*$'.750
ErrorsVariable 'PriLeadTarget' must be private and have accessor methods.750
ErrorsLine contains a tab character.751
ErrorsLine has trailing spaces.753
ErrorsLine has trailing spaces.755
ErrorsLine is longer than 80 characters.756
ErrorsLine contains a tab character.756
ErrorsLine contains a tab character.757
ErrorsExpected an @return tag.758
ErrorsMethod 'isPriLeadTarget' is not designed for extension - needs to be abstract, final or empty.758
ErrorsLine has trailing spaces.763
ErrorsLine has trailing spaces.765
ErrorsLine has trailing spaces.767
ErrorsLine is longer than 80 characters.768
ErrorsLine contains a tab character.768
ErrorsLine contains a tab character.769
ErrorsName 'PriInstantHit' must match pattern '^[a-z][a-zA-Z0-9]*$'.771
ErrorsVariable 'PriInstantHit' must be private and have accessor methods.771
ErrorsLine contains a tab character.772
ErrorsLine has trailing spaces.774
ErrorsLine has trailing spaces.776
ErrorsLine is longer than 80 characters.777
ErrorsLine contains a tab character.777
ErrorsLine contains a tab character.778
ErrorsExpected an @return tag.779
ErrorsMethod 'isPriInstantHit' is not designed for extension - needs to be abstract, final or empty.779
ErrorsLine has trailing spaces.784
ErrorsLine has trailing spaces.786
ErrorsLine has trailing spaces.788
ErrorsLine is longer than 80 characters.789
ErrorsLine contains a tab character.789
ErrorsLine contains a tab character.790
ErrorsName 'PriFireOnRelease' must match pattern '^[a-z][a-zA-Z0-9]*$'.792
ErrorsVariable 'PriFireOnRelease' must be private and have accessor methods.792
ErrorsLine contains a tab character.793
ErrorsLine has trailing spaces.795
ErrorsLine has trailing spaces.797
ErrorsLine is longer than 80 characters.798
ErrorsLine contains a tab character.798
ErrorsLine contains a tab character.799
ErrorsExpected an @return tag.800
ErrorsMethod 'isPriFireOnRelease' is not designed for extension - needs to be abstract, final or empty.800
ErrorsLine has trailing spaces.805
ErrorsLine has trailing spaces.807
ErrorsLine has trailing spaces.809
ErrorsLine is longer than 80 characters.810
ErrorsLine contains a tab character.810
ErrorsLine contains a tab character.811
ErrorsName 'PriWaitForRelease' must match pattern '^[a-z][a-zA-Z0-9]*$'.813
ErrorsVariable 'PriWaitForRelease' must be private and have accessor methods.813
ErrorsLine contains a tab character.814
ErrorsLine has trailing spaces.816
ErrorsLine has trailing spaces.818
ErrorsLine is longer than 80 characters.819
ErrorsLine contains a tab character.819
ErrorsLine contains a tab character.820
ErrorsExpected an @return tag.821
ErrorsMethod 'isPriWaitForRelease' is not designed for extension - needs to be abstract, final or empty.821
ErrorsLine has trailing spaces.826
ErrorsLine has trailing spaces.828
ErrorsLine has trailing spaces.830
ErrorsLine is longer than 80 characters.831
ErrorsLine contains a tab character.831
ErrorsLine contains a tab character.832
ErrorsName 'PriModeExclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'.834
ErrorsVariable 'PriModeExclusive' must be private and have accessor methods.834
ErrorsLine contains a tab character.835
ErrorsLine has trailing spaces.837
ErrorsLine has trailing spaces.839
ErrorsLine is longer than 80 characters.840
ErrorsLine contains a tab character.840
ErrorsLine contains a tab character.841
ErrorsExpected an @return tag.842
ErrorsMethod 'isPriModeExclusive' is not designed for extension - needs to be abstract, final or empty.842
ErrorsLine has trailing spaces.847
ErrorsLine has trailing spaces.849
ErrorsLine has trailing spaces.851
ErrorsLine is longer than 80 characters.852
ErrorsLine contains a tab character.852
ErrorsLine contains a tab character.853
ErrorsName 'PriFireRate' must match pattern '^[a-z][a-zA-Z0-9]*$'.855
ErrorsVariable 'PriFireRate' must be private and have accessor methods.855
ErrorsLine contains a tab character.856
ErrorsLine has trailing spaces.858
ErrorsLine has trailing spaces.860
ErrorsLine is longer than 80 characters.861
ErrorsLine contains a tab character.861
ErrorsLine contains a tab character.862
ErrorsExpected an @return tag.863
ErrorsMethod 'getPriFireRate' is not designed for extension - needs to be abstract, final or empty.863
ErrorsLine has trailing spaces.868
ErrorsLine has trailing spaces.870
ErrorsLine has trailing spaces.872
ErrorsLine is longer than 80 characters.873
ErrorsLine contains a tab character.873
ErrorsLine contains a tab character.874
ErrorsName 'PriBotRefireRate' must match pattern '^[a-z][a-zA-Z0-9]*$'.876
ErrorsVariable 'PriBotRefireRate' must be private and have accessor methods.876
ErrorsLine contains a tab character.877
ErrorsLine has trailing spaces.879
ErrorsLine has trailing spaces.881
ErrorsLine is longer than 80 characters.882
ErrorsLine contains a tab character.882
ErrorsLine contains a tab character.883
ErrorsExpected an @return tag.884
ErrorsMethod 'getPriBotRefireRate' is not designed for extension - needs to be abstract, final or empty.884
ErrorsLine has trailing spaces.889
ErrorsLine has trailing spaces.891
ErrorsLine has trailing spaces.893
ErrorsLine is longer than 80 characters.894
ErrorsLine contains a tab character.894
ErrorsLine contains a tab character.895
ErrorsName 'PriAmmoPerFire' must match pattern '^[a-z][a-zA-Z0-9]*$'.897
ErrorsVariable 'PriAmmoPerFire' must be private and have accessor methods.897
ErrorsLine contains a tab character.898
ErrorsLine has trailing spaces.900
ErrorsLine has trailing spaces.902
ErrorsLine is longer than 80 characters.903
ErrorsLine contains a tab character.903
ErrorsLine contains a tab character.904
ErrorsExpected an @return tag.905
ErrorsMethod 'getPriAmmoPerFire' is not designed for extension - needs to be abstract, final or empty.905
ErrorsLine has trailing spaces.910
ErrorsLine has trailing spaces.912
ErrorsLine has trailing spaces.914
ErrorsLine is longer than 80 characters.915
ErrorsLine contains a tab character.915
ErrorsLine contains a tab character.916
ErrorsName 'PriAmmoClipSize' must match pattern '^[a-z][a-zA-Z0-9]*$'.918
ErrorsVariable 'PriAmmoClipSize' must be private and have accessor methods.918
ErrorsLine contains a tab character.919
ErrorsLine has trailing spaces.921
ErrorsLine has trailing spaces.923
ErrorsLine is longer than 80 characters.924
ErrorsLine contains a tab character.924
ErrorsLine contains a tab character.925
ErrorsExpected an @return tag.926
ErrorsMethod 'getPriAmmoClipSize' is not designed for extension - needs to be abstract, final or empty.926
ErrorsLine has trailing spaces.931
ErrorsLine has trailing spaces.933
ErrorsLine has trailing spaces.935
ErrorsLine is longer than 80 characters.936
ErrorsLine contains a tab character.936
ErrorsLine contains a tab character.937
ErrorsName 'PriAimError' must match pattern '^[a-z][a-zA-Z0-9]*$'.939
ErrorsVariable 'PriAimError' must be private and have accessor methods.939
ErrorsLine contains a tab character.940
ErrorsLine has trailing spaces.942
ErrorsLine has trailing spaces.944
ErrorsLine is longer than 80 characters.945
ErrorsLine contains a tab character.945
ErrorsLine contains a tab character.946
ErrorsExpected an @return tag.947
ErrorsMethod 'getPriAimError' is not designed for extension - needs to be abstract, final or empty.947
ErrorsLine has trailing spaces.952
ErrorsLine has trailing spaces.954
ErrorsLine has trailing spaces.956
ErrorsLine is longer than 80 characters.957
ErrorsLine contains a tab character.957
ErrorsLine contains a tab character.958
ErrorsName 'PriSpread' must match pattern '^[a-z][a-zA-Z0-9]*$'.960
ErrorsVariable 'PriSpread' must be private and have accessor methods.960
ErrorsLine contains a tab character.961
ErrorsLine has trailing spaces.963
ErrorsLine has trailing spaces.965
ErrorsLine is longer than 80 characters.966
ErrorsLine contains a tab character.966
ErrorsLine contains a tab character.967
ErrorsExpected an @return tag.968
ErrorsMethod 'getPriSpread' is not designed for extension - needs to be abstract, final or empty.968
ErrorsLine has trailing spaces.973
ErrorsLine has trailing spaces.975
ErrorsLine has trailing spaces.977
ErrorsLine contains a tab character.978
ErrorsLine contains a tab character.979
ErrorsName 'PriSpreadStyle' must match pattern '^[a-z][a-zA-Z0-9]*$'.981
ErrorsVariable 'PriSpreadStyle' must be private and have accessor methods.981
ErrorsLine contains a tab character.982
ErrorsLine has trailing spaces.984
ErrorsLine has trailing spaces.986
ErrorsLine contains a tab character.987
ErrorsLine contains a tab character.988
ErrorsExpected an @return tag.989
ErrorsMethod 'getPriSpreadStyle' is not designed for extension - needs to be abstract, final or empty.989
ErrorsLine has trailing spaces.994
ErrorsLine has trailing spaces.996
ErrorsLine has trailing spaces.998
ErrorsLine contains a tab character.999
ErrorsLine contains a tab character.1000
ErrorsName 'PriFireCount' must match pattern '^[a-z][a-zA-Z0-9]*$'.1002
ErrorsVariable 'PriFireCount' must be private and have accessor methods.1002
ErrorsLine contains a tab character.1003
ErrorsLine has trailing spaces.1005
ErrorsLine has trailing spaces.1007
ErrorsLine contains a tab character.1008
ErrorsLine contains a tab character.1009
ErrorsExpected an @return tag.1010
ErrorsMethod 'getPriFireCount' is not designed for extension - needs to be abstract, final or empty.1010
ErrorsLine has trailing spaces.1015
ErrorsLine has trailing spaces.1017
ErrorsLine has trailing spaces.1019
ErrorsLine is longer than 80 characters.1020
ErrorsLine contains a tab character.1020
ErrorsLine contains a tab character.1021
ErrorsName 'PriDamageAtten' must match pattern '^[a-z][a-zA-Z0-9]*$'.1023
ErrorsVariable 'PriDamageAtten' must be private and have accessor methods.1023
ErrorsLine contains a tab character.1024
ErrorsLine has trailing spaces.1026
ErrorsLine has trailing spaces.1028
ErrorsLine is longer than 80 characters.1029
ErrorsLine contains a tab character.1029
ErrorsLine contains a tab character.1030
ErrorsExpected an @return tag.1031
ErrorsMethod 'getPriDamageAtten' is not designed for extension - needs to be abstract, final or empty.1031
ErrorsLine has trailing spaces.1036
ErrorsLine has trailing spaces.1038
ErrorsLine has trailing spaces.1040
ErrorsLine is longer than 80 characters.1041
ErrorsLine contains a tab character.1041
ErrorsLine contains a tab character.1042
ErrorsName 'PriAmmoType' must match pattern '^[a-z][a-zA-Z0-9]*$'.1044
ErrorsVariable 'PriAmmoType' must be private and have accessor methods.1044
ErrorsLine contains a tab character.1045
ErrorsLine has trailing spaces.1047
ErrorsLine has trailing spaces.1049
ErrorsLine is longer than 80 characters.1050
ErrorsLine contains a tab character.1050
ErrorsLine contains a tab character.1051
ErrorsExpected an @return tag.1052
ErrorsMethod 'getPriAmmoType' is not designed for extension - needs to be abstract, final or empty.1052
ErrorsLine has trailing spaces.1057
ErrorsLine has trailing spaces.1059
ErrorsLine has trailing spaces.1061
ErrorsLine is longer than 80 characters.1062
ErrorsLine contains a tab character.1062
ErrorsLine contains a tab character.1063
ErrorsName 'PriInitialAmount' must match pattern '^[a-z][a-zA-Z0-9]*$'.1065
ErrorsVariable 'PriInitialAmount' must be private and have accessor methods.1065
ErrorsLine contains a tab character.1066
ErrorsLine has trailing spaces.1068
ErrorsLine has trailing spaces.1070
ErrorsLine is longer than 80 characters.1071
ErrorsLine contains a tab character.1071
ErrorsLine contains a tab character.1072
ErrorsExpected an @return tag.1073
ErrorsMethod 'getPriInitialAmount' is not designed for extension - needs to be abstract, final or empty.1073
ErrorsLine has trailing spaces.1078
ErrorsLine has trailing spaces.1080
ErrorsLine has trailing spaces.1082
ErrorsLine is longer than 80 characters.1083
ErrorsLine contains a tab character.1083
ErrorsLine contains a tab character.1084
ErrorsName 'PriMaxAmount' must match pattern '^[a-z][a-zA-Z0-9]*$'.1086
ErrorsVariable 'PriMaxAmount' must be private and have accessor methods.1086
ErrorsLine contains a tab character.1087
ErrorsLine has trailing spaces.1089
ErrorsLine has trailing spaces.1091
ErrorsLine is longer than 80 characters.1092
ErrorsLine contains a tab character.1092
ErrorsLine contains a tab character.1093
ErrorsExpected an @return tag.1094
ErrorsMethod 'getPriMaxAmount' is not designed for extension - needs to be abstract, final or empty.1094
ErrorsLine has trailing spaces.1099
ErrorsLine has trailing spaces.1101
ErrorsLine has trailing spaces.1103
ErrorsLine contains a tab character.1104
ErrorsLine contains a tab character.1105
ErrorsName 'PriMaxRange' must match pattern '^[a-z][a-zA-Z0-9]*$'.1107
ErrorsVariable 'PriMaxRange' must be private and have accessor methods.1107
ErrorsLine contains a tab character.1108
ErrorsLine has trailing spaces.1110
ErrorsLine has trailing spaces.1112
ErrorsLine contains a tab character.1113
ErrorsLine contains a tab character.1114
ErrorsExpected an @return tag.1115
ErrorsMethod 'getPriMaxRange' is not designed for extension - needs to be abstract, final or empty.1115
ErrorsLine has trailing spaces.1120
ErrorsLine has trailing spaces.1122
ErrorsLine has trailing spaces.1124
ErrorsLine is longer than 80 characters.1125
ErrorsLine contains a tab character.1125
ErrorsLine contains a tab character.1126
ErrorsName 'PriDamageType' must match pattern '^[a-z][a-zA-Z0-9]*$'.1128
ErrorsVariable 'PriDamageType' must be private and have accessor methods.1128
ErrorsLine contains a tab character.1129
ErrorsLine has trailing spaces.1131
ErrorsLine has trailing spaces.1133
ErrorsLine is longer than 80 characters.1134
ErrorsLine contains a tab character.1134
ErrorsLine contains a tab character.1135
ErrorsExpected an @return tag.1136
ErrorsMethod 'getPriDamageType' is not designed for extension - needs to be abstract, final or empty.1136
ErrorsLine has trailing spaces.1141
ErrorsLine has trailing spaces.1143
ErrorsLine has trailing spaces.1145
ErrorsLine is longer than 80 characters.1146
ErrorsLine contains a tab character.1146
ErrorsLine contains a tab character.1147
ErrorsName 'PriArmorStops' must match pattern '^[a-z][a-zA-Z0-9]*$'.1149
ErrorsVariable 'PriArmorStops' must be private and have accessor methods.1149
ErrorsLine contains a tab character.1150
ErrorsLine has trailing spaces.1152
ErrorsLine has trailing spaces.1154
ErrorsLine is longer than 80 characters.1155
ErrorsLine contains a tab character.1155
ErrorsLine contains a tab character.1156
ErrorsExpected an @return tag.1157
ErrorsMethod 'isPriArmorStops' is not designed for extension - needs to be abstract, final or empty.1157
ErrorsLine has trailing spaces.1162
ErrorsLine has trailing spaces.1164
ErrorsLine has trailing spaces.1166
ErrorsLine is longer than 80 characters.1167
ErrorsLine contains a tab character.1167
ErrorsLine contains a tab character.1168
ErrorsName 'PriAlwaysGibs' must match pattern '^[a-z][a-zA-Z0-9]*$'.1170
ErrorsVariable 'PriAlwaysGibs' must be private and have accessor methods.1170
ErrorsLine contains a tab character.1171
ErrorsLine has trailing spaces.1173
ErrorsLine has trailing spaces.1175
ErrorsLine is longer than 80 characters.1176
ErrorsLine contains a tab character.1176
ErrorsLine contains a tab character.1177
ErrorsExpected an @return tag.1178
ErrorsMethod 'isPriAlwaysGibs' is not designed for extension - needs to be abstract, final or empty.1178
ErrorsLine has trailing spaces.1183
ErrorsLine has trailing spaces.1185
ErrorsLine has trailing spaces.1187
ErrorsLine is longer than 80 characters.1188
ErrorsLine contains a tab character.1188
ErrorsLine contains a tab character.1189
ErrorsName 'PriSpecial' must match pattern '^[a-z][a-zA-Z0-9]*$'.1191
ErrorsVariable 'PriSpecial' must be private and have accessor methods.1191
ErrorsLine contains a tab character.1192
ErrorsLine has trailing spaces.1194
ErrorsLine has trailing spaces.1196
ErrorsLine is longer than 80 characters.1197
ErrorsLine contains a tab character.1197
ErrorsLine contains a tab character.1198
ErrorsExpected an @return tag.1199
ErrorsMethod 'isPriSpecial' is not designed for extension - needs to be abstract, final or empty.1199
ErrorsLine has trailing spaces.1204
ErrorsLine has trailing spaces.1206
ErrorsLine has trailing spaces.1208
ErrorsLine is longer than 80 characters.1209
ErrorsLine contains a tab character.1209
ErrorsLine contains a tab character.1210
ErrorsName 'PriDetonatesGoop' must match pattern '^[a-z][a-zA-Z0-9]*$'.1212
ErrorsVariable 'PriDetonatesGoop' must be private and have accessor methods.1212
ErrorsLine contains a tab character.1213
ErrorsLine has trailing spaces.1215
ErrorsLine has trailing spaces.1217
ErrorsLine is longer than 80 characters.1218
ErrorsLine contains a tab character.1218
ErrorsLine contains a tab character.1219
ErrorsExpected an @return tag.1220
ErrorsMethod 'isPriDetonatesGoop' is not designed for extension - needs to be abstract, final or empty.1220
ErrorsLine has trailing spaces.1225
ErrorsLine has trailing spaces.1227
ErrorsLine has trailing spaces.1229
ErrorsLine is longer than 80 characters.1230
ErrorsLine contains a tab character.1230
ErrorsLine contains a tab character.1231
ErrorsName 'PriSuperWeapon' must match pattern '^[a-z][a-zA-Z0-9]*$'.1233
ErrorsVariable 'PriSuperWeapon' must be private and have accessor methods.1233
ErrorsLine contains a tab character.1234
ErrorsLine has trailing spaces.1236
ErrorsLine has trailing spaces.1238
ErrorsLine is longer than 80 characters.1239
ErrorsLine contains a tab character.1239
ErrorsLine contains a tab character.1240
ErrorsExpected an @return tag.1241
ErrorsMethod 'isPriSuperWeapon' is not designed for extension - needs to be abstract, final or empty.1241
ErrorsLine has trailing spaces.1246
ErrorsLine has trailing spaces.1248
ErrorsLine has trailing spaces.1250
ErrorsLine is longer than 80 characters.1251
ErrorsLine contains a tab character.1251
ErrorsLine contains a tab character.1252
ErrorsName 'PriExtraMomZ' must match pattern '^[a-z][a-zA-Z0-9]*$'.1254
ErrorsVariable 'PriExtraMomZ' must be private and have accessor methods.1254
ErrorsLine contains a tab character.1255
ErrorsLine has trailing spaces.1257
ErrorsLine has trailing spaces.1259
ErrorsLine is longer than 80 characters.1260
ErrorsLine contains a tab character.1260
ErrorsLine contains a tab character.1261
ErrorsExpected an @return tag.1262
ErrorsMethod 'isPriExtraMomZ' is not designed for extension - needs to be abstract, final or empty.1262
ErrorsLine has trailing spaces.1267
ErrorsLine has trailing spaces.1269
ErrorsLine has trailing spaces.1271
ErrorsLine has trailing spaces.1272
ErrorsLine is longer than 80 characters.1272
ErrorsLine contains a tab character.1272
ErrorsLine contains a tab character.1273
ErrorsName 'PriProjType' must match pattern '^[a-z][a-zA-Z0-9]*$'.1275
ErrorsVariable 'PriProjType' must be private and have accessor methods.1275
ErrorsLine contains a tab character.1276
ErrorsLine has trailing spaces.1278
ErrorsLine has trailing spaces.1280
ErrorsLine has trailing spaces.1281
ErrorsLine is longer than 80 characters.1281
ErrorsLine contains a tab character.1281
ErrorsLine contains a tab character.1282
ErrorsExpected an @return tag.1283
ErrorsMethod 'getPriProjType' is not designed for extension - needs to be abstract, final or empty.1283
ErrorsLine has trailing spaces.1288
ErrorsLine has trailing spaces.1290
ErrorsLine has trailing spaces.1292
ErrorsLine is longer than 80 characters.1293
ErrorsLine contains a tab character.1293
ErrorsLine contains a tab character.1294
ErrorsName 'PriDamage' must match pattern '^[a-z][a-zA-Z0-9]*$'.1296
ErrorsVariable 'PriDamage' must be private and have accessor methods.1296
ErrorsLine contains a tab character.1297
ErrorsLine has trailing spaces.1299
ErrorsLine has trailing spaces.1301
ErrorsLine is longer than 80 characters.1302
ErrorsLine contains a tab character.1302
ErrorsLine contains a tab character.1303
ErrorsExpected an @return tag.1304
ErrorsMethod 'getPriDamage' is not designed for extension - needs to be abstract, final or empty.1304
ErrorsLine has trailing spaces.1309
ErrorsLine has trailing spaces.1311
ErrorsLine has trailing spaces.1313
ErrorsLine is longer than 80 characters.1314
ErrorsLine contains a tab character.1314
ErrorsLine contains a tab character.1315
ErrorsName 'PriDamageMax' must match pattern '^[a-z][a-zA-Z0-9]*$'.1317
ErrorsVariable 'PriDamageMax' must be private and have accessor methods.1317
ErrorsLine contains a tab character.1318
ErrorsLine has trailing spaces.1320
ErrorsLine has trailing spaces.1322
ErrorsLine is longer than 80 characters.1323
ErrorsLine contains a tab character.1323
ErrorsLine contains a tab character.1324
ErrorsExpected an @return tag.1325
ErrorsMethod 'getPriDamageMax' is not designed for extension - needs to be abstract, final or empty.1325
ErrorsLine has trailing spaces.1330
ErrorsLine has trailing spaces.1332
ErrorsLine has trailing spaces.1334
ErrorsLine is longer than 80 characters.1335
ErrorsLine contains a tab character.1335
ErrorsLine contains a tab character.1336
ErrorsName 'PriDamageMin' must match pattern '^[a-z][a-zA-Z0-9]*$'.1338
ErrorsVariable 'PriDamageMin' must be private and have accessor methods.1338
ErrorsLine contains a tab character.1339
ErrorsLine has trailing spaces.1341
ErrorsLine has trailing spaces.1343
ErrorsLine is longer than 80 characters.1344
ErrorsLine contains a tab character.1344
ErrorsLine contains a tab character.1345
ErrorsExpected an @return tag.1346
ErrorsMethod 'getPriDamageMin' is not designed for extension - needs to be abstract, final or empty.1346
ErrorsLine has trailing spaces.1351
ErrorsLine has trailing spaces.1353
ErrorsLine has trailing spaces.1355
ErrorsLine is longer than 80 characters.1356
ErrorsLine contains a tab character.1356
ErrorsLine contains a tab character.1357
ErrorsName 'PriSpeed' must match pattern '^[a-z][a-zA-Z0-9]*$'.1359
ErrorsVariable 'PriSpeed' must be private and have accessor methods.1359
ErrorsLine contains a tab character.1360
ErrorsLine has trailing spaces.1362
ErrorsLine has trailing spaces.1364
ErrorsLine is longer than 80 characters.1365
ErrorsLine contains a tab character.1365
ErrorsLine contains a tab character.1366
ErrorsExpected an @return tag.1367
ErrorsMethod 'getPriSpeed' is not designed for extension - needs to be abstract, final or empty.1367
ErrorsLine has trailing spaces.1372
ErrorsLine has trailing spaces.1374
ErrorsLine has trailing spaces.1376
ErrorsLine is longer than 80 characters.1377
ErrorsLine contains a tab character.1377
ErrorsLine contains a tab character.1378
ErrorsName 'PriMaxSpeed' must match pattern '^[a-z][a-zA-Z0-9]*$'.1380
ErrorsVariable 'PriMaxSpeed' must be private and have accessor methods.1380
ErrorsLine contains a tab character.1381
ErrorsLine has trailing spaces.1383
ErrorsLine has trailing spaces.1385
ErrorsLine is longer than 80 characters.1386
ErrorsLine contains a tab character.1386
ErrorsLine contains a tab character.1387
ErrorsExpected an @return tag.1388
ErrorsMethod 'getPriMaxSpeed' is not designed for extension - needs to be abstract, final or empty.1388
ErrorsLine has trailing spaces.1393
ErrorsLine has trailing spaces.1395
ErrorsLine has trailing spaces.1397
ErrorsLine is longer than 80 characters.1398
ErrorsLine contains a tab character.1398
ErrorsLine contains a tab character.1399
ErrorsName 'PriLifeSpan' must match pattern '^[a-z][a-zA-Z0-9]*$'.1401
ErrorsVariable 'PriLifeSpan' must be private and have accessor methods.1401
ErrorsLine contains a tab character.1402
ErrorsLine has trailing spaces.1404
ErrorsLine has trailing spaces.1406
ErrorsLine is longer than 80 characters.1407
ErrorsLine contains a tab character.1407
ErrorsLine contains a tab character.1408
ErrorsExpected an @return tag.1409
ErrorsMethod 'getPriLifeSpan' is not designed for extension - needs to be abstract, final or empty.1409
ErrorsLine has trailing spaces.1414
ErrorsLine has trailing spaces.1416
ErrorsLine has trailing spaces.1418
ErrorsLine is longer than 80 characters.1419
ErrorsLine contains a tab character.1419
ErrorsLine contains a tab character.1420
ErrorsName 'PriDamageRadius' must match pattern '^[a-z][a-zA-Z0-9]*$'.1422
ErrorsVariable 'PriDamageRadius' must be private and have accessor methods.1422
ErrorsLine contains a tab character.1423
ErrorsLine has trailing spaces.1425
ErrorsLine has trailing spaces.1427
ErrorsLine is longer than 80 characters.1428
ErrorsLine contains a tab character.1428
ErrorsLine contains a tab character.1429
ErrorsExpected an @return tag.1430
ErrorsMethod 'getPriDamageRadius' is not designed for extension - needs to be abstract, final or empty.1430
ErrorsLine has trailing spaces.1435
ErrorsLine has trailing spaces.1437
ErrorsLine has trailing spaces.1439
ErrorsLine is longer than 80 characters.1440
ErrorsLine contains a tab character.1440
ErrorsLine contains a tab character.1441
ErrorsName 'PriTossZ' must match pattern '^[a-z][a-zA-Z0-9]*$'.1443
ErrorsVariable 'PriTossZ' must be private and have accessor methods.1443
ErrorsLine contains a tab character.1444
ErrorsLine has trailing spaces.1446
ErrorsLine has trailing spaces.1448
ErrorsLine is longer than 80 characters.1449
ErrorsLine contains a tab character.1449
ErrorsLine contains a tab character.1450
ErrorsExpected an @return tag.1451
ErrorsMethod 'getPriTossZ' is not designed for extension - needs to be abstract, final or empty.1451
ErrorsLine has trailing spaces.1456
ErrorsLine has trailing spaces.1458
ErrorsLine has trailing spaces.1460
ErrorsLine is longer than 80 characters.1461
ErrorsLine contains a tab character.1461
ErrorsLine contains a tab character.1462
ErrorsName 'PriMaxEffectDistance' must match pattern '^[a-z][a-zA-Z0-9]*$'.1464
ErrorsVariable 'PriMaxEffectDistance' must be private and have accessor methods.1464
ErrorsLine contains a tab character.1465
ErrorsLine has trailing spaces.1467
ErrorsLine has trailing spaces.1469
ErrorsLine is longer than 80 characters.1470
ErrorsLine contains a tab character.1470
ErrorsLine contains a tab character.1471
ErrorsExpected an @return tag.1472
ErrorsMethod 'getPriMaxEffectDistance' is not designed for extension - needs to be abstract, final or empty.1472
ErrorsLine has trailing spaces.1477
ErrorsLine has trailing spaces.1479
ErrorsLine has trailing spaces.1481
ErrorsLine is longer than 80 characters.1482
ErrorsLine contains a tab character.1482
ErrorsLine contains a tab character.1483
ErrorsName 'SecFireModeType' must match pattern '^[a-z][a-zA-Z0-9]*$'.1485
ErrorsVariable 'SecFireModeType' must be private and have accessor methods.1485
ErrorsLine contains a tab character.1486
ErrorsLine has trailing spaces.1488
ErrorsLine has trailing spaces.1490
ErrorsLine is longer than 80 characters.1491
ErrorsLine contains a tab character.1491
ErrorsLine contains a tab character.1492
ErrorsExpected an @return tag.1493
ErrorsMethod 'getSecFireModeType' is not designed for extension - needs to be abstract, final or empty.1493
ErrorsLine has trailing spaces.1498
ErrorsLine has trailing spaces.1500
ErrorsLine has trailing spaces.1502
ErrorsLine is longer than 80 characters.1503
ErrorsLine contains a tab character.1503
ErrorsLine contains a tab character.1504
ErrorsName 'SecSplashDamage' must match pattern '^[a-z][a-zA-Z0-9]*$'.1506
ErrorsVariable 'SecSplashDamage' must be private and have accessor methods.1506
ErrorsLine contains a tab character.1507
ErrorsLine has trailing spaces.1509
ErrorsLine has trailing spaces.1511
ErrorsLine is longer than 80 characters.1512
ErrorsLine contains a tab character.1512
ErrorsLine contains a tab character.1513
ErrorsExpected an @return tag.1514
ErrorsMethod 'isSecSplashDamage' is not designed for extension - needs to be abstract, final or empty.1514
ErrorsLine has trailing spaces.1519
ErrorsLine has trailing spaces.1521
ErrorsLine has trailing spaces.1523
ErrorsLine is longer than 80 characters.1524
ErrorsLine contains a tab character.1524
ErrorsLine contains a tab character.1525
ErrorsName 'SecSplashJump' must match pattern '^[a-z][a-zA-Z0-9]*$'.1527
ErrorsVariable 'SecSplashJump' must be private and have accessor methods.1527
ErrorsLine contains a tab character.1528
ErrorsLine has trailing spaces.1530
ErrorsLine has trailing spaces.1532
ErrorsLine is longer than 80 characters.1533
ErrorsLine contains a tab character.1533
ErrorsLine contains a tab character.1534
ErrorsExpected an @return tag.1535
ErrorsMethod 'isSecSplashJump' is not designed for extension - needs to be abstract, final or empty.1535
ErrorsLine has trailing spaces.1540
ErrorsLine has trailing spaces.1542
ErrorsLine has trailing spaces.1544
ErrorsLine is longer than 80 characters.1545
ErrorsLine contains a tab character.1545
ErrorsLine contains a tab character.1546
ErrorsName 'SecRecomSplashDamage' must match pattern '^[a-z][a-zA-Z0-9]*$'.1548
ErrorsVariable 'SecRecomSplashDamage' must be private and have accessor methods.1548
ErrorsLine contains a tab character.1549
ErrorsLine has trailing spaces.1551
ErrorsLine has trailing spaces.1553
ErrorsLine is longer than 80 characters.1554
ErrorsLine contains a tab character.1554
ErrorsLine contains a tab character.1555
ErrorsExpected an @return tag.1556
ErrorsMethod 'isSecRecomSplashDamage' is not designed for extension - needs to be abstract, final or empty.1556
ErrorsLine has trailing spaces.1561
ErrorsLine has trailing spaces.1563
ErrorsLine has trailing spaces.1565
ErrorsLine is longer than 80 characters.1566
ErrorsLine contains a tab character.1566
ErrorsLine contains a tab character.1567
ErrorsName 'SecTossed' must match pattern '^[a-z][a-zA-Z0-9]*$'.1569
ErrorsVariable 'SecTossed' must be private and have accessor methods.1569
ErrorsLine contains a tab character.1570
ErrorsLine has trailing spaces.1572
ErrorsLine has trailing spaces.1574
ErrorsLine is longer than 80 characters.1575
ErrorsLine contains a tab character.1575
ErrorsLine contains a tab character.1576
ErrorsExpected an @return tag.1577
ErrorsMethod 'isSecTossed' is not designed for extension - needs to be abstract, final or empty.1577
ErrorsLine has trailing spaces.1582
ErrorsLine has trailing spaces.1584
ErrorsLine has trailing spaces.1586
ErrorsLine is longer than 80 characters.1587
ErrorsLine contains a tab character.1587
ErrorsLine contains a tab character.1588
ErrorsName 'SecLeadTarget' must match pattern '^[a-z][a-zA-Z0-9]*$'.1590
ErrorsVariable 'SecLeadTarget' must be private and have accessor methods.1590
ErrorsLine contains a tab character.1591
ErrorsLine has trailing spaces.1593
ErrorsLine has trailing spaces.1595
ErrorsLine is longer than 80 characters.1596
ErrorsLine contains a tab character.1596
ErrorsLine contains a tab character.1597
ErrorsExpected an @return tag.1598
ErrorsMethod 'isSecLeadTarget' is not designed for extension - needs to be abstract, final or empty.1598
ErrorsLine has trailing spaces.1603
ErrorsLine has trailing spaces.1605
ErrorsLine has trailing spaces.1607
ErrorsLine is longer than 80 characters.1608
ErrorsLine contains a tab character.1608
ErrorsLine contains a tab character.1609
ErrorsName 'SecInstantHit' must match pattern '^[a-z][a-zA-Z0-9]*$'.1611
ErrorsVariable 'SecInstantHit' must be private and have accessor methods.1611
ErrorsLine contains a tab character.1612
ErrorsLine has trailing spaces.1614
ErrorsLine has trailing spaces.1616
ErrorsLine is longer than 80 characters.1617
ErrorsLine contains a tab character.1617
ErrorsLine contains a tab character.1618
ErrorsExpected an @return tag.1619
ErrorsMethod 'isSecInstantHit' is not designed for extension - needs to be abstract, final or empty.1619
ErrorsLine has trailing spaces.1624
ErrorsLine has trailing spaces.1626
ErrorsLine has trailing spaces.1628
ErrorsLine is longer than 80 characters.1629
ErrorsLine contains a tab character.1629
ErrorsLine contains a tab character.1630
ErrorsName 'SecFireOnRelease' must match pattern '^[a-z][a-zA-Z0-9]*$'.1632
ErrorsVariable 'SecFireOnRelease' must be private and have accessor methods.1632
ErrorsLine contains a tab character.1633
ErrorsLine has trailing spaces.1635
ErrorsLine has trailing spaces.1637
ErrorsLine is longer than 80 characters.1638
ErrorsLine contains a tab character.1638
ErrorsLine contains a tab character.1639
ErrorsExpected an @return tag.1640
ErrorsMethod 'isSecFireOnRelease' is not designed for extension - needs to be abstract, final or empty.1640
ErrorsLine has trailing spaces.1645
ErrorsLine has trailing spaces.1647
ErrorsLine has trailing spaces.1649
ErrorsLine is longer than 80 characters.1650
ErrorsLine contains a tab character.1650
ErrorsLine contains a tab character.1651
ErrorsName 'SecWaitForRelease' must match pattern '^[a-z][a-zA-Z0-9]*$'.1653
ErrorsVariable 'SecWaitForRelease' must be private and have accessor methods.1653
ErrorsLine contains a tab character.1654
ErrorsLine has trailing spaces.1656
ErrorsLine has trailing spaces.1658
ErrorsLine is longer than 80 characters.1659
ErrorsLine contains a tab character.1659
ErrorsLine contains a tab character.1660
ErrorsExpected an @return tag.1661
ErrorsMethod 'isSecWaitForRelease' is not designed for extension - needs to be abstract, final or empty.1661
ErrorsLine has trailing spaces.1666
ErrorsLine has trailing spaces.1668
ErrorsLine has trailing spaces.1670
ErrorsLine is longer than 80 characters.1671
ErrorsLine contains a tab character.1671
ErrorsLine contains a tab character.1672
ErrorsName 'SecModeExclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'.1674
ErrorsVariable 'SecModeExclusive' must be private and have accessor methods.1674
ErrorsLine contains a tab character.1675
ErrorsLine has trailing spaces.1677
ErrorsLine has trailing spaces.1679
ErrorsLine is longer than 80 characters.1680
ErrorsLine contains a tab character.1680
ErrorsLine contains a tab character.1681
ErrorsExpected an @return tag.1682
ErrorsMethod 'isSecModeExclusive' is not designed for extension - needs to be abstract, final or empty.1682
ErrorsLine has trailing spaces.1687
ErrorsLine has trailing spaces.1689
ErrorsLine has trailing spaces.1691
ErrorsLine contains a tab character.1692
ErrorsLine contains a tab character.1693
ErrorsName 'SecFireRate' must match pattern '^[a-z][a-zA-Z0-9]*$'.1695
ErrorsVariable 'SecFireRate' must be private and have accessor methods.1695
ErrorsLine contains a tab character.1696
ErrorsLine has trailing spaces.1698
ErrorsLine has trailing spaces.1700
ErrorsLine contains a tab character.1701
ErrorsLine contains a tab character.1702
ErrorsExpected an @return tag.1703
ErrorsMethod 'getSecFireRate' is not designed for extension - needs to be abstract, final or empty.1703
ErrorsLine has trailing spaces.1708
ErrorsLine has trailing spaces.1710
ErrorsLine has trailing spaces.1712
ErrorsLine is longer than 80 characters.1713
ErrorsLine contains a tab character.1713
ErrorsLine contains a tab character.1714
ErrorsName 'SecBotRefireRate' must match pattern '^[a-z][a-zA-Z0-9]*$'.1716
ErrorsVariable 'SecBotRefireRate' must be private and have accessor methods.1716
ErrorsLine contains a tab character.1717
ErrorsLine has trailing spaces.1719
ErrorsLine has trailing spaces.1721
ErrorsLine is longer than 80 characters.1722
ErrorsLine contains a tab character.1722
ErrorsLine contains a tab character.1723
ErrorsExpected an @return tag.1724
ErrorsMethod 'getSecBotRefireRate' is not designed for extension - needs to be abstract, final or empty.1724
ErrorsLine has trailing spaces.1729
ErrorsLine has trailing spaces.1731
ErrorsLine has trailing spaces.1733
ErrorsLine is longer than 80 characters.1734
ErrorsLine contains a tab character.1734
ErrorsLine contains a tab character.1735
ErrorsName 'SecAmmoPerFire' must match pattern '^[a-z][a-zA-Z0-9]*$'.1737
ErrorsVariable 'SecAmmoPerFire' must be private and have accessor methods.1737
ErrorsLine contains a tab character.1738
ErrorsLine has trailing spaces.1740
ErrorsLine has trailing spaces.1742
ErrorsLine is longer than 80 characters.1743
ErrorsLine contains a tab character.1743
ErrorsLine contains a tab character.1744
ErrorsExpected an @return tag.1745
ErrorsMethod 'getSecAmmoPerFire' is not designed for extension - needs to be abstract, final or empty.1745
ErrorsLine has trailing spaces.1750
ErrorsLine has trailing spaces.1752
ErrorsLine has trailing spaces.1754
ErrorsLine is longer than 80 characters.1755
ErrorsLine contains a tab character.1755
ErrorsLine contains a tab character.1756
ErrorsName 'SecAmmoClipSize' must match pattern '^[a-z][a-zA-Z0-9]*$'.1758
ErrorsVariable 'SecAmmoClipSize' must be private and have accessor methods.1758
ErrorsLine contains a tab character.1759
ErrorsLine has trailing spaces.1761
ErrorsLine has trailing spaces.1763
ErrorsLine is longer than 80 characters.1764
ErrorsLine contains a tab character.1764
ErrorsLine contains a tab character.1765
ErrorsExpected an @return tag.1766
ErrorsMethod 'getSecAmmoClipSize' is not designed for extension - needs to be abstract, final or empty.1766
ErrorsLine has trailing spaces.1771
ErrorsLine has trailing spaces.1773
ErrorsLine has trailing spaces.1775
ErrorsLine is longer than 80 characters.1776
ErrorsLine contains a tab character.1776
ErrorsLine contains a tab character.1777
ErrorsName 'SecAimError' must match pattern '^[a-z][a-zA-Z0-9]*$'.1779
ErrorsVariable 'SecAimError' must be private and have accessor methods.1779
ErrorsLine contains a tab character.1780
ErrorsLine has trailing spaces.1782
ErrorsLine has trailing spaces.1784
ErrorsLine is longer than 80 characters.1785
ErrorsLine contains a tab character.1785
ErrorsLine contains a tab character.1786
ErrorsExpected an @return tag.1787
ErrorsMethod 'getSecAimError' is not designed for extension - needs to be abstract, final or empty.1787
ErrorsLine has trailing spaces.1792
ErrorsLine has trailing spaces.1794
ErrorsLine has trailing spaces.1796
ErrorsLine is longer than 80 characters.1797
ErrorsLine contains a tab character.1797
ErrorsLine contains a tab character.1798
ErrorsName 'SecSpread' must match pattern '^[a-z][a-zA-Z0-9]*$'.1800
ErrorsVariable 'SecSpread' must be private and have accessor methods.1800
ErrorsLine contains a tab character.1801
ErrorsLine has trailing spaces.1803
ErrorsLine has trailing spaces.1805
ErrorsLine is longer than 80 characters.1806
ErrorsLine contains a tab character.1806
ErrorsLine contains a tab character.1807
ErrorsExpected an @return tag.1808
ErrorsMethod 'getSecSpread' is not designed for extension - needs to be abstract, final or empty.1808
ErrorsLine has trailing spaces.1813
ErrorsLine has trailing spaces.1815
ErrorsLine has trailing spaces.1817
ErrorsLine is longer than 80 characters.1818
ErrorsLine contains a tab character.1818
ErrorsLine contains a tab character.1819
ErrorsName 'SecSpreadStyle' must match pattern '^[a-z][a-zA-Z0-9]*$'.1821
ErrorsVariable 'SecSpreadStyle' must be private and have accessor methods.1821
ErrorsLine contains a tab character.1822
ErrorsLine has trailing spaces.1824
ErrorsLine has trailing spaces.1826
ErrorsLine is longer than 80 characters.1827
ErrorsLine contains a tab character.1827
ErrorsLine contains a tab character.1828
ErrorsExpected an @return tag.1829
ErrorsMethod 'getSecSpreadStyle' is not designed for extension - needs to be abstract, final or empty.1829
ErrorsLine has trailing spaces.1834
ErrorsLine has trailing spaces.1836
ErrorsLine has trailing spaces.1838
ErrorsLine contains a tab character.1839
ErrorsLine contains a tab character.1840
ErrorsName 'SecFireCount' must match pattern '^[a-z][a-zA-Z0-9]*$'.1842
ErrorsVariable 'SecFireCount' must be private and have accessor methods.1842
ErrorsLine contains a tab character.1843
ErrorsLine has trailing spaces.1845
ErrorsLine has trailing spaces.1847
ErrorsLine contains a tab character.1848
ErrorsLine contains a tab character.1849
ErrorsExpected an @return tag.1850
ErrorsMethod 'getSecFireCount' is not designed for extension - needs to be abstract, final or empty.1850
ErrorsLine has trailing spaces.1855
ErrorsLine has trailing spaces.1857
ErrorsLine has trailing spaces.1859
ErrorsLine is longer than 80 characters.1860
ErrorsLine contains a tab character.1860
ErrorsLine contains a tab character.1861
ErrorsName 'SecDamageAtten' must match pattern '^[a-z][a-zA-Z0-9]*$'.1863
ErrorsVariable 'SecDamageAtten' must be private and have accessor methods.1863
ErrorsLine contains a tab character.1864
ErrorsLine has trailing spaces.1866
ErrorsLine has trailing spaces.1868
ErrorsLine is longer than 80 characters.1869
ErrorsLine contains a tab character.1869
ErrorsLine contains a tab character.1870
ErrorsExpected an @return tag.1871
ErrorsMethod 'getSecDamageAtten' is not designed for extension - needs to be abstract, final or empty.1871
ErrorsLine has trailing spaces.1876
ErrorsLine has trailing spaces.1878
ErrorsLine has trailing spaces.1880
ErrorsLine is longer than 80 characters.1881
ErrorsLine contains a tab character.1881
ErrorsLine contains a tab character.1882
ErrorsName 'SecAmmoType' must match pattern '^[a-z][a-zA-Z0-9]*$'.1884
ErrorsVariable 'SecAmmoType' must be private and have accessor methods.1884
ErrorsLine contains a tab character.1885
ErrorsLine has trailing spaces.1887
ErrorsLine has trailing spaces.1889
ErrorsLine is longer than 80 characters.1890
ErrorsLine contains a tab character.1890
ErrorsLine contains a tab character.1891
ErrorsExpected an @return tag.1892
ErrorsMethod 'getSecAmmoType' is not designed for extension - needs to be abstract, final or empty.1892
ErrorsLine has trailing spaces.1897
ErrorsLine has trailing spaces.1899
ErrorsLine has trailing spaces.1901
ErrorsLine is longer than 80 characters.1902
ErrorsLine contains a tab character.1902
ErrorsLine contains a tab character.1903
ErrorsName 'SecInitialAmount' must match pattern '^[a-z][a-zA-Z0-9]*$'.1905
ErrorsVariable 'SecInitialAmount' must be private and have accessor methods.1905
ErrorsLine contains a tab character.1906
ErrorsLine has trailing spaces.1908
ErrorsLine has trailing spaces.1910
ErrorsLine is longer than 80 characters.1911
ErrorsLine contains a tab character.1911
ErrorsLine contains a tab character.1912
ErrorsExpected an @return tag.1913
ErrorsMethod 'getSecInitialAmount' is not designed for extension - needs to be abstract, final or empty.1913
ErrorsLine has trailing spaces.1918
ErrorsLine has trailing spaces.1920
ErrorsLine has trailing spaces.1922
ErrorsLine is longer than 80 characters.1923
ErrorsLine contains a tab character.1923
ErrorsLine contains a tab character.1924
ErrorsName 'SecMaxAmount' must match pattern '^[a-z][a-zA-Z0-9]*$'.1926
ErrorsVariable 'SecMaxAmount' must be private and have accessor methods.1926
ErrorsLine contains a tab character.1927
ErrorsLine has trailing spaces.1929
ErrorsLine has trailing spaces.1931
ErrorsLine is longer than 80 characters.1932
ErrorsLine contains a tab character.1932
ErrorsLine contains a tab character.1933
ErrorsExpected an @return tag.1934
ErrorsMethod 'getSecMaxAmount' is not designed for extension - needs to be abstract, final or empty.1934
ErrorsLine has trailing spaces.1939
ErrorsLine has trailing spaces.1941
ErrorsLine has trailing spaces.1943
ErrorsLine contains a tab character.1944
ErrorsLine contains a tab character.1945
ErrorsName 'SecMaxRange' must match pattern '^[a-z][a-zA-Z0-9]*$'.1947
ErrorsVariable 'SecMaxRange' must be private and have accessor methods.1947
ErrorsLine contains a tab character.1948
ErrorsLine has trailing spaces.1950
ErrorsLine has trailing spaces.1952
ErrorsLine contains a tab character.1953
ErrorsLine contains a tab character.1954
ErrorsExpected an @return tag.1955
ErrorsMethod 'getSecMaxRange' is not designed for extension - needs to be abstract, final or empty.1955
ErrorsLine has trailing spaces.1960
ErrorsLine has trailing spaces.1962
ErrorsLine has trailing spaces.1964
ErrorsLine is longer than 80 characters.1965
ErrorsLine contains a tab character.1965
ErrorsLine contains a tab character.1966
ErrorsName 'SecDamageType' must match pattern '^[a-z][a-zA-Z0-9]*$'.1968
ErrorsVariable 'SecDamageType' must be private and have accessor methods.1968
ErrorsLine contains a tab character.1969
ErrorsLine has trailing spaces.1971
ErrorsLine has trailing spaces.1973
ErrorsLine is longer than 80 characters.1974
ErrorsLine contains a tab character.1974
ErrorsLine contains a tab character.1975
ErrorsExpected an @return tag.1976
ErrorsMethod 'getSecDamageType' is not designed for extension - needs to be abstract, final or empty.1976
ErrorsLine has trailing spaces.1981
ErrorsLine has trailing spaces.1983
ErrorsLine has trailing spaces.1985
ErrorsLine is longer than 80 characters.1986
ErrorsLine contains a tab character.1986
ErrorsLine contains a tab character.1987
ErrorsName 'SecArmorStops' must match pattern '^[a-z][a-zA-Z0-9]*$'.1989
ErrorsVariable 'SecArmorStops' must be private and have accessor methods.1989
ErrorsLine contains a tab character.1990
ErrorsLine has trailing spaces.1992
ErrorsLine has trailing spaces.1994
ErrorsLine is longer than 80 characters.1995
ErrorsLine contains a tab character.1995
ErrorsLine contains a tab character.1996
ErrorsExpected an @return tag.1997
ErrorsMethod 'isSecArmorStops' is not designed for extension - needs to be abstract, final or empty.1997
ErrorsLine has trailing spaces.2002
ErrorsLine has trailing spaces.2004
ErrorsLine has trailing spaces.2006
ErrorsLine is longer than 80 characters.2007
ErrorsLine contains a tab character.2007
ErrorsLine contains a tab character.2008
ErrorsName 'SecAlwaysGibs' must match pattern '^[a-z][a-zA-Z0-9]*$'.2010
ErrorsVariable 'SecAlwaysGibs' must be private and have accessor methods.2010
ErrorsLine contains a tab character.2011
ErrorsLine has trailing spaces.2013
ErrorsLine has trailing spaces.2015
ErrorsLine is longer than 80 characters.2016
ErrorsLine contains a tab character.2016
ErrorsLine contains a tab character.2017
ErrorsExpected an @return tag.2018
ErrorsMethod 'isSecAlwaysGibs' is not designed for extension - needs to be abstract, final or empty.2018
ErrorsLine has trailing spaces.2023
ErrorsLine has trailing spaces.2025
ErrorsLine has trailing spaces.2027
ErrorsLine is longer than 80 characters.2028
ErrorsLine contains a tab character.2028
ErrorsLine contains a tab character.2029
ErrorsName 'SecSpecial' must match pattern '^[a-z][a-zA-Z0-9]*$'.2031
ErrorsVariable 'SecSpecial' must be private and have accessor methods.2031
ErrorsLine contains a tab character.2032
ErrorsLine has trailing spaces.2034
ErrorsLine has trailing spaces.2036
ErrorsLine is longer than 80 characters.2037
ErrorsLine contains a tab character.2037
ErrorsLine contains a tab character.2038
ErrorsExpected an @return tag.2039
ErrorsMethod 'isSecSpecial' is not designed for extension - needs to be abstract, final or empty.2039
ErrorsLine has trailing spaces.2044
ErrorsLine has trailing spaces.2046
ErrorsLine has trailing spaces.2048
ErrorsLine is longer than 80 characters.2049
ErrorsLine contains a tab character.2049
ErrorsLine contains a tab character.2050
ErrorsName 'SecDetonatesGoop' must match pattern '^[a-z][a-zA-Z0-9]*$'.2052
ErrorsVariable 'SecDetonatesGoop' must be private and have accessor methods.2052
ErrorsLine contains a tab character.2053
ErrorsLine has trailing spaces.2055
ErrorsLine has trailing spaces.2057
ErrorsLine is longer than 80 characters.2058
ErrorsLine contains a tab character.2058
ErrorsLine contains a tab character.2059
ErrorsExpected an @return tag.2060
ErrorsMethod 'isSecDetonatesGoop' is not designed for extension - needs to be abstract, final or empty.2060
ErrorsLine has trailing spaces.2065
ErrorsLine has trailing spaces.2067
ErrorsLine has trailing spaces.2069
ErrorsLine is longer than 80 characters.2070
ErrorsLine contains a tab character.2070
ErrorsLine contains a tab character.2071
ErrorsName 'SecSuperWeapon' must match pattern '^[a-z][a-zA-Z0-9]*$'.2073
ErrorsVariable 'SecSuperWeapon' must be private and have accessor methods.2073
ErrorsLine contains a tab character.2074
ErrorsLine has trailing spaces.2076
ErrorsLine has trailing spaces.2078
ErrorsLine is longer than 80 characters.2079
ErrorsLine contains a tab character.2079
ErrorsLine contains a tab character.2080
ErrorsExpected an @return tag.2081
ErrorsMethod 'isSecSuperWeapon' is not designed for extension - needs to be abstract, final or empty.2081
ErrorsLine has trailing spaces.2086
ErrorsLine has trailing spaces.2088
ErrorsLine has trailing spaces.2090
ErrorsLine is longer than 80 characters.2091
ErrorsLine contains a tab character.2091
ErrorsLine contains a tab character.2092
ErrorsName 'SecExtraMomZ' must match pattern '^[a-z][a-zA-Z0-9]*$'.2094
ErrorsVariable 'SecExtraMomZ' must be private and have accessor methods.2094
ErrorsLine contains a tab character.2095
ErrorsLine has trailing spaces.2097
ErrorsLine has trailing spaces.2099
ErrorsLine is longer than 80 characters.2100
ErrorsLine contains a tab character.2100
ErrorsLine contains a tab character.2101
ErrorsExpected an @return tag.2102
ErrorsMethod 'isSecExtraMomZ' is not designed for extension - needs to be abstract, final or empty.2102
ErrorsLine has trailing spaces.2107
ErrorsLine has trailing spaces.2109
ErrorsLine has trailing spaces.2111
ErrorsLine has trailing spaces.2112
ErrorsLine is longer than 80 characters.2112
ErrorsLine contains a tab character.2112
ErrorsLine contains a tab character.2113
ErrorsName 'SecProjType' must match pattern '^[a-z][a-zA-Z0-9]*$'.2115
ErrorsVariable 'SecProjType' must be private and have accessor methods.2115
ErrorsLine contains a tab character.2116
ErrorsLine has trailing spaces.2118
ErrorsLine has trailing spaces.2120
ErrorsLine has trailing spaces.2121
ErrorsLine is longer than 80 characters.2121
ErrorsLine contains a tab character.2121
ErrorsLine contains a tab character.2122
ErrorsExpected an @return tag.2123
ErrorsMethod 'getSecProjType' is not designed for extension - needs to be abstract, final or empty.2123
ErrorsLine has trailing spaces.2128
ErrorsLine has trailing spaces.2130
ErrorsLine has trailing spaces.2132
ErrorsLine is longer than 80 characters.2133
ErrorsLine contains a tab character.2133
ErrorsLine contains a tab character.2134
ErrorsName 'SecDamage' must match pattern '^[a-z][a-zA-Z0-9]*$'.2136
ErrorsVariable 'SecDamage' must be private and have accessor methods.2136
ErrorsLine contains a tab character.2137
ErrorsLine has trailing spaces.2139
ErrorsLine has trailing spaces.2141
ErrorsLine is longer than 80 characters.2142
ErrorsLine contains a tab character.2142
ErrorsLine contains a tab character.2143
ErrorsExpected an @return tag.2144
ErrorsMethod 'getSecDamage' is not designed for extension - needs to be abstract, final or empty.2144
ErrorsLine has trailing spaces.2149
ErrorsLine has trailing spaces.2151
ErrorsLine has trailing spaces.2153
ErrorsLine is longer than 80 characters.2154
ErrorsLine contains a tab character.2154
ErrorsLine contains a tab character.2155
ErrorsName 'SecDamageMax' must match pattern '^[a-z][a-zA-Z0-9]*$'.2157
ErrorsVariable 'SecDamageMax' must be private and have accessor methods.2157
ErrorsLine contains a tab character.2158
ErrorsLine has trailing spaces.2160
ErrorsLine has trailing spaces.2162
ErrorsLine is longer than 80 characters.2163
ErrorsLine contains a tab character.2163
ErrorsLine contains a tab character.2164
ErrorsExpected an @return tag.2165
ErrorsMethod 'getSecDamageMax' is not designed for extension - needs to be abstract, final or empty.2165
ErrorsLine has trailing spaces.2170
ErrorsLine has trailing spaces.2172
ErrorsLine has trailing spaces.2174
ErrorsLine is longer than 80 characters.2175
ErrorsLine contains a tab character.2175
ErrorsLine contains a tab character.2176
ErrorsName 'SecDamageMin' must match pattern '^[a-z][a-zA-Z0-9]*$'.2178
ErrorsVariable 'SecDamageMin' must be private and have accessor methods.2178
ErrorsLine contains a tab character.2179
ErrorsLine has trailing spaces.2181
ErrorsLine has trailing spaces.2183
ErrorsLine is longer than 80 characters.2184
ErrorsLine contains a tab character.2184
ErrorsLine contains a tab character.2185
ErrorsExpected an @return tag.2186
ErrorsMethod 'getSecDamageMin' is not designed for extension - needs to be abstract, final or empty.2186
ErrorsLine has trailing spaces.2191
ErrorsLine has trailing spaces.2193
ErrorsLine has trailing spaces.2195
ErrorsLine is longer than 80 characters.2196
ErrorsLine contains a tab character.2196
ErrorsLine contains a tab character.2197
ErrorsName 'SecSpeed' must match pattern '^[a-z][a-zA-Z0-9]*$'.2199
ErrorsVariable 'SecSpeed' must be private and have accessor methods.2199
ErrorsLine contains a tab character.2200
ErrorsLine has trailing spaces.2202
ErrorsLine has trailing spaces.2204
ErrorsLine is longer than 80 characters.2205
ErrorsLine contains a tab character.2205
ErrorsLine contains a tab character.2206
ErrorsExpected an @return tag.2207
ErrorsMethod 'getSecSpeed' is not designed for extension - needs to be abstract, final or empty.2207
ErrorsLine has trailing spaces.2212
ErrorsLine has trailing spaces.2214
ErrorsLine has trailing spaces.2216
ErrorsLine is longer than 80 characters.2217
ErrorsLine contains a tab character.2217
ErrorsLine contains a tab character.2218
ErrorsName 'SecMaxSpeed' must match pattern '^[a-z][a-zA-Z0-9]*$'.2220
ErrorsVariable 'SecMaxSpeed' must be private and have accessor methods.2220
ErrorsLine contains a tab character.2221
ErrorsLine has trailing spaces.2223
ErrorsLine has trailing spaces.2225
ErrorsLine is longer than 80 characters.2226
ErrorsLine contains a tab character.2226
ErrorsLine contains a tab character.2227
ErrorsExpected an @return tag.2228
ErrorsMethod 'getSecMaxSpeed' is not designed for extension - needs to be abstract, final or empty.2228
ErrorsLine has trailing spaces.2233
ErrorsLine has trailing spaces.2235
ErrorsLine has trailing spaces.2237
ErrorsLine is longer than 80 characters.2238
ErrorsLine contains a tab character.2238
ErrorsLine contains a tab character.2239
ErrorsName 'SecLifeSpan' must match pattern '^[a-z][a-zA-Z0-9]*$'.2241
ErrorsVariable 'SecLifeSpan' must be private and have accessor methods.2241
ErrorsLine contains a tab character.2242
ErrorsLine has trailing spaces.2244
ErrorsLine has trailing spaces.2246
ErrorsLine is longer than 80 characters.2247
ErrorsLine contains a tab character.2247
ErrorsLine contains a tab character.2248
ErrorsExpected an @return tag.2249
ErrorsMethod 'getSecLifeSpan' is not designed for extension - needs to be abstract, final or empty.2249
ErrorsLine has trailing spaces.2254
ErrorsLine has trailing spaces.2256
ErrorsLine has trailing spaces.2258
ErrorsLine is longer than 80 characters.2259
ErrorsLine contains a tab character.2259
ErrorsLine contains a tab character.2260
ErrorsName 'SecDamageRadius' must match pattern '^[a-z][a-zA-Z0-9]*$'.2262
ErrorsVariable 'SecDamageRadius' must be private and have accessor methods.2262
ErrorsLine contains a tab character.2263
ErrorsLine has trailing spaces.2265
ErrorsLine has trailing spaces.2267
ErrorsLine is longer than 80 characters.2268
ErrorsLine contains a tab character.2268
ErrorsLine contains a tab character.2269
ErrorsExpected an @return tag.2270
ErrorsMethod 'getSecDamageRadius' is not designed for extension - needs to be abstract, final or empty.2270
ErrorsLine has trailing spaces.2275
ErrorsLine has trailing spaces.2277
ErrorsLine has trailing spaces.2279
ErrorsLine is longer than 80 characters.2280
ErrorsLine contains a tab character.2280
ErrorsLine contains a tab character.2281
ErrorsName 'SecTossZ' must match pattern '^[a-z][a-zA-Z0-9]*$'.2283
ErrorsVariable 'SecTossZ' must be private and have accessor methods.2283
ErrorsLine contains a tab character.2284
ErrorsLine has trailing spaces.2286
ErrorsLine has trailing spaces.2288
ErrorsLine is longer than 80 characters.2289
ErrorsLine contains a tab character.2289
ErrorsLine contains a tab character.2290
ErrorsExpected an @return tag.2291
ErrorsMethod 'getSecTossZ' is not designed for extension - needs to be abstract, final or empty.2291
ErrorsLine has trailing spaces.2296
ErrorsLine has trailing spaces.2298
ErrorsLine has trailing spaces.2300
ErrorsLine is longer than 80 characters.2301
ErrorsLine contains a tab character.2301
ErrorsLine contains a tab character.2302
ErrorsName 'SecMaxEffectDistance' must match pattern '^[a-z][a-zA-Z0-9]*$'.2304
ErrorsVariable 'SecMaxEffectDistance' must be private and have accessor methods.2304
ErrorsLine contains a tab character.2305
ErrorsLine has trailing spaces.2307
ErrorsLine has trailing spaces.2309
ErrorsLine is longer than 80 characters.2310
ErrorsLine contains a tab character.2310
ErrorsLine contains a tab character.2311
ErrorsExpected an @return tag.2312
ErrorsMethod 'getSecMaxEffectDistance' is not designed for extension - needs to be abstract, final or empty.2312
ErrorsLine has trailing spaces.2317
ErrorsLine has trailing spaces.2319
ErrorsLine has trailing spaces.2321
ErrorsLine is longer than 80 characters.2322
ErrorsLine contains a tab character.2322
ErrorsLine contains a tab character.2323
ErrorsLine contains a tab character.2324
ErrorsName 'Amount' must match pattern '^[a-z][a-zA-Z0-9]*$'.2326
ErrorsVariable 'Amount' must be private and have accessor methods.2326
ErrorsLine contains a tab character.2327
ErrorsLine has trailing spaces.2329
ErrorsLine has trailing spaces.2331
ErrorsLine is longer than 80 characters.2332
ErrorsLine contains a tab character.2332
ErrorsLine contains a tab character.2333
ErrorsLine contains a tab character.2334
ErrorsExpected an @return tag.2335
ErrorsMethod 'getAmount' is not designed for extension - needs to be abstract, final or empty.2335
ErrorsLine has trailing spaces.2340
ErrorsLine has trailing spaces.2342
ErrorsLine has trailing spaces.2344
ErrorsLine contains a tab character.2345
ErrorsLine contains a tab character.2346
ErrorsName 'SuperHeal' must match pattern '^[a-z][a-zA-Z0-9]*$'.2348
ErrorsVariable 'SuperHeal' must be private and have accessor methods.2348
ErrorsLine contains a tab character.2349
ErrorsLine has trailing spaces.2351
ErrorsLine has trailing spaces.2353
ErrorsLine contains a tab character.2354
ErrorsLine contains a tab character.2355
ErrorsExpected an @return tag.2356
ErrorsMethod 'isSuperHeal' is not designed for extension - needs to be abstract, final or empty.2356
ErrorsLine has trailing spaces.2361
ErrorsLine has trailing spaces.2363
ErrorsLine contains a tab character.2368
ErrorsLine has trailing spaces.2369
ErrorsLine contains a tab character.2369
ErrorsLine is longer than 80 characters.2370
ErrorsLine contains a tab character.2370
ErrorsMissing a Javadoc comment.2370
ErrorsName 'ItemCategoryId' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.2370
ErrorsLine contains a tab character.2372
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.2372
ErrorsMissing a Javadoc comment.2372
ErrorsLine contains a tab character.2373
ErrorsLine contains a tab character.2374
ErrorsLine has trailing spaces.2375
ErrorsLine contains a tab character.2375
ErrorsLine is longer than 80 characters.2376
ErrorsLine contains a tab character.2376
ErrorsMissing a Javadoc comment.2376
ErrorsName 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'.2376
ErrorsVariable 'Time' must be private and have accessor methods.2376
ErrorsLine is longer than 80 characters.2378
ErrorsLine contains a tab character.2378
ErrorsMethod 'getTime' is not designed for extension - needs to be abstract, final or empty.2378
ErrorsMissing a Javadoc comment.2378
ErrorsLine contains a tab character.2379
ErrorsLine contains a tab character.2380
ErrorsLine is longer than 80 characters.2382
ErrorsLine contains a tab character.2382
ErrorsMethod 'setTime' is not designed for extension - needs to be abstract, final or empty.2382
ErrorsMissing a Javadoc comment.2382
ErrorsParameter time should be final.2382
ErrorsLine is longer than 80 characters.2383
ErrorsLine contains a tab character.2383
ErrorsLine contains a tab character.2384
ErrorsLine is longer than 80 characters.2386
ErrorsLine contains a tab character.2386
ErrorsMethod 'getLastSeenTime' is not designed for extension - needs to be abstract, final or empty.2386
ErrorsMissing a Javadoc comment.2386
ErrorsLine contains a tab character.2387
ErrorsLine contains a tab character.2388
ErrorsLine has trailing spaces.2389
ErrorsLine contains a tab character.2389
ErrorsLine has trailing spaces.2390
ErrorsLine contains a tab character.2390
ErrorsLine contains a tab character.2391
ErrorsMethod 'getLocal' is not designed for extension - needs to be abstract, final or empty.2391
ErrorsMissing a Javadoc comment.2391
ErrorsLine contains a tab character.2392
ErrorsLine contains a tab character.2393
ErrorsLine has trailing spaces.2394
ErrorsLine contains a tab character.2394
ErrorsLine contains a tab character.2395
ErrorsMethod 'getShared' is not designed for extension - needs to be abstract, final or empty.2395
ErrorsMissing a Javadoc comment.2395
ErrorsLine contains a tab character.2396
ErrorsLine contains a tab character.2397
ErrorsLine has trailing spaces.2398
ErrorsLine contains a tab character.2398
ErrorsLine contains a tab character.2399
ErrorsMethod 'getStatic' is not designed for extension - needs to be abstract, final or empty.2399
ErrorsMissing a Javadoc comment.2399
ErrorsLine contains a tab character.2400
ErrorsLine contains a tab character.2401
ErrorsLine has trailing spaces.2402
ErrorsLine contains a tab character.2402
ErrorsLine contains a tab character.2403
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.2403
ErrorsLine contains a tab character.2404
ErrorsLine contains a tab character.2405
Errors'cast' is not followed by whitespace.2405
ErrorsLine contains a tab character.2406
ErrorsLine contains a tab character.2408
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.2408
ErrorsMissing a Javadoc comment.2408
ErrorsParameter obj should be final.2408
Errors'if' construct must use '{}'s.2409
ErrorsLine contains a tab character.2409
ErrorsLine contains a tab character.2410
Errors'cast' is not followed by whitespace.2410
Errors'if' construct must use '{}'s.2411
ErrorsLine is longer than 80 characters.2411
ErrorsLine contains a tab character.2411
Errors'else' construct must use '{}'s.2412
ErrorsLine contains a tab character.2412
ErrorsLine contains a tab character.2413
ErrorsLine contains a tab character.2415
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.2415
ErrorsMissing a Javadoc comment.2415
Errors'if' construct must use '{}'s.2416
ErrorsLine contains a tab character.2416
ErrorsLine contains a tab character.2417
ErrorsLine contains a tab character.2418
ErrorsLine has trailing spaces.2420
ErrorsLine contains a tab character.2420
ErrorsLine contains a tab character.2423
ErrorsLine contains a tab character.2425
ErrorsLine has trailing spaces.2426
ErrorsLine contains a tab character.2426
ErrorsLine contains a tab character.2427
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.2427
ErrorsMissing a Javadoc comment.2427
ErrorsLine contains a tab character.2428
ErrorsLine contains a tab character.2429
ErrorsLine has trailing spaces.2430
ErrorsLine contains a tab character.2430
ErrorsLine contains a tab character.2431
ErrorsLine has trailing spaces.2435
ErrorsMethod length is 179 lines (max allowed is 150).2440
ErrorsParameter original should be final.2440
ErrorsExpected @param tag for 'original'.2440
ErrorsLine has trailing spaces.2441
Errors'=' is not preceded with whitespace.2442
Errors'=' is not followed by whitespace.2442
ErrorsLine has trailing spaces.2443
Errors'=' is not preceded with whitespace.2444
Errors'=' is not followed by whitespace.2444
ErrorsLine has trailing spaces.2445
Errors'=' is not preceded with whitespace.2446
Errors'=' is not followed by whitespace.2446
ErrorsLine has trailing spaces.2447
Errors'=' is not preceded with whitespace.2448
Errors'=' is not followed by whitespace.2448
ErrorsLine has trailing spaces.2449
Errors'=' is not preceded with whitespace.2450
Errors'=' is not followed by whitespace.2450
ErrorsLine has trailing spaces.2451
Errors'=' is not preceded with whitespace.2452
Errors'=' is not followed by whitespace.2452
ErrorsLine has trailing spaces.2453
Errors'=' is not preceded with whitespace.2454
Errors'=' is not followed by whitespace.2454
ErrorsLine has trailing spaces.2455
Errors'=' is not preceded with whitespace.2456
Errors'=' is not followed by whitespace.2456
ErrorsLine has trailing spaces.2457
Errors'=' is not preceded with whitespace.2458
Errors'=' is not followed by whitespace.2458
ErrorsLine has trailing spaces.2459
Errors'=' is not preceded with whitespace.2460
Errors'=' is not followed by whitespace.2460
ErrorsLine has trailing spaces.2461
Errors'=' is not preceded with whitespace.2462
Errors'=' is not followed by whitespace.2462
ErrorsLine has trailing spaces.2463
Errors'=' is not preceded with whitespace.2464
Errors'=' is not followed by whitespace.2464
ErrorsLine has trailing spaces.2465
Errors'=' is not preceded with whitespace.2466
Errors'=' is not followed by whitespace.2466
ErrorsLine has trailing spaces.2467
Errors'=' is not preceded with whitespace.2468
Errors'=' is not followed by whitespace.2468
ErrorsLine has trailing spaces.2469
Errors'=' is not preceded with whitespace.2470
Errors'=' is not followed by whitespace.2470
ErrorsLine has trailing spaces.2471
Errors'=' is not preceded with whitespace.2472
Errors'=' is not followed by whitespace.2472
ErrorsLine has trailing spaces.2473
Errors'=' is not preceded with whitespace.2474
Errors'=' is not followed by whitespace.2474
ErrorsLine has trailing spaces.2475
Errors'=' is not preceded with whitespace.2476
Errors'=' is not followed by whitespace.2476
ErrorsLine has trailing spaces.2477
Errors'=' is not preceded with whitespace.2478
Errors'=' is not followed by whitespace.2478
ErrorsLine has trailing spaces.2479
Errors'=' is not preceded with whitespace.2480
Errors'=' is not followed by whitespace.2480
ErrorsLine has trailing spaces.2481
Errors'=' is not preceded with whitespace.2482
Errors'=' is not followed by whitespace.2482
ErrorsLine has trailing spaces.2483
Errors'=' is not preceded with whitespace.2484
Errors'=' is not followed by whitespace.2484
ErrorsLine has trailing spaces.2485
Errors'=' is not preceded with whitespace.2486
Errors'=' is not followed by whitespace.2486
ErrorsLine has trailing spaces.2487
Errors'=' is not preceded with whitespace.2488
Errors'=' is not followed by whitespace.2488
ErrorsLine has trailing spaces.2489
Errors'=' is not preceded with whitespace.2490
Errors'=' is not followed by whitespace.2490
ErrorsLine has trailing spaces.2491
Errors'=' is not preceded with whitespace.2492
Errors'=' is not followed by whitespace.2492
ErrorsLine has trailing spaces.2493
Errors'=' is not preceded with whitespace.2494
Errors'=' is not followed by whitespace.2494
ErrorsLine has trailing spaces.2495
Errors'=' is not preceded with whitespace.2496
Errors'=' is not followed by whitespace.2496
ErrorsLine has trailing spaces.2497
Errors'=' is not preceded with whitespace.2498
Errors'=' is not followed by whitespace.2498
ErrorsLine has trailing spaces.2499
Errors'=' is not preceded with whitespace.2500
Errors'=' is not followed by whitespace.2500
ErrorsLine has trailing spaces.2501
Errors'=' is not preceded with whitespace.2502
Errors'=' is not followed by whitespace.2502
ErrorsLine has trailing spaces.2503
Errors'=' is not preceded with whitespace.2504
Errors'=' is not followed by whitespace.2504
ErrorsLine has trailing spaces.2505
Errors'=' is not preceded with whitespace.2506
Errors'=' is not followed by whitespace.2506
ErrorsLine has trailing spaces.2507
Errors'=' is not preceded with whitespace.2508
Errors'=' is not followed by whitespace.2508
ErrorsLine has trailing spaces.2509
Errors'=' is not preceded with whitespace.2510
Errors'=' is not followed by whitespace.2510
ErrorsLine has trailing spaces.2511
Errors'=' is not preceded with whitespace.2512
Errors'=' is not followed by whitespace.2512
ErrorsLine has trailing spaces.2513
Errors'=' is not preceded with whitespace.2514
Errors'=' is not followed by whitespace.2514
ErrorsLine has trailing spaces.2515
Errors'=' is not preceded with whitespace.2516
Errors'=' is not followed by whitespace.2516
ErrorsLine has trailing spaces.2517
Errors'=' is not preceded with whitespace.2518
Errors'=' is not followed by whitespace.2518
ErrorsLine has trailing spaces.2519
Errors'=' is not preceded with whitespace.2520
Errors'=' is not followed by whitespace.2520
ErrorsLine has trailing spaces.2521
Errors'=' is not preceded with whitespace.2522
Errors'=' is not followed by whitespace.2522
ErrorsLine has trailing spaces.2523
Errors'=' is not preceded with whitespace.2524
Errors'=' is not followed by whitespace.2524
ErrorsLine has trailing spaces.2525
Errors'=' is not preceded with whitespace.2526
Errors'=' is not followed by whitespace.2526
ErrorsLine has trailing spaces.2527
Errors'=' is not preceded with whitespace.2528
Errors'=' is not followed by whitespace.2528
ErrorsLine has trailing spaces.2529
Errors'=' is not preceded with whitespace.2530
Errors'=' is not followed by whitespace.2530
ErrorsLine has trailing spaces.2531
Errors'=' is not preceded with whitespace.2532
Errors'=' is not followed by whitespace.2532
ErrorsLine has trailing spaces.2533
Errors'=' is not preceded with whitespace.2534
Errors'=' is not followed by whitespace.2534
ErrorsLine has trailing spaces.2535
Errors'=' is not preceded with whitespace.2536
Errors'=' is not followed by whitespace.2536
ErrorsLine has trailing spaces.2537
Errors'=' is not preceded with whitespace.2538
Errors'=' is not followed by whitespace.2538
ErrorsLine has trailing spaces.2539
Errors'=' is not preceded with whitespace.2540
Errors'=' is not followed by whitespace.2540
ErrorsLine has trailing spaces.2541
Errors'=' is not preceded with whitespace.2542
Errors'=' is not followed by whitespace.2542
ErrorsLine has trailing spaces.2543
Errors'=' is not preceded with whitespace.2544
Errors'=' is not followed by whitespace.2544
ErrorsLine has trailing spaces.2545
Errors'=' is not preceded with whitespace.2546
Errors'=' is not followed by whitespace.2546
ErrorsLine has trailing spaces.2547
Errors'=' is not preceded with whitespace.2548
Errors'=' is not followed by whitespace.2548
ErrorsLine has trailing spaces.2549
Errors'=' is not preceded with whitespace.2550
Errors'=' is not followed by whitespace.2550
ErrorsLine has trailing spaces.2551
Errors'=' is not preceded with whitespace.2552
Errors'=' is not followed by whitespace.2552
ErrorsLine has trailing spaces.2553
Errors'=' is not preceded with whitespace.2554
Errors'=' is not followed by whitespace.2554
ErrorsLine has trailing spaces.2555
Errors'=' is not preceded with whitespace.2556
Errors'=' is not followed by whitespace.2556
ErrorsLine has trailing spaces.2557
Errors'=' is not preceded with whitespace.2558
Errors'=' is not followed by whitespace.2558
ErrorsLine has trailing spaces.2559
Errors'=' is not preceded with whitespace.2560
Errors'=' is not followed by whitespace.2560
ErrorsLine has trailing spaces.2561
Errors'=' is not preceded with whitespace.2562
Errors'=' is not followed by whitespace.2562
ErrorsLine has trailing spaces.2563
Errors'=' is not preceded with whitespace.2564
Errors'=' is not followed by whitespace.2564
ErrorsLine has trailing spaces.2565
Errors'=' is not preceded with whitespace.2566
Errors'=' is not followed by whitespace.2566
ErrorsLine has trailing spaces.2567
Errors'=' is not preceded with whitespace.2568
Errors'=' is not followed by whitespace.2568
ErrorsLine has trailing spaces.2569
Errors'=' is not preceded with whitespace.2570
Errors'=' is not followed by whitespace.2570
ErrorsLine has trailing spaces.2571
Errors'=' is not preceded with whitespace.2572
Errors'=' is not followed by whitespace.2572
ErrorsLine has trailing spaces.2573
Errors'=' is not preceded with whitespace.2574
Errors'=' is not followed by whitespace.2574
ErrorsLine has trailing spaces.2575
Errors'=' is not preceded with whitespace.2576
Errors'=' is not followed by whitespace.2576
ErrorsLine has trailing spaces.2577
Errors'=' is not preceded with whitespace.2578
Errors'=' is not followed by whitespace.2578
ErrorsLine has trailing spaces.2579
Errors'=' is not preceded with whitespace.2580
Errors'=' is not followed by whitespace.2580
ErrorsLine has trailing spaces.2581
Errors'=' is not preceded with whitespace.2582
Errors'=' is not followed by whitespace.2582
ErrorsLine has trailing spaces.2583
Errors'=' is not preceded with whitespace.2584
Errors'=' is not followed by whitespace.2584
ErrorsLine has trailing spaces.2585
Errors'=' is not preceded with whitespace.2586
Errors'=' is not followed by whitespace.2586
ErrorsLine has trailing spaces.2587
Errors'=' is not preceded with whitespace.2588
Errors'=' is not followed by whitespace.2588
ErrorsLine has trailing spaces.2589
Errors'=' is not preceded with whitespace.2590
Errors'=' is not followed by whitespace.2590
ErrorsLine has trailing spaces.2591
Errors'=' is not preceded with whitespace.2592
Errors'=' is not followed by whitespace.2592
ErrorsLine has trailing spaces.2593
Errors'=' is not preceded with whitespace.2594
Errors'=' is not followed by whitespace.2594
ErrorsLine has trailing spaces.2595
Errors'=' is not preceded with whitespace.2596
Errors'=' is not followed by whitespace.2596
ErrorsLine has trailing spaces.2597
Errors'=' is not preceded with whitespace.2598
Errors'=' is not followed by whitespace.2598
ErrorsLine has trailing spaces.2599
Errors'=' is not preceded with whitespace.2600
Errors'=' is not followed by whitespace.2600
ErrorsLine has trailing spaces.2601
Errors'=' is not preceded with whitespace.2602
Errors'=' is not followed by whitespace.2602
ErrorsLine has trailing spaces.2603
Errors'=' is not preceded with whitespace.2604
Errors'=' is not followed by whitespace.2604
ErrorsLine has trailing spaces.2605
Errors'=' is not preceded with whitespace.2606
Errors'=' is not followed by whitespace.2606
ErrorsLine has trailing spaces.2607
Errors'=' is not preceded with whitespace.2608
Errors'=' is not followed by whitespace.2608
ErrorsLine has trailing spaces.2609
Errors'=' is not preceded with whitespace.2610
Errors'=' is not followed by whitespace.2610
ErrorsLine has trailing spaces.2611
Errors'=' is not preceded with whitespace.2612
Errors'=' is not followed by whitespace.2612
ErrorsLine has trailing spaces.2613
Errors'=' is not preceded with whitespace.2614
Errors'=' is not followed by whitespace.2614
ErrorsLine has trailing spaces.2615
Errors'=' is not preceded with whitespace.2616
Errors'=' is not followed by whitespace.2616
ErrorsLine has trailing spaces.2617
ErrorsLine has trailing spaces.2620
ErrorsLine is longer than 80 characters.2622
ErrorsLine contains a tab character.2624
ErrorsLine contains a tab character.2625
ErrorsLine has trailing spaces.2626
ErrorsLine contains a tab character.2628
ErrorsLine is longer than 80 characters.2629
ErrorsLine contains a tab character.2629
ErrorsLine contains a tab character.2630
ErrorsLine contains a tab character.2631
ErrorsLine contains a tab character.2633
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.2633
ErrorsMissing a Javadoc comment.2633
ErrorsParameter obj should be final.2633
ErrorsLine contains a tab character.2634
Errors'if' is not followed by whitespace.2634
ErrorsLine contains a tab character.2635
ErrorsLine is longer than 80 characters.2636
ErrorsLine contains a tab character.2636
ErrorsLine contains a tab character.2637
ErrorsLine contains a tab character.2638
ErrorsLine contains a tab character.2639
ErrorsLine contains a tab character.2640
Errors'cast' is not followed by whitespace.2640
ErrorsLine contains a tab character.2642
ErrorsLine has trailing spaces.2644
ErrorsLine contains a tab character.2644
ErrorsLine contains a tab character.2645
ErrorsLine has trailing spaces.2646
ErrorsLine contains a tab character.2646
ErrorsLine contains a tab character.2648
ErrorsLine is longer than 80 characters.2649
ErrorsLine contains a tab character.2649
ErrorsLine contains a tab character.2650
ErrorsLine is longer than 80 characters.2651
ErrorsLine contains a tab character.2651
ErrorsLine contains a tab character.2652
ErrorsLine contains a tab character.2653
ErrorsLine contains a tab character.2655
ErrorsLine is longer than 80 characters.2656
ErrorsLine contains a tab character.2656
ErrorsLine is longer than 80 characters.2657
ErrorsLine contains a tab character.2657
ErrorsLine contains a tab character.2658
ErrorsExpected an @return tag.2659
ErrorsLine contains a tab character.2659
ErrorsMethod 'getObject' is not designed for extension - needs to be abstract, final or empty.2659
Errors'if' construct must use '{}'s.2660
ErrorsLine contains a tab character.2660
ErrorsLine contains a tab character.2661
ErrorsLine contains a tab character.2662
ErrorsLine has trailing spaces.2663
ErrorsLine contains a tab character.2663
ErrorsLine has trailing spaces.2665
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.2666
ErrorsMethod length is 271 lines (max allowed is 150).2666
ErrorsMissing a Javadoc comment.2666
ErrorsLine has trailing spaces.2668
ErrorsLine contains a tab character.2669
Errors'+' should be on a new line.2669
ErrorsLine has trailing spaces.2670
ErrorsLine contains a tab character.2670
ErrorsLine contains a tab character.2671
Errors'+' should be on a new line.2671
ErrorsLine is longer than 80 characters.2672
ErrorsLine contains a tab character.2672
Errors'+' should be on a new line.2672
ErrorsLine has trailing spaces.2673
ErrorsLine contains a tab character.2673
ErrorsLine contains a tab character.2674
Errors'+' should be on a new line.2674
ErrorsLine is longer than 80 characters.2675
ErrorsLine contains a tab character.2675
Errors'+' should be on a new line.2675
ErrorsLine has trailing spaces.2676
ErrorsLine contains a tab character.2676
ErrorsLine contains a tab character.2677
Errors'+' should be on a new line.2677
ErrorsLine is longer than 80 characters.2678
ErrorsLine contains a tab character.2678
Errors'+' should be on a new line.2678
ErrorsLine has trailing spaces.2679
ErrorsLine contains a tab character.2679
ErrorsLine contains a tab character.2680
Errors'+' should be on a new line.2680
ErrorsLine contains a tab character.2681
Errors'+' should be on a new line.2681
ErrorsLine has trailing spaces.2682
ErrorsLine contains a tab character.2682
ErrorsLine contains a tab character.2683
Errors'+' should be on a new line.2683
ErrorsLine contains a tab character.2684
Errors'+' should be on a new line.2684
ErrorsLine has trailing spaces.2685
ErrorsLine contains a tab character.2685
ErrorsLine contains a tab character.2686
Errors'+' should be on a new line.2686
ErrorsLine is longer than 80 characters.2687
ErrorsLine contains a tab character.2687
Errors'+' should be on a new line.2687
ErrorsLine has trailing spaces.2688
ErrorsLine contains a tab character.2688
ErrorsLine contains a tab character.2689
Errors'+' should be on a new line.2689
ErrorsLine is longer than 80 characters.2690
ErrorsLine contains a tab character.2690
Errors'+' should be on a new line.2690
ErrorsLine has trailing spaces.2691
ErrorsLine contains a tab character.2691
ErrorsLine contains a tab character.2692
Errors'+' should be on a new line.2692
ErrorsLine is longer than 80 characters.2693
ErrorsLine contains a tab character.2693
Errors'+' should be on a new line.2693
ErrorsLine has trailing spaces.2694
ErrorsLine contains a tab character.2694
ErrorsLine contains a tab character.2695
Errors'+' should be on a new line.2695
ErrorsLine is longer than 80 characters.2696
ErrorsLine contains a tab character.2696
Errors'+' should be on a new line.2696
ErrorsLine has trailing spaces.2697
ErrorsLine contains a tab character.2697
ErrorsLine contains a tab character.2698
Errors'+' should be on a new line.2698
ErrorsLine is longer than 80 characters.2699
ErrorsLine contains a tab character.2699
Errors'+' should be on a new line.2699
ErrorsLine has trailing spaces.2700
ErrorsLine contains a tab character.2700
ErrorsLine contains a tab character.2701
Errors'+' should be on a new line.2701
ErrorsLine is longer than 80 characters.2702
ErrorsLine contains a tab character.2702
Errors'+' should be on a new line.2702
ErrorsLine has trailing spaces.2703
ErrorsLine contains a tab character.2703
ErrorsLine contains a tab character.2704
Errors'+' should be on a new line.2704
ErrorsLine is longer than 80 characters.2705
ErrorsLine contains a tab character.2705
Errors'+' should be on a new line.2705
ErrorsLine has trailing spaces.2706
ErrorsLine contains a tab character.2706
ErrorsLine contains a tab character.2707
Errors'+' should be on a new line.2707
ErrorsLine is longer than 80 characters.2708
ErrorsLine contains a tab character.2708
Errors'+' should be on a new line.2708
ErrorsLine has trailing spaces.2709
ErrorsLine contains a tab character.2709
ErrorsLine contains a tab character.2710
Errors'+' should be on a new line.2710
ErrorsLine is longer than 80 characters.2711
ErrorsLine contains a tab character.2711
Errors'+' should be on a new line.2711
ErrorsLine has trailing spaces.2712
ErrorsLine contains a tab character.2712
ErrorsLine contains a tab character.2713
Errors'+' should be on a new line.2713
ErrorsLine is longer than 80 characters.2714
ErrorsLine contains a tab character.2714
Errors'+' should be on a new line.2714
ErrorsLine has trailing spaces.2715
ErrorsLine contains a tab character.2715
ErrorsLine contains a tab character.2716
Errors'+' should be on a new line.2716
ErrorsLine is longer than 80 characters.2717
ErrorsLine contains a tab character.2717
Errors'+' should be on a new line.2717
ErrorsLine has trailing spaces.2718
ErrorsLine contains a tab character.2718
ErrorsLine contains a tab character.2719
Errors'+' should be on a new line.2719
ErrorsLine is longer than 80 characters.2720
ErrorsLine contains a tab character.2720
Errors'+' should be on a new line.2720
ErrorsLine has trailing spaces.2721
ErrorsLine contains a tab character.2721
ErrorsLine contains a tab character.2722
Errors'+' should be on a new line.2722
ErrorsLine is longer than 80 characters.2723
ErrorsLine contains a tab character.2723
Errors'+' should be on a new line.2723
ErrorsLine has trailing spaces.2724
ErrorsLine contains a tab character.2724
ErrorsLine contains a tab character.2725
Errors'+' should be on a new line.2725
ErrorsLine is longer than 80 characters.2726
ErrorsLine contains a tab character.2726
Errors'+' should be on a new line.2726
ErrorsLine has trailing spaces.2727
ErrorsLine contains a tab character.2727
ErrorsLine contains a tab character.2728
Errors'+' should be on a new line.2728
ErrorsLine is longer than 80 characters.2729
ErrorsLine contains a tab character.2729
Errors'+' should be on a new line.2729
ErrorsLine has trailing spaces.2730
ErrorsLine contains a tab character.2730
ErrorsLine contains a tab character.2731
Errors'+' should be on a new line.2731
ErrorsLine is longer than 80 characters.2732
ErrorsLine contains a tab character.2732
Errors'+' should be on a new line.2732
ErrorsLine has trailing spaces.2733
ErrorsLine contains a tab character.2733
ErrorsLine contains a tab character.2734
Errors'+' should be on a new line.2734
ErrorsLine is longer than 80 characters.2735
ErrorsLine contains a tab character.2735
Errors'+' should be on a new line.2735
ErrorsLine has trailing spaces.2736
ErrorsLine contains a tab character.2736
ErrorsLine contains a tab character.2737
Errors'+' should be on a new line.2737
ErrorsLine is longer than 80 characters.2738
ErrorsLine contains a tab character.2738
Errors'+' should be on a new line.2738
ErrorsLine has trailing spaces.2739
ErrorsLine contains a tab character.2739
ErrorsLine contains a tab character.2740
Errors'+' should be on a new line.2740
ErrorsLine is longer than 80 characters.2741
ErrorsLine contains a tab character.2741
Errors'+' should be on a new line.2741
ErrorsLine has trailing spaces.2742
ErrorsLine contains a tab character.2742
ErrorsLine contains a tab character.2743
Errors'+' should be on a new line.2743
ErrorsLine is longer than 80 characters.2744
ErrorsLine contains a tab character.2744
Errors'+' should be on a new line.2744
ErrorsLine has trailing spaces.2745
ErrorsLine contains a tab character.2745
ErrorsLine contains a tab character.2746
Errors'+' should be on a new line.2746
ErrorsLine is longer than 80 characters.2747
ErrorsLine contains a tab character.2747
Errors'+' should be on a new line.2747
ErrorsLine has trailing spaces.2748
ErrorsLine contains a tab character.2748
ErrorsLine contains a tab character.2749
Errors'+' should be on a new line.2749
ErrorsLine is longer than 80 characters.2750
ErrorsLine contains a tab character.2750
Errors'+' should be on a new line.2750
ErrorsLine has trailing spaces.2751
ErrorsLine contains a tab character.2751
ErrorsLine contains a tab character.2752
Errors'+' should be on a new line.2752
ErrorsLine is longer than 80 characters.2753
ErrorsLine contains a tab character.2753
Errors'+' should be on a new line.2753
ErrorsLine has trailing spaces.2754
ErrorsLine contains a tab character.2754
ErrorsLine contains a tab character.2755
Errors'+' should be on a new line.2755
ErrorsLine is longer than 80 characters.2756
ErrorsLine contains a tab character.2756
Errors'+' should be on a new line.2756
ErrorsLine has trailing spaces.2757
ErrorsLine contains a tab character.2757
ErrorsLine contains a tab character.2758
Errors'+' should be on a new line.2758
ErrorsLine is longer than 80 characters.2759
ErrorsLine contains a tab character.2759
Errors'+' should be on a new line.2759
ErrorsLine has trailing spaces.2760
ErrorsLine contains a tab character.2760
ErrorsLine contains a tab character.2761
Errors'+' should be on a new line.2761
ErrorsLine is longer than 80 characters.2762
ErrorsLine contains a tab character.2762
Errors'+' should be on a new line.2762
ErrorsLine has trailing spaces.2763
ErrorsLine contains a tab character.2763
ErrorsLine contains a tab character.2764
Errors'+' should be on a new line.2764
ErrorsLine is longer than 80 characters.2765
ErrorsLine contains a tab character.2765
Errors'+' should be on a new line.2765
ErrorsLine has trailing spaces.2766
ErrorsLine contains a tab character.2766
ErrorsLine contains a tab character.2767
Errors'+' should be on a new line.2767
ErrorsLine is longer than 80 characters.2768
ErrorsLine contains a tab character.2768
Errors'+' should be on a new line.2768
ErrorsLine has trailing spaces.2769
ErrorsLine contains a tab character.2769
ErrorsLine contains a tab character.2770
Errors'+' should be on a new line.2770
ErrorsLine is longer than 80 characters.2771
ErrorsLine contains a tab character.2771
Errors'+' should be on a new line.2771
ErrorsLine has trailing spaces.2772
ErrorsLine contains a tab character.2772
ErrorsLine contains a tab character.2773
Errors'+' should be on a new line.2773
ErrorsLine is longer than 80 characters.2774
ErrorsLine contains a tab character.2774
Errors'+' should be on a new line.2774
ErrorsLine has trailing spaces.2775
ErrorsLine contains a tab character.2775
ErrorsLine contains a tab character.2776
Errors'+' should be on a new line.2776
ErrorsLine is longer than 80 characters.2777
ErrorsLine contains a tab character.2777
Errors'+' should be on a new line.2777
ErrorsLine has trailing spaces.2778
ErrorsLine contains a tab character.2778
ErrorsLine contains a tab character.2779
Errors'+' should be on a new line.2779
ErrorsLine is longer than 80 characters.2780
ErrorsLine contains a tab character.2780
Errors'+' should be on a new line.2780
ErrorsLine has trailing spaces.2781
ErrorsLine contains a tab character.2781
ErrorsLine contains a tab character.2782
Errors'+' should be on a new line.2782
ErrorsLine is longer than 80 characters.2783
ErrorsLine contains a tab character.2783
Errors'+' should be on a new line.2783
ErrorsLine has trailing spaces.2784
ErrorsLine contains a tab character.2784
ErrorsLine contains a tab character.2785
Errors'+' should be on a new line.2785
ErrorsLine is longer than 80 characters.2786
ErrorsLine contains a tab character.2786
Errors'+' should be on a new line.2786
ErrorsLine has trailing spaces.2787
ErrorsLine contains a tab character.2787
ErrorsLine contains a tab character.2788
Errors'+' should be on a new line.2788
ErrorsLine is longer than 80 characters.2789
ErrorsLine contains a tab character.2789
Errors'+' should be on a new line.2789
ErrorsLine has trailing spaces.2790
ErrorsLine contains a tab character.2790
ErrorsLine contains a tab character.2791
Errors'+' should be on a new line.2791
ErrorsLine is longer than 80 characters.2792
ErrorsLine contains a tab character.2792
Errors'+' should be on a new line.2792
ErrorsLine has trailing spaces.2793
ErrorsLine contains a tab character.2793
ErrorsLine contains a tab character.2794
Errors'+' should be on a new line.2794
ErrorsLine is longer than 80 characters.2795
ErrorsLine contains a tab character.2795
Errors'+' should be on a new line.2795
ErrorsLine has trailing spaces.2796
ErrorsLine contains a tab character.2796
ErrorsLine contains a tab character.2797
Errors'+' should be on a new line.2797
ErrorsLine is longer than 80 characters.2798
ErrorsLine contains a tab character.2798
Errors'+' should be on a new line.2798
ErrorsLine has trailing spaces.2799
ErrorsLine contains a tab character.2799
ErrorsLine contains a tab character.2800
Errors'+' should be on a new line.2800
ErrorsLine is longer than 80 characters.2801
ErrorsLine contains a tab character.2801
Errors'+' should be on a new line.2801
ErrorsLine has trailing spaces.2802
ErrorsLine contains a tab character.2802
ErrorsLine contains a tab character.2803
Errors'+' should be on a new line.2803
ErrorsLine is longer than 80 characters.2804
ErrorsLine contains a tab character.2804
Errors'+' should be on a new line.2804
ErrorsLine has trailing spaces.2805
ErrorsLine contains a tab character.2805
ErrorsLine contains a tab character.2806
Errors'+' should be on a new line.2806
ErrorsLine is longer than 80 characters.2807
ErrorsLine contains a tab character.2807
Errors'+' should be on a new line.2807
ErrorsLine has trailing spaces.2808
ErrorsLine contains a tab character.2808
ErrorsLine contains a tab character.2809
Errors'+' should be on a new line.2809
ErrorsLine is longer than 80 characters.2810
ErrorsLine contains a tab character.2810
Errors'+' should be on a new line.2810
ErrorsLine has trailing spaces.2811
ErrorsLine contains a tab character.2811
ErrorsLine contains a tab character.2812
Errors'+' should be on a new line.2812
ErrorsLine is longer than 80 characters.2813
ErrorsLine contains a tab character.2813
Errors'+' should be on a new line.2813
ErrorsLine has trailing spaces.2814
ErrorsLine contains a tab character.2814
ErrorsLine contains a tab character.2815
Errors'+' should be on a new line.2815
ErrorsLine is longer than 80 characters.2816
ErrorsLine contains a tab character.2816
Errors'+' should be on a new line.2816
ErrorsLine has trailing spaces.2817
ErrorsLine contains a tab character.2817
ErrorsLine contains a tab character.2818
Errors'+' should be on a new line.2818
ErrorsLine is longer than 80 characters.2819
ErrorsLine contains a tab character.2819
Errors'+' should be on a new line.2819
ErrorsLine has trailing spaces.2820
ErrorsLine contains a tab character.2820
ErrorsLine contains a tab character.2821
Errors'+' should be on a new line.2821
ErrorsLine is longer than 80 characters.2822
ErrorsLine contains a tab character.2822
Errors'+' should be on a new line.2822
ErrorsLine has trailing spaces.2823
ErrorsLine contains a tab character.2823
ErrorsLine contains a tab character.2824
Errors'+' should be on a new line.2824
ErrorsLine is longer than 80 characters.2825
ErrorsLine contains a tab character.2825
Errors'+' should be on a new line.2825
ErrorsLine has trailing spaces.2826
ErrorsLine contains a tab character.2826
ErrorsLine contains a tab character.2827
Errors'+' should be on a new line.2827
ErrorsLine is longer than 80 characters.2828
ErrorsLine contains a tab character.2828
Errors'+' should be on a new line.2828
ErrorsLine has trailing spaces.2829
ErrorsLine contains a tab character.2829
ErrorsLine contains a tab character.2830
Errors'+' should be on a new line.2830
ErrorsLine is longer than 80 characters.2831
ErrorsLine contains a tab character.2831
Errors'+' should be on a new line.2831
ErrorsLine has trailing spaces.2832
ErrorsLine contains a tab character.2832
ErrorsLine contains a tab character.2833
Errors'+' should be on a new line.2833
ErrorsLine is longer than 80 characters.2834
ErrorsLine contains a tab character.2834
Errors'+' should be on a new line.2834
ErrorsLine has trailing spaces.2835
ErrorsLine contains a tab character.2835
ErrorsLine contains a tab character.2836
Errors'+' should be on a new line.2836
ErrorsLine is longer than 80 characters.2837
ErrorsLine contains a tab character.2837
Errors'+' should be on a new line.2837
ErrorsLine has trailing spaces.2838
ErrorsLine contains a tab character.2838
ErrorsLine contains a tab character.2839
Errors'+' should be on a new line.2839
ErrorsLine is longer than 80 characters.2840
ErrorsLine contains a tab character.2840
Errors'+' should be on a new line.2840
ErrorsLine has trailing spaces.2841
ErrorsLine contains a tab character.2841
ErrorsLine contains a tab character.2842
Errors'+' should be on a new line.2842
ErrorsLine is longer than 80 characters.2843
ErrorsLine contains a tab character.2843
Errors'+' should be on a new line.2843
ErrorsLine has trailing spaces.2844
ErrorsLine contains a tab character.2844
ErrorsLine contains a tab character.2845
Errors'+' should be on a new line.2845
ErrorsLine is longer than 80 characters.2846
ErrorsLine contains a tab character.2846
Errors'+' should be on a new line.2846
ErrorsLine has trailing spaces.2847
ErrorsLine contains a tab character.2847
ErrorsLine contains a tab character.2848
Errors'+' should be on a new line.2848
ErrorsLine is longer than 80 characters.2849
ErrorsLine contains a tab character.2849
Errors'+' should be on a new line.2849
ErrorsLine has trailing spaces.2850
ErrorsLine contains a tab character.2850
ErrorsLine contains a tab character.2851
Errors'+' should be on a new line.2851
ErrorsLine is longer than 80 characters.2852
ErrorsLine contains a tab character.2852
Errors'+' should be on a new line.2852
ErrorsLine has trailing spaces.2853
ErrorsLine contains a tab character.2853
ErrorsLine contains a tab character.2854
Errors'+' should be on a new line.2854
ErrorsLine is longer than 80 characters.2855
ErrorsLine contains a tab character.2855
Errors'+' should be on a new line.2855
ErrorsLine has trailing spaces.2856
ErrorsLine contains a tab character.2856
ErrorsLine contains a tab character.2857
Errors'+' should be on a new line.2857
ErrorsLine is longer than 80 characters.2858
ErrorsLine contains a tab character.2858
Errors'+' should be on a new line.2858
ErrorsLine has trailing spaces.2859
ErrorsLine contains a tab character.2859
ErrorsLine contains a tab character.2860
Errors'+' should be on a new line.2860
ErrorsLine is longer than 80 characters.2861
ErrorsLine contains a tab character.2861
Errors'+' should be on a new line.2861
ErrorsLine has trailing spaces.2862
ErrorsLine contains a tab character.2862
ErrorsLine contains a tab character.2863
Errors'+' should be on a new line.2863
ErrorsLine is longer than 80 characters.2864
ErrorsLine contains a tab character.2864
Errors'+' should be on a new line.2864
ErrorsLine has trailing spaces.2865
ErrorsLine contains a tab character.2865
ErrorsLine contains a tab character.2866
Errors'+' should be on a new line.2866
ErrorsLine is longer than 80 characters.2867
ErrorsLine contains a tab character.2867
Errors'+' should be on a new line.2867
ErrorsLine has trailing spaces.2868
ErrorsLine contains a tab character.2868
ErrorsLine contains a tab character.2869
Errors'+' should be on a new line.2869
ErrorsLine is longer than 80 characters.2870
ErrorsLine contains a tab character.2870
Errors'+' should be on a new line.2870
ErrorsLine has trailing spaces.2871
ErrorsLine contains a tab character.2871
ErrorsLine contains a tab character.2872
Errors'+' should be on a new line.2872
ErrorsLine is longer than 80 characters.2873
ErrorsLine contains a tab character.2873
Errors'+' should be on a new line.2873
ErrorsLine has trailing spaces.2874
ErrorsLine contains a tab character.2874
ErrorsLine contains a tab character.2875
Errors'+' should be on a new line.2875
ErrorsLine is longer than 80 characters.2876
ErrorsLine contains a tab character.2876
Errors'+' should be on a new line.2876
ErrorsLine has trailing spaces.2877
ErrorsLine contains a tab character.2877
ErrorsLine contains a tab character.2878
Errors'+' should be on a new line.2878
ErrorsLine is longer than 80 characters.2879
ErrorsLine contains a tab character.2879
Errors'+' should be on a new line.2879
ErrorsLine has trailing spaces.2880
ErrorsLine contains a tab character.2880
ErrorsLine contains a tab character.2881
Errors'+' should be on a new line.2881
ErrorsLine is longer than 80 characters.2882
ErrorsLine contains a tab character.2882
Errors'+' should be on a new line.2882
ErrorsLine has trailing spaces.2883
ErrorsLine contains a tab character.2883
ErrorsLine contains a tab character.2884
Errors'+' should be on a new line.2884
ErrorsLine is longer than 80 characters.2885
ErrorsLine contains a tab character.2885
Errors'+' should be on a new line.2885
ErrorsLine has trailing spaces.2886
ErrorsLine contains a tab character.2886
ErrorsLine contains a tab character.2887
Errors'+' should be on a new line.2887
ErrorsLine is longer than 80 characters.2888
ErrorsLine contains a tab character.2888
Errors'+' should be on a new line.2888
ErrorsLine has trailing spaces.2889
ErrorsLine contains a tab character.2889
ErrorsLine contains a tab character.2890
Errors'+' should be on a new line.2890
ErrorsLine is longer than 80 characters.2891
ErrorsLine contains a tab character.2891
Errors'+' should be on a new line.2891
ErrorsLine has trailing spaces.2892
ErrorsLine contains a tab character.2892
ErrorsLine contains a tab character.2893
Errors'+' should be on a new line.2893
ErrorsLine is longer than 80 characters.2894
ErrorsLine contains a tab character.2894
Errors'+' should be on a new line.2894
ErrorsLine has trailing spaces.2895
ErrorsLine contains a tab character.2895
ErrorsLine contains a tab character.2896
Errors'+' should be on a new line.2896
ErrorsLine is longer than 80 characters.2897
ErrorsLine contains a tab character.2897
Errors'+' should be on a new line.2897
ErrorsLine has trailing spaces.2898
ErrorsLine contains a tab character.2898
ErrorsLine contains a tab character.2899
Errors'+' should be on a new line.2899
ErrorsLine is longer than 80 characters.2900
ErrorsLine contains a tab character.2900
Errors'+' should be on a new line.2900
ErrorsLine has trailing spaces.2901
ErrorsLine contains a tab character.2901
ErrorsLine contains a tab character.2902
Errors'+' should be on a new line.2902
ErrorsLine is longer than 80 characters.2903
ErrorsLine contains a tab character.2903
Errors'+' should be on a new line.2903
ErrorsLine has trailing spaces.2904
ErrorsLine contains a tab character.2904
ErrorsLine contains a tab character.2905
Errors'+' should be on a new line.2905
ErrorsLine is longer than 80 characters.2906
ErrorsLine contains a tab character.2906
Errors'+' should be on a new line.2906
ErrorsLine has trailing spaces.2907
ErrorsLine contains a tab character.2907
ErrorsLine contains a tab character.2908
Errors'+' should be on a new line.2908
ErrorsLine is longer than 80 characters.2909
ErrorsLine contains a tab character.2909
Errors'+' should be on a new line.2909
ErrorsLine has trailing spaces.2910
ErrorsLine contains a tab character.2910
ErrorsLine contains a tab character.2911
Errors'+' should be on a new line.2911
ErrorsLine is longer than 80 characters.2912
ErrorsLine contains a tab character.2912
Errors'+' should be on a new line.2912
ErrorsLine has trailing spaces.2913
ErrorsLine contains a tab character.2913
ErrorsLine contains a tab character.2914
Errors'+' should be on a new line.2914
ErrorsLine is longer than 80 characters.2915
ErrorsLine contains a tab character.2915
Errors'+' should be on a new line.2915
ErrorsLine has trailing spaces.2916
ErrorsLine contains a tab character.2916
ErrorsLine contains a tab character.2917
Errors'+' should be on a new line.2917
ErrorsLine is longer than 80 characters.2918
ErrorsLine contains a tab character.2918
Errors'+' should be on a new line.2918
ErrorsLine has trailing spaces.2919
ErrorsLine contains a tab character.2919
ErrorsLine contains a tab character.2920
Errors'+' should be on a new line.2920
ErrorsLine is longer than 80 characters.2921
ErrorsLine contains a tab character.2921
Errors'+' should be on a new line.2921
ErrorsLine has trailing spaces.2922
ErrorsLine contains a tab character.2922
ErrorsLine contains a tab character.2923
Errors'+' should be on a new line.2923
ErrorsLine is longer than 80 characters.2924
ErrorsLine contains a tab character.2924
Errors'+' should be on a new line.2924
ErrorsLine has trailing spaces.2925
ErrorsLine contains a tab character.2925
ErrorsLine contains a tab character.2926
Errors'+' should be on a new line.2926
ErrorsLine is longer than 80 characters.2927
ErrorsLine contains a tab character.2927
Errors'+' should be on a new line.2927
ErrorsLine has trailing spaces.2928
ErrorsLine contains a tab character.2928
ErrorsLine contains a tab character.2929
Errors'+' should be on a new line.2929
ErrorsLine contains a tab character.2930
Errors'+' should be on a new line.2930
ErrorsLine has trailing spaces.2931
ErrorsLine contains a tab character.2931
ErrorsLine contains a tab character.2932
Errors'+' should be on a new line.2932
ErrorsLine is longer than 80 characters.2933
ErrorsLine contains a tab character.2933
Errors'+' should be on a new line.2933
ErrorsLine contains a tab character.2934
ErrorsLine has trailing spaces.2935
ErrorsLine contains a tab character.2935
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.2938
ErrorsMethod length is 356 lines (max allowed is 150).2938
ErrorsMissing a Javadoc comment.2938
Errors'+' should be on a new line.2939
ErrorsLine has trailing spaces.2940
Errors'+' should be on a new line.2941
Errors'+' should be on a new line.2942
Errors'+' should be on a new line.2943
ErrorsLine has trailing spaces.2944
Errors'+' should be on a new line.2945
Errors'+' should be on a new line.2946
Errors'+' should be on a new line.2947
ErrorsLine has trailing spaces.2948
Errors'+' should be on a new line.2949
Errors'+' should be on a new line.2950
Errors'+' should be on a new line.2951
ErrorsLine has trailing spaces.2952
Errors'+' should be on a new line.2953
Errors'+' should be on a new line.2954
Errors'+' should be on a new line.2955
ErrorsLine has trailing spaces.2956
Errors'+' should be on a new line.2957
Errors'+' should be on a new line.2958
Errors'+' should be on a new line.2959
ErrorsLine has trailing spaces.2960
Errors'+' should be on a new line.2961
Errors'+' should be on a new line.2962
Errors'+' should be on a new line.2963
ErrorsLine has trailing spaces.2964
Errors'+' should be on a new line.2965
Errors'+' should be on a new line.2966
Errors'+' should be on a new line.2967
ErrorsLine has trailing spaces.2968
Errors'+' should be on a new line.2969
Errors'+' should be on a new line.2970
Errors'+' should be on a new line.2971
ErrorsLine has trailing spaces.2972
Errors'+' should be on a new line.2973
Errors'+' should be on a new line.2974
Errors'+' should be on a new line.2975
ErrorsLine has trailing spaces.2976
Errors'+' should be on a new line.2977
Errors'+' should be on a new line.2978
Errors'+' should be on a new line.2979
ErrorsLine has trailing spaces.2980
Errors'+' should be on a new line.2981
Errors'+' should be on a new line.2982
Errors'+' should be on a new line.2983
ErrorsLine has trailing spaces.2984
Errors'+' should be on a new line.2985
Errors'+' should be on a new line.2986
Errors'+' should be on a new line.2987
ErrorsLine has trailing spaces.2988
Errors'+' should be on a new line.2989
Errors'+' should be on a new line.2990
Errors'+' should be on a new line.2991
ErrorsLine has trailing spaces.2992
Errors'+' should be on a new line.2993
Errors'+' should be on a new line.2994
Errors'+' should be on a new line.2995
ErrorsLine has trailing spaces.2996
Errors'+' should be on a new line.2997
Errors'+' should be on a new line.2998
Errors'+' should be on a new line.2999
ErrorsLine has trailing spaces.3000
Errors'+' should be on a new line.3001
Errors'+' should be on a new line.3002
Errors'+' should be on a new line.3003
ErrorsLine has trailing spaces.3004
Errors'+' should be on a new line.3005
Errors'+' should be on a new line.3006
Errors'+' should be on a new line.3007
ErrorsLine has trailing spaces.3008
Errors'+' should be on a new line.3009
Errors'+' should be on a new line.3010
Errors'+' should be on a new line.3011
ErrorsLine has trailing spaces.3012
Errors'+' should be on a new line.3013
Errors'+' should be on a new line.3014
Errors'+' should be on a new line.3015
ErrorsLine has trailing spaces.3016
Errors'+' should be on a new line.3017
Errors'+' should be on a new line.3018
Errors'+' should be on a new line.3019
ErrorsLine has trailing spaces.3020
Errors'+' should be on a new line.3021
Errors'+' should be on a new line.3022
Errors'+' should be on a new line.3023
ErrorsLine has trailing spaces.3024
Errors'+' should be on a new line.3025
Errors'+' should be on a new line.3026
Errors'+' should be on a new line.3027
ErrorsLine has trailing spaces.3028
Errors'+' should be on a new line.3029
Errors'+' should be on a new line.3030
Errors'+' should be on a new line.3031
ErrorsLine has trailing spaces.3032
Errors'+' should be on a new line.3033
Errors'+' should be on a new line.3034
Errors'+' should be on a new line.3035
ErrorsLine has trailing spaces.3036
Errors'+' should be on a new line.3037
Errors'+' should be on a new line.3038
Errors'+' should be on a new line.3039
ErrorsLine has trailing spaces.3040
Errors'+' should be on a new line.3041
Errors'+' should be on a new line.3042
Errors'+' should be on a new line.3043
ErrorsLine has trailing spaces.3044
Errors'+' should be on a new line.3045
Errors'+' should be on a new line.3046
Errors'+' should be on a new line.3047
ErrorsLine has trailing spaces.3048
Errors'+' should be on a new line.3049
Errors'+' should be on a new line.3050
Errors'+' should be on a new line.3051
ErrorsLine has trailing spaces.3052
Errors'+' should be on a new line.3053
Errors'+' should be on a new line.3054
Errors'+' should be on a new line.3055
ErrorsLine has trailing spaces.3056
Errors'+' should be on a new line.3057
Errors'+' should be on a new line.3058
Errors'+' should be on a new line.3059
ErrorsLine has trailing spaces.3060
Errors'+' should be on a new line.3061
Errors'+' should be on a new line.3062
Errors'+' should be on a new line.3063
ErrorsLine has trailing spaces.3064
Errors'+' should be on a new line.3065
Errors'+' should be on a new line.3066
Errors'+' should be on a new line.3067
ErrorsLine has trailing spaces.3068
Errors'+' should be on a new line.3069
Errors'+' should be on a new line.3070
Errors'+' should be on a new line.3071
ErrorsLine has trailing spaces.3072
Errors'+' should be on a new line.3073
Errors'+' should be on a new line.3074
Errors'+' should be on a new line.3075
ErrorsLine has trailing spaces.3076
Errors'+' should be on a new line.3077
Errors'+' should be on a new line.3078
Errors'+' should be on a new line.3079
ErrorsLine has trailing spaces.3080
Errors'+' should be on a new line.3081
Errors'+' should be on a new line.3082
Errors'+' should be on a new line.3083
ErrorsLine has trailing spaces.3084
Errors'+' should be on a new line.3085
Errors'+' should be on a new line.3086
Errors'+' should be on a new line.3087
ErrorsLine has trailing spaces.3088
Errors'+' should be on a new line.3089
Errors'+' should be on a new line.3090
Errors'+' should be on a new line.3091
ErrorsLine has trailing spaces.3092
Errors'+' should be on a new line.3093
Errors'+' should be on a new line.3094
Errors'+' should be on a new line.3095
ErrorsLine has trailing spaces.3096
Errors'+' should be on a new line.3097
Errors'+' should be on a new line.3098
Errors'+' should be on a new line.3099
ErrorsLine has trailing spaces.3100
Errors'+' should be on a new line.3101
Errors'+' should be on a new line.3102
Errors'+' should be on a new line.3103
ErrorsLine has trailing spaces.3104
Errors'+' should be on a new line.3105
Errors'+' should be on a new line.3106
Errors'+' should be on a new line.3107
ErrorsLine has trailing spaces.3108
Errors'+' should be on a new line.3109
Errors'+' should be on a new line.3110
Errors'+' should be on a new line.3111
ErrorsLine has trailing spaces.3112
Errors'+' should be on a new line.3113
Errors'+' should be on a new line.3114
Errors'+' should be on a new line.3115
ErrorsLine has trailing spaces.3116
Errors'+' should be on a new line.3117
Errors'+' should be on a new line.3118
Errors'+' should be on a new line.3119
ErrorsLine has trailing spaces.3120
Errors'+' should be on a new line.3121
Errors'+' should be on a new line.3122
Errors'+' should be on a new line.3123
ErrorsLine has trailing spaces.3124
Errors'+' should be on a new line.3125
Errors'+' should be on a new line.3126
Errors'+' should be on a new line.3127
ErrorsLine has trailing spaces.3128
Errors'+' should be on a new line.3129
Errors'+' should be on a new line.3130
Errors'+' should be on a new line.3131
ErrorsLine has trailing spaces.3132
Errors'+' should be on a new line.3133
Errors'+' should be on a new line.3134
Errors'+' should be on a new line.3135
ErrorsLine has trailing spaces.3136
Errors'+' should be on a new line.3137
Errors'+' should be on a new line.3138
Errors'+' should be on a new line.3139
ErrorsLine has trailing spaces.3140
Errors'+' should be on a new line.3141
Errors'+' should be on a new line.3142
Errors'+' should be on a new line.3143
ErrorsLine has trailing spaces.3144
Errors'+' should be on a new line.3145
Errors'+' should be on a new line.3146
Errors'+' should be on a new line.3147
ErrorsLine has trailing spaces.3148
Errors'+' should be on a new line.3149
Errors'+' should be on a new line.3150
Errors'+' should be on a new line.3151
ErrorsLine has trailing spaces.3152
Errors'+' should be on a new line.3153
Errors'+' should be on a new line.3154
Errors'+' should be on a new line.3155
ErrorsLine has trailing spaces.3156
Errors'+' should be on a new line.3157
Errors'+' should be on a new line.3158
Errors'+' should be on a new line.3159
ErrorsLine has trailing spaces.3160
Errors'+' should be on a new line.3161
Errors'+' should be on a new line.3162
Errors'+' should be on a new line.3163
ErrorsLine has trailing spaces.3164
Errors'+' should be on a new line.3165
Errors'+' should be on a new line.3166
Errors'+' should be on a new line.3167
ErrorsLine has trailing spaces.3168
Errors'+' should be on a new line.3169
Errors'+' should be on a new line.3170
Errors'+' should be on a new line.3171
ErrorsLine has trailing spaces.3172
Errors'+' should be on a new line.3173
Errors'+' should be on a new line.3174
Errors'+' should be on a new line.3175
ErrorsLine has trailing spaces.3176
Errors'+' should be on a new line.3177
Errors'+' should be on a new line.3178
Errors'+' should be on a new line.3179
ErrorsLine has trailing spaces.3180
Errors'+' should be on a new line.3181
Errors'+' should be on a new line.3182
Errors'+' should be on a new line.3183
ErrorsLine has trailing spaces.3184
Errors'+' should be on a new line.3185
Errors'+' should be on a new line.3186
Errors'+' should be on a new line.3187
ErrorsLine has trailing spaces.3188
Errors'+' should be on a new line.3189
Errors'+' should be on a new line.3190
Errors'+' should be on a new line.3191
ErrorsLine has trailing spaces.3192
Errors'+' should be on a new line.3193
Errors'+' should be on a new line.3194
Errors'+' should be on a new line.3195
ErrorsLine has trailing spaces.3196
Errors'+' should be on a new line.3197
Errors'+' should be on a new line.3198
Errors'+' should be on a new line.3199
ErrorsLine has trailing spaces.3200
Errors'+' should be on a new line.3201
Errors'+' should be on a new line.3202
Errors'+' should be on a new line.3203
ErrorsLine has trailing spaces.3204
Errors'+' should be on a new line.3205
Errors'+' should be on a new line.3206
Errors'+' should be on a new line.3207
ErrorsLine has trailing spaces.3208
Errors'+' should be on a new line.3209
Errors'+' should be on a new line.3210
Errors'+' should be on a new line.3211
ErrorsLine has trailing spaces.3212
Errors'+' should be on a new line.3213
Errors'+' should be on a new line.3214
Errors'+' should be on a new line.3215
ErrorsLine has trailing spaces.3216
Errors'+' should be on a new line.3217
Errors'+' should be on a new line.3218
Errors'+' should be on a new line.3219
ErrorsLine has trailing spaces.3220
Errors'+' should be on a new line.3221
Errors'+' should be on a new line.3222
Errors'+' should be on a new line.3223
ErrorsLine has trailing spaces.3224
Errors'+' should be on a new line.3225
Errors'+' should be on a new line.3226
Errors'+' should be on a new line.3227
ErrorsLine has trailing spaces.3228
Errors'+' should be on a new line.3229
Errors'+' should be on a new line.3230
Errors'+' should be on a new line.3231
ErrorsLine has trailing spaces.3232
Errors'+' should be on a new line.3233
Errors'+' should be on a new line.3234
Errors'+' should be on a new line.3235
ErrorsLine has trailing spaces.3236
Errors'+' should be on a new line.3237
Errors'+' should be on a new line.3238
Errors'+' should be on a new line.3239
ErrorsLine has trailing spaces.3240
Errors'+' should be on a new line.3241
Errors'+' should be on a new line.3242
Errors'+' should be on a new line.3243
ErrorsLine has trailing spaces.3244
Errors'+' should be on a new line.3245
Errors'+' should be on a new line.3246
Errors'+' should be on a new line.3247
ErrorsLine has trailing spaces.3248
Errors'+' should be on a new line.3249
Errors'+' should be on a new line.3250
Errors'+' should be on a new line.3251
ErrorsLine has trailing spaces.3252
Errors'+' should be on a new line.3253
Errors'+' should be on a new line.3254
Errors'+' should be on a new line.3255
ErrorsLine has trailing spaces.3256
Errors'+' should be on a new line.3257
Errors'+' should be on a new line.3258
Errors'+' should be on a new line.3259
ErrorsLine has trailing spaces.3260
Errors'+' should be on a new line.3261
Errors'+' should be on a new line.3262
Errors'+' should be on a new line.3263
ErrorsLine has trailing spaces.3264
Errors'+' should be on a new line.3265
Errors'+' should be on a new line.3266
Errors'+' should be on a new line.3267
ErrorsLine has trailing spaces.3268
Errors'+' should be on a new line.3269
Errors'+' should be on a new line.3270
Errors'+' should be on a new line.3271
ErrorsLine has trailing spaces.3272
Errors'+' should be on a new line.3273
Errors'+' should be on a new line.3274
Errors'+' should be on a new line.3275
ErrorsLine has trailing spaces.3276
Errors'+' should be on a new line.3277
Errors'+' should be on a new line.3278
Errors'+' should be on a new line.3279
ErrorsLine has trailing spaces.3280
Errors'+' should be on a new line.3281
Errors'+' should be on a new line.3282
Errors'+' should be on a new line.3283
ErrorsLine has trailing spaces.3284
Errors'+' should be on a new line.3285
Errors'+' should be on a new line.3286
Errors'+' should be on a new line.3287
ErrorsLine has trailing spaces.3288
Errors'+' should be on a new line.3289
Errors'+' should be on a new line.3290
Errors'+' should be on a new line.3291
ErrorsLine has trailing spaces.3295
ErrorsLine has trailing spaces.3296
ErrorsLine has trailing spaces.3299

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/ItemCategoryEnd.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine has trailing spaces.34
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.36
ErrorsLine has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine contains a tab character.45
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine has trailing spaces.52
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.62
ErrorsMissing a Javadoc comment.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.77
ErrorsParameter original should be final.82
ErrorsExpected @param tag for 'original'.82
ErrorsLine has trailing spaces.83
ErrorsLine has trailing spaces.86
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.92
ErrorsLine has trailing spaces.94
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.95
ErrorsMissing a Javadoc comment.95
ErrorsLine has trailing spaces.97
ErrorsLine contains a tab character.98
Errors'+' should be on a new line.98
ErrorsLine contains a tab character.99
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.100
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.103
ErrorsMissing a Javadoc comment.103
Errors'+' should be on a new line.104
ErrorsLine has trailing spaces.108
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.112

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/ItemCategoryStart.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.37
ErrorsLine contains a tab character.37
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.42
ErrorsLine contains a tab character.46
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.53
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.63
ErrorsMissing a Javadoc comment.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.78
ErrorsParameter original should be final.83
ErrorsExpected @param tag for 'original'.83
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.87
ErrorsLine is longer than 80 characters.89
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine has trailing spaces.93
ErrorsLine has trailing spaces.95
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.96
ErrorsMissing a Javadoc comment.96
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.99
Errors'+' should be on a new line.99
ErrorsLine contains a tab character.100
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.104
ErrorsMissing a Javadoc comment.104
Errors'+' should be on a new line.105
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.110
ErrorsLine has trailing spaces.113

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/ItemListEnd.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine has trailing spaces.34
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.36
ErrorsLine has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine contains a tab character.45
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine has trailing spaces.52
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.62
ErrorsMissing a Javadoc comment.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.77
ErrorsParameter original should be final.82
ErrorsExpected @param tag for 'original'.82
ErrorsLine has trailing spaces.83
ErrorsLine has trailing spaces.86
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.92
ErrorsLine has trailing spaces.94
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.95
ErrorsMissing a Javadoc comment.95
ErrorsLine has trailing spaces.97
ErrorsLine contains a tab character.98
Errors'+' should be on a new line.98
ErrorsLine contains a tab character.99
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.100
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.103
ErrorsMissing a Javadoc comment.103
Errors'+' should be on a new line.104
ErrorsLine has trailing spaces.108
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.112

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/ItemListStart.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.40
ErrorsLine has trailing spaces.42
ErrorsLine contains a tab character.46
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.53
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.63
ErrorsMissing a Javadoc comment.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.78
ErrorsParameter original should be final.83
ErrorsExpected @param tag for 'original'.83
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.87
ErrorsLine is longer than 80 characters.89
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine has trailing spaces.93
ErrorsLine has trailing spaces.95
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.96
ErrorsMissing a Javadoc comment.96
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.99
Errors'+' should be on a new line.99
ErrorsLine contains a tab character.100
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.104
ErrorsMissing a Javadoc comment.104
Errors'+' should be on a new line.105
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.110
ErrorsLine has trailing spaces.113

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/ItemPickedUp.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine has trailing spaces.34
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 has trailing spaces.36
ErrorsLine contains a tab character.36
ErrorsLine has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.46
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine has trailing spaces.52
ErrorsLine has trailing spaces.53
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 has trailing spaces.57
ErrorsLine is longer than 80 characters.58
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsLine is longer than 80 characters.63
ErrorsLine contains a tab character.63
ErrorsLine is longer than 80 characters.64
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.67
ErrorsLine is longer than 80 characters.68
ErrorsLine contains a tab character.68
ErrorsLine is longer than 80 characters.69
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine is longer than 80 characters.72
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.77
ErrorsLine has trailing spaces.78
ErrorsLine is longer than 80 characters.78
ErrorsLine contains a tab character.78
ErrorsLine has trailing spaces.79
ErrorsLine contains a tab character.79
ErrorsLine has trailing spaces.80
ErrorsLine is longer than 80 characters.81
ErrorsLine contains a tab character.81
ErrorsLine has trailing spaces.82
ErrorsLine contains a tab character.82
ErrorsMore than 7 parameters.84
ErrorsLine is longer than 80 characters.85
ErrorsParameter Id should be final.85
Errors'Id' hides a field.85
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.85
ErrorsParameter InventoryId should be final.85
Errors'InventoryId' hides a field.85
ErrorsName 'InventoryId' must match pattern '^[a-z][a-zA-Z0-9]*$'.85
ErrorsParameter Location should be final.85
Errors'Location' hides a field.85
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.85
ErrorsParameter Amount should be final.85
Errors'Amount' hides a field.85
ErrorsName 'Amount' must match pattern '^[a-z][a-zA-Z0-9]*$'.85
ErrorsParameter AmountSec should be final.85
Errors'AmountSec' hides a field.85
ErrorsName 'AmountSec' must match pattern '^[a-z][a-zA-Z0-9]*$'.85
ErrorsParameter Type should be final.85
Errors'Type' hides a field.85
ErrorsName 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'.85
ErrorsParameter Descriptor should be final.85
Errors'Descriptor' hides a field.85
ErrorsName 'Descriptor' must match pattern '^[a-z][a-zA-Z0-9]*$'.85
ErrorsParameter Dropped should be final.85
Errors'Dropped' hides a field.85
ErrorsName 'Dropped' must match pattern '^[a-z][a-zA-Z0-9]*$'.85
ErrorsLine has trailing spaces.86
ErrorsLine has trailing spaces.88
ErrorsLine has trailing spaces.90
ErrorsLine has trailing spaces.92
ErrorsLine has trailing spaces.94
ErrorsLine has trailing spaces.96
ErrorsLine has trailing spaces.98
ErrorsLine has trailing spaces.100
ErrorsLine has trailing spaces.102
ErrorsLine has trailing spaces.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine is longer than 80 characters.108
ErrorsLine contains a tab character.108
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.112
ErrorsLine has trailing spaces.114
ErrorsLine is longer than 80 characters.115
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.119
ErrorsVariable 'Id' must be private and have accessor methods.119
ErrorsLine contains a tab character.120
ErrorsLine has trailing spaces.122
ErrorsLine has trailing spaces.124
ErrorsLine is longer than 80 characters.125
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsExpected an @return tag.128
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.128
ErrorsLine has trailing spaces.133
ErrorsLine has trailing spaces.135
ErrorsLine has trailing spaces.137
ErrorsLine is longer than 80 characters.138
ErrorsLine contains a tab character.138
ErrorsLine is longer than 80 characters.139
ErrorsLine contains a tab character.139
ErrorsLine is longer than 80 characters.140
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsName 'InventoryId' must match pattern '^[a-z][a-zA-Z0-9]*$'.143
ErrorsVariable 'InventoryId' must be private and have accessor methods.143
ErrorsLine contains a tab character.144
ErrorsLine has trailing spaces.146
ErrorsLine has trailing spaces.148
ErrorsLine is longer than 80 characters.149
ErrorsLine contains a tab character.149
ErrorsLine is longer than 80 characters.150
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
ErrorsExpected an @return tag.153
ErrorsMethod 'getInventoryId' is not designed for extension - needs to be abstract, final or empty.153
ErrorsLine has trailing spaces.158
ErrorsLine has trailing spaces.160
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.164
ErrorsVariable 'Location' must be private and have accessor methods.164
ErrorsLine contains a tab character.165
ErrorsLine has trailing spaces.167
ErrorsExpected an @return tag.170
ErrorsMethod 'getLocation' is not designed for extension - needs to be abstract, final or empty.170
ErrorsLine has trailing spaces.175
ErrorsLine has trailing spaces.177
ErrorsLine has trailing spaces.179
ErrorsLine is longer than 80 characters.180
ErrorsLine contains a tab character.180
ErrorsLine is longer than 80 characters.181
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.182
ErrorsName 'Amount' must match pattern '^[a-z][a-zA-Z0-9]*$'.184
ErrorsVariable 'Amount' must be private and have accessor methods.184
ErrorsLine contains a tab character.185
ErrorsLine has trailing spaces.187
ErrorsLine has trailing spaces.189
ErrorsLine is longer than 80 characters.190
ErrorsLine contains a tab character.190
ErrorsLine is longer than 80 characters.191
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
ErrorsExpected an @return tag.193
ErrorsMethod 'getAmount' is not designed for extension - needs to be abstract, final or empty.193
ErrorsLine has trailing spaces.198
ErrorsLine has trailing spaces.200
ErrorsLine has trailing spaces.202
ErrorsLine is longer than 80 characters.203
ErrorsLine contains a tab character.203
ErrorsLine contains a tab character.204
ErrorsName 'AmountSec' must match pattern '^[a-z][a-zA-Z0-9]*$'.206
ErrorsVariable 'AmountSec' must be private and have accessor methods.206
ErrorsLine contains a tab character.207
ErrorsLine has trailing spaces.209
ErrorsLine has trailing spaces.211
ErrorsLine is longer than 80 characters.212
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.213
ErrorsExpected an @return tag.214
ErrorsMethod 'getAmountSec' is not designed for extension - needs to be abstract, final or empty.214
ErrorsLine has trailing spaces.219
ErrorsLine has trailing spaces.221
ErrorsLine has trailing spaces.223
ErrorsLine contains a tab character.224
ErrorsLine contains a tab character.225
ErrorsName 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'.227
ErrorsVariable 'Type' must be private and have accessor methods.227
ErrorsLine contains a tab character.228
ErrorsLine has trailing spaces.230
ErrorsLine has trailing spaces.232
ErrorsLine contains a tab character.233
ErrorsLine contains a tab character.234
ErrorsExpected an @return tag.235
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.235
ErrorsLine has trailing spaces.240
ErrorsLine has trailing spaces.242
ErrorsLine has trailing spaces.244
ErrorsLine has trailing spaces.245
ErrorsLine is longer than 80 characters.245
ErrorsLine contains a tab character.245
ErrorsLine contains a tab character.246
ErrorsName 'Descriptor' must match pattern '^[a-z][a-zA-Z0-9]*$'.248
ErrorsVariable 'Descriptor' must be private and have accessor methods.248
ErrorsLine contains a tab character.249
ErrorsLine has trailing spaces.251
ErrorsLine has trailing spaces.253
ErrorsLine has trailing spaces.254
ErrorsLine is longer than 80 characters.254
ErrorsLine contains a tab character.254
ErrorsLine contains a tab character.255
ErrorsExpected an @return tag.256
ErrorsMethod 'getDescriptor' is not designed for extension - needs to be abstract, final or empty.256
ErrorsLine has trailing spaces.261
ErrorsLine has trailing spaces.263
ErrorsLine has trailing spaces.265
ErrorsLine is longer than 80 characters.266
ErrorsLine contains a tab character.266
ErrorsLine contains a tab character.267
ErrorsName 'Dropped' must match pattern '^[a-z][a-zA-Z0-9]*$'.269
ErrorsVariable 'Dropped' must be private and have accessor methods.269
ErrorsLine contains a tab character.270
ErrorsLine has trailing spaces.272
ErrorsLine has trailing spaces.274
ErrorsLine is longer than 80 characters.275
ErrorsLine contains a tab character.275
ErrorsLine contains a tab character.276
ErrorsExpected an @return tag.277
ErrorsMethod 'isDropped' is not designed for extension - needs to be abstract, final or empty.277
ErrorsLine has trailing spaces.282
ErrorsLine has trailing spaces.284
ErrorsLine contains a tab character.289
ErrorsLine has trailing spaces.290
ErrorsLine contains a tab character.290
ErrorsLine contains a tab character.291
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.291
ErrorsMissing a Javadoc comment.291
ErrorsLine contains a tab character.292
ErrorsLine contains a tab character.293
ErrorsLine contains a tab character.294
ErrorsLine has trailing spaces.295
ErrorsLine contains a tab character.295
ErrorsLine contains a tab character.298
ErrorsLine contains a tab character.300
ErrorsLine has trailing spaces.301
ErrorsLine contains a tab character.301
ErrorsLine contains a tab character.302
ErrorsLine has trailing spaces.306
ErrorsParameter original should be final.311
ErrorsExpected @param tag for 'original'.311
ErrorsLine has trailing spaces.312
Errors'=' is not preceded with whitespace.313
Errors'=' is not followed by whitespace.313
ErrorsLine has trailing spaces.314
Errors'=' is not preceded with whitespace.315
Errors'=' is not followed by whitespace.315
ErrorsLine has trailing spaces.316
Errors'=' is not preceded with whitespace.317
Errors'=' is not followed by whitespace.317
ErrorsLine has trailing spaces.318
Errors'=' is not preceded with whitespace.319
Errors'=' is not followed by whitespace.319
ErrorsLine has trailing spaces.320
Errors'=' is not preceded with whitespace.321
Errors'=' is not followed by whitespace.321
ErrorsLine has trailing spaces.322
Errors'=' is not preceded with whitespace.323
Errors'=' is not followed by whitespace.323
ErrorsLine has trailing spaces.324
Errors'=' is not preceded with whitespace.325
Errors'=' is not followed by whitespace.325
ErrorsLine has trailing spaces.326
Errors'=' is not preceded with whitespace.327
Errors'=' is not followed by whitespace.327
ErrorsLine has trailing spaces.328
ErrorsLine has trailing spaces.331
ErrorsLine is longer than 80 characters.333
ErrorsLine contains a tab character.335
ErrorsLine contains a tab character.336
ErrorsLine has trailing spaces.337
ErrorsLine has trailing spaces.339
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.340
ErrorsMissing a Javadoc comment.340
ErrorsLine has trailing spaces.342
ErrorsLine contains a tab character.343
Errors'+' should be on a new line.343
ErrorsLine has trailing spaces.344
ErrorsLine contains a tab character.344
ErrorsLine contains a tab character.345
Errors'+' should be on a new line.345
ErrorsLine contains a tab character.346
Errors'+' should be on a new line.346
ErrorsLine has trailing spaces.347
ErrorsLine contains a tab character.347
ErrorsLine contains a tab character.348
Errors'+' should be on a new line.348
ErrorsLine is longer than 80 characters.349
ErrorsLine contains a tab character.349
Errors'+' should be on a new line.349
ErrorsLine has trailing spaces.350
ErrorsLine contains a tab character.350
ErrorsLine contains a tab character.351
Errors'+' should be on a new line.351
ErrorsLine is longer than 80 characters.352
ErrorsLine contains a tab character.352
Errors'+' should be on a new line.352
ErrorsLine has trailing spaces.353
ErrorsLine contains a tab character.353
ErrorsLine contains a tab character.354
Errors'+' should be on a new line.354
ErrorsLine contains a tab character.355
Errors'+' should be on a new line.355
ErrorsLine has trailing spaces.356
ErrorsLine contains a tab character.356
ErrorsLine contains a tab character.357
Errors'+' should be on a new line.357
ErrorsLine is longer than 80 characters.358
ErrorsLine contains a tab character.358
Errors'+' should be on a new line.358
ErrorsLine has trailing spaces.359
ErrorsLine contains a tab character.359
ErrorsLine contains a tab character.360
Errors'+' should be on a new line.360
ErrorsLine contains a tab character.361
Errors'+' should be on a new line.361
ErrorsLine has trailing spaces.362
ErrorsLine contains a tab character.362
ErrorsLine contains a tab character.363
Errors'+' should be on a new line.363
ErrorsLine contains a tab character.364
Errors'+' should be on a new line.364
ErrorsLine contains a tab character.365
ErrorsLine has trailing spaces.366
ErrorsLine contains a tab character.366
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.369
ErrorsMissing a Javadoc comment.369
Errors'+' should be on a new line.370
ErrorsLine has trailing spaces.371
Errors'+' should be on a new line.372
Errors'+' should be on a new line.373
Errors'+' should be on a new line.374
ErrorsLine has trailing spaces.375
Errors'+' should be on a new line.376
Errors'+' should be on a new line.377
Errors'+' should be on a new line.378
ErrorsLine has trailing spaces.379
Errors'+' should be on a new line.380
Errors'+' should be on a new line.381
Errors'+' should be on a new line.382
ErrorsLine has trailing spaces.383
Errors'+' should be on a new line.384
Errors'+' should be on a new line.385
Errors'+' should be on a new line.386
ErrorsLine has trailing spaces.387
Errors'+' should be on a new line.388
Errors'+' should be on a new line.389
Errors'+' should be on a new line.390
ErrorsLine has trailing spaces.391
Errors'+' should be on a new line.392
Errors'+' should be on a new line.393
Errors'+' should be on a new line.394
ErrorsLine has trailing spaces.395
Errors'+' should be on a new line.396
Errors'+' should be on a new line.397
Errors'+' should be on a new line.398
ErrorsLine has trailing spaces.399
Errors'+' should be on a new line.400
Errors'+' should be on a new line.401
Errors'+' should be on a new line.402
ErrorsLine has trailing spaces.406
ErrorsLine has trailing spaces.407
ErrorsLine has trailing spaces.410

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/JumpPerformed.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.45
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.56
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.57
ErrorsParameter DoubleJump should be final.60
Errors'DoubleJump' hides a field.60
ErrorsName 'DoubleJump' must match pattern '^[a-z][a-zA-Z0-9]*$'.60
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.63
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine has trailing spaces.73
ErrorsLine has trailing spaces.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsName 'DoubleJump' must match pattern '^[a-z][a-zA-Z0-9]*$'.79
ErrorsVariable 'DoubleJump' must be private and have accessor methods.79
ErrorsLine contains a tab character.80
ErrorsLine has trailing spaces.82
ErrorsLine has trailing spaces.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsExpected an @return tag.87
ErrorsMethod 'isDoubleJump' is not designed for extension - needs to be abstract, final or empty.87
ErrorsLine has trailing spaces.92
ErrorsLine has trailing spaces.94
ErrorsLine contains a tab character.99
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.101
ErrorsMissing a Javadoc comment.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine has trailing spaces.105
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.110
ErrorsLine has trailing spaces.111
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsLine has trailing spaces.116
ErrorsParameter original should be final.121
ErrorsExpected @param tag for 'original'.121
ErrorsLine has trailing spaces.122
Errors'=' is not preceded with whitespace.123
Errors'=' is not followed by whitespace.123
ErrorsLine has trailing spaces.124
ErrorsLine has trailing spaces.127
ErrorsLine is longer than 80 characters.129
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsLine has trailing spaces.133
ErrorsLine has trailing spaces.135
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.136
ErrorsMissing a Javadoc comment.136
ErrorsLine has trailing spaces.138
ErrorsLine contains a tab character.139
Errors'+' should be on a new line.139
ErrorsLine has trailing spaces.140
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
Errors'+' should be on a new line.141
ErrorsLine is longer than 80 characters.142
ErrorsLine contains a tab character.142
Errors'+' should be on a new line.142
ErrorsLine contains a tab character.143
ErrorsLine has trailing spaces.144
ErrorsLine contains a tab character.144
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.147
ErrorsMissing a Javadoc comment.147
Errors'+' should be on a new line.148
ErrorsLine has trailing spaces.149
Errors'+' should be on a new line.150
Errors'+' should be on a new line.151
Errors'+' should be on a new line.152
ErrorsLine has trailing spaces.156
ErrorsLine has trailing spaces.157
ErrorsLine has trailing spaces.160

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/KeyEvent.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine has trailing spaces.34
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.45
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.51
ErrorsLine has trailing spaces.52
ErrorsLine is longer than 80 characters.52
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.56
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.63
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine is longer than 80 characters.65
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine is longer than 80 characters.68
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine is longer than 80 characters.71
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine is longer than 80 characters.75
ErrorsParameter Player should be final.75
Errors'Player' hides a field.75
ErrorsName 'Player' must match pattern '^[a-z][a-zA-Z0-9]*$'.75
ErrorsParameter PlayerId should be final.75
Errors'PlayerId' hides a field.75
ErrorsName 'PlayerId' must match pattern '^[a-z][a-zA-Z0-9]*$'.75
ErrorsParameter PlayerName should be final.75
Errors'PlayerName' hides a field.75
ErrorsName 'PlayerName' must match pattern '^[a-z][a-zA-Z0-9]*$'.75
ErrorsParameter ViewTarget should be final.75
Errors'ViewTarget' hides a field.75
ErrorsName 'ViewTarget' must match pattern '^[a-z][a-zA-Z0-9]*$'.75
ErrorsParameter Action should be final.75
Errors'Action' hides a field.75
ErrorsName 'Action' must match pattern '^[a-z][a-zA-Z0-9]*$'.75
ErrorsParameter Key should be final.75
Errors'Key' hides a field.75
ErrorsName 'Key' must match pattern '^[a-z][a-zA-Z0-9]*$'.75
ErrorsLine has trailing spaces.76
ErrorsLine has trailing spaces.78
ErrorsLine has trailing spaces.80
ErrorsLine has trailing spaces.82
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.86
ErrorsLine has trailing spaces.88
ErrorsLine has trailing spaces.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine is longer than 80 characters.94
ErrorsLine contains a tab character.94
ErrorsLine has trailing spaces.95
ErrorsLine has trailing spaces.98
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsName 'Player' must match pattern '^[a-z][a-zA-Z0-9]*$'.104
ErrorsVariable 'Player' must be private and have accessor methods.104
ErrorsLine contains a tab character.105
ErrorsLine has trailing spaces.107
ErrorsLine has trailing spaces.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsExpected an @return tag.112
ErrorsMethod 'getPlayer' is not designed for extension - needs to be abstract, final or empty.112
ErrorsLine has trailing spaces.117
ErrorsLine has trailing spaces.119
ErrorsLine has trailing spaces.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsName 'PlayerId' must match pattern '^[a-z][a-zA-Z0-9]*$'.125
ErrorsVariable 'PlayerId' must be private and have accessor methods.125
ErrorsLine contains a tab character.126
ErrorsLine has trailing spaces.128
ErrorsLine has trailing spaces.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsExpected an @return tag.133
ErrorsMethod 'getPlayerId' is not designed for extension - needs to be abstract, final or empty.133
ErrorsLine has trailing spaces.138
ErrorsLine has trailing spaces.140
ErrorsLine has trailing spaces.142
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsName 'PlayerName' must match pattern '^[a-z][a-zA-Z0-9]*$'.146
ErrorsVariable 'PlayerName' must be private and have accessor methods.146
ErrorsLine contains a tab character.147
ErrorsLine has trailing spaces.149
ErrorsLine has trailing spaces.151
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsExpected an @return tag.154
ErrorsMethod 'getPlayerName' is not designed for extension - needs to be abstract, final or empty.154
ErrorsLine has trailing spaces.159
ErrorsLine has trailing spaces.161
ErrorsLine has trailing spaces.163
ErrorsLine is longer than 80 characters.164
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsName 'ViewTarget' must match pattern '^[a-z][a-zA-Z0-9]*$'.167
ErrorsVariable 'ViewTarget' must be private and have accessor methods.167
ErrorsLine contains a tab character.168
ErrorsLine has trailing spaces.170
ErrorsLine has trailing spaces.172
ErrorsLine is longer than 80 characters.173
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsExpected an @return tag.175
ErrorsMethod 'getViewTarget' is not designed for extension - needs to be abstract, final or empty.175
ErrorsLine has trailing spaces.180
ErrorsLine has trailing spaces.182
ErrorsLine has trailing spaces.184
ErrorsLine is longer than 80 characters.185
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
ErrorsName 'Action' must match pattern '^[a-z][a-zA-Z0-9]*$'.188
ErrorsVariable 'Action' must be private and have accessor methods.188
ErrorsLine contains a tab character.189
ErrorsLine has trailing spaces.191
ErrorsLine has trailing spaces.193
ErrorsLine is longer than 80 characters.194
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.195
ErrorsExpected an @return tag.196
ErrorsMethod 'getAction' is not designed for extension - needs to be abstract, final or empty.196
ErrorsLine has trailing spaces.201
ErrorsLine has trailing spaces.203
ErrorsLine has trailing spaces.205
ErrorsLine is longer than 80 characters.206
ErrorsLine contains a tab character.206
ErrorsLine contains a tab character.207
ErrorsName 'Key' must match pattern '^[a-z][a-zA-Z0-9]*$'.209
ErrorsVariable 'Key' must be private and have accessor methods.209
ErrorsLine contains a tab character.210
ErrorsLine has trailing spaces.212
ErrorsLine has trailing spaces.214
ErrorsLine is longer than 80 characters.215
ErrorsLine contains a tab character.215
ErrorsLine contains a tab character.216
ErrorsExpected an @return tag.217
ErrorsMethod 'getKey' is not designed for extension - needs to be abstract, final or empty.217
ErrorsLine has trailing spaces.222
ErrorsLine has trailing spaces.224
ErrorsLine contains a tab character.229
ErrorsLine has trailing spaces.230
ErrorsLine contains a tab character.230
ErrorsLine contains a tab character.231
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.231
ErrorsMissing a Javadoc comment.231
ErrorsLine contains a tab character.232
ErrorsLine contains a tab character.233
ErrorsLine contains a tab character.234
ErrorsLine has trailing spaces.235
ErrorsLine contains a tab character.235
ErrorsLine contains a tab character.238
ErrorsLine contains a tab character.240
ErrorsLine has trailing spaces.241
ErrorsLine contains a tab character.241
ErrorsLine contains a tab character.242
ErrorsLine has trailing spaces.246
ErrorsParameter original should be final.251
ErrorsExpected @param tag for 'original'.251
ErrorsLine has trailing spaces.252
Errors'=' is not preceded with whitespace.253
Errors'=' is not followed by whitespace.253
ErrorsLine has trailing spaces.254
Errors'=' is not preceded with whitespace.255
Errors'=' is not followed by whitespace.255
ErrorsLine has trailing spaces.256
Errors'=' is not preceded with whitespace.257
Errors'=' is not followed by whitespace.257
ErrorsLine has trailing spaces.258
Errors'=' is not preceded with whitespace.259
Errors'=' is not followed by whitespace.259
ErrorsLine has trailing spaces.260
Errors'=' is not preceded with whitespace.261
Errors'=' is not followed by whitespace.261
ErrorsLine has trailing spaces.262
Errors'=' is not preceded with whitespace.263
Errors'=' is not followed by whitespace.263
ErrorsLine has trailing spaces.264
ErrorsLine has trailing spaces.267
ErrorsLine is longer than 80 characters.269
ErrorsLine contains a tab character.271
ErrorsLine contains a tab character.272
ErrorsLine has trailing spaces.273
ErrorsLine has trailing spaces.275
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.276
ErrorsMissing a Javadoc comment.276
ErrorsLine has trailing spaces.278
ErrorsLine contains a tab character.279
Errors'+' should be on a new line.279
ErrorsLine has trailing spaces.280
ErrorsLine contains a tab character.280
ErrorsLine contains a tab character.281
Errors'+' should be on a new line.281
ErrorsLine contains a tab character.282
Errors'+' should be on a new line.282
ErrorsLine has trailing spaces.283
ErrorsLine contains a tab character.283
ErrorsLine contains a tab character.284
Errors'+' should be on a new line.284
ErrorsLine is longer than 80 characters.285
ErrorsLine contains a tab character.285
Errors'+' should be on a new line.285
ErrorsLine has trailing spaces.286
ErrorsLine contains a tab character.286
ErrorsLine contains a tab character.287
Errors'+' should be on a new line.287
ErrorsLine is longer than 80 characters.288
ErrorsLine contains a tab character.288
Errors'+' should be on a new line.288
ErrorsLine has trailing spaces.289
ErrorsLine contains a tab character.289
ErrorsLine contains a tab character.290
Errors'+' should be on a new line.290
ErrorsLine is longer than 80 characters.291
ErrorsLine contains a tab character.291
Errors'+' should be on a new line.291
ErrorsLine has trailing spaces.292
ErrorsLine contains a tab character.292
ErrorsLine contains a tab character.293
Errors'+' should be on a new line.293
ErrorsLine contains a tab character.294
Errors'+' should be on a new line.294
ErrorsLine has trailing spaces.295
ErrorsLine contains a tab character.295
ErrorsLine contains a tab character.296
Errors'+' should be on a new line.296
ErrorsLine contains a tab character.297
Errors'+' should be on a new line.297
ErrorsLine contains a tab character.298
ErrorsLine has trailing spaces.299
ErrorsLine contains a tab character.299
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.302
ErrorsMissing a Javadoc comment.302
Errors'+' should be on a new line.303
ErrorsLine has trailing spaces.304
Errors'+' should be on a new line.305
Errors'+' should be on a new line.306
Errors'+' should be on a new line.307
ErrorsLine has trailing spaces.308
Errors'+' should be on a new line.309
Errors'+' should be on a new line.310
Errors'+' should be on a new line.311
ErrorsLine has trailing spaces.312
Errors'+' should be on a new line.313
Errors'+' should be on a new line.314
Errors'+' should be on a new line.315
ErrorsLine has trailing spaces.316
Errors'+' should be on a new line.317
Errors'+' should be on a new line.318
Errors'+' should be on a new line.319
ErrorsLine has trailing spaces.320
Errors'+' should be on a new line.321
Errors'+' should be on a new line.322
Errors'+' should be on a new line.323
ErrorsLine has trailing spaces.324
Errors'+' should be on a new line.325
Errors'+' should be on a new line.326
Errors'+' should be on a new line.327
ErrorsLine has trailing spaces.331
ErrorsLine has trailing spaces.332
ErrorsLine has trailing spaces.335

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/Landed.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.36
ErrorsLine has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.46
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine has trailing spaces.52
ErrorsLine is longer than 80 characters.53
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.58
ErrorsLine has trailing spaces.59
ErrorsLine contains a tab character.59
ErrorsParameter HitNormal should be final.62
Errors'HitNormal' hides a field.62
ErrorsName 'HitNormal' must match pattern '^[a-z][a-zA-Z0-9]*$'.62
ErrorsLine has trailing spaces.63
ErrorsLine has trailing spaces.65
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine has trailing spaces.75
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsName 'HitNormal' must match pattern '^[a-z][a-zA-Z0-9]*$'.81
ErrorsVariable 'HitNormal' must be private and have accessor methods.81
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsExpected an @return tag.89
ErrorsMethod 'getHitNormal' is not designed for extension - needs to be abstract, final or empty.89
ErrorsLine has trailing spaces.94
ErrorsLine has trailing spaces.96
ErrorsLine contains a tab character.101
ErrorsLine has trailing spaces.102
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.103
ErrorsMissing a Javadoc comment.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine has trailing spaces.107
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.112
ErrorsLine has trailing spaces.113
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsLine has trailing spaces.118
ErrorsParameter original should be final.123
ErrorsExpected @param tag for 'original'.123
ErrorsLine has trailing spaces.124
Errors'=' is not preceded with whitespace.125
Errors'=' is not followed by whitespace.125
ErrorsLine has trailing spaces.126
ErrorsLine has trailing spaces.129
ErrorsLine is longer than 80 characters.131
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsLine has trailing spaces.135
ErrorsLine has trailing spaces.137
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.138
ErrorsMissing a Javadoc comment.138
ErrorsLine has trailing spaces.140
ErrorsLine contains a tab character.141
Errors'+' should be on a new line.141
ErrorsLine has trailing spaces.142
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.143
Errors'+' should be on a new line.143
ErrorsLine is longer than 80 characters.144
ErrorsLine contains a tab character.144
Errors'+' should be on a new line.144
ErrorsLine contains a tab character.145
ErrorsLine has trailing spaces.146
ErrorsLine contains a tab character.146
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.149
ErrorsMissing a Javadoc comment.149
Errors'+' should be on a new line.150
ErrorsLine has trailing spaces.151
Errors'+' should be on a new line.152
Errors'+' should be on a new line.153
Errors'+' should be on a new line.154
ErrorsLine has trailing spaces.158
ErrorsLine has trailing spaces.159
ErrorsLine has trailing spaces.162

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/LockedVehicle.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.37
ErrorsLine contains a tab character.37
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.42
ErrorsLine has trailing spaces.46
ErrorsLine contains a tab character.47
Errors'{' should be on the previous line.49
ErrorsLine has trailing spaces.50
ErrorsLine has trailing spaces.53
ErrorsLine is longer than 80 characters.54
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 contains a tab character.57
ErrorsLine has trailing spaces.59
ErrorsLine is longer than 80 characters.59
ErrorsLine has trailing spaces.60
ErrorsLine is longer than 80 characters.60
ErrorsParameter Id should be final.64
Errors'Id' hides a field.64
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.64
ErrorsParameter Type should be final.64
Errors'Type' hides a field.64
ErrorsName 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'.64
ErrorsParameter Location should be final.64
Errors'Location' hides a field.64
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.64
ErrorsLine has trailing spaces.65
ErrorsLine has trailing spaces.67
ErrorsLine has trailing spaces.69
ErrorsLine has trailing spaces.71
ErrorsLine has trailing spaces.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.78
ErrorsLine has trailing spaces.81
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.85
ErrorsVariable 'Id' must be private and have accessor methods.85
ErrorsLine contains a tab character.86
ErrorsLine has trailing spaces.88
ErrorsExpected an @return tag.91
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.91
ErrorsLine has trailing spaces.96
ErrorsLine has trailing spaces.98
ErrorsName 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'.102
ErrorsVariable 'Type' must be private and have accessor methods.102
ErrorsLine contains a tab character.103
ErrorsLine has trailing spaces.105
ErrorsExpected an @return tag.108
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.108
ErrorsLine has trailing spaces.113
ErrorsLine has trailing spaces.115
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.119
ErrorsVariable 'Location' must be private and have accessor methods.119
ErrorsLine contains a tab character.120
ErrorsLine has trailing spaces.122
ErrorsExpected an @return tag.125
ErrorsMethod 'getLocation' is not designed for extension - needs to be abstract, final or empty.125
ErrorsLine has trailing spaces.130
ErrorsLine has trailing spaces.132
ErrorsLine contains a tab character.137
ErrorsLine has trailing spaces.138
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.139
ErrorsMissing a Javadoc comment.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsLine has trailing spaces.143
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.148
ErrorsLine has trailing spaces.149
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine has trailing spaces.154
ErrorsParameter original should be final.159
ErrorsExpected @param tag for 'original'.159
ErrorsLine has trailing spaces.160
Errors'=' is not preceded with whitespace.161
Errors'=' is not followed by whitespace.161
ErrorsLine has trailing spaces.162
Errors'=' is not preceded with whitespace.163
Errors'=' is not followed by whitespace.163
ErrorsLine has trailing spaces.164
Errors'=' is not preceded with whitespace.165
Errors'=' is not followed by whitespace.165
ErrorsLine has trailing spaces.166
ErrorsLine has trailing spaces.169
ErrorsLine is longer than 80 characters.171
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsLine has trailing spaces.175
ErrorsLine has trailing spaces.177
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.178
ErrorsMissing a Javadoc comment.178
ErrorsLine has trailing spaces.180
ErrorsLine contains a tab character.181
Errors'+' should be on a new line.181
ErrorsLine has trailing spaces.182
ErrorsLine contains a tab character.182
ErrorsLine contains a tab character.183
Errors'+' should be on a new line.183
ErrorsLine contains a tab character.184
Errors'+' should be on a new line.184
ErrorsLine has trailing spaces.185
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
Errors'+' should be on a new line.186
ErrorsLine contains a tab character.187
Errors'+' should be on a new line.187
ErrorsLine has trailing spaces.188
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.189
Errors'+' should be on a new line.189
ErrorsLine is longer than 80 characters.190
ErrorsLine contains a tab character.190
Errors'+' should be on a new line.190
ErrorsLine contains a tab character.191
ErrorsLine has trailing spaces.192
ErrorsLine contains a tab character.192
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.195
ErrorsMissing a Javadoc comment.195
Errors'+' should be on a new line.196
ErrorsLine has trailing spaces.197
Errors'+' should be on a new line.198
Errors'+' should be on a new line.199
Errors'+' should be on a new line.200
ErrorsLine has trailing spaces.201
Errors'+' should be on a new line.202
Errors'+' should be on a new line.203
Errors'+' should be on a new line.204
ErrorsLine has trailing spaces.205
Errors'+' should be on a new line.206
Errors'+' should be on a new line.207
Errors'+' should be on a new line.208
ErrorsLine has trailing spaces.212
ErrorsLine has trailing spaces.213
ErrorsLine has trailing spaces.216

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/LostChild.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.36
ErrorsLine has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.46
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.53
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.63
ErrorsMissing a Javadoc comment.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.78
ErrorsParameter original should be final.83
ErrorsExpected @param tag for 'original'.83
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.87
ErrorsLine is longer than 80 characters.89
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine has trailing spaces.93
ErrorsLine has trailing spaces.95
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.96
ErrorsMissing a Javadoc comment.96
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.99
Errors'+' should be on a new line.99
ErrorsLine contains a tab character.100
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.104
ErrorsMissing a Javadoc comment.104
Errors'+' should be on a new line.105
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.110
ErrorsLine has trailing spaces.113

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/LostInventory.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.46
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsParameter Id should be final.60
Errors'Id' hides a field.60
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.60
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.63
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine has trailing spaces.73
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.77
ErrorsVariable 'Id' must be private and have accessor methods.77
ErrorsLine contains a tab character.78
ErrorsLine has trailing spaces.80
ErrorsExpected an @return tag.83
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.83
ErrorsLine has trailing spaces.88
ErrorsLine has trailing spaces.90
ErrorsLine contains a tab character.95
ErrorsLine has trailing spaces.96
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.97
ErrorsMissing a Javadoc comment.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.106
ErrorsLine has trailing spaces.107
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine has trailing spaces.112
ErrorsParameter original should be final.117
ErrorsExpected @param tag for 'original'.117
ErrorsLine has trailing spaces.118
Errors'=' is not preceded with whitespace.119
Errors'=' is not followed by whitespace.119
ErrorsLine has trailing spaces.120
ErrorsLine has trailing spaces.123
ErrorsLine is longer than 80 characters.125
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine has trailing spaces.129
ErrorsLine has trailing spaces.131
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.132
ErrorsMissing a Javadoc comment.132
ErrorsLine has trailing spaces.134
ErrorsLine contains a tab character.135
Errors'+' should be on a new line.135
ErrorsLine has trailing spaces.136
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
Errors'+' should be on a new line.137
ErrorsLine contains a tab character.138
Errors'+' should be on a new line.138
ErrorsLine contains a tab character.139
ErrorsLine has trailing spaces.140
ErrorsLine contains a tab character.140
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.143
ErrorsMissing a Javadoc comment.143
Errors'+' should be on a new line.144
ErrorsLine has trailing spaces.145
Errors'+' should be on a new line.146
Errors'+' should be on a new line.147
Errors'+' should be on a new line.148
ErrorsLine has trailing spaces.152
ErrorsLine has trailing spaces.153
ErrorsLine has trailing spaces.156

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/MapChange.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.46
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsParameter MapName should be final.60
Errors'MapName' hides a field.60
ErrorsName 'MapName' must match pattern '^[a-z][a-zA-Z0-9]*$'.60
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.63
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine has trailing spaces.73
ErrorsName 'MapName' must match pattern '^[a-z][a-zA-Z0-9]*$'.77
ErrorsVariable 'MapName' must be private and have accessor methods.77
ErrorsLine contains a tab character.78
ErrorsLine has trailing spaces.80
ErrorsExpected an @return tag.83
ErrorsMethod 'getMapName' is not designed for extension - needs to be abstract, final or empty.83
ErrorsLine has trailing spaces.88
ErrorsLine has trailing spaces.90
ErrorsLine contains a tab character.95
ErrorsLine has trailing spaces.96
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.97
ErrorsMissing a Javadoc comment.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.106
ErrorsLine has trailing spaces.107
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine has trailing spaces.112
ErrorsParameter original should be final.117
ErrorsExpected @param tag for 'original'.117
ErrorsLine has trailing spaces.118
Errors'=' is not preceded with whitespace.119
Errors'=' is not followed by whitespace.119
ErrorsLine has trailing spaces.120
ErrorsLine has trailing spaces.123
ErrorsLine is longer than 80 characters.125
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine has trailing spaces.129
ErrorsLine has trailing spaces.131
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.132
ErrorsMissing a Javadoc comment.132
ErrorsLine has trailing spaces.134
ErrorsLine contains a tab character.135
Errors'+' should be on a new line.135
ErrorsLine has trailing spaces.136
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
Errors'+' should be on a new line.137
ErrorsLine contains a tab character.138
Errors'+' should be on a new line.138
ErrorsLine contains a tab character.139
ErrorsLine has trailing spaces.140
ErrorsLine contains a tab character.140
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.143
ErrorsMissing a Javadoc comment.143
Errors'+' should be on a new line.144
ErrorsLine has trailing spaces.145
Errors'+' should be on a new line.146
Errors'+' should be on a new line.147
Errors'+' should be on a new line.148
ErrorsLine has trailing spaces.152
ErrorsLine has trailing spaces.153
ErrorsLine has trailing spaces.156

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/MapFinished.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.40
ErrorsLine has trailing spaces.42
ErrorsLine has trailing spaces.46
ErrorsLine contains a tab character.47
Errors'{' should be on the previous line.49
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.54
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.63
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.64
ErrorsMissing a Javadoc comment.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.74
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.79
ErrorsParameter original should be final.84
ErrorsExpected @param tag for 'original'.84
ErrorsLine has trailing spaces.85
ErrorsLine has trailing spaces.88
ErrorsLine is longer than 80 characters.90
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine has trailing spaces.94
ErrorsLine has trailing spaces.96
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.97
ErrorsMissing a Javadoc comment.97
ErrorsLine has trailing spaces.99
ErrorsLine contains a tab character.100
Errors'+' should be on a new line.100
ErrorsLine contains a tab character.101
ErrorsLine has trailing spaces.102
ErrorsLine contains a tab character.102
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.105
ErrorsMissing a Javadoc comment.105
Errors'+' should be on a new line.106
ErrorsLine has trailing spaces.110
ErrorsLine has trailing spaces.111
ErrorsLine has trailing spaces.114

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/MapList.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.40
ErrorsLine has trailing spaces.42
ErrorsLine is longer than 80 characters.46
ErrorsLine contains a tab character.46
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsParameter Name should be final.63
Errors'Name' hides a field.63
ErrorsName 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'.63
ErrorsLine has trailing spaces.64
ErrorsLine has trailing spaces.66
ErrorsLine has trailing spaces.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 has trailing spaces.76
ErrorsLine has trailing spaces.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsName 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'.82
ErrorsVariable 'Name' must be private and have accessor methods.82
ErrorsLine contains a tab character.83
ErrorsLine has trailing spaces.85
ErrorsLine has trailing spaces.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsExpected an @return tag.90
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.90
ErrorsLine has trailing spaces.95
ErrorsLine has trailing spaces.97
ErrorsLine contains a tab character.102
ErrorsLine has trailing spaces.103
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.104
ErrorsMissing a Javadoc comment.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine has trailing spaces.108
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.113
ErrorsLine has trailing spaces.114
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine has trailing spaces.119
ErrorsParameter original should be final.124
ErrorsExpected @param tag for 'original'.124
ErrorsLine has trailing spaces.125
Errors'=' is not preceded with whitespace.126
Errors'=' is not followed by whitespace.126
ErrorsLine has trailing spaces.127
ErrorsLine has trailing spaces.130
ErrorsLine is longer than 80 characters.132
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsLine has trailing spaces.136
ErrorsLine has trailing spaces.138
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.139
ErrorsMissing a Javadoc comment.139
ErrorsLine has trailing spaces.141
ErrorsLine contains a tab character.142
Errors'+' should be on a new line.142
ErrorsLine has trailing spaces.143
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
Errors'+' should be on a new line.144
ErrorsLine contains a tab character.145
Errors'+' should be on a new line.145
ErrorsLine contains a tab character.146
ErrorsLine has trailing spaces.147
ErrorsLine contains a tab character.147
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.150
ErrorsMissing a Javadoc comment.150
Errors'+' should be on a new line.151
ErrorsLine has trailing spaces.152
Errors'+' should be on a new line.153
Errors'+' should be on a new line.154
Errors'+' should be on a new line.155
ErrorsLine has trailing spaces.159
ErrorsLine has trailing spaces.160
ErrorsLine has trailing spaces.163

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/MapListEnd.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
ErrorsLine contains a tab character.44
Errors'{' should be on the previous line.46
ErrorsLine has trailing spaces.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine has trailing spaces.51
ErrorsLine has trailing spaces.54
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.61
ErrorsMissing a Javadoc comment.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.76
ErrorsParameter original should be final.81
ErrorsExpected @param tag for 'original'.81
ErrorsLine has trailing spaces.82
ErrorsLine has trailing spaces.85
ErrorsLine is longer than 80 characters.87
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine has trailing spaces.91
ErrorsLine has trailing spaces.93
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.94
ErrorsMissing a Javadoc comment.94
ErrorsLine has trailing spaces.96
ErrorsLine contains a tab character.97
Errors'+' should be on a new line.97
ErrorsLine contains a tab character.98
ErrorsLine has trailing spaces.99
ErrorsLine contains a tab character.99
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.102
ErrorsMissing a Javadoc comment.102
Errors'+' should be on a new line.103
ErrorsLine has trailing spaces.107
ErrorsLine has trailing spaces.108
ErrorsLine has trailing spaces.111

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/MapListStart.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine contains a tab character.45
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine has trailing spaces.52
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.62
ErrorsMissing a Javadoc comment.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.77
ErrorsParameter original should be final.82
ErrorsExpected @param tag for 'original'.82
ErrorsLine has trailing spaces.83
ErrorsLine has trailing spaces.86
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.92
ErrorsLine has trailing spaces.94
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.95
ErrorsMissing a Javadoc comment.95
ErrorsLine has trailing spaces.97
ErrorsLine contains a tab character.98
Errors'+' should be on a new line.98
ErrorsLine contains a tab character.99
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.100
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.103
ErrorsMissing a Javadoc comment.103
Errors'+' should be on a new line.104
ErrorsLine has trailing spaces.108
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.112

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/Mover.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.39
ErrorsLine contains a tab character.39
ErrorsLine has trailing spaces.42
ErrorsLine has trailing spaces.44
ErrorsLine has trailing spaces.48
ErrorsLine is longer than 80 characters.49
ErrorsLine contains a tab character.49
Errors'{' should be on the previous line.51
ErrorsLine has trailing spaces.52
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.63
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.65
ErrorsLine is longer than 80 characters.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine is longer than 80 characters.77
ErrorsLine is longer than 80 characters.78
ErrorsLine is longer than 80 characters.82
ErrorsLine has trailing spaces.83
ErrorsLine is longer than 80 characters.83
ErrorsLine has trailing spaces.84
ErrorsLine is longer than 80 characters.84
ErrorsMore than 7 parameters.86
ErrorsLine is longer than 80 characters.87
ErrorsParameter Id should be final.87
Errors'Id' hides a field.87
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.87
ErrorsParameter Location should be final.87
Errors'Location' hides a field.87
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.87
ErrorsParameter Visible should be final.87
Errors'Visible' hides a field.87
ErrorsName 'Visible' must match pattern '^[a-z][a-zA-Z0-9]*$'.87
ErrorsParameter Reachable should be final.87
Errors'Reachable' hides a field.87
ErrorsName 'Reachable' must match pattern '^[a-z][a-zA-Z0-9]*$'.87
ErrorsParameter DamageTrig should be final.87
Errors'DamageTrig' hides a field.87
ErrorsName 'DamageTrig' must match pattern '^[a-z][a-zA-Z0-9]*$'.87
ErrorsParameter Type should be final.87
Errors'Type' hides a field.87
ErrorsName 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'.87
ErrorsParameter IsMoving should be final.87
Errors'IsMoving' hides a field.87
ErrorsName 'IsMoving' must match pattern '^[a-z][a-zA-Z0-9]*$'.87
ErrorsParameter Velocity should be final.87
Errors'Velocity' hides a field.87
ErrorsName 'Velocity' must match pattern '^[a-z][a-zA-Z0-9]*$'.87
ErrorsParameter MoveTime should be final.87
Errors'MoveTime' hides a field.87
ErrorsName 'MoveTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.87
ErrorsParameter OpenTime should be final.87
Errors'OpenTime' hides a field.87
ErrorsName 'OpenTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.87
ErrorsParameter BasePos should be final.87
Errors'BasePos' hides a field.87
ErrorsName 'BasePos' must match pattern '^[a-z][a-zA-Z0-9]*$'.87
ErrorsParameter BaseRot should be final.87
Errors'BaseRot' hides a field.87
ErrorsName 'BaseRot' must match pattern '^[a-z][a-zA-Z0-9]*$'.87
ErrorsParameter DelayTime should be final.87
Errors'DelayTime' hides a field.87
ErrorsName 'DelayTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.87
ErrorsParameter State should be final.87
Errors'State' hides a field.87
ErrorsName 'State' must match pattern '^[a-z][a-zA-Z0-9]*$'.87
ErrorsParameter NavPointMarker should be final.87
Errors'NavPointMarker' hides a field.87
ErrorsName 'NavPointMarker' must match pattern '^[a-z][a-zA-Z0-9]*$'.87
ErrorsLine has trailing spaces.88
ErrorsLine has trailing spaces.90
ErrorsLine has trailing spaces.92
ErrorsLine has trailing spaces.94
ErrorsLine has trailing spaces.96
ErrorsLine has trailing spaces.98
ErrorsLine has trailing spaces.100
ErrorsLine has trailing spaces.102
ErrorsLine has trailing spaces.104
ErrorsLine has trailing spaces.106
ErrorsLine has trailing spaces.108
ErrorsLine has trailing spaces.110
ErrorsLine has trailing spaces.112
ErrorsLine has trailing spaces.114
ErrorsLine has trailing spaces.116
ErrorsLine has trailing spaces.118
ErrorsLine has trailing spaces.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine is longer than 80 characters.124
ErrorsLine contains a tab character.124
ErrorsLine has trailing spaces.125
ErrorsLine has trailing spaces.128
ErrorsLine has trailing spaces.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.134
ErrorsVariable 'Id' must be private and have accessor methods.134
ErrorsLine contains a tab character.135
ErrorsLine has trailing spaces.137
ErrorsLine has trailing spaces.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsExpected an @return tag.142
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.142
ErrorsLine has trailing spaces.147
ErrorsLine has trailing spaces.149
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.153
ErrorsVariable 'Location' must be private and have accessor methods.153
ErrorsLine contains a tab character.154
ErrorsLine has trailing spaces.156
ErrorsExpected an @return tag.159
ErrorsMethod 'getLocation' is not designed for extension - needs to be abstract, final or empty.159
ErrorsLine has trailing spaces.164
ErrorsLine has trailing spaces.166
ErrorsName 'Visible' must match pattern '^[a-z][a-zA-Z0-9]*$'.170
ErrorsVariable 'Visible' must be private and have accessor methods.170
ErrorsLine contains a tab character.171
ErrorsLine has trailing spaces.173
ErrorsExpected an @return tag.176
ErrorsMethod 'isVisible' is not designed for extension - needs to be abstract, final or empty.176
ErrorsLine has trailing spaces.181
ErrorsLine has trailing spaces.183
ErrorsLine has trailing spaces.185
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
ErrorsName 'Reachable' must match pattern '^[a-z][a-zA-Z0-9]*$'.189
ErrorsVariable 'Reachable' must be private and have accessor methods.189
ErrorsLine contains a tab character.190
ErrorsLine has trailing spaces.192
ErrorsLine has trailing spaces.194
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.196
ErrorsExpected an @return tag.197
ErrorsMethod 'isReachable' is not designed for extension - needs to be abstract, final or empty.197
ErrorsLine has trailing spaces.202
ErrorsLine has trailing spaces.204
ErrorsLine has trailing spaces.206
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.208
ErrorsName 'DamageTrig' must match pattern '^[a-z][a-zA-Z0-9]*$'.210
ErrorsVariable 'DamageTrig' must be private and have accessor methods.210
ErrorsLine contains a tab character.211
ErrorsLine has trailing spaces.213
ErrorsLine has trailing spaces.215
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.217
ErrorsExpected an @return tag.218
ErrorsMethod 'isDamageTrig' is not designed for extension - needs to be abstract, final or empty.218
ErrorsLine has trailing spaces.223
ErrorsLine has trailing spaces.225
ErrorsName 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'.229
ErrorsVariable 'Type' must be private and have accessor methods.229
ErrorsLine contains a tab character.230
ErrorsLine has trailing spaces.232
ErrorsExpected an @return tag.235
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.235
ErrorsLine has trailing spaces.240
ErrorsLine has trailing spaces.242
ErrorsName 'IsMoving' must match pattern '^[a-z][a-zA-Z0-9]*$'.246
ErrorsVariable 'IsMoving' must be private and have accessor methods.246
ErrorsLine contains a tab character.247
ErrorsLine has trailing spaces.249
ErrorsExpected an @return tag.252
ErrorsMethod 'isIsMoving' is not designed for extension - needs to be abstract, final or empty.252
ErrorsLine has trailing spaces.257
ErrorsLine has trailing spaces.259
ErrorsName 'Velocity' must match pattern '^[a-z][a-zA-Z0-9]*$'.263
ErrorsVariable 'Velocity' must be private and have accessor methods.263
ErrorsLine contains a tab character.264
ErrorsLine has trailing spaces.266
ErrorsExpected an @return tag.269
ErrorsMethod 'getVelocity' is not designed for extension - needs to be abstract, final or empty.269
ErrorsLine has trailing spaces.274
ErrorsLine has trailing spaces.276
ErrorsName 'MoveTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.280
ErrorsVariable 'MoveTime' must be private and have accessor methods.280
ErrorsLine contains a tab character.281
ErrorsLine has trailing spaces.283
ErrorsExpected an @return tag.286
ErrorsMethod 'getMoveTime' is not designed for extension - needs to be abstract, final or empty.286
ErrorsLine has trailing spaces.291
ErrorsLine has trailing spaces.293
ErrorsLine is longer than 80 characters.295
ErrorsName 'OpenTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.298
ErrorsVariable 'OpenTime' must be private and have accessor methods.298
ErrorsLine contains a tab character.299
ErrorsLine has trailing spaces.301
ErrorsLine is longer than 80 characters.303
ErrorsExpected an @return tag.305
ErrorsMethod 'getOpenTime' is not designed for extension - needs to be abstract, final or empty.305
ErrorsLine has trailing spaces.310
ErrorsLine has trailing spaces.312
ErrorsName 'BasePos' must match pattern '^[a-z][a-zA-Z0-9]*$'.316
ErrorsVariable 'BasePos' must be private and have accessor methods.316
ErrorsLine contains a tab character.317
ErrorsLine has trailing spaces.319
ErrorsExpected an @return tag.322
ErrorsMethod 'getBasePos' is not designed for extension - needs to be abstract, final or empty.322
ErrorsLine has trailing spaces.327
ErrorsLine has trailing spaces.329
ErrorsName 'BaseRot' must match pattern '^[a-z][a-zA-Z0-9]*$'.333
ErrorsVariable 'BaseRot' must be private and have accessor methods.333
ErrorsLine contains a tab character.334
ErrorsLine has trailing spaces.336
ErrorsExpected an @return tag.339
ErrorsMethod 'getBaseRot' is not designed for extension - needs to be abstract, final or empty.339
ErrorsLine has trailing spaces.344
ErrorsLine has trailing spaces.346
ErrorsName 'DelayTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.350
ErrorsVariable 'DelayTime' must be private and have accessor methods.350
ErrorsLine contains a tab character.351
ErrorsLine has trailing spaces.353
ErrorsExpected an @return tag.356
ErrorsMethod 'getDelayTime' is not designed for extension - needs to be abstract, final or empty.356
ErrorsLine has trailing spaces.361
ErrorsLine has trailing spaces.363
ErrorsLine is longer than 80 characters.365
ErrorsName 'State' must match pattern '^[a-z][a-zA-Z0-9]*$'.367
ErrorsVariable 'State' must be private and have accessor methods.367
ErrorsLine contains a tab character.368
ErrorsLine has trailing spaces.370
ErrorsLine is longer than 80 characters.372
ErrorsExpected an @return tag.373
ErrorsMethod 'getState' is not designed for extension - needs to be abstract, final or empty.373
ErrorsLine has trailing spaces.378
ErrorsLine has trailing spaces.380
ErrorsLine is longer than 80 characters.382
ErrorsName 'NavPointMarker' must match pattern '^[a-z][a-zA-Z0-9]*$'.384
ErrorsVariable 'NavPointMarker' must be private and have accessor methods.384
ErrorsLine contains a tab character.385
ErrorsLine has trailing spaces.387
ErrorsLine is longer than 80 characters.389
ErrorsExpected an @return tag.390
ErrorsMethod 'getNavPointMarker' is not designed for extension - needs to be abstract, final or empty.390
ErrorsLine has trailing spaces.395
ErrorsLine has trailing spaces.397
ErrorsLine contains a tab character.402
ErrorsLine has trailing spaces.403
ErrorsLine contains a tab character.403
ErrorsLine is longer than 80 characters.404
ErrorsLine contains a tab character.404
ErrorsMissing a Javadoc comment.404
ErrorsName 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'.404
ErrorsVariable 'Time' must be private and have accessor methods.404
ErrorsLine is longer than 80 characters.406
ErrorsLine contains a tab character.406
ErrorsMethod 'getTime' is not designed for extension - needs to be abstract, final or empty.406
ErrorsMissing a Javadoc comment.406
ErrorsLine contains a tab character.407
ErrorsLine contains a tab character.408
ErrorsLine is longer than 80 characters.410
ErrorsLine contains a tab character.410
ErrorsMethod 'setTime' is not designed for extension - needs to be abstract, final or empty.410
ErrorsMissing a Javadoc comment.410
ErrorsParameter time should be final.410
ErrorsLine is longer than 80 characters.411
ErrorsLine contains a tab character.411
ErrorsLine contains a tab character.412
ErrorsLine is longer than 80 characters.414
ErrorsLine contains a tab character.414
ErrorsMethod 'getLastSeenTime' is not designed for extension - needs to be abstract, final or empty.414
ErrorsMissing a Javadoc comment.414
ErrorsLine contains a tab character.415
ErrorsLine contains a tab character.416
ErrorsLine has trailing spaces.417
ErrorsLine contains a tab character.417
ErrorsLine has trailing spaces.418
ErrorsLine contains a tab character.418
ErrorsLine contains a tab character.419
ErrorsMethod 'getLocal' is not designed for extension - needs to be abstract, final or empty.419
ErrorsMissing a Javadoc comment.419
ErrorsLine contains a tab character.420
ErrorsLine contains a tab character.421
ErrorsLine has trailing spaces.422
ErrorsLine contains a tab character.422
ErrorsLine contains a tab character.423
ErrorsMethod 'getShared' is not designed for extension - needs to be abstract, final or empty.423
ErrorsMissing a Javadoc comment.423
ErrorsLine contains a tab character.424
ErrorsLine contains a tab character.425
ErrorsLine has trailing spaces.426
ErrorsLine contains a tab character.426
ErrorsLine contains a tab character.427
ErrorsMethod 'getStatic' is not designed for extension - needs to be abstract, final or empty.427
ErrorsMissing a Javadoc comment.427
ErrorsLine contains a tab character.428
ErrorsLine contains a tab character.429
ErrorsLine has trailing spaces.430
ErrorsLine contains a tab character.430
ErrorsLine contains a tab character.431
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.431
ErrorsLine contains a tab character.432
ErrorsLine contains a tab character.433
Errors'cast' is not followed by whitespace.433
ErrorsLine contains a tab character.434
ErrorsLine contains a tab character.436
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.436
ErrorsMissing a Javadoc comment.436
ErrorsParameter obj should be final.436
Errors'if' construct must use '{}'s.437
ErrorsLine contains a tab character.437
ErrorsLine contains a tab character.438
Errors'cast' is not followed by whitespace.438
Errors'if' construct must use '{}'s.439
ErrorsLine is longer than 80 characters.439
ErrorsLine contains a tab character.439
Errors'else' construct must use '{}'s.440
ErrorsLine contains a tab character.440
ErrorsLine contains a tab character.441
ErrorsLine contains a tab character.443
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.443
ErrorsMissing a Javadoc comment.443
Errors'if' construct must use '{}'s.444
ErrorsLine contains a tab character.444
ErrorsLine contains a tab character.445
ErrorsLine contains a tab character.446
ErrorsLine has trailing spaces.448
ErrorsLine contains a tab character.448
ErrorsLine contains a tab character.451
ErrorsLine contains a tab character.453
ErrorsLine has trailing spaces.454
ErrorsLine contains a tab character.454
ErrorsLine contains a tab character.455
ErrorsLine has trailing spaces.459
ErrorsParameter original should be final.464
ErrorsExpected @param tag for 'original'.464
ErrorsLine has trailing spaces.465
Errors'=' is not preceded with whitespace.466
Errors'=' is not followed by whitespace.466
ErrorsLine has trailing spaces.467
Errors'=' is not preceded with whitespace.468
Errors'=' is not followed by whitespace.468
ErrorsLine has trailing spaces.469
Errors'=' is not preceded with whitespace.470
Errors'=' is not followed by whitespace.470
ErrorsLine has trailing spaces.471
Errors'=' is not preceded with whitespace.472
Errors'=' is not followed by whitespace.472
ErrorsLine has trailing spaces.473
Errors'=' is not preceded with whitespace.474
Errors'=' is not followed by whitespace.474
ErrorsLine has trailing spaces.475
Errors'=' is not preceded with whitespace.476
Errors'=' is not followed by whitespace.476
ErrorsLine has trailing spaces.477
Errors'=' is not preceded with whitespace.478
Errors'=' is not followed by whitespace.478
ErrorsLine has trailing spaces.479
Errors'=' is not preceded with whitespace.480
Errors'=' is not followed by whitespace.480
ErrorsLine has trailing spaces.481
Errors'=' is not preceded with whitespace.482
Errors'=' is not followed by whitespace.482
ErrorsLine has trailing spaces.483
Errors'=' is not preceded with whitespace.484
Errors'=' is not followed by whitespace.484
ErrorsLine has trailing spaces.485
Errors'=' is not preceded with whitespace.486
Errors'=' is not followed by whitespace.486
ErrorsLine has trailing spaces.487
Errors'=' is not preceded with whitespace.488
Errors'=' is not followed by whitespace.488
ErrorsLine has trailing spaces.489
Errors'=' is not preceded with whitespace.490
Errors'=' is not followed by whitespace.490
ErrorsLine has trailing spaces.491
Errors'=' is not preceded with whitespace.492
Errors'=' is not followed by whitespace.492
ErrorsLine has trailing spaces.493
Errors'=' is not preceded with whitespace.494
Errors'=' is not followed by whitespace.494
ErrorsLine has trailing spaces.495
ErrorsLine has trailing spaces.498
ErrorsLine is longer than 80 characters.500
ErrorsLine contains a tab character.502
ErrorsLine contains a tab character.503
ErrorsLine has trailing spaces.504
ErrorsLine contains a tab character.506
ErrorsLine contains a tab character.507
ErrorsLine contains a tab character.508
ErrorsLine is longer than 80 characters.509
ErrorsLine contains a tab character.509
ErrorsLine contains a tab character.511
ErrorsMissing a Javadoc comment.511
ErrorsLine contains a tab character.513
ErrorsMissing a Javadoc comment.513
ErrorsParameter orig should be final.513
Errors'orig' hides a field.513
ErrorsLine contains a tab character.514
ErrorsLine contains a tab character.515
ErrorsLine contains a tab character.517
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.517
ErrorsMissing a Javadoc comment.517
ErrorsLine contains a tab character.518
ErrorsLine contains a tab character.519
ErrorsLine has trailing spaces.520
ErrorsLine contains a tab character.520
ErrorsLine contains a tab character.521
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.521
ErrorsMissing a Javadoc comment.521
ErrorsLine contains a tab character.522
ErrorsLine contains a tab character.523
ErrorsLine is longer than 80 characters.525
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.525
ErrorsMissing a Javadoc comment.525
ErrorsParameter obj should be final.525
ErrorsLine is longer than 80 characters.527
ErrorsLine is longer than 80 characters.530
Errors'cast' is not followed by whitespace.533
ErrorsLine is longer than 80 characters.535
ErrorsLine contains a tab character.535
ErrorsLine is longer than 80 characters.536
ErrorsLine contains a tab character.536
ErrorsLine contains a tab character.537
ErrorsLine is longer than 80 characters.538
ErrorsLine contains a tab character.538
ErrorsLine contains a tab character.539
ErrorsMethod 'getObject' is not designed for extension - needs to be abstract, final or empty.542
ErrorsMissing a Javadoc comment.542
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.546
ErrorsMissing a Javadoc comment.546
ErrorsLine is longer than 80 characters.547
ErrorsLine contains a tab character.550
ErrorsLine contains a tab character.552
ErrorsLine is longer than 80 characters.553
ErrorsLine contains a tab character.553
ErrorsLine contains a tab character.554
ErrorsLine contains a tab character.555
ErrorsParameter Original should be final.555
ErrorsExpected @param tag for 'Original'.555
ErrorsName 'Original' must match pattern '^[a-z][a-zA-Z0-9]*$'.555
ErrorsParameter Visible should be final.555
Errors'Visible' hides a field.555
ErrorsExpected @param tag for 'Visible'.555
ErrorsName 'Visible' must match pattern '^[a-z][a-zA-Z0-9]*$'.555
ErrorsLine contains a tab character.556
ErrorsLine contains a tab character.557
ErrorsLine contains a tab character.558
ErrorsLine is longer than 80 characters.560
ErrorsLine contains a tab character.560
ErrorsMethod 'createDisappearEvent' is not designed for extension - needs to be abstract, final or empty.560
ErrorsMissing a Javadoc comment.560
ErrorsLine contains a tab character.561
ErrorsLine contains a tab character.562
ErrorsLine has trailing spaces.563
ErrorsLine contains a tab character.563
ErrorsLine contains a tab character.565
ErrorsLine is longer than 80 characters.566
ErrorsLine contains a tab character.566
ErrorsLine contains a tab character.567
ErrorsLine contains a tab character.568
ErrorsLine contains a tab character.570
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.570
ErrorsMissing a Javadoc comment.570
ErrorsParameter obj should be final.570
ErrorsLine contains a tab character.571
Errors'if' is not followed by whitespace.571
ErrorsLine contains a tab character.572
ErrorsLine is longer than 80 characters.573
ErrorsLine contains a tab character.573
ErrorsLine contains a tab character.574
ErrorsLine contains a tab character.575
ErrorsLine contains a tab character.576
ErrorsLine contains a tab character.577
Errors'cast' is not followed by whitespace.577
ErrorsLine contains a tab character.579
ErrorsLine has trailing spaces.581
ErrorsLine contains a tab character.581
ErrorsLine is longer than 80 characters.583
ErrorsLine contains a tab character.583
Errors'=' is not preceded with whitespace.583
Errors'=' is not followed by whitespace.583
ErrorsLine contains a tab character.584
ErrorsLine contains a tab character.585
ErrorsLine has trailing spaces.586
ErrorsLine is longer than 80 characters.587
ErrorsLine contains a tab character.587
ErrorsLine contains a tab character.588
Errors'=' is not preceded with whitespace.588
Errors'=' is not followed by whitespace.588
ErrorsLine contains a tab character.589
ErrorsLine contains a tab character.590
ErrorsLine has trailing spaces.591
ErrorsLine contains a tab character.591
ErrorsLine is longer than 80 characters.592
ErrorsLine contains a tab character.592
ErrorsLine is longer than 80 characters.593
ErrorsLine contains a tab character.593
Errors'=' is not preceded with whitespace.593
Errors'=' is not followed by whitespace.593
ErrorsLine contains a tab character.594
ErrorsLine contains a tab character.595
ErrorsLine has trailing spaces.596
ErrorsLine contains a tab character.596
ErrorsLine is longer than 80 characters.597
ErrorsLine contains a tab character.597
ErrorsLine contains a tab character.598
Errors'=' is not preceded with whitespace.598
Errors'=' is not followed by whitespace.598
ErrorsLine contains a tab character.599
ErrorsLine contains a tab character.600
ErrorsLine has trailing spaces.601
ErrorsLine contains a tab character.601
ErrorsLine is longer than 80 characters.603
ErrorsLine contains a tab character.603
Errors'=' is not preceded with whitespace.603
Errors'=' is not followed by whitespace.603
ErrorsLine contains a tab character.604
ErrorsLine contains a tab character.605
ErrorsLine has trailing spaces.606
ErrorsLine is longer than 80 characters.607
ErrorsLine contains a tab character.607
ErrorsLine contains a tab character.608
Errors'=' is not preceded with whitespace.608
Errors'=' is not followed by whitespace.608
ErrorsLine contains a tab character.609
ErrorsLine contains a tab character.610
ErrorsLine has trailing spaces.611
ErrorsLine contains a tab character.611
ErrorsLine contains a tab character.612
ErrorsLine has trailing spaces.613
ErrorsLine contains a tab character.613
ErrorsLine contains a tab character.615
ErrorsLine is longer than 80 characters.616
ErrorsLine contains a tab character.616
ErrorsLine contains a tab character.617
ErrorsLine is longer than 80 characters.618
ErrorsLine contains a tab character.618
ErrorsLine contains a tab character.619
ErrorsLine contains a tab character.620
ErrorsLine contains a tab character.622
ErrorsLine is longer than 80 characters.623
ErrorsLine contains a tab character.623
ErrorsLine is longer than 80 characters.624
ErrorsLine contains a tab character.624
ErrorsLine contains a tab character.625
ErrorsExpected an @return tag.626
ErrorsLine contains a tab character.626
ErrorsMethod 'getObject' is not designed for extension - needs to be abstract, final or empty.626
Errors'if' construct must use '{}'s.627
ErrorsLine contains a tab character.627
ErrorsLine contains a tab character.628
ErrorsLine contains a tab character.629
ErrorsLine has trailing spaces.630
ErrorsLine contains a tab character.630
ErrorsLine has trailing spaces.632
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.633
ErrorsMissing a Javadoc comment.633
ErrorsLine has trailing spaces.635
ErrorsLine contains a tab character.636
Errors'+' should be on a new line.636
ErrorsLine has trailing spaces.637
ErrorsLine contains a tab character.637
ErrorsLine contains a tab character.638
Errors'+' should be on a new line.638
ErrorsLine contains a tab character.639
Errors'+' should be on a new line.639
ErrorsLine has trailing spaces.640
ErrorsLine contains a tab character.640
ErrorsLine contains a tab character.641
Errors'+' should be on a new line.641
ErrorsLine is longer than 80 characters.642
ErrorsLine contains a tab character.642
Errors'+' should be on a new line.642
ErrorsLine has trailing spaces.643
ErrorsLine contains a tab character.643
ErrorsLine contains a tab character.644
Errors'+' should be on a new line.644
ErrorsLine contains a tab character.645
Errors'+' should be on a new line.645
ErrorsLine has trailing spaces.646
ErrorsLine contains a tab character.646
ErrorsLine contains a tab character.647
Errors'+' should be on a new line.647
ErrorsLine is longer than 80 characters.648
ErrorsLine contains a tab character.648
Errors'+' should be on a new line.648
ErrorsLine has trailing spaces.649
ErrorsLine contains a tab character.649
ErrorsLine contains a tab character.650
Errors'+' should be on a new line.650
ErrorsLine is longer than 80 characters.651
ErrorsLine contains a tab character.651
Errors'+' should be on a new line.651
ErrorsLine has trailing spaces.652
ErrorsLine contains a tab character.652
ErrorsLine contains a tab character.653
Errors'+' should be on a new line.653
ErrorsLine contains a tab character.654
Errors'+' should be on a new line.654
ErrorsLine has trailing spaces.655
ErrorsLine contains a tab character.655
ErrorsLine contains a tab character.656
Errors'+' should be on a new line.656
ErrorsLine is longer than 80 characters.657
ErrorsLine contains a tab character.657
Errors'+' should be on a new line.657
ErrorsLine has trailing spaces.658
ErrorsLine contains a tab character.658
ErrorsLine contains a tab character.659
Errors'+' should be on a new line.659
ErrorsLine is longer than 80 characters.660
ErrorsLine contains a tab character.660
Errors'+' should be on a new line.660
ErrorsLine has trailing spaces.661
ErrorsLine contains a tab character.661
ErrorsLine contains a tab character.662
Errors'+' should be on a new line.662
ErrorsLine is longer than 80 characters.663
ErrorsLine contains a tab character.663
Errors'+' should be on a new line.663
ErrorsLine has trailing spaces.664
ErrorsLine contains a tab character.664
ErrorsLine contains a tab character.665
Errors'+' should be on a new line.665
ErrorsLine is longer than 80 characters.666
ErrorsLine contains a tab character.666
Errors'+' should be on a new line.666
ErrorsLine has trailing spaces.667
ErrorsLine contains a tab character.667
ErrorsLine contains a tab character.668
Errors'+' should be on a new line.668
ErrorsLine contains a tab character.669
Errors'+' should be on a new line.669
ErrorsLine has trailing spaces.670
ErrorsLine contains a tab character.670
ErrorsLine contains a tab character.671
Errors'+' should be on a new line.671
ErrorsLine contains a tab character.672
Errors'+' should be on a new line.672
ErrorsLine has trailing spaces.673
ErrorsLine contains a tab character.673
ErrorsLine contains a tab character.674
Errors'+' should be on a new line.674
ErrorsLine is longer than 80 characters.675
ErrorsLine contains a tab character.675
Errors'+' should be on a new line.675
ErrorsLine has trailing spaces.676
ErrorsLine contains a tab character.676
ErrorsLine contains a tab character.677
Errors'+' should be on a new line.677
ErrorsLine contains a tab character.678
Errors'+' should be on a new line.678
ErrorsLine has trailing spaces.679
ErrorsLine contains a tab character.679
ErrorsLine contains a tab character.680
Errors'+' should be on a new line.680
ErrorsLine is longer than 80 characters.681
ErrorsLine contains a tab character.681
Errors'+' should be on a new line.681
ErrorsLine contains a tab character.682
ErrorsLine has trailing spaces.683
ErrorsLine contains a tab character.683
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.686
ErrorsMissing a Javadoc comment.686
Errors'+' should be on a new line.687
ErrorsLine has trailing spaces.688
Errors'+' should be on a new line.689
Errors'+' should be on a new line.690
Errors'+' should be on a new line.691
ErrorsLine has trailing spaces.692
Errors'+' should be on a new line.693
Errors'+' should be on a new line.694
Errors'+' should be on a new line.695
ErrorsLine has trailing spaces.696
Errors'+' should be on a new line.697
Errors'+' should be on a new line.698
Errors'+' should be on a new line.699
ErrorsLine has trailing spaces.700
Errors'+' should be on a new line.701
Errors'+' should be on a new line.702
Errors'+' should be on a new line.703
ErrorsLine has trailing spaces.704
Errors'+' should be on a new line.705
Errors'+' should be on a new line.706
Errors'+' should be on a new line.707
ErrorsLine has trailing spaces.708
Errors'+' should be on a new line.709
Errors'+' should be on a new line.710
Errors'+' should be on a new line.711
ErrorsLine has trailing spaces.712
Errors'+' should be on a new line.713
Errors'+' should be on a new line.714
Errors'+' should be on a new line.715
ErrorsLine has trailing spaces.716
Errors'+' should be on a new line.717
Errors'+' should be on a new line.718
Errors'+' should be on a new line.719
ErrorsLine has trailing spaces.720
Errors'+' should be on a new line.721
Errors'+' should be on a new line.722
Errors'+' should be on a new line.723
ErrorsLine has trailing spaces.724
Errors'+' should be on a new line.725
Errors'+' should be on a new line.726
Errors'+' should be on a new line.727
ErrorsLine has trailing spaces.728
Errors'+' should be on a new line.729
Errors'+' should be on a new line.730
Errors'+' should be on a new line.731
ErrorsLine has trailing spaces.732
Errors'+' should be on a new line.733
Errors'+' should be on a new line.734
Errors'+' should be on a new line.735
ErrorsLine has trailing spaces.736
Errors'+' should be on a new line.737
Errors'+' should be on a new line.738
Errors'+' should be on a new line.739
ErrorsLine has trailing spaces.740
Errors'+' should be on a new line.741
Errors'+' should be on a new line.742
Errors'+' should be on a new line.743
ErrorsLine has trailing spaces.744
Errors'+' should be on a new line.745
Errors'+' should be on a new line.746
Errors'+' should be on a new line.747
ErrorsLine has trailing spaces.751
ErrorsLine has trailing spaces.752
ErrorsLine has trailing spaces.755

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/MoverListEnd.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.36
ErrorsLine has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine contains a tab character.45
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine has trailing spaces.52
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.62
ErrorsMissing a Javadoc comment.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.77
ErrorsParameter original should be final.82
ErrorsExpected @param tag for 'original'.82
ErrorsLine has trailing spaces.83
ErrorsLine has trailing spaces.86
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.92
ErrorsLine has trailing spaces.94
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.95
ErrorsMissing a Javadoc comment.95
ErrorsLine has trailing spaces.97
ErrorsLine contains a tab character.98
Errors'+' should be on a new line.98
ErrorsLine contains a tab character.99
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.100
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.103
ErrorsMissing a Javadoc comment.103
Errors'+' should be on a new line.104
ErrorsLine has trailing spaces.108
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.112

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/MoverListStart.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.37
ErrorsLine contains a tab character.37
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.42
ErrorsLine contains a tab character.46
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.53
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.63
ErrorsMissing a Javadoc comment.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.78
ErrorsParameter original should be final.83
ErrorsExpected @param tag for 'original'.83
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.87
ErrorsLine is longer than 80 characters.89
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine has trailing spaces.93
ErrorsLine has trailing spaces.95
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.96
ErrorsMissing a Javadoc comment.96
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.99
Errors'+' should be on a new line.99
ErrorsLine contains a tab character.100
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.104
ErrorsMissing a Javadoc comment.104
Errors'+' should be on a new line.105
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.110
ErrorsLine has trailing spaces.113

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/Mutator.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.40
ErrorsLine has trailing spaces.42
ErrorsLine is longer than 80 characters.46
ErrorsLine contains a tab character.46
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine has trailing spaces.58
ErrorsLine has trailing spaces.59
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.63
ErrorsLine contains a tab character.63
ErrorsParameter Id should be final.66
Errors'Id' hides a field.66
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.66
ErrorsParameter Name should be final.66
Errors'Name' hides a field.66
ErrorsName 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'.66
ErrorsLine has trailing spaces.67
ErrorsLine has trailing spaces.69
ErrorsLine has trailing spaces.71
ErrorsLine has trailing spaces.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.78
ErrorsLine has trailing spaces.81
ErrorsLine has trailing spaces.83
ErrorsLine has trailing spaces.84
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.87
ErrorsVariable 'Id' must be private and have accessor methods.87
ErrorsLine contains a tab character.88
ErrorsLine has trailing spaces.90
ErrorsLine has trailing spaces.92
ErrorsLine has trailing spaces.93
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsExpected an @return tag.95
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.95
ErrorsLine has trailing spaces.100
ErrorsLine has trailing spaces.102
ErrorsLine has trailing spaces.104
ErrorsLine has trailing spaces.105
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsName 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'.108
ErrorsVariable 'Name' must be private and have accessor methods.108
ErrorsLine contains a tab character.109
ErrorsLine has trailing spaces.111
ErrorsLine has trailing spaces.113
ErrorsLine has trailing spaces.114
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsExpected an @return tag.116
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.116
ErrorsLine has trailing spaces.121
ErrorsLine has trailing spaces.123
ErrorsLine contains a tab character.128
ErrorsLine has trailing spaces.129
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.130
ErrorsMissing a Javadoc comment.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
ErrorsLine has trailing spaces.134
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.139
ErrorsLine has trailing spaces.140
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine has trailing spaces.145
ErrorsParameter original should be final.150
ErrorsExpected @param tag for 'original'.150
ErrorsLine has trailing spaces.151
Errors'=' is not preceded with whitespace.152
Errors'=' is not followed by whitespace.152
ErrorsLine has trailing spaces.153
Errors'=' is not preceded with whitespace.154
Errors'=' is not followed by whitespace.154
ErrorsLine has trailing spaces.155
ErrorsLine has trailing spaces.158
ErrorsLine is longer than 80 characters.160
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsLine has trailing spaces.164
ErrorsLine has trailing spaces.166
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.167
ErrorsMissing a Javadoc comment.167
ErrorsLine has trailing spaces.169
ErrorsLine contains a tab character.170
Errors'+' should be on a new line.170
ErrorsLine has trailing spaces.171
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
Errors'+' should be on a new line.172
ErrorsLine contains a tab character.173
Errors'+' should be on a new line.173
ErrorsLine has trailing spaces.174
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.175
Errors'+' should be on a new line.175
ErrorsLine contains a tab character.176
Errors'+' should be on a new line.176
ErrorsLine contains a tab character.177
ErrorsLine has trailing spaces.178
ErrorsLine contains a tab character.178
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.181
ErrorsMissing a Javadoc comment.181
Errors'+' should be on a new line.182
ErrorsLine has trailing spaces.183
Errors'+' should be on a new line.184
Errors'+' should be on a new line.185
Errors'+' should be on a new line.186
ErrorsLine has trailing spaces.187
Errors'+' should be on a new line.188
Errors'+' should be on a new line.189
Errors'+' should be on a new line.190
ErrorsLine has trailing spaces.194
ErrorsLine has trailing spaces.195
ErrorsLine has trailing spaces.198

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/MutatorListEnd.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.36
ErrorsLine has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine contains a tab character.45
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine has trailing spaces.52
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.62
ErrorsMissing a Javadoc comment.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.77
ErrorsParameter original should be final.82
ErrorsExpected @param tag for 'original'.82
ErrorsLine has trailing spaces.83
ErrorsLine has trailing spaces.86
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.92
ErrorsLine has trailing spaces.94
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.95
ErrorsMissing a Javadoc comment.95
ErrorsLine has trailing spaces.97
ErrorsLine contains a tab character.98
Errors'+' should be on a new line.98
ErrorsLine contains a tab character.99
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.100
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.103
ErrorsMissing a Javadoc comment.103
Errors'+' should be on a new line.104
ErrorsLine has trailing spaces.108
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.112

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/MutatorListStart.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
ErrorsLine contains a tab character.44
Errors'{' should be on the previous line.46
ErrorsLine has trailing spaces.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine has trailing spaces.51
ErrorsLine has trailing spaces.54
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.61
ErrorsMissing a Javadoc comment.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.76
ErrorsParameter original should be final.81
ErrorsExpected @param tag for 'original'.81
ErrorsLine has trailing spaces.82
ErrorsLine has trailing spaces.85
ErrorsLine is longer than 80 characters.87
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine has trailing spaces.91
ErrorsLine has trailing spaces.93
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.94
ErrorsMissing a Javadoc comment.94
ErrorsLine has trailing spaces.96
ErrorsLine contains a tab character.97
Errors'+' should be on a new line.97
ErrorsLine contains a tab character.98
ErrorsLine has trailing spaces.99
ErrorsLine contains a tab character.99
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.102
ErrorsMissing a Javadoc comment.102
Errors'+' should be on a new line.103
ErrorsLine has trailing spaces.107
ErrorsLine has trailing spaces.108
ErrorsLine has trailing spaces.111

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/MyInventory.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.45
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.55
ErrorsLine is longer than 80 characters.56
ErrorsLine contains a tab character.56
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.58
ErrorsLine is longer than 80 characters.59
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.63
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine is longer than 80 characters.65
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine is longer than 80 characters.71
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine is longer than 80 characters.75
ErrorsParameter Id should be final.75
Errors'Id' hides a field.75
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.75
ErrorsParameter CurrentAmmo should be final.75
Errors'CurrentAmmo' hides a field.75
ErrorsName 'CurrentAmmo' must match pattern '^[a-z][a-zA-Z0-9]*$'.75
ErrorsParameter CurrentAltAmmo should be final.75
Errors'CurrentAltAmmo' hides a field.75
ErrorsName 'CurrentAltAmmo' must match pattern '^[a-z][a-zA-Z0-9]*$'.75
ErrorsParameter Amount should be final.75
Errors'Amount' hides a field.75
ErrorsName 'Amount' must match pattern '^[a-z][a-zA-Z0-9]*$'.75
ErrorsParameter Type should be final.75
Errors'Type' hides a field.75
ErrorsName 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'.75
ErrorsParameter Descriptor should be final.75
Errors'Descriptor' hides a field.75
ErrorsName 'Descriptor' must match pattern '^[a-z][a-zA-Z0-9]*$'.75
ErrorsLine has trailing spaces.76
ErrorsLine has trailing spaces.78
ErrorsLine has trailing spaces.80
ErrorsLine has trailing spaces.82
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.86
ErrorsLine has trailing spaces.88
ErrorsLine has trailing spaces.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine is longer than 80 characters.94
ErrorsLine contains a tab character.94
ErrorsLine has trailing spaces.95
ErrorsLine has trailing spaces.98
ErrorsLine has trailing spaces.100
ErrorsLine is longer than 80 characters.101
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.104
ErrorsVariable 'Id' must be private and have accessor methods.104
ErrorsLine contains a tab character.105
ErrorsLine has trailing spaces.107
ErrorsLine has trailing spaces.109
ErrorsLine is longer than 80 characters.110
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsExpected an @return tag.112
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.112
ErrorsLine has trailing spaces.117
ErrorsLine has trailing spaces.119
ErrorsLine has trailing spaces.121
ErrorsLine is longer than 80 characters.122
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsName 'CurrentAmmo' must match pattern '^[a-z][a-zA-Z0-9]*$'.125
ErrorsVariable 'CurrentAmmo' must be private and have accessor methods.125
ErrorsLine contains a tab character.126
ErrorsLine has trailing spaces.128
ErrorsLine has trailing spaces.130
ErrorsLine is longer than 80 characters.131
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsExpected an @return tag.133
ErrorsMethod 'getCurrentAmmo' is not designed for extension - needs to be abstract, final or empty.133
ErrorsLine has trailing spaces.138
ErrorsLine has trailing spaces.140
ErrorsLine has trailing spaces.142
ErrorsLine is longer than 80 characters.143
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsName 'CurrentAltAmmo' must match pattern '^[a-z][a-zA-Z0-9]*$'.146
ErrorsVariable 'CurrentAltAmmo' must be private and have accessor methods.146
ErrorsLine contains a tab character.147
ErrorsLine has trailing spaces.149
ErrorsLine has trailing spaces.151
ErrorsLine is longer than 80 characters.152
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsExpected an @return tag.154
ErrorsMethod 'getCurrentAltAmmo' is not designed for extension - needs to be abstract, final or empty.154
ErrorsLine has trailing spaces.159
ErrorsLine has trailing spaces.161
ErrorsLine has trailing spaces.163
ErrorsLine is longer than 80 characters.164
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsName 'Amount' must match pattern '^[a-z][a-zA-Z0-9]*$'.167
ErrorsVariable 'Amount' must be private and have accessor methods.167
ErrorsLine contains a tab character.168
ErrorsLine has trailing spaces.170
ErrorsLine has trailing spaces.172
ErrorsLine is longer than 80 characters.173
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsExpected an @return tag.175
ErrorsMethod 'getAmount' is not designed for extension - needs to be abstract, final or empty.175
ErrorsLine has trailing spaces.180
ErrorsLine has trailing spaces.182
ErrorsLine has trailing spaces.184
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
ErrorsName 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'.188
ErrorsVariable 'Type' must be private and have accessor methods.188
ErrorsLine contains a tab character.189
ErrorsLine has trailing spaces.191
ErrorsLine has trailing spaces.193
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.195
ErrorsExpected an @return tag.196
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.196
ErrorsLine has trailing spaces.201
ErrorsLine has trailing spaces.203
ErrorsLine has trailing spaces.205
ErrorsLine is longer than 80 characters.206
ErrorsLine contains a tab character.206
ErrorsLine contains a tab character.207
ErrorsName 'Descriptor' must match pattern '^[a-z][a-zA-Z0-9]*$'.209
ErrorsVariable 'Descriptor' must be private and have accessor methods.209
ErrorsLine contains a tab character.210
ErrorsLine has trailing spaces.212
ErrorsLine has trailing spaces.214
ErrorsLine is longer than 80 characters.215
ErrorsLine contains a tab character.215
ErrorsLine contains a tab character.216
ErrorsExpected an @return tag.217
ErrorsMethod 'getDescriptor' is not designed for extension - needs to be abstract, final or empty.217
ErrorsLine has trailing spaces.222
ErrorsLine has trailing spaces.224
ErrorsLine contains a tab character.229
ErrorsLine has trailing spaces.230
ErrorsLine contains a tab character.230
ErrorsLine is longer than 80 characters.231
ErrorsLine contains a tab character.231
ErrorsMissing a Javadoc comment.231
ErrorsName 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'.231
ErrorsVariable 'Time' must be private and have accessor methods.231
ErrorsLine is longer than 80 characters.233
ErrorsLine contains a tab character.233
ErrorsMethod 'getTime' is not designed for extension - needs to be abstract, final or empty.233
ErrorsMissing a Javadoc comment.233
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235
ErrorsLine is longer than 80 characters.237
ErrorsLine contains a tab character.237
ErrorsMethod 'setTime' is not designed for extension - needs to be abstract, final or empty.237
ErrorsMissing a Javadoc comment.237
ErrorsParameter time should be final.237
ErrorsLine is longer than 80 characters.238
ErrorsLine contains a tab character.238
ErrorsLine contains a tab character.239
ErrorsLine is longer than 80 characters.241
ErrorsLine contains a tab character.241
ErrorsMethod 'getLastSeenTime' is not designed for extension - needs to be abstract, final or empty.241
ErrorsMissing a Javadoc comment.241
ErrorsLine contains a tab character.242
ErrorsLine contains a tab character.243
ErrorsLine has trailing spaces.244
ErrorsLine contains a tab character.244
ErrorsLine has trailing spaces.245
ErrorsLine contains a tab character.245
ErrorsLine contains a tab character.246
ErrorsMethod 'getLocal' is not designed for extension - needs to be abstract, final or empty.246
ErrorsMissing a Javadoc comment.246
ErrorsLine contains a tab character.247
ErrorsLine contains a tab character.248
ErrorsLine has trailing spaces.249
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.250
ErrorsMethod 'getShared' is not designed for extension - needs to be abstract, final or empty.250
ErrorsMissing a Javadoc comment.250
ErrorsLine contains a tab character.251
ErrorsLine contains a tab character.252
ErrorsLine has trailing spaces.253
ErrorsLine contains a tab character.253
ErrorsLine contains a tab character.254
ErrorsMethod 'getStatic' is not designed for extension - needs to be abstract, final or empty.254
ErrorsMissing a Javadoc comment.254
ErrorsLine contains a tab character.255
ErrorsLine contains a tab character.256
ErrorsLine has trailing spaces.257
ErrorsLine contains a tab character.257
ErrorsLine contains a tab character.258
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.258
ErrorsLine contains a tab character.259
ErrorsLine contains a tab character.260
Errors'cast' is not followed by whitespace.260
ErrorsLine contains a tab character.261
ErrorsLine contains a tab character.263
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.263
ErrorsMissing a Javadoc comment.263
ErrorsParameter obj should be final.263
Errors'if' construct must use '{}'s.264
ErrorsLine contains a tab character.264
ErrorsLine contains a tab character.265
Errors'cast' is not followed by whitespace.265
Errors'if' construct must use '{}'s.266
ErrorsLine is longer than 80 characters.266
ErrorsLine contains a tab character.266
Errors'else' construct must use '{}'s.267
ErrorsLine contains a tab character.267
ErrorsLine contains a tab character.268
ErrorsLine contains a tab character.270
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.270
ErrorsMissing a Javadoc comment.270
Errors'if' construct must use '{}'s.271
ErrorsLine contains a tab character.271
ErrorsLine contains a tab character.272
ErrorsLine contains a tab character.273
ErrorsLine has trailing spaces.275
ErrorsLine contains a tab character.275
ErrorsLine contains a tab character.278
ErrorsLine contains a tab character.280
ErrorsLine has trailing spaces.281
ErrorsLine contains a tab character.281
ErrorsLine contains a tab character.282
ErrorsLine has trailing spaces.286
ErrorsParameter original should be final.291
ErrorsExpected @param tag for 'original'.291
ErrorsLine has trailing spaces.292
Errors'=' is not preceded with whitespace.293
Errors'=' is not followed by whitespace.293
ErrorsLine has trailing spaces.294
Errors'=' is not preceded with whitespace.295
Errors'=' is not followed by whitespace.295
ErrorsLine has trailing spaces.296
Errors'=' is not preceded with whitespace.297
Errors'=' is not followed by whitespace.297
ErrorsLine has trailing spaces.298
Errors'=' is not preceded with whitespace.299
Errors'=' is not followed by whitespace.299
ErrorsLine has trailing spaces.300
Errors'=' is not preceded with whitespace.301
Errors'=' is not followed by whitespace.301
ErrorsLine has trailing spaces.302
Errors'=' is not preceded with whitespace.303
Errors'=' is not followed by whitespace.303
ErrorsLine has trailing spaces.304
ErrorsLine has trailing spaces.307
ErrorsLine is longer than 80 characters.309
ErrorsLine contains a tab character.311
ErrorsLine contains a tab character.312
ErrorsLine has trailing spaces.313
ErrorsLine contains a tab character.315
ErrorsLine is longer than 80 characters.316
ErrorsLine contains a tab character.316
ErrorsLine contains a tab character.317
ErrorsLine contains a tab character.318
ErrorsLine contains a tab character.320
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.320
ErrorsMissing a Javadoc comment.320
ErrorsParameter obj should be final.320
ErrorsLine contains a tab character.321
Errors'if' is not followed by whitespace.321
ErrorsLine contains a tab character.322
ErrorsLine is longer than 80 characters.323
ErrorsLine contains a tab character.323
ErrorsLine contains a tab character.324
ErrorsLine contains a tab character.325
ErrorsLine contains a tab character.326
ErrorsLine contains a tab character.327
Errors'cast' is not followed by whitespace.327
ErrorsLine contains a tab character.329
ErrorsLine has trailing spaces.331
ErrorsLine contains a tab character.331
ErrorsLine contains a tab character.332
ErrorsLine has trailing spaces.333
ErrorsLine contains a tab character.333
ErrorsLine contains a tab character.335
ErrorsLine is longer than 80 characters.336
ErrorsLine contains a tab character.336
ErrorsLine contains a tab character.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.340
ErrorsLine contains a tab character.342
ErrorsLine is longer than 80 characters.343
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
ErrorsExpected an @return tag.346
ErrorsLine contains a tab character.346
ErrorsMethod 'getObject' is not designed for extension - needs to be abstract, final or empty.346
Errors'if' construct must use '{}'s.347
ErrorsLine contains a tab character.347
ErrorsLine contains a tab character.348
ErrorsLine contains a tab character.349
ErrorsLine has trailing spaces.350
ErrorsLine contains a tab character.350
ErrorsLine has trailing spaces.352
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.353
ErrorsMissing a Javadoc comment.353
ErrorsLine has trailing spaces.355
ErrorsLine contains a tab character.356
Errors'+' should be on a new line.356
ErrorsLine has trailing spaces.357
ErrorsLine contains a tab character.357
ErrorsLine contains a tab character.358
Errors'+' should be on a new line.358
ErrorsLine contains a tab character.359
Errors'+' should be on a new line.359
ErrorsLine has trailing spaces.360
ErrorsLine contains a tab character.360
ErrorsLine contains a tab character.361
Errors'+' should be on a new line.361
ErrorsLine is longer than 80 characters.362
ErrorsLine contains a tab character.362
Errors'+' should be on a new line.362
ErrorsLine has trailing spaces.363
ErrorsLine contains a tab character.363
ErrorsLine contains a tab character.364
Errors'+' should be on a new line.364
ErrorsLine is longer than 80 characters.365
ErrorsLine contains a tab character.365
Errors'+' should be on a new line.365
ErrorsLine has trailing spaces.366
ErrorsLine contains a tab character.366
ErrorsLine contains a tab character.367
Errors'+' should be on a new line.367
ErrorsLine contains a tab character.368
Errors'+' should be on a new line.368
ErrorsLine has trailing spaces.369
ErrorsLine contains a tab character.369
ErrorsLine contains a tab character.370
Errors'+' should be on a new line.370
ErrorsLine contains a tab character.371
Errors'+' should be on a new line.371
ErrorsLine contains a tab character.372
ErrorsLine has trailing spaces.373
ErrorsLine contains a tab character.373
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.376
ErrorsMissing a Javadoc comment.376
Errors'+' should be on a new line.377
ErrorsLine has trailing spaces.378
Errors'+' should be on a new line.379
Errors'+' should be on a new line.380
Errors'+' should be on a new line.381
ErrorsLine has trailing spaces.382
Errors'+' should be on a new line.383
Errors'+' should be on a new line.384
Errors'+' should be on a new line.385
ErrorsLine has trailing spaces.386
Errors'+' should be on a new line.387
Errors'+' should be on a new line.388
Errors'+' should be on a new line.389
ErrorsLine has trailing spaces.390
Errors'+' should be on a new line.391
Errors'+' should be on a new line.392
Errors'+' should be on a new line.393
ErrorsLine has trailing spaces.394
Errors'+' should be on a new line.395
Errors'+' should be on a new line.396
Errors'+' should be on a new line.397
ErrorsLine has trailing spaces.398
Errors'+' should be on a new line.399
Errors'+' should be on a new line.400
Errors'+' should be on a new line.401
ErrorsLine has trailing spaces.405
ErrorsLine has trailing spaces.406
ErrorsLine has trailing spaces.409

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/MyInventoryEnd.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine contains a tab character.45
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine has trailing spaces.52
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.62
ErrorsMissing a Javadoc comment.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.77
ErrorsParameter original should be final.82
ErrorsExpected @param tag for 'original'.82
ErrorsLine has trailing spaces.83
ErrorsLine has trailing spaces.86
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.92
ErrorsLine has trailing spaces.94
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.95
ErrorsMissing a Javadoc comment.95
ErrorsLine has trailing spaces.97
ErrorsLine contains a tab character.98
Errors'+' should be on a new line.98
ErrorsLine contains a tab character.99
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.100
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.103
ErrorsMissing a Javadoc comment.103
Errors'+' should be on a new line.104
ErrorsLine has trailing spaces.108
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.112

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/MyInventoryStart.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine contains a tab character.45
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine has trailing spaces.52
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.62
ErrorsMissing a Javadoc comment.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.77
ErrorsParameter original should be final.82
ErrorsExpected @param tag for 'original'.82
ErrorsLine has trailing spaces.83
ErrorsLine has trailing spaces.86
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.92
ErrorsLine has trailing spaces.94
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.95
ErrorsMissing a Javadoc comment.95
ErrorsLine has trailing spaces.97
ErrorsLine contains a tab character.98
Errors'+' should be on a new line.98
ErrorsLine contains a tab character.99
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.100
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.103
ErrorsMissing a Javadoc comment.103
Errors'+' should be on a new line.104
ErrorsLine has trailing spaces.108
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.112

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/NavPoint.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.43
ErrorsLine has trailing spaces.47
ErrorsLine is longer than 80 characters.48
ErrorsLine contains a tab character.48
Errors'{' should be on the previous line.50
ErrorsLine has trailing spaces.51
ErrorsLine has trailing spaces.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.61
ErrorsLine is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.63
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.65
ErrorsLine is longer than 80 characters.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine is longer than 80 characters.73
ErrorsLine contains a tab character.73
ErrorsLine is longer than 80 characters.74
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.75
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine is longer than 80 characters.77
ErrorsLine has trailing spaces.78
ErrorsLine has trailing spaces.79
ErrorsLine has trailing spaces.80
ErrorsLine is longer than 80 characters.80
ErrorsLine has trailing spaces.81
ErrorsLine has trailing spaces.82
ErrorsLine is longer than 80 characters.83
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.85
ErrorsLine is longer than 80 characters.86
ErrorsLine has trailing spaces.87
ErrorsLine has trailing spaces.88
ErrorsLine is longer than 80 characters.89
ErrorsLine has trailing spaces.90
ErrorsLine has trailing spaces.91
ErrorsLine is longer than 80 characters.92
ErrorsLine has trailing spaces.93
ErrorsLine has trailing spaces.94
ErrorsLine is longer than 80 characters.95
ErrorsLine has trailing spaces.96
ErrorsLine has trailing spaces.97
ErrorsLine is longer than 80 characters.98
ErrorsLine contains a tab character.98
ErrorsLine has trailing spaces.99
ErrorsLine contains a tab character.99
ErrorsLine has trailing spaces.100
ErrorsLine is longer than 80 characters.101
ErrorsLine contains a tab character.101
ErrorsLine has trailing spaces.102
ErrorsLine contains a tab character.102
ErrorsLine has trailing spaces.103
ErrorsLine is longer than 80 characters.104
ErrorsLine contains a tab character.104
ErrorsLine has trailing spaces.105
ErrorsLine contains a tab character.105
ErrorsLine has trailing spaces.106
ErrorsLine contains a tab character.107
ErrorsLine has trailing spaces.108
ErrorsLine contains a tab character.108
ErrorsLine has trailing spaces.109
ErrorsLine is longer than 80 characters.110
ErrorsLine contains a tab character.110
ErrorsLine has trailing spaces.111
ErrorsLine contains a tab character.111
ErrorsLine has trailing spaces.112
ErrorsLine is longer than 80 characters.113
ErrorsLine contains a tab character.113
ErrorsLine has trailing spaces.114
ErrorsLine contains a tab character.114
ErrorsLine has trailing spaces.115
ErrorsLine is longer than 80 characters.116
ErrorsLine contains a tab character.116
ErrorsLine has trailing spaces.117
ErrorsLine contains a tab character.117
ErrorsLine has trailing spaces.118
ErrorsLine is longer than 80 characters.119
ErrorsLine contains a tab character.119
ErrorsLine has trailing spaces.120
ErrorsLine contains a tab character.120
ErrorsLine has trailing spaces.121
ErrorsLine is longer than 80 characters.122
ErrorsLine contains a tab character.122
ErrorsLine has trailing spaces.123
ErrorsLine contains a tab character.123
ErrorsLine has trailing spaces.124
ErrorsLine has trailing spaces.125
ErrorsLine contains a tab character.125
ErrorsLine has trailing spaces.126
ErrorsLine contains a tab character.126
ErrorsLine has trailing spaces.127
ErrorsLine contains a tab character.128
ErrorsLine is longer than 80 characters.129
ErrorsLine contains a tab character.129
ErrorsLine has trailing spaces.130
ErrorsLine contains a tab character.130
ErrorsLine has trailing spaces.131
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
ErrorsLine has trailing spaces.134
ErrorsLine contains a tab character.134
ErrorsLine is longer than 80 characters.135
ErrorsLine is longer than 80 characters.136
ErrorsLine is longer than 80 characters.137
ErrorsLine is longer than 80 characters.138
ErrorsLine has trailing spaces.139
ErrorsLine is longer than 80 characters.140
ErrorsLine contains a tab character.140
ErrorsLine is longer than 80 characters.141
ErrorsLine contains a tab character.141
ErrorsLine has trailing spaces.142
ErrorsLine contains a tab character.142
ErrorsLine has trailing spaces.143
ErrorsLine is longer than 80 characters.144
ErrorsLine has trailing spaces.145
ErrorsMore than 7 parameters.147
ErrorsLine is longer than 80 characters.148
ErrorsParameter Id should be final.148
Errors'Id' hides a field.148
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.148
ErrorsParameter Location should be final.148
Errors'Location' hides a field.148
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.148
ErrorsParameter Velocity should be final.148
Errors'Velocity' hides a field.148
ErrorsName 'Velocity' must match pattern '^[a-z][a-zA-Z0-9]*$'.148
ErrorsParameter Visible should be final.148
Errors'Visible' hides a field.148
ErrorsName 'Visible' must match pattern '^[a-z][a-zA-Z0-9]*$'.148
ErrorsParameter Item should be final.148
Errors'Item' hides a field.148
ErrorsName 'Item' must match pattern '^[a-z][a-zA-Z0-9]*$'.148
ErrorsParameter ItemClass should be final.148
Errors'ItemClass' hides a field.148
ErrorsName 'ItemClass' must match pattern '^[a-z][a-zA-Z0-9]*$'.148
ErrorsParameter ItemSpawned should be final.148
Errors'ItemSpawned' hides a field.148
ErrorsName 'ItemSpawned' must match pattern '^[a-z][a-zA-Z0-9]*$'.148
ErrorsParameter DoorOpened should be final.148
Errors'DoorOpened' hides a field.148
ErrorsName 'DoorOpened' must match pattern '^[a-z][a-zA-Z0-9]*$'.148
ErrorsParameter Mover should be final.148
Errors'Mover' hides a field.148
ErrorsName 'Mover' must match pattern '^[a-z][a-zA-Z0-9]*$'.148
ErrorsParameter LiftOffset should be final.148
Errors'LiftOffset' hides a field.148
ErrorsName 'LiftOffset' must match pattern '^[a-z][a-zA-Z0-9]*$'.148
ErrorsParameter LiftJumpExit should be final.148
Errors'LiftJumpExit' hides a field.148
ErrorsName 'LiftJumpExit' must match pattern '^[a-z][a-zA-Z0-9]*$'.148
ErrorsParameter NoDoubleJump should be final.148
Errors'NoDoubleJump' hides a field.148
ErrorsName 'NoDoubleJump' must match pattern '^[a-z][a-zA-Z0-9]*$'.148
ErrorsParameter InvSpot should be final.148
Errors'InvSpot' hides a field.148
ErrorsName 'InvSpot' must match pattern '^[a-z][a-zA-Z0-9]*$'.148
ErrorsParameter PlayerStart should be final.148
Errors'PlayerStart' hides a field.148
ErrorsName 'PlayerStart' must match pattern '^[a-z][a-zA-Z0-9]*$'.148
ErrorsParameter TeamNumber should be final.148
Errors'TeamNumber' hides a field.148
ErrorsName 'TeamNumber' must match pattern '^[a-z][a-zA-Z0-9]*$'.148
ErrorsParameter Door should be final.148
Errors'Door' hides a field.148
ErrorsName 'Door' must match pattern '^[a-z][a-zA-Z0-9]*$'.148
ErrorsParameter LiftCenter should be final.148
Errors'LiftCenter' hides a field.148
ErrorsName 'LiftCenter' must match pattern '^[a-z][a-zA-Z0-9]*$'.148
ErrorsParameter LiftExit should be final.148
Errors'LiftExit' hides a field.148
ErrorsName 'LiftExit' must match pattern '^[a-z][a-zA-Z0-9]*$'.148
ErrorsParameter AIMarker should be final.148
Errors'AIMarker' hides a field.148
ErrorsName 'AIMarker' must match pattern '^[a-z][a-zA-Z0-9]*$'.148
ErrorsParameter JumpSpot should be final.148
Errors'JumpSpot' hides a field.148
ErrorsName 'JumpSpot' must match pattern '^[a-z][a-zA-Z0-9]*$'.148
ErrorsParameter JumpDest should be final.148
Errors'JumpDest' hides a field.148
ErrorsName 'JumpDest' must match pattern '^[a-z][a-zA-Z0-9]*$'.148
ErrorsParameter Teleporter should be final.148
Errors'Teleporter' hides a field.148
ErrorsName 'Teleporter' must match pattern '^[a-z][a-zA-Z0-9]*$'.148
ErrorsParameter Rotation should be final.148
Errors'Rotation' hides a field.148
ErrorsName 'Rotation' must match pattern '^[a-z][a-zA-Z0-9]*$'.148
ErrorsParameter RoamingSpot should be final.148
Errors'RoamingSpot' hides a field.148
ErrorsName 'RoamingSpot' must match pattern '^[a-z][a-zA-Z0-9]*$'.148
ErrorsParameter SnipingSpot should be final.148
Errors'SnipingSpot' hides a field.148
ErrorsName 'SnipingSpot' must match pattern '^[a-z][a-zA-Z0-9]*$'.148
ErrorsParameter ItemInstance should be final.148
Errors'ItemInstance' hides a field.148
ErrorsName 'ItemInstance' must match pattern '^[a-z][a-zA-Z0-9]*$'.148
ErrorsParameter OutgoingEdges should be final.148
Errors'OutgoingEdges' hides a field.148
ErrorsName 'OutgoingEdges' must match pattern '^[a-z][a-zA-Z0-9]*$'.148
ErrorsParameter IncomingEdges should be final.148
Errors'IncomingEdges' hides a field.148
ErrorsName 'IncomingEdges' must match pattern '^[a-z][a-zA-Z0-9]*$'.148
ErrorsParameter PreferedWeapon should be final.148
Errors'PreferedWeapon' hides a field.148
ErrorsName 'PreferedWeapon' must match pattern '^[a-z][a-zA-Z0-9]*$'.148
ErrorsParameter FlagOfTeam should be final.148
Errors'FlagOfTeam' hides a field.148
ErrorsName 'FlagOfTeam' must match pattern '^[a-z][a-zA-Z0-9]*$'.148
ErrorsLine has trailing spaces.149
ErrorsLine has trailing spaces.151
ErrorsLine has trailing spaces.153
ErrorsLine has trailing spaces.155
ErrorsLine has trailing spaces.157
ErrorsLine has trailing spaces.159
ErrorsLine has trailing spaces.161
ErrorsLine has trailing spaces.163
ErrorsLine has trailing spaces.165
ErrorsLine has trailing spaces.167
ErrorsLine has trailing spaces.169
ErrorsLine has trailing spaces.171
ErrorsLine has trailing spaces.173
ErrorsLine has trailing spaces.175
ErrorsLine has trailing spaces.177
ErrorsLine has trailing spaces.179
ErrorsLine has trailing spaces.181
ErrorsLine has trailing spaces.183
ErrorsLine has trailing spaces.185
ErrorsLine has trailing spaces.187
ErrorsLine has trailing spaces.189
ErrorsLine has trailing spaces.191
ErrorsLine has trailing spaces.193
ErrorsLine has trailing spaces.195
ErrorsLine has trailing spaces.197
ErrorsLine has trailing spaces.199
ErrorsLine has trailing spaces.201
ErrorsLine has trailing spaces.203
ErrorsLine has trailing spaces.205
ErrorsLine has trailing spaces.207
ErrorsLine has trailing spaces.209
ErrorsLine has trailing spaces.212
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.214
ErrorsLine is longer than 80 characters.215
ErrorsLine contains a tab character.215
ErrorsLine has trailing spaces.216
ErrorsLine has trailing spaces.219
ErrorsLine has trailing spaces.221
ErrorsLine is longer than 80 characters.222
ErrorsLine contains a tab character.222
ErrorsLine contains a tab character.223
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.225
ErrorsVariable 'Id' must be private and have accessor methods.225
ErrorsLine contains a tab character.226
ErrorsLine has trailing spaces.228
ErrorsLine has trailing spaces.230
ErrorsLine is longer than 80 characters.231
ErrorsLine contains a tab character.231
ErrorsLine contains a tab character.232
ErrorsExpected an @return tag.233
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.233
ErrorsLine has trailing spaces.238
ErrorsLine has trailing spaces.240
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.244
ErrorsVariable 'Location' must be private and have accessor methods.244
ErrorsLine contains a tab character.245
ErrorsLine has trailing spaces.247
ErrorsExpected an @return tag.250
ErrorsMethod 'getLocation' is not designed for extension - needs to be abstract, final or empty.250
ErrorsLine has trailing spaces.255
ErrorsLine has trailing spaces.257
ErrorsLine has trailing spaces.259
ErrorsLine is longer than 80 characters.260
ErrorsLine contains a tab character.260
ErrorsLine contains a tab character.261
ErrorsLine contains a tab character.262
ErrorsName 'Velocity' must match pattern '^[a-z][a-zA-Z0-9]*$'.264
ErrorsVariable 'Velocity' must be private and have accessor methods.264
ErrorsLine contains a tab character.265
ErrorsLine has trailing spaces.267
ErrorsLine has trailing spaces.269
ErrorsLine is longer than 80 characters.270
ErrorsLine contains a tab character.270
ErrorsLine contains a tab character.271
ErrorsLine contains a tab character.272
ErrorsExpected an @return tag.273
ErrorsMethod 'getVelocity' is not designed for extension - needs to be abstract, final or empty.273
ErrorsLine has trailing spaces.278
ErrorsLine has trailing spaces.280
ErrorsLine has trailing spaces.282
ErrorsLine contains a tab character.283
ErrorsLine contains a tab character.284
ErrorsName 'Visible' must match pattern '^[a-z][a-zA-Z0-9]*$'.286
ErrorsVariable 'Visible' must be private and have accessor methods.286
ErrorsLine contains a tab character.287
ErrorsLine has trailing spaces.289
ErrorsLine has trailing spaces.291
ErrorsLine contains a tab character.292
ErrorsLine contains a tab character.293
ErrorsExpected an @return tag.294
ErrorsMethod 'isVisible' is not designed for extension - needs to be abstract, final or empty.294
ErrorsLine has trailing spaces.299
ErrorsLine has trailing spaces.301
ErrorsLine has trailing spaces.303
ErrorsLine is longer than 80 characters.304
ErrorsLine contains a tab character.304
ErrorsLine is longer than 80 characters.305
ErrorsLine contains a tab character.305
ErrorsLine contains a tab character.306
ErrorsName 'Item' must match pattern '^[a-z][a-zA-Z0-9]*$'.308
ErrorsVariable 'Item' must be private and have accessor methods.308
ErrorsLine contains a tab character.309
ErrorsLine has trailing spaces.311
ErrorsLine has trailing spaces.313
ErrorsLine is longer than 80 characters.314
ErrorsLine contains a tab character.314
ErrorsLine is longer than 80 characters.315
ErrorsLine contains a tab character.315
ErrorsLine contains a tab character.316
ErrorsExpected an @return tag.317
ErrorsMethod 'getItem' is not designed for extension - needs to be abstract, final or empty.317
ErrorsLine has trailing spaces.322
ErrorsLine has trailing spaces.324
ErrorsLine has trailing spaces.326
ErrorsLine is longer than 80 characters.327
ErrorsName 'ItemClass' must match pattern '^[a-z][a-zA-Z0-9]*$'.330
ErrorsVariable 'ItemClass' must be private and have accessor methods.330
ErrorsLine contains a tab character.331
ErrorsLine has trailing spaces.333
ErrorsLine has trailing spaces.335
ErrorsLine is longer than 80 characters.336
ErrorsExpected an @return tag.338
ErrorsMethod 'getItemClass' is not designed for extension - needs to be abstract, final or empty.338
ErrorsLine has trailing spaces.343
ErrorsLine has trailing spaces.345
ErrorsLine has trailing spaces.347
ErrorsLine has trailing spaces.348
ErrorsLine is longer than 80 characters.348
ErrorsName 'ItemSpawned' must match pattern '^[a-z][a-zA-Z0-9]*$'.351
ErrorsVariable 'ItemSpawned' must be private and have accessor methods.351
ErrorsLine contains a tab character.352
ErrorsLine has trailing spaces.354
ErrorsLine has trailing spaces.356
ErrorsLine has trailing spaces.357
ErrorsLine is longer than 80 characters.357
ErrorsExpected an @return tag.359
ErrorsMethod 'isItemSpawned' is not designed for extension - needs to be abstract, final or empty.359
ErrorsLine has trailing spaces.364
ErrorsLine has trailing spaces.366
ErrorsLine has trailing spaces.368
ErrorsLine is longer than 80 characters.369
ErrorsName 'DoorOpened' must match pattern '^[a-z][a-zA-Z0-9]*$'.372
ErrorsVariable 'DoorOpened' must be private and have accessor methods.372
ErrorsLine contains a tab character.373
ErrorsLine has trailing spaces.375
ErrorsLine has trailing spaces.377
ErrorsLine is longer than 80 characters.378
ErrorsExpected an @return tag.380
ErrorsMethod 'isDoorOpened' is not designed for extension - needs to be abstract, final or empty.380
ErrorsLine has trailing spaces.385
ErrorsLine has trailing spaces.387
ErrorsLine has trailing spaces.389
ErrorsLine is longer than 80 characters.390
ErrorsName 'Mover' must match pattern '^[a-z][a-zA-Z0-9]*$'.393
ErrorsVariable 'Mover' must be private and have accessor methods.393
ErrorsLine contains a tab character.394
ErrorsLine has trailing spaces.396
ErrorsLine has trailing spaces.398
ErrorsLine is longer than 80 characters.399
ErrorsExpected an @return tag.401
ErrorsMethod 'getMover' is not designed for extension - needs to be abstract, final or empty.401
ErrorsLine has trailing spaces.406
ErrorsLine has trailing spaces.408
ErrorsLine has trailing spaces.410
ErrorsLine is longer than 80 characters.411
ErrorsName 'LiftOffset' must match pattern '^[a-z][a-zA-Z0-9]*$'.414
ErrorsVariable 'LiftOffset' must be private and have accessor methods.414
ErrorsLine contains a tab character.415
ErrorsLine has trailing spaces.417
ErrorsLine has trailing spaces.419
ErrorsLine is longer than 80 characters.420
ErrorsExpected an @return tag.422
ErrorsMethod 'getLiftOffset' is not designed for extension - needs to be abstract, final or empty.422
ErrorsLine has trailing spaces.427
ErrorsLine has trailing spaces.429
ErrorsLine has trailing spaces.431
ErrorsLine is longer than 80 characters.432
ErrorsName 'LiftJumpExit' must match pattern '^[a-z][a-zA-Z0-9]*$'.435
ErrorsVariable 'LiftJumpExit' must be private and have accessor methods.435
ErrorsLine contains a tab character.436
ErrorsLine has trailing spaces.438
ErrorsLine has trailing spaces.440
ErrorsLine is longer than 80 characters.441
ErrorsExpected an @return tag.443
ErrorsMethod 'isLiftJumpExit' is not designed for extension - needs to be abstract, final or empty.443
ErrorsLine has trailing spaces.448
ErrorsLine has trailing spaces.450
ErrorsLine has trailing spaces.452
ErrorsLine is longer than 80 characters.453
ErrorsName 'NoDoubleJump' must match pattern '^[a-z][a-zA-Z0-9]*$'.456
ErrorsVariable 'NoDoubleJump' must be private and have accessor methods.456
ErrorsLine contains a tab character.457
ErrorsLine has trailing spaces.459
ErrorsLine has trailing spaces.461
ErrorsLine is longer than 80 characters.462
ErrorsExpected an @return tag.464
ErrorsMethod 'isNoDoubleJump' is not designed for extension - needs to be abstract, final or empty.464
ErrorsLine has trailing spaces.469
ErrorsLine has trailing spaces.471
ErrorsLine has trailing spaces.473
ErrorsLine is longer than 80 characters.474
ErrorsLine contains a tab character.474
ErrorsLine contains a tab character.475
ErrorsName 'InvSpot' must match pattern '^[a-z][a-zA-Z0-9]*$'.477
ErrorsVariable 'InvSpot' must be private and have accessor methods.477
ErrorsLine contains a tab character.478
ErrorsLine has trailing spaces.480
ErrorsLine has trailing spaces.482
ErrorsLine is longer than 80 characters.483
ErrorsLine contains a tab character.483
ErrorsLine contains a tab character.484
ErrorsExpected an @return tag.485
ErrorsMethod 'isInvSpot' is not designed for extension - needs to be abstract, final or empty.485
ErrorsLine has trailing spaces.490
ErrorsLine has trailing spaces.492
ErrorsLine has trailing spaces.494
ErrorsLine is longer than 80 characters.495
ErrorsLine contains a tab character.495
ErrorsLine contains a tab character.496
ErrorsName 'PlayerStart' must match pattern '^[a-z][a-zA-Z0-9]*$'.498
ErrorsVariable 'PlayerStart' must be private and have accessor methods.498
ErrorsLine contains a tab character.499
ErrorsLine has trailing spaces.501
ErrorsLine has trailing spaces.503
ErrorsLine is longer than 80 characters.504
ErrorsLine contains a tab character.504
ErrorsLine contains a tab character.505
ErrorsExpected an @return tag.506
ErrorsMethod 'isPlayerStart' is not designed for extension - needs to be abstract, final or empty.506
ErrorsLine has trailing spaces.511
ErrorsLine has trailing spaces.513
ErrorsLine has trailing spaces.515
ErrorsLine is longer than 80 characters.516
ErrorsLine contains a tab character.516
ErrorsLine contains a tab character.517
ErrorsName 'TeamNumber' must match pattern '^[a-z][a-zA-Z0-9]*$'.519
ErrorsVariable 'TeamNumber' must be private and have accessor methods.519
ErrorsLine contains a tab character.520
ErrorsLine has trailing spaces.522
ErrorsLine has trailing spaces.524
ErrorsLine is longer than 80 characters.525
ErrorsLine contains a tab character.525
ErrorsLine contains a tab character.526
ErrorsExpected an @return tag.527
ErrorsMethod 'getTeamNumber' is not designed for extension - needs to be abstract, final or empty.527
ErrorsLine has trailing spaces.532
ErrorsLine has trailing spaces.534
ErrorsLine has trailing spaces.536
ErrorsLine contains a tab character.537
ErrorsLine contains a tab character.538
ErrorsName 'Door' must match pattern '^[a-z][a-zA-Z0-9]*$'.540
ErrorsVariable 'Door' must be private and have accessor methods.540
ErrorsLine contains a tab character.541
ErrorsLine has trailing spaces.543
ErrorsLine has trailing spaces.545
ErrorsLine contains a tab character.546
ErrorsLine contains a tab character.547
ErrorsExpected an @return tag.548
ErrorsMethod 'isDoor' is not designed for extension - needs to be abstract, final or empty.548
ErrorsLine has trailing spaces.553
ErrorsLine has trailing spaces.555
ErrorsLine has trailing spaces.557
ErrorsLine is longer than 80 characters.558
ErrorsLine contains a tab character.558
ErrorsLine contains a tab character.559
ErrorsName 'LiftCenter' must match pattern '^[a-z][a-zA-Z0-9]*$'.561
ErrorsVariable 'LiftCenter' must be private and have accessor methods.561
ErrorsLine contains a tab character.562
ErrorsLine has trailing spaces.564
ErrorsLine has trailing spaces.566
ErrorsLine is longer than 80 characters.567
ErrorsLine contains a tab character.567
ErrorsLine contains a tab character.568
ErrorsExpected an @return tag.569
ErrorsMethod 'isLiftCenter' is not designed for extension - needs to be abstract, final or empty.569
ErrorsLine has trailing spaces.574
ErrorsLine has trailing spaces.576
ErrorsLine has trailing spaces.578
ErrorsLine is longer than 80 characters.579
ErrorsLine contains a tab character.579
ErrorsLine contains a tab character.580
ErrorsName 'LiftExit' must match pattern '^[a-z][a-zA-Z0-9]*$'.582
ErrorsVariable 'LiftExit' must be private and have accessor methods.582
ErrorsLine contains a tab character.583
ErrorsLine has trailing spaces.585
ErrorsLine has trailing spaces.587
ErrorsLine is longer than 80 characters.588
ErrorsLine contains a tab character.588
ErrorsLine contains a tab character.589
ErrorsExpected an @return tag.590
ErrorsMethod 'isLiftExit' is not designed for extension - needs to be abstract, final or empty.590
ErrorsLine has trailing spaces.595
ErrorsLine has trailing spaces.597
ErrorsLine has trailing spaces.599
ErrorsLine is longer than 80 characters.600
ErrorsLine contains a tab character.600
ErrorsLine contains a tab character.601
ErrorsName 'AIMarker' must match pattern '^[a-z][a-zA-Z0-9]*$'.603
ErrorsVariable 'AIMarker' must be private and have accessor methods.603
ErrorsLine contains a tab character.604
ErrorsLine has trailing spaces.606
ErrorsLine has trailing spaces.608
ErrorsLine is longer than 80 characters.609
ErrorsLine contains a tab character.609
ErrorsLine contains a tab character.610
ErrorsExpected an @return tag.611
ErrorsMethod 'isAIMarker' is not designed for extension - needs to be abstract, final or empty.611
ErrorsLine has trailing spaces.616
ErrorsLine has trailing spaces.618
ErrorsLine has trailing spaces.620
ErrorsLine is longer than 80 characters.621
ErrorsLine contains a tab character.621
ErrorsLine contains a tab character.622
ErrorsName 'JumpSpot' must match pattern '^[a-z][a-zA-Z0-9]*$'.624
ErrorsVariable 'JumpSpot' must be private and have accessor methods.624
ErrorsLine contains a tab character.625
ErrorsLine has trailing spaces.627
ErrorsLine has trailing spaces.629
ErrorsLine is longer than 80 characters.630
ErrorsLine contains a tab character.630
ErrorsLine contains a tab character.631
ErrorsExpected an @return tag.632
ErrorsMethod 'isJumpSpot' is not designed for extension - needs to be abstract, final or empty.632
ErrorsLine has trailing spaces.637
ErrorsLine has trailing spaces.639
ErrorsLine has trailing spaces.641
ErrorsLine is longer than 80 characters.642
ErrorsLine contains a tab character.642
ErrorsLine contains a tab character.643
ErrorsName 'JumpDest' must match pattern '^[a-z][a-zA-Z0-9]*$'.645
ErrorsVariable 'JumpDest' must be private and have accessor methods.645
ErrorsLine contains a tab character.646
ErrorsLine has trailing spaces.648
ErrorsLine has trailing spaces.650
ErrorsLine is longer than 80 characters.651
ErrorsLine contains a tab character.651
ErrorsLine contains a tab character.652
ErrorsExpected an @return tag.653
ErrorsMethod 'isJumpDest' is not designed for extension - needs to be abstract, final or empty.653
ErrorsLine has trailing spaces.658
ErrorsLine has trailing spaces.660
ErrorsLine has trailing spaces.662
ErrorsLine has trailing spaces.663
ErrorsLine contains a tab character.663
ErrorsLine contains a tab character.664
ErrorsName 'Teleporter' must match pattern '^[a-z][a-zA-Z0-9]*$'.666
ErrorsVariable 'Teleporter' must be private and have accessor methods.666
ErrorsLine contains a tab character.667
ErrorsLine has trailing spaces.669
ErrorsLine has trailing spaces.671
ErrorsLine has trailing spaces.672
ErrorsLine contains a tab character.672
ErrorsLine contains a tab character.673
ErrorsExpected an @return tag.674
ErrorsMethod 'isTeleporter' is not designed for extension - needs to be abstract, final or empty.674
ErrorsLine has trailing spaces.679
ErrorsLine has trailing spaces.681
ErrorsLine has trailing spaces.683
ErrorsLine contains a tab character.684
ErrorsLine is longer than 80 characters.685
ErrorsLine contains a tab character.685
ErrorsLine contains a tab character.686
ErrorsName 'Rotation' must match pattern '^[a-z][a-zA-Z0-9]*$'.688
ErrorsVariable 'Rotation' must be private and have accessor methods.688
ErrorsLine contains a tab character.689
ErrorsLine has trailing spaces.691
ErrorsLine has trailing spaces.693
ErrorsLine contains a tab character.694
ErrorsLine is longer than 80 characters.695
ErrorsLine contains a tab character.695
ErrorsLine contains a tab character.696
ErrorsExpected an @return tag.697
ErrorsMethod 'getRotation' is not designed for extension - needs to be abstract, final or empty.697
ErrorsLine has trailing spaces.702
ErrorsLine has trailing spaces.704
ErrorsLine has trailing spaces.706
ErrorsLine contains a tab character.707
ErrorsLine contains a tab character.708
ErrorsLine contains a tab character.709
ErrorsName 'RoamingSpot' must match pattern '^[a-z][a-zA-Z0-9]*$'.711
ErrorsVariable 'RoamingSpot' must be private and have accessor methods.711
ErrorsLine contains a tab character.712
ErrorsLine has trailing spaces.714
ErrorsLine has trailing spaces.716
ErrorsLine contains a tab character.717
ErrorsLine contains a tab character.718
ErrorsLine contains a tab character.719
ErrorsExpected an @return tag.720
ErrorsMethod 'isRoamingSpot' is not designed for extension - needs to be abstract, final or empty.720
ErrorsLine has trailing spaces.725
ErrorsLine has trailing spaces.727
ErrorsName 'SnipingSpot' must match pattern '^[a-z][a-zA-Z0-9]*$'.731
ErrorsVariable 'SnipingSpot' must be private and have accessor methods.731
ErrorsLine contains a tab character.732
ErrorsLine has trailing spaces.734
ErrorsExpected an @return tag.737
ErrorsMethod 'isSnipingSpot' is not designed for extension - needs to be abstract, final or empty.737
ErrorsLine has trailing spaces.742
ErrorsLine has trailing spaces.744
ErrorsLine is longer than 80 characters.746
ErrorsName 'ItemInstance' must match pattern '^[a-z][a-zA-Z0-9]*$'.748
ErrorsVariable 'ItemInstance' must be private and have accessor methods.748
ErrorsLine contains a tab character.749
ErrorsLine has trailing spaces.751
ErrorsLine is longer than 80 characters.753
ErrorsExpected an @return tag.754
ErrorsMethod 'getItemInstance' is not designed for extension - needs to be abstract, final or empty.754
ErrorsLine has trailing spaces.759
ErrorsLine has trailing spaces.761
ErrorsLine is longer than 80 characters.763
ErrorsName 'OutgoingEdges' must match pattern '^[a-z][a-zA-Z0-9]*$'.765
ErrorsVariable 'OutgoingEdges' must be private and have accessor methods.765
ErrorsLine contains a tab character.766
ErrorsLine has trailing spaces.768
ErrorsLine is longer than 80 characters.770
ErrorsExpected an @return tag.771
ErrorsMethod 'getOutgoingEdges' is not designed for extension - needs to be abstract, final or empty.771
ErrorsLine has trailing spaces.776
ErrorsLine has trailing spaces.778
ErrorsLine is longer than 80 characters.780
ErrorsName 'IncomingEdges' must match pattern '^[a-z][a-zA-Z0-9]*$'.782
ErrorsVariable 'IncomingEdges' must be private and have accessor methods.782
ErrorsLine contains a tab character.783
ErrorsLine has trailing spaces.785
ErrorsLine is longer than 80 characters.787
ErrorsExpected an @return tag.788
ErrorsMethod 'getIncomingEdges' is not designed for extension - needs to be abstract, final or empty.788
ErrorsLine has trailing spaces.793
ErrorsLine has trailing spaces.795
ErrorsLine has trailing spaces.797
ErrorsLine is longer than 80 characters.798
ErrorsLine contains a tab character.798
ErrorsLine is longer than 80 characters.799
ErrorsLine contains a tab character.799
ErrorsLine contains a tab character.800
ErrorsName 'PreferedWeapon' must match pattern '^[a-z][a-zA-Z0-9]*$'.802
ErrorsVariable 'PreferedWeapon' must be private and have accessor methods.802
ErrorsLine contains a tab character.803
ErrorsLine has trailing spaces.805
ErrorsLine has trailing spaces.807
ErrorsLine is longer than 80 characters.808
ErrorsLine contains a tab character.808
ErrorsLine is longer than 80 characters.809
ErrorsLine contains a tab character.809
ErrorsLine contains a tab character.810
ErrorsExpected an @return tag.811
ErrorsMethod 'getPreferedWeapon' is not designed for extension - needs to be abstract, final or empty.811
ErrorsLine has trailing spaces.816
ErrorsLine has trailing spaces.818
ErrorsLine has trailing spaces.820
ErrorsLine is longer than 80 characters.821
ErrorsName 'FlagOfTeam' must match pattern '^[a-z][a-zA-Z0-9]*$'.824
ErrorsVariable 'FlagOfTeam' must be private and have accessor methods.824
ErrorsLine contains a tab character.825
ErrorsLine has trailing spaces.827
ErrorsLine has trailing spaces.829
ErrorsLine is longer than 80 characters.830
ErrorsExpected an @return tag.832
ErrorsMethod 'getFlagOfTeam' is not designed for extension - needs to be abstract, final or empty.832
ErrorsLine has trailing spaces.837
ErrorsLine has trailing spaces.839
ErrorsLine contains a tab character.844
ErrorsLine has trailing spaces.845
ErrorsLine contains a tab character.845
ErrorsLine is longer than 80 characters.846
ErrorsLine contains a tab character.846
ErrorsMissing a Javadoc comment.846
ErrorsName 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'.846
ErrorsVariable 'Time' must be private and have accessor methods.846
ErrorsLine is longer than 80 characters.848
ErrorsLine contains a tab character.848
ErrorsMethod 'getTime' is not designed for extension - needs to be abstract, final or empty.848
ErrorsMissing a Javadoc comment.848
ErrorsLine contains a tab character.849
ErrorsLine contains a tab character.850
ErrorsLine is longer than 80 characters.852
ErrorsLine contains a tab character.852
ErrorsMethod 'setTime' is not designed for extension - needs to be abstract, final or empty.852
ErrorsMissing a Javadoc comment.852
ErrorsParameter time should be final.852
ErrorsLine is longer than 80 characters.853
ErrorsLine contains a tab character.853
ErrorsLine contains a tab character.854
ErrorsLine is longer than 80 characters.856
ErrorsLine contains a tab character.856
ErrorsMethod 'getLastSeenTime' is not designed for extension - needs to be abstract, final or empty.856
ErrorsMissing a Javadoc comment.856
ErrorsLine contains a tab character.857
ErrorsLine contains a tab character.858
ErrorsLine has trailing spaces.859
ErrorsLine contains a tab character.859
ErrorsLine has trailing spaces.860
ErrorsLine contains a tab character.860
ErrorsLine contains a tab character.861
ErrorsMethod 'getLocal' is not designed for extension - needs to be abstract, final or empty.861
ErrorsMissing a Javadoc comment.861
ErrorsLine contains a tab character.862
ErrorsLine contains a tab character.863
ErrorsLine has trailing spaces.864
ErrorsLine contains a tab character.864
ErrorsLine contains a tab character.865
ErrorsMethod 'getShared' is not designed for extension - needs to be abstract, final or empty.865
ErrorsMissing a Javadoc comment.865
ErrorsLine contains a tab character.866
ErrorsLine contains a tab character.867
ErrorsLine has trailing spaces.868
ErrorsLine contains a tab character.868
ErrorsLine contains a tab character.869
ErrorsMethod 'getStatic' is not designed for extension - needs to be abstract, final or empty.869
ErrorsMissing a Javadoc comment.869
ErrorsLine contains a tab character.870
ErrorsLine contains a tab character.871
ErrorsLine has trailing spaces.872
ErrorsLine contains a tab character.872
ErrorsLine contains a tab character.873
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.873
ErrorsLine contains a tab character.874
ErrorsLine contains a tab character.875
Errors'cast' is not followed by whitespace.875
ErrorsLine contains a tab character.876
ErrorsLine contains a tab character.878
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.878
ErrorsMissing a Javadoc comment.878
ErrorsParameter obj should be final.878
Errors'if' construct must use '{}'s.879
ErrorsLine contains a tab character.879
ErrorsLine contains a tab character.880
Errors'cast' is not followed by whitespace.880
Errors'if' construct must use '{}'s.881
ErrorsLine is longer than 80 characters.881
ErrorsLine contains a tab character.881
Errors'else' construct must use '{}'s.882
ErrorsLine contains a tab character.882
ErrorsLine contains a tab character.883
ErrorsLine contains a tab character.885
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.885
ErrorsMissing a Javadoc comment.885
Errors'if' construct must use '{}'s.886
ErrorsLine contains a tab character.886
ErrorsLine contains a tab character.887
ErrorsLine contains a tab character.888
ErrorsLine has trailing spaces.890
ErrorsLine contains a tab character.890
ErrorsLine contains a tab character.893
ErrorsLine contains a tab character.895
ErrorsLine has trailing spaces.896
ErrorsLine contains a tab character.896
ErrorsLine contains a tab character.897
ErrorsLine is longer than 80 characters.898
ErrorsLine contains a tab character.898
ErrorsLine contains a tab character.899
ErrorsLine has trailing spaces.900
ErrorsLine contains a tab character.900
ErrorsLine contains a tab character.901
ErrorsMethod 'setItem' is not designed for extension - needs to be abstract, final or empty.901
ErrorsParameter item should be final.901
ErrorsExpected @param tag for 'item'.901
ErrorsLine contains a tab character.902
ErrorsLine contains a tab character.903
ErrorsLine contains a tab character.904
ErrorsLine contains a tab character.905
ErrorsLine has trailing spaces.906
ErrorsLine contains a tab character.906
ErrorsLine has trailing spaces.907
ErrorsLine contains a tab character.907
ErrorsLine contains a tab character.908
ErrorsLine has trailing spaces.912
ErrorsParameter original should be final.917
ErrorsExpected @param tag for 'original'.917
ErrorsLine has trailing spaces.918
Errors'=' is not preceded with whitespace.919
Errors'=' is not followed by whitespace.919
ErrorsLine has trailing spaces.920
Errors'=' is not preceded with whitespace.921
Errors'=' is not followed by whitespace.921
ErrorsLine has trailing spaces.922
Errors'=' is not preceded with whitespace.923
Errors'=' is not followed by whitespace.923
ErrorsLine has trailing spaces.924
Errors'=' is not preceded with whitespace.925
Errors'=' is not followed by whitespace.925
ErrorsLine has trailing spaces.926
Errors'=' is not preceded with whitespace.927
Errors'=' is not followed by whitespace.927
ErrorsLine has trailing spaces.928
Errors'=' is not preceded with whitespace.929
Errors'=' is not followed by whitespace.929
ErrorsLine has trailing spaces.930
Errors'=' is not preceded with whitespace.931
Errors'=' is not followed by whitespace.931
ErrorsLine has trailing spaces.932
Errors'=' is not preceded with whitespace.933
Errors'=' is not followed by whitespace.933
ErrorsLine has trailing spaces.934
Errors'=' is not preceded with whitespace.935
Errors'=' is not followed by whitespace.935
ErrorsLine has trailing spaces.936
Errors'=' is not preceded with whitespace.937
Errors'=' is not followed by whitespace.937
ErrorsLine has trailing spaces.938
Errors'=' is not preceded with whitespace.939
Errors'=' is not followed by whitespace.939
ErrorsLine has trailing spaces.940
Errors'=' is not preceded with whitespace.941
Errors'=' is not followed by whitespace.941
ErrorsLine has trailing spaces.942
Errors'=' is not preceded with whitespace.943
Errors'=' is not followed by whitespace.943
ErrorsLine has trailing spaces.944
Errors'=' is not preceded with whitespace.945
Errors'=' is not followed by whitespace.945
ErrorsLine has trailing spaces.946
Errors'=' is not preceded with whitespace.947
Errors'=' is not followed by whitespace.947
ErrorsLine has trailing spaces.948
Errors'=' is not preceded with whitespace.949
Errors'=' is not followed by whitespace.949
ErrorsLine has trailing spaces.950
Errors'=' is not preceded with whitespace.951
Errors'=' is not followed by whitespace.951
ErrorsLine has trailing spaces.952
Errors'=' is not preceded with whitespace.953
Errors'=' is not followed by whitespace.953
ErrorsLine has trailing spaces.954
Errors'=' is not preceded with whitespace.955
Errors'=' is not followed by whitespace.955
ErrorsLine has trailing spaces.956
Errors'=' is not preceded with whitespace.957
Errors'=' is not followed by whitespace.957
ErrorsLine has trailing spaces.958
Errors'=' is not preceded with whitespace.959
Errors'=' is not followed by whitespace.959
ErrorsLine has trailing spaces.960
Errors'=' is not preceded with whitespace.961
Errors'=' is not followed by whitespace.961
ErrorsLine has trailing spaces.962
Errors'=' is not preceded with whitespace.963
Errors'=' is not followed by whitespace.963
ErrorsLine has trailing spaces.964
Errors'=' is not preceded with whitespace.965
Errors'=' is not followed by whitespace.965
ErrorsLine has trailing spaces.966
Errors'=' is not preceded with whitespace.967
Errors'=' is not followed by whitespace.967
ErrorsLine has trailing spaces.968
Errors'=' is not preceded with whitespace.969
Errors'=' is not followed by whitespace.969
ErrorsLine has trailing spaces.970
Errors'=' is not preceded with whitespace.971
Errors'=' is not followed by whitespace.971
ErrorsLine has trailing spaces.972
Errors'=' is not preceded with whitespace.973
Errors'=' is not followed by whitespace.973
ErrorsLine has trailing spaces.974
Errors'=' is not preceded with whitespace.975
Errors'=' is not followed by whitespace.975
ErrorsLine has trailing spaces.976
Errors'=' is not preceded with whitespace.977
Errors'=' is not followed by whitespace.977
ErrorsLine has trailing spaces.978
ErrorsLine has trailing spaces.981
ErrorsLine is longer than 80 characters.983
ErrorsLine contains a tab character.985
ErrorsLine contains a tab character.986
ErrorsLine has trailing spaces.987
ErrorsLine contains a tab character.989
ErrorsLine contains a tab character.990
ErrorsLine contains a tab character.991
ErrorsLine is longer than 80 characters.992
ErrorsLine contains a tab character.992
ErrorsLine contains a tab character.994
ErrorsMissing a Javadoc comment.994
ErrorsLine contains a tab character.996
ErrorsMissing a Javadoc comment.996
ErrorsParameter orig should be final.996
Errors'orig' hides a field.996
ErrorsLine contains a tab character.997
ErrorsLine contains a tab character.998
ErrorsLine contains a tab character.1000
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.1000
ErrorsMissing a Javadoc comment.1000
ErrorsLine contains a tab character.1001
ErrorsLine contains a tab character.1002
ErrorsLine has trailing spaces.1003
ErrorsLine contains a tab character.1003
ErrorsLine contains a tab character.1004
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.1004
ErrorsMissing a Javadoc comment.1004
ErrorsLine contains a tab character.1005
ErrorsLine contains a tab character.1006
ErrorsLine is longer than 80 characters.1008
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.1008
ErrorsMissing a Javadoc comment.1008
ErrorsParameter obj should be final.1008
ErrorsLine is longer than 80 characters.1010
ErrorsLine is longer than 80 characters.1013
Errors'cast' is not followed by whitespace.1016
ErrorsLine is longer than 80 characters.1018
ErrorsLine contains a tab character.1018
ErrorsLine is longer than 80 characters.1019
ErrorsLine contains a tab character.1019
ErrorsLine contains a tab character.1020
ErrorsLine is longer than 80 characters.1021
ErrorsLine contains a tab character.1021
ErrorsLine contains a tab character.1022
ErrorsMethod 'getObject' is not designed for extension - needs to be abstract, final or empty.1025
ErrorsMissing a Javadoc comment.1025
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.1029
ErrorsMissing a Javadoc comment.1029
ErrorsLine is longer than 80 characters.1030
ErrorsLine contains a tab character.1033
ErrorsLine contains a tab character.1035
ErrorsLine is longer than 80 characters.1036
ErrorsLine contains a tab character.1036
ErrorsLine contains a tab character.1037
ErrorsLine is longer than 80 characters.1038
ErrorsLine contains a tab character.1038
ErrorsParameter Original should be final.1038
ErrorsExpected @param tag for 'Original'.1038
ErrorsName 'Original' must match pattern '^[a-z][a-zA-Z0-9]*$'.1038
ErrorsParameter Visible should be final.1038
Errors'Visible' hides a field.1038
ErrorsExpected @param tag for 'Visible'.1038
ErrorsName 'Visible' must match pattern '^[a-z][a-zA-Z0-9]*$'.1038
ErrorsLine contains a tab character.1039
ErrorsLine contains a tab character.1040
ErrorsLine contains a tab character.1041
ErrorsLine is longer than 80 characters.1043
ErrorsLine contains a tab character.1043
ErrorsMethod 'createDisappearEvent' is not designed for extension - needs to be abstract, final or empty.1043
ErrorsMissing a Javadoc comment.1043
ErrorsLine contains a tab character.1044
ErrorsLine contains a tab character.1045
ErrorsLine has trailing spaces.1046
ErrorsLine contains a tab character.1046
ErrorsLine contains a tab character.1048
ErrorsLine is longer than 80 characters.1049
ErrorsLine contains a tab character.1049
ErrorsLine contains a tab character.1050
ErrorsLine contains a tab character.1051
ErrorsLine contains a tab character.1053
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.1053
ErrorsMissing a Javadoc comment.1053
ErrorsParameter obj should be final.1053
ErrorsLine contains a tab character.1054
Errors'if' is not followed by whitespace.1054
ErrorsLine contains a tab character.1055
ErrorsLine is longer than 80 characters.1056
ErrorsLine contains a tab character.1056
ErrorsLine contains a tab character.1057
ErrorsLine contains a tab character.1058
ErrorsLine contains a tab character.1059
ErrorsLine contains a tab character.1060
Errors'cast' is not followed by whitespace.1060
ErrorsLine contains a tab character.1062
ErrorsLine has trailing spaces.1064
ErrorsLine contains a tab character.1064
ErrorsLine is longer than 80 characters.1066
ErrorsLine contains a tab character.1066
Errors'=' is not preceded with whitespace.1066
Errors'=' is not followed by whitespace.1066
ErrorsLine contains a tab character.1067
ErrorsLine contains a tab character.1068
ErrorsLine has trailing spaces.1069
ErrorsLine is longer than 80 characters.1071
ErrorsLine contains a tab character.1071
Errors'=' is not preceded with whitespace.1071
Errors'=' is not followed by whitespace.1071
ErrorsLine contains a tab character.1072
ErrorsLine contains a tab character.1073
ErrorsLine has trailing spaces.1074
ErrorsLine is longer than 80 characters.1075
ErrorsLine contains a tab character.1075
ErrorsLine contains a tab character.1076
Errors'=' is not preceded with whitespace.1076
Errors'=' is not followed by whitespace.1076
ErrorsLine contains a tab character.1077
ErrorsLine contains a tab character.1078
ErrorsLine has trailing spaces.1079
ErrorsLine contains a tab character.1079
ErrorsLine contains a tab character.1080
ErrorsLine has trailing spaces.1081
ErrorsLine contains a tab character.1081
ErrorsLine contains a tab character.1083
ErrorsLine is longer than 80 characters.1084
ErrorsLine contains a tab character.1084
ErrorsLine contains a tab character.1085
ErrorsLine is longer than 80 characters.1086
ErrorsLine contains a tab character.1086
ErrorsLine contains a tab character.1087
ErrorsLine contains a tab character.1088
ErrorsLine contains a tab character.1090
ErrorsLine is longer than 80 characters.1091
ErrorsLine contains a tab character.1091
ErrorsLine is longer than 80 characters.1092
ErrorsLine contains a tab character.1092
ErrorsLine contains a tab character.1093
ErrorsExpected an @return tag.1094
ErrorsLine contains a tab character.1094
ErrorsMethod 'getObject' is not designed for extension - needs to be abstract, final or empty.1094
Errors'if' construct must use '{}'s.1095
ErrorsLine contains a tab character.1095
ErrorsLine contains a tab character.1096
ErrorsLine contains a tab character.1097
ErrorsLine has trailing spaces.1098
ErrorsLine contains a tab character.1098
ErrorsLine has trailing spaces.1100
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.1101
ErrorsMissing a Javadoc comment.1101
ErrorsLine has trailing spaces.1103
ErrorsLine contains a tab character.1104
Errors'+' should be on a new line.1104
ErrorsLine has trailing spaces.1105
ErrorsLine contains a tab character.1105
ErrorsLine contains a tab character.1106
Errors'+' should be on a new line.1106
ErrorsLine contains a tab character.1107
Errors'+' should be on a new line.1107
ErrorsLine has trailing spaces.1108
ErrorsLine contains a tab character.1108
ErrorsLine contains a tab character.1109
Errors'+' should be on a new line.1109
ErrorsLine is longer than 80 characters.1110
ErrorsLine contains a tab character.1110
Errors'+' should be on a new line.1110
ErrorsLine has trailing spaces.1111
ErrorsLine contains a tab character.1111
ErrorsLine contains a tab character.1112
Errors'+' should be on a new line.1112
ErrorsLine is longer than 80 characters.1113
ErrorsLine contains a tab character.1113
Errors'+' should be on a new line.1113
ErrorsLine has trailing spaces.1114
ErrorsLine contains a tab character.1114
ErrorsLine contains a tab character.1115
Errors'+' should be on a new line.1115
ErrorsLine contains a tab character.1116
Errors'+' should be on a new line.1116
ErrorsLine has trailing spaces.1117
ErrorsLine contains a tab character.1117
ErrorsLine contains a tab character.1118
Errors'+' should be on a new line.1118
ErrorsLine contains a tab character.1119
Errors'+' should be on a new line.1119
ErrorsLine has trailing spaces.1120
ErrorsLine contains a tab character.1120
ErrorsLine contains a tab character.1121
Errors'+' should be on a new line.1121
ErrorsLine is longer than 80 characters.1122
ErrorsLine contains a tab character.1122
Errors'+' should be on a new line.1122
ErrorsLine has trailing spaces.1123
ErrorsLine contains a tab character.1123
ErrorsLine contains a tab character.1124
Errors'+' should be on a new line.1124
ErrorsLine is longer than 80 characters.1125
ErrorsLine contains a tab character.1125
Errors'+' should be on a new line.1125
ErrorsLine has trailing spaces.1126
ErrorsLine contains a tab character.1126
ErrorsLine contains a tab character.1127
Errors'+' should be on a new line.1127
ErrorsLine is longer than 80 characters.1128
ErrorsLine contains a tab character.1128
Errors'+' should be on a new line.1128
ErrorsLine has trailing spaces.1129
ErrorsLine contains a tab character.1129
ErrorsLine contains a tab character.1130
Errors'+' should be on a new line.1130
ErrorsLine contains a tab character.1131
Errors'+' should be on a new line.1131
ErrorsLine has trailing spaces.1132
ErrorsLine contains a tab character.1132
ErrorsLine contains a tab character.1133
Errors'+' should be on a new line.1133
ErrorsLine is longer than 80 characters.1134
ErrorsLine contains a tab character.1134
Errors'+' should be on a new line.1134
ErrorsLine has trailing spaces.1135
ErrorsLine contains a tab character.1135
ErrorsLine contains a tab character.1136
Errors'+' should be on a new line.1136
ErrorsLine is longer than 80 characters.1137
ErrorsLine contains a tab character.1137
Errors'+' should be on a new line.1137
ErrorsLine has trailing spaces.1138
ErrorsLine contains a tab character.1138
ErrorsLine contains a tab character.1139
Errors'+' should be on a new line.1139
ErrorsLine is longer than 80 characters.1140
ErrorsLine contains a tab character.1140
Errors'+' should be on a new line.1140
ErrorsLine has trailing spaces.1141
ErrorsLine contains a tab character.1141
ErrorsLine contains a tab character.1142
Errors'+' should be on a new line.1142
ErrorsLine contains a tab character.1143
Errors'+' should be on a new line.1143
ErrorsLine has trailing spaces.1144
ErrorsLine contains a tab character.1144
ErrorsLine contains a tab character.1145
Errors'+' should be on a new line.1145
ErrorsLine is longer than 80 characters.1146
ErrorsLine contains a tab character.1146
Errors'+' should be on a new line.1146
ErrorsLine has trailing spaces.1147
ErrorsLine contains a tab character.1147
ErrorsLine contains a tab character.1148
Errors'+' should be on a new line.1148
ErrorsLine is longer than 80 characters.1149
ErrorsLine contains a tab character.1149
Errors'+' should be on a new line.1149
ErrorsLine has trailing spaces.1150
ErrorsLine contains a tab character.1150
ErrorsLine contains a tab character.1151
Errors'+' should be on a new line.1151
ErrorsLine contains a tab character.1152
Errors'+' should be on a new line.1152
ErrorsLine has trailing spaces.1153
ErrorsLine contains a tab character.1153
ErrorsLine contains a tab character.1154
Errors'+' should be on a new line.1154
ErrorsLine is longer than 80 characters.1155
ErrorsLine contains a tab character.1155
Errors'+' should be on a new line.1155
ErrorsLine has trailing spaces.1156
ErrorsLine contains a tab character.1156
ErrorsLine contains a tab character.1157
Errors'+' should be on a new line.1157
ErrorsLine is longer than 80 characters.1158
ErrorsLine contains a tab character.1158
Errors'+' should be on a new line.1158
ErrorsLine has trailing spaces.1159
ErrorsLine contains a tab character.1159
ErrorsLine contains a tab character.1160
Errors'+' should be on a new line.1160
ErrorsLine is longer than 80 characters.1161
ErrorsLine contains a tab character.1161
Errors'+' should be on a new line.1161
ErrorsLine has trailing spaces.1162
ErrorsLine contains a tab character.1162
ErrorsLine contains a tab character.1163
Errors'+' should be on a new line.1163
ErrorsLine is longer than 80 characters.1164
ErrorsLine contains a tab character.1164
Errors'+' should be on a new line.1164
ErrorsLine has trailing spaces.1165
ErrorsLine contains a tab character.1165
ErrorsLine contains a tab character.1166
Errors'+' should be on a new line.1166
ErrorsLine is longer than 80 characters.1167
ErrorsLine contains a tab character.1167
Errors'+' should be on a new line.1167
ErrorsLine has trailing spaces.1168
ErrorsLine contains a tab character.1168
ErrorsLine contains a tab character.1169
Errors'+' should be on a new line.1169
ErrorsLine is longer than 80 characters.1170
ErrorsLine contains a tab character.1170
Errors'+' should be on a new line.1170
ErrorsLine has trailing spaces.1171
ErrorsLine contains a tab character.1171
ErrorsLine contains a tab character.1172
Errors'+' should be on a new line.1172
ErrorsLine is longer than 80 characters.1173
ErrorsLine contains a tab character.1173
Errors'+' should be on a new line.1173
ErrorsLine has trailing spaces.1174
ErrorsLine contains a tab character.1174
ErrorsLine contains a tab character.1175
Errors'+' should be on a new line.1175
ErrorsLine is longer than 80 characters.1176
ErrorsLine contains a tab character.1176
Errors'+' should be on a new line.1176
ErrorsLine has trailing spaces.1177
ErrorsLine contains a tab character.1177
ErrorsLine contains a tab character.1178
Errors'+' should be on a new line.1178
ErrorsLine is longer than 80 characters.1179
ErrorsLine contains a tab character.1179
Errors'+' should be on a new line.1179
ErrorsLine has trailing spaces.1180
ErrorsLine contains a tab character.1180
ErrorsLine contains a tab character.1181
Errors'+' should be on a new line.1181
ErrorsLine is longer than 80 characters.1182
ErrorsLine contains a tab character.1182
Errors'+' should be on a new line.1182
ErrorsLine has trailing spaces.1183
ErrorsLine contains a tab character.1183
ErrorsLine contains a tab character.1184
Errors'+' should be on a new line.1184
ErrorsLine is longer than 80 characters.1185
ErrorsLine contains a tab character.1185
Errors'+' should be on a new line.1185
ErrorsLine contains a tab character.1186
ErrorsLine has trailing spaces.1187
ErrorsLine contains a tab character.1187
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.1190
ErrorsMissing a Javadoc comment.1190
Errors'+' should be on a new line.1191
ErrorsLine has trailing spaces.1192
Errors'+' should be on a new line.1193
Errors'+' should be on a new line.1194
Errors'+' should be on a new line.1195
ErrorsLine has trailing spaces.1196
Errors'+' should be on a new line.1197
Errors'+' should be on a new line.1198
Errors'+' should be on a new line.1199
ErrorsLine has trailing spaces.1200
Errors'+' should be on a new line.1201
Errors'+' should be on a new line.1202
Errors'+' should be on a new line.1203
ErrorsLine has trailing spaces.1204
Errors'+' should be on a new line.1205
Errors'+' should be on a new line.1206
Errors'+' should be on a new line.1207
ErrorsLine has trailing spaces.1208
Errors'+' should be on a new line.1209
Errors'+' should be on a new line.1210
Errors'+' should be on a new line.1211
ErrorsLine has trailing spaces.1212
Errors'+' should be on a new line.1213
Errors'+' should be on a new line.1214
Errors'+' should be on a new line.1215
ErrorsLine has trailing spaces.1216
Errors'+' should be on a new line.1217
Errors'+' should be on a new line.1218
Errors'+' should be on a new line.1219
ErrorsLine has trailing spaces.1220
Errors'+' should be on a new line.1221
Errors'+' should be on a new line.1222
Errors'+' should be on a new line.1223
ErrorsLine has trailing spaces.1224
Errors'+' should be on a new line.1225
Errors'+' should be on a new line.1226
Errors'+' should be on a new line.1227
ErrorsLine has trailing spaces.1228
Errors'+' should be on a new line.1229
Errors'+' should be on a new line.1230
Errors'+' should be on a new line.1231
ErrorsLine has trailing spaces.1232
Errors'+' should be on a new line.1233
Errors'+' should be on a new line.1234
Errors'+' should be on a new line.1235
ErrorsLine has trailing spaces.1236
Errors'+' should be on a new line.1237
Errors'+' should be on a new line.1238
Errors'+' should be on a new line.1239
ErrorsLine has trailing spaces.1240
Errors'+' should be on a new line.1241
Errors'+' should be on a new line.1242
Errors'+' should be on a new line.1243
ErrorsLine has trailing spaces.1244
Errors'+' should be on a new line.1245
Errors'+' should be on a new line.1246
Errors'+' should be on a new line.1247
ErrorsLine has trailing spaces.1248
Errors'+' should be on a new line.1249
Errors'+' should be on a new line.1250
Errors'+' should be on a new line.1251
ErrorsLine has trailing spaces.1252
Errors'+' should be on a new line.1253
Errors'+' should be on a new line.1254
Errors'+' should be on a new line.1255
ErrorsLine has trailing spaces.1256
Errors'+' should be on a new line.1257
Errors'+' should be on a new line.1258
Errors'+' should be on a new line.1259
ErrorsLine has trailing spaces.1260
Errors'+' should be on a new line.1261
Errors'+' should be on a new line.1262
Errors'+' should be on a new line.1263
ErrorsLine has trailing spaces.1264
Errors'+' should be on a new line.1265
Errors'+' should be on a new line.1266
Errors'+' should be on a new line.1267
ErrorsLine has trailing spaces.1268
Errors'+' should be on a new line.1269
Errors'+' should be on a new line.1270
Errors'+' should be on a new line.1271
ErrorsLine has trailing spaces.1272
Errors'+' should be on a new line.1273
Errors'+' should be on a new line.1274
Errors'+' should be on a new line.1275
ErrorsLine has trailing spaces.1276
Errors'+' should be on a new line.1277
Errors'+' should be on a new line.1278
Errors'+' should be on a new line.1279
ErrorsLine has trailing spaces.1280
Errors'+' should be on a new line.1281
Errors'+' should be on a new line.1282
Errors'+' should be on a new line.1283
ErrorsLine has trailing spaces.1284
Errors'+' should be on a new line.1285
Errors'+' should be on a new line.1286
Errors'+' should be on a new line.1287
ErrorsLine has trailing spaces.1288
Errors'+' should be on a new line.1289
Errors'+' should be on a new line.1290
Errors'+' should be on a new line.1291
ErrorsLine has trailing spaces.1292
Errors'+' should be on a new line.1293
Errors'+' should be on a new line.1294
Errors'+' should be on a new line.1295
ErrorsLine has trailing spaces.1296
Errors'+' should be on a new line.1297
Errors'+' should be on a new line.1298
Errors'+' should be on a new line.1299
ErrorsLine has trailing spaces.1300
Errors'+' should be on a new line.1301
Errors'+' should be on a new line.1302
Errors'+' should be on a new line.1303
ErrorsLine has trailing spaces.1304
Errors'+' should be on a new line.1305
Errors'+' should be on a new line.1306
Errors'+' should be on a new line.1307
ErrorsLine has trailing spaces.1308
Errors'+' should be on a new line.1309
Errors'+' should be on a new line.1310
Errors'+' should be on a new line.1311
ErrorsLine has trailing spaces.1315
ErrorsLine has trailing spaces.1316
ErrorsLine has trailing spaces.1319

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/NavPointListEnd.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.36
ErrorsLine has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine contains a tab character.45
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine has trailing spaces.52
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.62
ErrorsMissing a Javadoc comment.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.77
ErrorsParameter original should be final.82
ErrorsExpected @param tag for 'original'.82
ErrorsLine has trailing spaces.83
ErrorsLine has trailing spaces.86
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.92
ErrorsLine has trailing spaces.94
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.95
ErrorsMissing a Javadoc comment.95
ErrorsLine has trailing spaces.97
ErrorsLine contains a tab character.98
Errors'+' should be on a new line.98
ErrorsLine contains a tab character.99
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.100
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.103
ErrorsMissing a Javadoc comment.103
Errors'+' should be on a new line.104
ErrorsLine has trailing spaces.108
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.112

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/NavPointListStart.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.37
ErrorsLine contains a tab character.37
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.42
ErrorsLine contains a tab character.46
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.53
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.63
ErrorsMissing a Javadoc comment.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.78
ErrorsParameter original should be final.83
ErrorsExpected @param tag for 'original'.83
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.87
ErrorsLine is longer than 80 characters.89
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine has trailing spaces.93
ErrorsLine has trailing spaces.95
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.96
ErrorsMissing a Javadoc comment.96
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.99
Errors'+' should be on a new line.99
ErrorsLine contains a tab character.100
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.104
ErrorsMissing a Javadoc comment.104
Errors'+' should be on a new line.105
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.110
ErrorsLine has trailing spaces.113

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/NavPointNeighbourLink.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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
ErrorsLine is longer than 80 characters.38
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine has trailing spaces.40
ErrorsLine contains a tab character.40
ErrorsLine has trailing spaces.43
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.49
Errors'{' should be on the previous line.51
ErrorsLine has trailing spaces.52
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine is longer than 80 characters.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.64
ErrorsLine is longer than 80 characters.65
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine is longer than 80 characters.68
ErrorsLine contains a tab character.68
ErrorsComment matches to-do format 'TODO:'.69
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.75
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine has trailing spaces.79
ErrorsLine contains a tab character.79
ErrorsLine has trailing spaces.80
ErrorsComment matches to-do format 'TODO:'.81
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine has trailing spaces.85
ErrorsLine contains a tab character.85
ErrorsLine has trailing spaces.86
ErrorsComment matches to-do format 'TODO:'.87
ErrorsLine is longer than 80 characters.88
ErrorsLine has trailing spaces.89
ErrorsLine has trailing spaces.90
ErrorsLine is longer than 80 characters.91
ErrorsLine has trailing spaces.92
ErrorsLine has trailing spaces.93
ErrorsLine has trailing spaces.95
ErrorsLine has trailing spaces.96
ErrorsComment matches to-do format 'TODO:'.97
ErrorsLine has trailing spaces.98
ErrorsLine has trailing spaces.99
ErrorsComment matches to-do format 'TODO:'.100
ErrorsLine has trailing spaces.101
ErrorsLine has trailing spaces.102
ErrorsComment matches to-do format 'TODO:'.103
ErrorsLine has trailing spaces.104
ErrorsLine has trailing spaces.105
ErrorsComment matches to-do format 'TODO:'.106
ErrorsLine has trailing spaces.107
ErrorsLine has trailing spaces.108
ErrorsLine contains a tab character.109
ErrorsLine has trailing spaces.110
ErrorsLine contains a tab character.110
ErrorsLine has trailing spaces.111
ErrorsLine has trailing spaces.113
ErrorsMore than 7 parameters.115
ErrorsLine is longer than 80 characters.116
ErrorsParameter Id should be final.116
Errors'Id' hides a field.116
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.116
ErrorsParameter Flags should be final.116
Errors'Flags' hides a field.116
ErrorsName 'Flags' must match pattern '^[a-z][a-zA-Z0-9]*$'.116
ErrorsParameter CollisionR should be final.116
Errors'CollisionR' hides a field.116
ErrorsName 'CollisionR' must match pattern '^[a-z][a-zA-Z0-9]*$'.116
ErrorsParameter CollisionH should be final.116
Errors'CollisionH' hides a field.116
ErrorsName 'CollisionH' must match pattern '^[a-z][a-zA-Z0-9]*$'.116
ErrorsParameter TranslocZOffset should be final.116
Errors'TranslocZOffset' hides a field.116
ErrorsName 'TranslocZOffset' must match pattern '^[a-z][a-zA-Z0-9]*$'.116
ErrorsParameter TranslocTargetTag should be final.116
Errors'TranslocTargetTag' hides a field.116
ErrorsName 'TranslocTargetTag' must match pattern '^[a-z][a-zA-Z0-9]*$'.116
ErrorsParameter OnlyTranslocator should be final.116
Errors'OnlyTranslocator' hides a field.116
ErrorsName 'OnlyTranslocator' must match pattern '^[a-z][a-zA-Z0-9]*$'.116
ErrorsParameter ForceDoubleJump should be final.116
Errors'ForceDoubleJump' hides a field.116
ErrorsName 'ForceDoubleJump' must match pattern '^[a-z][a-zA-Z0-9]*$'.116
ErrorsParameter NeededJump should be final.116
Errors'NeededJump' hides a field.116
ErrorsName 'NeededJump' must match pattern '^[a-z][a-zA-Z0-9]*$'.116
ErrorsParameter NeverImpactJump should be final.116
Errors'NeverImpactJump' hides a field.116
ErrorsName 'NeverImpactJump' must match pattern '^[a-z][a-zA-Z0-9]*$'.116
ErrorsParameter NoLowGrav should be final.116
Errors'NoLowGrav' hides a field.116
ErrorsName 'NoLowGrav' must match pattern '^[a-z][a-zA-Z0-9]*$'.116
ErrorsParameter CalculatedGravityZ should be final.116
Errors'CalculatedGravityZ' hides a field.116
ErrorsName 'CalculatedGravityZ' must match pattern '^[a-z][a-zA-Z0-9]*$'.116
ErrorsParameter FromNavPoint should be final.116
Errors'FromNavPoint' hides a field.116
ErrorsName 'FromNavPoint' must match pattern '^[a-z][a-zA-Z0-9]*$'.116
ErrorsParameter ToNavPoint should be final.116
Errors'ToNavPoint' hides a field.116
ErrorsName 'ToNavPoint' must match pattern '^[a-z][a-zA-Z0-9]*$'.116
ErrorsLine has trailing spaces.117
ErrorsLine has trailing spaces.119
ErrorsLine has trailing spaces.121
ErrorsLine has trailing spaces.123
ErrorsLine has trailing spaces.125
ErrorsLine has trailing spaces.127
ErrorsLine has trailing spaces.129
ErrorsLine has trailing spaces.131
ErrorsLine has trailing spaces.133
ErrorsLine has trailing spaces.135
ErrorsLine has trailing spaces.137
ErrorsLine has trailing spaces.139
ErrorsLine has trailing spaces.141
ErrorsLine has trailing spaces.143
ErrorsLine has trailing spaces.145
ErrorsLine has trailing spaces.148
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine is longer than 80 characters.151
ErrorsLine contains a tab character.151
ErrorsLine has trailing spaces.152
ErrorsLine has trailing spaces.155
ErrorsLine has trailing spaces.157
ErrorsLine is longer than 80 characters.158
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.161
ErrorsVariable 'Id' must be private and have accessor methods.161
ErrorsLine contains a tab character.162
ErrorsLine has trailing spaces.164
ErrorsLine has trailing spaces.166
ErrorsLine is longer than 80 characters.167
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.168
ErrorsExpected an @return tag.169
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.169
ErrorsLine has trailing spaces.174
ErrorsLine has trailing spaces.176
ErrorsLine has trailing spaces.178
ErrorsLine is longer than 80 characters.179
ErrorsLine contains a tab character.179
ErrorsComment matches to-do format 'TODO:'.180
ErrorsLine contains a tab character.180
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.182
ErrorsName 'Flags' must match pattern '^[a-z][a-zA-Z0-9]*$'.184
ErrorsVariable 'Flags' must be private and have accessor methods.184
ErrorsLine contains a tab character.185
ErrorsLine has trailing spaces.187
ErrorsLine has trailing spaces.189
ErrorsLine is longer than 80 characters.190
ErrorsLine contains a tab character.190
ErrorsComment matches to-do format 'TODO:'.191
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
ErrorsLine contains a tab character.193
ErrorsExpected an @return tag.194
ErrorsMethod 'getFlags' is not designed for extension - needs to be abstract, final or empty.194
ErrorsLine has trailing spaces.199
ErrorsLine has trailing spaces.201
ErrorsLine has trailing spaces.203
ErrorsLine contains a tab character.204
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.206
ErrorsName 'CollisionR' must match pattern '^[a-z][a-zA-Z0-9]*$'.208
ErrorsVariable 'CollisionR' must be private and have accessor methods.208
ErrorsLine contains a tab character.209
ErrorsLine has trailing spaces.211
ErrorsLine has trailing spaces.213
ErrorsLine contains a tab character.214
ErrorsLine contains a tab character.215
ErrorsLine contains a tab character.216
ErrorsExpected an @return tag.217
ErrorsMethod 'getCollisionR' is not designed for extension - needs to be abstract, final or empty.217
ErrorsLine has trailing spaces.222
ErrorsLine has trailing spaces.224
ErrorsLine has trailing spaces.226
ErrorsLine contains a tab character.227
ErrorsLine contains a tab character.228
ErrorsLine contains a tab character.229
ErrorsName 'CollisionH' must match pattern '^[a-z][a-zA-Z0-9]*$'.231
ErrorsVariable 'CollisionH' must be private and have accessor methods.231
ErrorsLine contains a tab character.232
ErrorsLine has trailing spaces.234
ErrorsLine has trailing spaces.236
ErrorsLine contains a tab character.237
ErrorsLine contains a tab character.238
ErrorsLine contains a tab character.239
ErrorsExpected an @return tag.240
ErrorsMethod 'getCollisionH' is not designed for extension - needs to be abstract, final or empty.240
ErrorsLine has trailing spaces.245
ErrorsLine has trailing spaces.247
ErrorsLine has trailing spaces.249
ErrorsComment matches to-do format 'TODO:'.250
ErrorsLine contains a tab character.250
ErrorsLine contains a tab character.251
ErrorsLine contains a tab character.252
ErrorsLine contains a tab character.253
ErrorsLine contains a tab character.254
ErrorsName 'TranslocZOffset' must match pattern '^[a-z][a-zA-Z0-9]*$'.256
ErrorsVariable 'TranslocZOffset' must be private and have accessor methods.256
ErrorsLine contains a tab character.257
ErrorsLine has trailing spaces.259
ErrorsLine has trailing spaces.261
ErrorsComment matches to-do format 'TODO:'.262
ErrorsLine contains a tab character.262
ErrorsLine contains a tab character.263
ErrorsLine contains a tab character.264
ErrorsLine contains a tab character.265
ErrorsLine contains a tab character.266
ErrorsExpected an @return tag.267
ErrorsMethod 'getTranslocZOffset' is not designed for extension - needs to be abstract, final or empty.267
ErrorsLine has trailing spaces.272
ErrorsLine has trailing spaces.274
ErrorsLine has trailing spaces.276
ErrorsComment matches to-do format 'TODO:'.277
ErrorsLine is longer than 80 characters.278
ErrorsName 'TranslocTargetTag' must match pattern '^[a-z][a-zA-Z0-9]*$'.281
ErrorsVariable 'TranslocTargetTag' must be private and have accessor methods.281
ErrorsLine contains a tab character.282
ErrorsLine has trailing spaces.284
ErrorsLine has trailing spaces.286
ErrorsComment matches to-do format 'TODO:'.287
ErrorsLine is longer than 80 characters.288
ErrorsExpected an @return tag.290
ErrorsMethod 'getTranslocTargetTag' is not designed for extension - needs to be abstract, final or empty.290
ErrorsLine has trailing spaces.295
ErrorsLine has trailing spaces.297
ErrorsLine has trailing spaces.299
ErrorsLine is longer than 80 characters.300
ErrorsName 'OnlyTranslocator' must match pattern '^[a-z][a-zA-Z0-9]*$'.303
ErrorsVariable 'OnlyTranslocator' must be private and have accessor methods.303
ErrorsLine contains a tab character.304
ErrorsLine has trailing spaces.306
ErrorsLine has trailing spaces.308
ErrorsLine is longer than 80 characters.309
ErrorsExpected an @return tag.311
ErrorsMethod 'isOnlyTranslocator' is not designed for extension - needs to be abstract, final or empty.311
ErrorsLine has trailing spaces.316
ErrorsLine has trailing spaces.318
ErrorsLine has trailing spaces.320
ErrorsName 'ForceDoubleJump' must match pattern '^[a-z][a-zA-Z0-9]*$'.324
ErrorsVariable 'ForceDoubleJump' must be private and have accessor methods.324
ErrorsLine contains a tab character.325
ErrorsLine has trailing spaces.327
ErrorsLine has trailing spaces.329
ErrorsExpected an @return tag.332
ErrorsMethod 'isForceDoubleJump' is not designed for extension - needs to be abstract, final or empty.332
ErrorsLine has trailing spaces.337
ErrorsLine has trailing spaces.339
ErrorsFirst sentence should end with a period.340
ErrorsLine has trailing spaces.341
ErrorsComment matches to-do format 'TODO:'.342
ErrorsName 'NeededJump' must match pattern '^[a-z][a-zA-Z0-9]*$'.345
ErrorsVariable 'NeededJump' must be private and have accessor methods.345
ErrorsLine contains a tab character.346
ErrorsLine has trailing spaces.348
ErrorsFirst sentence should end with a period.349
ErrorsLine has trailing spaces.350
ErrorsComment matches to-do format 'TODO:'.351
ErrorsExpected an @return tag.353
ErrorsMethod 'getNeededJump' is not designed for extension - needs to be abstract, final or empty.353
ErrorsLine has trailing spaces.358
ErrorsLine has trailing spaces.360
ErrorsFirst sentence should end with a period.361
ErrorsLine has trailing spaces.362
ErrorsComment matches to-do format 'TODO:'.363
ErrorsName 'NeverImpactJump' must match pattern '^[a-z][a-zA-Z0-9]*$'.366
ErrorsVariable 'NeverImpactJump' must be private and have accessor methods.366
ErrorsLine contains a tab character.367
ErrorsLine has trailing spaces.369
ErrorsFirst sentence should end with a period.370
ErrorsLine has trailing spaces.371
ErrorsComment matches to-do format 'TODO:'.372
ErrorsExpected an @return tag.374
ErrorsMethod 'isNeverImpactJump' is not designed for extension - needs to be abstract, final or empty.374
ErrorsLine has trailing spaces.379
ErrorsLine has trailing spaces.381
ErrorsFirst sentence should end with a period.382
ErrorsLine has trailing spaces.383
ErrorsComment matches to-do format 'TODO:'.384
ErrorsName 'NoLowGrav' must match pattern '^[a-z][a-zA-Z0-9]*$'.387
ErrorsVariable 'NoLowGrav' must be private and have accessor methods.387
ErrorsLine contains a tab character.388
ErrorsLine has trailing spaces.390
ErrorsFirst sentence should end with a period.391
ErrorsLine has trailing spaces.392
ErrorsComment matches to-do format 'TODO:'.393
ErrorsExpected an @return tag.395
ErrorsMethod 'isNoLowGrav' is not designed for extension - needs to be abstract, final or empty.395
ErrorsLine has trailing spaces.400
ErrorsLine has trailing spaces.402
ErrorsFirst sentence should end with a period.403
ErrorsLine has trailing spaces.404
ErrorsComment matches to-do format 'TODO:'.405
ErrorsName 'CalculatedGravityZ' must match pattern '^[a-z][a-zA-Z0-9]*$'.408
ErrorsVariable 'CalculatedGravityZ' must be private and have accessor methods.408
ErrorsLine contains a tab character.409
ErrorsLine has trailing spaces.411
ErrorsFirst sentence should end with a period.412
ErrorsLine has trailing spaces.413
ErrorsComment matches to-do format 'TODO:'.414
ErrorsExpected an @return tag.416
ErrorsMethod 'getCalculatedGravityZ' is not designed for extension - needs to be abstract, final or empty.416
ErrorsLine has trailing spaces.421
ErrorsLine has trailing spaces.423
ErrorsLine has trailing spaces.425
ErrorsLine contains a tab character.426
ErrorsLine contains a tab character.427
ErrorsName 'FromNavPoint' must match pattern '^[a-z][a-zA-Z0-9]*$'.429
ErrorsVariable 'FromNavPoint' must be private and have accessor methods.429
ErrorsLine contains a tab character.430
ErrorsLine has trailing spaces.432
ErrorsLine has trailing spaces.434
ErrorsLine contains a tab character.435
ErrorsLine contains a tab character.436
ErrorsExpected an @return tag.437
ErrorsMethod 'getFromNavPoint' is not designed for extension - needs to be abstract, final or empty.437
ErrorsLine has trailing spaces.442
ErrorsLine has trailing spaces.444
ErrorsLine has trailing spaces.446
ErrorsName 'ToNavPoint' must match pattern '^[a-z][a-zA-Z0-9]*$'.450
ErrorsVariable 'ToNavPoint' must be private and have accessor methods.450
ErrorsLine contains a tab character.451
ErrorsLine has trailing spaces.453
ErrorsLine has trailing spaces.455
ErrorsExpected an @return tag.458
ErrorsMethod 'getToNavPoint' is not designed for extension - needs to be abstract, final or empty.458
ErrorsLine has trailing spaces.463
ErrorsLine has trailing spaces.465
ErrorsLine contains a tab character.470
ErrorsLine has trailing spaces.471
ErrorsLine contains a tab character.471
ErrorsLine contains a tab character.472
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.472
ErrorsMissing a Javadoc comment.472
ErrorsLine contains a tab character.473
ErrorsLine contains a tab character.474
ErrorsLine contains a tab character.475
ErrorsLine has trailing spaces.476
ErrorsLine contains a tab character.476
ErrorsLine contains a tab character.479
ErrorsLine contains a tab character.481
ErrorsLine has trailing spaces.482
ErrorsLine contains a tab character.482
ErrorsLine is longer than 80 characters.484
ErrorsLine has trailing spaces.486
ErrorsLine has trailing spaces.488
ErrorsParameter orig should be final.488
ErrorsExpected @param tag for 'orig'.488
ErrorsParameter from should be final.489
ErrorsExpected @param tag for 'from'.489
ErrorsParameter to should be final.490
ErrorsExpected @param tag for 'to'.490
ErrorsLine has trailing spaces.495
ErrorsLine has trailing spaces.496
ErrorsLine contains a tab character.496
ErrorsLine contains a tab character.497
ErrorsLine has trailing spaces.501
ErrorsParameter original should be final.506
ErrorsExpected @param tag for 'original'.506
ErrorsLine has trailing spaces.507
Errors'=' is not preceded with whitespace.508
Errors'=' is not followed by whitespace.508
ErrorsLine has trailing spaces.509
Errors'=' is not preceded with whitespace.510
Errors'=' is not followed by whitespace.510
ErrorsLine has trailing spaces.511
Errors'=' is not preceded with whitespace.512
Errors'=' is not followed by whitespace.512
ErrorsLine has trailing spaces.513
Errors'=' is not preceded with whitespace.514
Errors'=' is not followed by whitespace.514
ErrorsLine has trailing spaces.515
Errors'=' is not preceded with whitespace.516
Errors'=' is not followed by whitespace.516
ErrorsLine has trailing spaces.517
Errors'=' is not preceded with whitespace.518
Errors'=' is not followed by whitespace.518
ErrorsLine has trailing spaces.519
Errors'=' is not preceded with whitespace.520
Errors'=' is not followed by whitespace.520
ErrorsLine has trailing spaces.521
Errors'=' is not preceded with whitespace.522
Errors'=' is not followed by whitespace.522
ErrorsLine has trailing spaces.523
Errors'=' is not preceded with whitespace.524
Errors'=' is not followed by whitespace.524
ErrorsLine has trailing spaces.525
Errors'=' is not preceded with whitespace.526
Errors'=' is not followed by whitespace.526
ErrorsLine has trailing spaces.527
Errors'=' is not preceded with whitespace.528
Errors'=' is not followed by whitespace.528
ErrorsLine has trailing spaces.529
Errors'=' is not preceded with whitespace.530
Errors'=' is not followed by whitespace.530
ErrorsLine has trailing spaces.531
Errors'=' is not preceded with whitespace.532
Errors'=' is not followed by whitespace.532
ErrorsLine has trailing spaces.533
Errors'=' is not preceded with whitespace.534
Errors'=' is not followed by whitespace.534
ErrorsLine has trailing spaces.535
ErrorsLine has trailing spaces.538
ErrorsLine is longer than 80 characters.540
ErrorsLine contains a tab character.542
ErrorsLine contains a tab character.543
ErrorsLine has trailing spaces.544
ErrorsLine has trailing spaces.546
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.547
ErrorsMissing a Javadoc comment.547
ErrorsLine has trailing spaces.549
ErrorsLine contains a tab character.550
Errors'+' should be on a new line.550
ErrorsLine has trailing spaces.551
ErrorsLine contains a tab character.551
ErrorsLine contains a tab character.552
Errors'+' should be on a new line.552
ErrorsLine contains a tab character.553
Errors'+' should be on a new line.553
ErrorsLine has trailing spaces.554
ErrorsLine contains a tab character.554
ErrorsLine contains a tab character.555
Errors'+' should be on a new line.555
ErrorsLine contains a tab character.556
Errors'+' should be on a new line.556
ErrorsLine has trailing spaces.557
ErrorsLine contains a tab character.557
ErrorsLine contains a tab character.558
Errors'+' should be on a new line.558
ErrorsLine is longer than 80 characters.559
ErrorsLine contains a tab character.559
Errors'+' should be on a new line.559
ErrorsLine has trailing spaces.560
ErrorsLine contains a tab character.560
ErrorsLine contains a tab character.561
Errors'+' should be on a new line.561
ErrorsLine is longer than 80 characters.562
ErrorsLine contains a tab character.562
Errors'+' should be on a new line.562
ErrorsLine has trailing spaces.563
ErrorsLine contains a tab character.563
ErrorsLine contains a tab character.564
Errors'+' should be on a new line.564
ErrorsLine is longer than 80 characters.565
ErrorsLine contains a tab character.565
Errors'+' should be on a new line.565
ErrorsLine has trailing spaces.566
ErrorsLine contains a tab character.566
ErrorsLine contains a tab character.567
Errors'+' should be on a new line.567
ErrorsLine is longer than 80 characters.568
ErrorsLine contains a tab character.568
Errors'+' should be on a new line.568
ErrorsLine has trailing spaces.569
ErrorsLine contains a tab character.569
ErrorsLine contains a tab character.570
Errors'+' should be on a new line.570
ErrorsLine is longer than 80 characters.571
ErrorsLine contains a tab character.571
Errors'+' should be on a new line.571
ErrorsLine has trailing spaces.572
ErrorsLine contains a tab character.572
ErrorsLine contains a tab character.573
Errors'+' should be on a new line.573
ErrorsLine is longer than 80 characters.574
ErrorsLine contains a tab character.574
Errors'+' should be on a new line.574
ErrorsLine has trailing spaces.575
ErrorsLine contains a tab character.575
ErrorsLine contains a tab character.576
Errors'+' should be on a new line.576
ErrorsLine is longer than 80 characters.577
ErrorsLine contains a tab character.577
Errors'+' should be on a new line.577
ErrorsLine has trailing spaces.578
ErrorsLine contains a tab character.578
ErrorsLine contains a tab character.579
Errors'+' should be on a new line.579
ErrorsLine is longer than 80 characters.580
ErrorsLine contains a tab character.580
Errors'+' should be on a new line.580
ErrorsLine has trailing spaces.581
ErrorsLine contains a tab character.581
ErrorsLine contains a tab character.582
Errors'+' should be on a new line.582
ErrorsLine is longer than 80 characters.583
ErrorsLine contains a tab character.583
Errors'+' should be on a new line.583
ErrorsLine has trailing spaces.584
ErrorsLine contains a tab character.584
ErrorsLine contains a tab character.585
Errors'+' should be on a new line.585
ErrorsLine is longer than 80 characters.586
ErrorsLine contains a tab character.586
Errors'+' should be on a new line.586
ErrorsLine contains a tab character.587
ErrorsLine has trailing spaces.588
ErrorsLine contains a tab character.588
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.591
ErrorsMissing a Javadoc comment.591
Errors'+' should be on a new line.592
ErrorsLine has trailing spaces.593
Errors'+' should be on a new line.594
Errors'+' should be on a new line.595
Errors'+' should be on a new line.596
ErrorsLine has trailing spaces.597
Errors'+' should be on a new line.598
Errors'+' should be on a new line.599
Errors'+' should be on a new line.600
ErrorsLine has trailing spaces.601
Errors'+' should be on a new line.602
Errors'+' should be on a new line.603
Errors'+' should be on a new line.604
ErrorsLine has trailing spaces.605
Errors'+' should be on a new line.606
Errors'+' should be on a new line.607
Errors'+' should be on a new line.608
ErrorsLine has trailing spaces.609
Errors'+' should be on a new line.610
Errors'+' should be on a new line.611
Errors'+' should be on a new line.612
ErrorsLine has trailing spaces.613
Errors'+' should be on a new line.614
Errors'+' should be on a new line.615
Errors'+' should be on a new line.616
ErrorsLine has trailing spaces.617
Errors'+' should be on a new line.618
Errors'+' should be on a new line.619
Errors'+' should be on a new line.620
ErrorsLine has trailing spaces.621
Errors'+' should be on a new line.622
Errors'+' should be on a new line.623
Errors'+' should be on a new line.624
ErrorsLine has trailing spaces.625
Errors'+' should be on a new line.626
Errors'+' should be on a new line.627
Errors'+' should be on a new line.628
ErrorsLine has trailing spaces.629
Errors'+' should be on a new line.630
Errors'+' should be on a new line.631
Errors'+' should be on a new line.632
ErrorsLine has trailing spaces.633
Errors'+' should be on a new line.634
Errors'+' should be on a new line.635
Errors'+' should be on a new line.636
ErrorsLine has trailing spaces.637
Errors'+' should be on a new line.638
Errors'+' should be on a new line.639
Errors'+' should be on a new line.640
ErrorsLine has trailing spaces.641
Errors'+' should be on a new line.642
Errors'+' should be on a new line.643
Errors'+' should be on a new line.644
ErrorsLine has trailing spaces.645
Errors'+' should be on a new line.646
Errors'+' should be on a new line.647
Errors'+' should be on a new line.648
ErrorsLine has trailing spaces.652
ErrorsLine has trailing spaces.653
ErrorsLine has trailing spaces.656

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/NavPointNeighbourLinkEnd.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
ErrorsLine contains a tab character.44
Errors'{' should be on the previous line.46
ErrorsLine has trailing spaces.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine has trailing spaces.51
ErrorsLine has trailing spaces.54
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.61
ErrorsMissing a Javadoc comment.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.76
ErrorsLine is longer than 80 characters.81
ErrorsParameter original should be final.81
ErrorsExpected @param tag for 'original'.81
ErrorsLine has trailing spaces.82
ErrorsLine has trailing spaces.85
ErrorsLine is longer than 80 characters.87
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine has trailing spaces.91
ErrorsLine has trailing spaces.93
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.94
ErrorsMissing a Javadoc comment.94
ErrorsLine has trailing spaces.96
ErrorsLine contains a tab character.97
Errors'+' should be on a new line.97
ErrorsLine contains a tab character.98
ErrorsLine has trailing spaces.99
ErrorsLine contains a tab character.99
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.102
ErrorsMissing a Javadoc comment.102
Errors'+' should be on a new line.103
ErrorsLine has trailing spaces.107
ErrorsLine has trailing spaces.108
ErrorsLine has trailing spaces.111

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/NavPointNeighbourLinkStart.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
ErrorsLine contains a tab character.44
Errors'{' should be on the previous line.46
ErrorsLine has trailing spaces.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine has trailing spaces.51
ErrorsLine has trailing spaces.54
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.61
ErrorsMissing a Javadoc comment.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.76
ErrorsLine is longer than 80 characters.81
ErrorsParameter original should be final.81
ErrorsExpected @param tag for 'original'.81
ErrorsLine has trailing spaces.82
ErrorsLine has trailing spaces.85
ErrorsLine is longer than 80 characters.87
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine has trailing spaces.91
ErrorsLine has trailing spaces.93
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.94
ErrorsMissing a Javadoc comment.94
ErrorsLine has trailing spaces.96
ErrorsLine contains a tab character.97
Errors'+' should be on a new line.97
ErrorsLine contains a tab character.98
ErrorsLine has trailing spaces.99
ErrorsLine contains a tab character.99
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.102
ErrorsMissing a Javadoc comment.102
Errors'+' should be on a new line.103
ErrorsLine has trailing spaces.107
ErrorsLine has trailing spaces.108
ErrorsLine has trailing spaces.111

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/ObjectSelected.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.45
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.51
ErrorsLine is longer than 80 characters.52
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.56
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.62
ErrorsLine is longer than 80 characters.63
ErrorsLine contains a tab character.63
ErrorsLine is longer than 80 characters.64
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine is longer than 80 characters.67
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine is longer than 80 characters.70
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.71
ErrorsLine is longer than 80 characters.74
ErrorsParameter PlayerId should be final.74
Errors'PlayerId' hides a field.74
ErrorsName 'PlayerId' must match pattern '^[a-z][a-zA-Z0-9]*$'.74
ErrorsParameter PlayerName should be final.74
Errors'PlayerName' hides a field.74
ErrorsName 'PlayerName' must match pattern '^[a-z][a-zA-Z0-9]*$'.74
ErrorsParameter ObjectId should be final.74
Errors'ObjectId' hides a field.74
ErrorsName 'ObjectId' must match pattern '^[a-z][a-zA-Z0-9]*$'.74
ErrorsParameter ObjectLocation should be final.74
Errors'ObjectLocation' hides a field.74
ErrorsName 'ObjectLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'.74
ErrorsParameter ObjectHitLocation should be final.74
Errors'ObjectHitLocation' hides a field.74
ErrorsName 'ObjectHitLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'.74
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.85
ErrorsLine has trailing spaces.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine is longer than 80 characters.91
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.92
ErrorsLine has trailing spaces.95
ErrorsLine has trailing spaces.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsName 'PlayerId' must match pattern '^[a-z][a-zA-Z0-9]*$'.101
ErrorsVariable 'PlayerId' must be private and have accessor methods.101
ErrorsLine contains a tab character.102
ErrorsLine has trailing spaces.104
ErrorsLine has trailing spaces.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsExpected an @return tag.109
ErrorsMethod 'getPlayerId' is not designed for extension - needs to be abstract, final or empty.109
ErrorsLine has trailing spaces.114
ErrorsLine has trailing spaces.116
ErrorsLine has trailing spaces.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsName 'PlayerName' must match pattern '^[a-z][a-zA-Z0-9]*$'.122
ErrorsVariable 'PlayerName' must be private and have accessor methods.122
ErrorsLine contains a tab character.123
ErrorsLine has trailing spaces.125
ErrorsLine has trailing spaces.127
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsExpected an @return tag.130
ErrorsMethod 'getPlayerName' is not designed for extension - needs to be abstract, final or empty.130
ErrorsLine has trailing spaces.135
ErrorsLine has trailing spaces.137
ErrorsLine has trailing spaces.139
ErrorsLine contains a tab character.140
ErrorsLine is longer than 80 characters.141
ErrorsLine contains a tab character.141
ErrorsLine is longer than 80 characters.142
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.143
ErrorsName 'ObjectId' must match pattern '^[a-z][a-zA-Z0-9]*$'.145
ErrorsVariable 'ObjectId' must be private and have accessor methods.145
ErrorsLine contains a tab character.146
ErrorsLine has trailing spaces.148
ErrorsLine has trailing spaces.150
ErrorsLine contains a tab character.151
ErrorsLine is longer than 80 characters.152
ErrorsLine contains a tab character.152
ErrorsLine is longer than 80 characters.153
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsExpected an @return tag.155
ErrorsMethod 'getObjectId' is not designed for extension - needs to be abstract, final or empty.155
ErrorsLine has trailing spaces.160
ErrorsLine has trailing spaces.162
ErrorsLine has trailing spaces.164
ErrorsLine is longer than 80 characters.165
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsName 'ObjectLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'.168
ErrorsVariable 'ObjectLocation' must be private and have accessor methods.168
ErrorsLine contains a tab character.169
ErrorsLine has trailing spaces.171
ErrorsLine has trailing spaces.173
ErrorsLine is longer than 80 characters.174
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.175
ErrorsExpected an @return tag.176
ErrorsMethod 'getObjectLocation' is not designed for extension - needs to be abstract, final or empty.176
ErrorsLine has trailing spaces.181
ErrorsLine has trailing spaces.183
ErrorsLine has trailing spaces.185
ErrorsLine is longer than 80 characters.186
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
ErrorsName 'ObjectHitLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'.189
ErrorsVariable 'ObjectHitLocation' must be private and have accessor methods.189
ErrorsLine contains a tab character.190
ErrorsLine has trailing spaces.192
ErrorsLine has trailing spaces.194
ErrorsLine is longer than 80 characters.195
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.196
ErrorsExpected an @return tag.197
ErrorsMethod 'getObjectHitLocation' is not designed for extension - needs to be abstract, final or empty.197
ErrorsLine has trailing spaces.202
ErrorsLine has trailing spaces.204
ErrorsLine contains a tab character.209
ErrorsLine has trailing spaces.210
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.211
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.211
ErrorsMissing a Javadoc comment.211
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.214
ErrorsLine has trailing spaces.215
ErrorsLine contains a tab character.215
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.220
ErrorsLine has trailing spaces.221
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
ErrorsLine has trailing spaces.226
ErrorsParameter original should be final.231
ErrorsExpected @param tag for 'original'.231
ErrorsLine has trailing spaces.232
Errors'=' is not preceded with whitespace.233
Errors'=' is not followed by whitespace.233
ErrorsLine has trailing spaces.234
Errors'=' is not preceded with whitespace.235
Errors'=' is not followed by whitespace.235
ErrorsLine has trailing spaces.236
Errors'=' is not preceded with whitespace.237
Errors'=' is not followed by whitespace.237
ErrorsLine has trailing spaces.238
Errors'=' is not preceded with whitespace.239
Errors'=' is not followed by whitespace.239
ErrorsLine has trailing spaces.240
Errors'=' is not preceded with whitespace.241
Errors'=' is not followed by whitespace.241
ErrorsLine has trailing spaces.242
ErrorsLine has trailing spaces.245
ErrorsLine is longer than 80 characters.247
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.250
ErrorsLine has trailing spaces.251
ErrorsLine has trailing spaces.253
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.254
ErrorsMissing a Javadoc comment.254
ErrorsLine has trailing spaces.256
ErrorsLine contains a tab character.257
Errors'+' should be on a new line.257
ErrorsLine has trailing spaces.258
ErrorsLine contains a tab character.258
ErrorsLine contains a tab character.259
Errors'+' should be on a new line.259
ErrorsLine is longer than 80 characters.260
ErrorsLine contains a tab character.260
Errors'+' should be on a new line.260
ErrorsLine has trailing spaces.261
ErrorsLine contains a tab character.261
ErrorsLine contains a tab character.262
Errors'+' should be on a new line.262
ErrorsLine is longer than 80 characters.263
ErrorsLine contains a tab character.263
Errors'+' should be on a new line.263
ErrorsLine has trailing spaces.264
ErrorsLine contains a tab character.264
ErrorsLine contains a tab character.265
Errors'+' should be on a new line.265
ErrorsLine is longer than 80 characters.266
ErrorsLine contains a tab character.266
Errors'+' should be on a new line.266
ErrorsLine has trailing spaces.267
ErrorsLine contains a tab character.267
ErrorsLine contains a tab character.268
Errors'+' should be on a new line.268
ErrorsLine is longer than 80 characters.269
ErrorsLine contains a tab character.269
Errors'+' should be on a new line.269
ErrorsLine has trailing spaces.270
ErrorsLine contains a tab character.270
ErrorsLine contains a tab character.271
Errors'+' should be on a new line.271
ErrorsLine is longer than 80 characters.272
ErrorsLine contains a tab character.272
Errors'+' should be on a new line.272
ErrorsLine contains a tab character.273
ErrorsLine has trailing spaces.274
ErrorsLine contains a tab character.274
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.277
ErrorsMissing a Javadoc comment.277
Errors'+' should be on a new line.278
ErrorsLine has trailing spaces.279
Errors'+' should be on a new line.280
Errors'+' should be on a new line.281
Errors'+' should be on a new line.282
ErrorsLine has trailing spaces.283
Errors'+' should be on a new line.284
Errors'+' should be on a new line.285
Errors'+' should be on a new line.286
ErrorsLine has trailing spaces.287
Errors'+' should be on a new line.288
Errors'+' should be on a new line.289
Errors'+' should be on a new line.290
ErrorsLine has trailing spaces.291
Errors'+' should be on a new line.292
Errors'+' should be on a new line.293
Errors'+' should be on a new line.294
ErrorsLine has trailing spaces.295
Errors'+' should be on a new line.296
Errors'+' should be on a new line.297
Errors'+' should be on a new line.298
ErrorsLine has trailing spaces.302
ErrorsLine has trailing spaces.303
ErrorsLine has trailing spaces.306

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/PasswdOk.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine has trailing spaces.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
ErrorsLine contains a tab character.44
Errors'{' should be on the previous line.46
ErrorsLine has trailing spaces.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine has trailing spaces.51
ErrorsLine has trailing spaces.54
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.61
ErrorsMissing a Javadoc comment.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.76
ErrorsParameter original should be final.81
ErrorsExpected @param tag for 'original'.81
ErrorsLine has trailing spaces.82
ErrorsLine has trailing spaces.85
ErrorsLine is longer than 80 characters.87
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine has trailing spaces.91
ErrorsLine has trailing spaces.93
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.94
ErrorsMissing a Javadoc comment.94
ErrorsLine has trailing spaces.96
ErrorsLine contains a tab character.97
Errors'+' should be on a new line.97
ErrorsLine contains a tab character.98
ErrorsLine has trailing spaces.99
ErrorsLine contains a tab character.99
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.102
ErrorsMissing a Javadoc comment.102
Errors'+' should be on a new line.103
ErrorsLine has trailing spaces.107
ErrorsLine has trailing spaces.108
ErrorsLine has trailing spaces.111

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/PasswdWrong.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.34
ErrorsLine has trailing spaces.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
ErrorsLine contains a tab character.44
Errors'{' should be on the previous line.46
ErrorsLine has trailing spaces.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine has trailing spaces.51
ErrorsLine has trailing spaces.54
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.61
ErrorsMissing a Javadoc comment.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.76
ErrorsParameter original should be final.81
ErrorsExpected @param tag for 'original'.81
ErrorsLine has trailing spaces.82
ErrorsLine has trailing spaces.85
ErrorsLine is longer than 80 characters.87
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine has trailing spaces.91
ErrorsLine has trailing spaces.93
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.94
ErrorsMissing a Javadoc comment.94
ErrorsLine has trailing spaces.96
ErrorsLine contains a tab character.97
Errors'+' should be on a new line.97
ErrorsLine contains a tab character.98
ErrorsLine has trailing spaces.99
ErrorsLine contains a tab character.99
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.102
ErrorsMissing a Javadoc comment.102
Errors'+' should be on a new line.103
ErrorsLine has trailing spaces.107
ErrorsLine has trailing spaces.108
ErrorsLine has trailing spaces.111

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/Password.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.34
ErrorsLine has trailing spaces.36
ErrorsLine has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.46
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine has trailing spaces.52
ErrorsLine is longer than 80 characters.53
ErrorsParameter BlockedByIp should be final.60
Errors'BlockedByIp' hides a field.60
ErrorsName 'BlockedByIp' must match pattern '^[a-z][a-zA-Z0-9]*$'.60
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.63
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine has trailing spaces.73
ErrorsFirst sentence should end with a period.74
ErrorsName 'BlockedByIp' must match pattern '^[a-z][a-zA-Z0-9]*$'.77
ErrorsVariable 'BlockedByIp' must be private and have accessor methods.77
ErrorsLine contains a tab character.78
ErrorsLine has trailing spaces.80
ErrorsFirst sentence should end with a period.81
ErrorsExpected an @return tag.83
ErrorsMethod 'getBlockedByIp' is not designed for extension - needs to be abstract, final or empty.83
ErrorsLine has trailing spaces.88
ErrorsLine has trailing spaces.90
ErrorsLine contains a tab character.95
ErrorsLine has trailing spaces.96
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.97
ErrorsMissing a Javadoc comment.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.106
ErrorsLine has trailing spaces.107
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine has trailing spaces.112
ErrorsParameter original should be final.117
ErrorsExpected @param tag for 'original'.117
ErrorsLine has trailing spaces.118
Errors'=' is not preceded with whitespace.119
Errors'=' is not followed by whitespace.119
ErrorsLine has trailing spaces.120
ErrorsLine has trailing spaces.123
ErrorsLine is longer than 80 characters.125
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine has trailing spaces.129
ErrorsLine has trailing spaces.131
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.132
ErrorsMissing a Javadoc comment.132
ErrorsLine has trailing spaces.134
ErrorsLine contains a tab character.135
Errors'+' should be on a new line.135
ErrorsLine has trailing spaces.136
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
Errors'+' should be on a new line.137
ErrorsLine is longer than 80 characters.138
ErrorsLine contains a tab character.138
Errors'+' should be on a new line.138
ErrorsLine contains a tab character.139
ErrorsLine has trailing spaces.140
ErrorsLine contains a tab character.140
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.143
ErrorsMissing a Javadoc comment.143
Errors'+' should be on a new line.144
ErrorsLine has trailing spaces.145
Errors'+' should be on a new line.146
Errors'+' should be on a new line.147
Errors'+' should be on a new line.148
ErrorsLine has trailing spaces.152
ErrorsLine has trailing spaces.153
ErrorsLine has trailing spaces.156

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/PathList.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.43
ErrorsLine contains a tab character.47
Errors'{' should be on the previous line.49
ErrorsLine has trailing spaces.50
ErrorsLine has trailing spaces.53
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.58
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.63
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsParameter RouteId should be final.69
Errors'RouteId' hides a field.69
ErrorsName 'RouteId' must match pattern '^[a-z][a-zA-Z0-9]*$'.69
ErrorsParameter Location should be final.69
Errors'Location' hides a field.69
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.69
ErrorsLine has trailing spaces.70
ErrorsLine has trailing spaces.72
ErrorsLine has trailing spaces.74
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine has trailing spaces.81
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsName 'RouteId' must match pattern '^[a-z][a-zA-Z0-9]*$'.91
ErrorsVariable 'RouteId' must be private and have accessor methods.91
ErrorsLine contains a tab character.92
ErrorsLine has trailing spaces.94
ErrorsLine has trailing spaces.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsExpected an @return tag.100
ErrorsMethod 'getRouteId' is not designed for extension - needs to be abstract, final or empty.100
ErrorsLine has trailing spaces.105
ErrorsLine has trailing spaces.107
ErrorsLine has trailing spaces.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.113
ErrorsVariable 'Location' must be private and have accessor methods.113
ErrorsLine contains a tab character.114
ErrorsLine has trailing spaces.116
ErrorsLine has trailing spaces.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsExpected an @return tag.121
ErrorsMethod 'getLocation' is not designed for extension - needs to be abstract, final or empty.121
ErrorsLine has trailing spaces.126
ErrorsLine has trailing spaces.128
ErrorsLine contains a tab character.133
ErrorsLine has trailing spaces.134
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.135
ErrorsMissing a Javadoc comment.135
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine has trailing spaces.139
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.144
ErrorsLine has trailing spaces.145
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsLine has trailing spaces.150
ErrorsParameter original should be final.155
ErrorsExpected @param tag for 'original'.155
ErrorsLine has trailing spaces.156
Errors'=' is not preceded with whitespace.157
Errors'=' is not followed by whitespace.157
ErrorsLine has trailing spaces.158
Errors'=' is not preceded with whitespace.159
Errors'=' is not followed by whitespace.159
ErrorsLine has trailing spaces.160
ErrorsLine has trailing spaces.163
ErrorsLine is longer than 80 characters.165
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.168
ErrorsLine has trailing spaces.169
ErrorsLine has trailing spaces.171
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.172
ErrorsMissing a Javadoc comment.172
ErrorsLine has trailing spaces.174
ErrorsLine contains a tab character.175
Errors'+' should be on a new line.175
ErrorsLine has trailing spaces.176
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
Errors'+' should be on a new line.177
ErrorsLine contains a tab character.178
Errors'+' should be on a new line.178
ErrorsLine has trailing spaces.179
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.180
Errors'+' should be on a new line.180
ErrorsLine is longer than 80 characters.181
ErrorsLine contains a tab character.181
Errors'+' should be on a new line.181
ErrorsLine contains a tab character.182
ErrorsLine has trailing spaces.183
ErrorsLine contains a tab character.183
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.186
ErrorsMissing a Javadoc comment.186
Errors'+' should be on a new line.187
ErrorsLine has trailing spaces.188
Errors'+' should be on a new line.189
Errors'+' should be on a new line.190
Errors'+' should be on a new line.191
ErrorsLine has trailing spaces.192
Errors'+' should be on a new line.193
Errors'+' should be on a new line.194
Errors'+' should be on a new line.195
ErrorsLine has trailing spaces.199
ErrorsLine has trailing spaces.200
ErrorsLine has trailing spaces.203

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/PathListEnd.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine contains a tab character.45
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine has trailing spaces.52
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.62
ErrorsMissing a Javadoc comment.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.77
ErrorsParameter original should be final.82
ErrorsExpected @param tag for 'original'.82
ErrorsLine has trailing spaces.83
ErrorsLine has trailing spaces.86
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.92
ErrorsLine has trailing spaces.94
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.95
ErrorsMissing a Javadoc comment.95
ErrorsLine has trailing spaces.97
ErrorsLine contains a tab character.98
Errors'+' should be on a new line.98
ErrorsLine contains a tab character.99
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.100
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.103
ErrorsMissing a Javadoc comment.103
Errors'+' should be on a new line.104
ErrorsLine has trailing spaces.108
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.112

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/PathListStart.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine contains a tab character.45
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine has trailing spaces.56
ErrorsLine is longer than 80 characters.57
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine has trailing spaces.59
ErrorsLine contains a tab character.59
ErrorsParameter MessageId should be final.62
Errors'MessageId' hides a field.62
ErrorsName 'MessageId' must match pattern '^[a-z][a-zA-Z0-9]*$'.62
ErrorsLine has trailing spaces.63
ErrorsLine has trailing spaces.65
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine has trailing spaces.75
ErrorsLine has trailing spaces.77
ErrorsLine is longer than 80 characters.78
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsName 'MessageId' must match pattern '^[a-z][a-zA-Z0-9]*$'.82
ErrorsVariable 'MessageId' must be private and have accessor methods.82
ErrorsLine contains a tab character.83
ErrorsLine has trailing spaces.85
ErrorsLine has trailing spaces.87
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsExpected an @return tag.91
ErrorsMethod 'getMessageId' is not designed for extension - needs to be abstract, final or empty.91
ErrorsLine has trailing spaces.96
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.103
ErrorsLine has trailing spaces.104
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.105
ErrorsMissing a Javadoc comment.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine has trailing spaces.109
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.114
ErrorsLine has trailing spaces.115
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine has trailing spaces.120
ErrorsParameter original should be final.125
ErrorsExpected @param tag for 'original'.125
ErrorsLine has trailing spaces.126
Errors'=' is not preceded with whitespace.127
Errors'=' is not followed by whitespace.127
ErrorsLine has trailing spaces.128
ErrorsLine has trailing spaces.131
ErrorsLine is longer than 80 characters.133
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsLine has trailing spaces.137
ErrorsLine has trailing spaces.139
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.140
ErrorsMissing a Javadoc comment.140
ErrorsLine has trailing spaces.142
ErrorsLine contains a tab character.143
Errors'+' should be on a new line.143
ErrorsLine has trailing spaces.144
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
Errors'+' should be on a new line.145
ErrorsLine is longer than 80 characters.146
ErrorsLine contains a tab character.146
Errors'+' should be on a new line.146
ErrorsLine contains a tab character.147
ErrorsLine has trailing spaces.148
ErrorsLine contains a tab character.148
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.151
ErrorsMissing a Javadoc comment.151
Errors'+' should be on a new line.152
ErrorsLine has trailing spaces.153
Errors'+' should be on a new line.154
Errors'+' should be on a new line.155
Errors'+' should be on a new line.156
ErrorsLine has trailing spaces.160
ErrorsLine has trailing spaces.161
ErrorsLine has trailing spaces.164

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/Player.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.43
ErrorsLine has trailing spaces.47
ErrorsLine is longer than 80 characters.48
ErrorsLine contains a tab character.48
Errors'{' should be on the previous line.50
ErrorsLine has trailing spaces.51
ErrorsLine has trailing spaces.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.62
ErrorsLine is longer than 80 characters.63
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine has trailing spaces.74
ErrorsLine has trailing spaces.75
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.78
ErrorsLine contains a tab character.79
ErrorsLine has trailing spaces.80
ErrorsLine contains a tab character.80
ErrorsLine has trailing spaces.81
ErrorsLine is longer than 80 characters.82
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine has trailing spaces.84
ErrorsLine contains a tab character.84
ErrorsLine has trailing spaces.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine has trailing spaces.88
ErrorsLine contains a tab character.88
ErrorsLine has trailing spaces.89
ErrorsLine is longer than 80 characters.90
ErrorsLine contains a tab character.90
ErrorsLine is longer than 80 characters.91
ErrorsLine contains a tab character.91
ErrorsComment matches to-do format 'TODO:'.92
ErrorsLine contains a tab character.92
ErrorsLine has trailing spaces.93
ErrorsLine contains a tab character.93
ErrorsLine has trailing spaces.94
ErrorsLine is longer than 80 characters.95
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.98
ErrorsLine has trailing spaces.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine has trailing spaces.102
ErrorsLine contains a tab character.102
ErrorsMore than 7 parameters.104
ErrorsLine is longer than 80 characters.105
ErrorsParameter Id should be final.105
Errors'Id' hides a field.105
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.105
ErrorsParameter Jmx should be final.105
Errors'Jmx' hides a field.105
ErrorsName 'Jmx' must match pattern '^[a-z][a-zA-Z0-9]*$'.105
ErrorsParameter Name should be final.105
Errors'Name' hides a field.105
ErrorsName 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'.105
ErrorsParameter Action should be final.105
Errors'Action' hides a field.105
ErrorsName 'Action' must match pattern '^[a-z][a-zA-Z0-9]*$'.105
ErrorsParameter Visible should be final.105
Errors'Visible' hides a field.105
ErrorsName 'Visible' must match pattern '^[a-z][a-zA-Z0-9]*$'.105
ErrorsParameter Rotation should be final.105
Errors'Rotation' hides a field.105
ErrorsName 'Rotation' must match pattern '^[a-z][a-zA-Z0-9]*$'.105
ErrorsParameter Location should be final.105
Errors'Location' hides a field.105
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.105
ErrorsParameter Velocity should be final.105
Errors'Velocity' hides a field.105
ErrorsName 'Velocity' must match pattern '^[a-z][a-zA-Z0-9]*$'.105
ErrorsParameter Team should be final.105
Errors'Team' hides a field.105
ErrorsName 'Team' must match pattern '^[a-z][a-zA-Z0-9]*$'.105
ErrorsParameter Weapon should be final.105
Errors'Weapon' hides a field.105
ErrorsName 'Weapon' must match pattern '^[a-z][a-zA-Z0-9]*$'.105
ErrorsParameter Reachable should be final.105
Errors'Reachable' hides a field.105
ErrorsName 'Reachable' must match pattern '^[a-z][a-zA-Z0-9]*$'.105
ErrorsParameter Firing should be final.105
Errors'Firing' hides a field.105
ErrorsName 'Firing' must match pattern '^[a-z][a-zA-Z0-9]*$'.105
ErrorsLine has trailing spaces.106
ErrorsLine has trailing spaces.108
ErrorsLine has trailing spaces.110
ErrorsLine has trailing spaces.112
ErrorsLine has trailing spaces.114
ErrorsLine has trailing spaces.116
ErrorsLine has trailing spaces.118
ErrorsLine has trailing spaces.120
ErrorsLine has trailing spaces.122
ErrorsLine has trailing spaces.124
ErrorsLine has trailing spaces.126
ErrorsLine has trailing spaces.128
ErrorsLine has trailing spaces.130
ErrorsLine has trailing spaces.133
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsLine is longer than 80 characters.136
ErrorsLine contains a tab character.136
ErrorsLine has trailing spaces.137
ErrorsLine has trailing spaces.140
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.144
ErrorsVariable 'Id' must be private and have accessor methods.144
ErrorsLine contains a tab character.145
ErrorsLine has trailing spaces.147
ErrorsExpected an @return tag.150
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.150
ErrorsLine has trailing spaces.155
ErrorsLine has trailing spaces.157
ErrorsLine has trailing spaces.159
ErrorsLine is longer than 80 characters.160
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.162
ErrorsName 'Jmx' must match pattern '^[a-z][a-zA-Z0-9]*$'.164
ErrorsVariable 'Jmx' must be private and have accessor methods.164
ErrorsLine contains a tab character.165
ErrorsLine has trailing spaces.167
ErrorsLine has trailing spaces.169
ErrorsLine is longer than 80 characters.170
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.172
ErrorsExpected an @return tag.173
ErrorsMethod 'getJmx' is not designed for extension - needs to be abstract, final or empty.173
ErrorsLine has trailing spaces.178
ErrorsLine has trailing spaces.180
ErrorsLine has trailing spaces.182
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.184
ErrorsName 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'.186
ErrorsVariable 'Name' must be private and have accessor methods.186
ErrorsLine contains a tab character.187
ErrorsLine has trailing spaces.189
ErrorsLine has trailing spaces.191
ErrorsLine contains a tab character.192
ErrorsLine contains a tab character.193
ErrorsExpected an @return tag.194
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.194
ErrorsLine has trailing spaces.199
ErrorsLine has trailing spaces.201
ErrorsLine has trailing spaces.203
ErrorsLine contains a tab character.204
ErrorsLine contains a tab character.205
ErrorsName 'Action' must match pattern '^[a-z][a-zA-Z0-9]*$'.207
ErrorsVariable 'Action' must be private and have accessor methods.207
ErrorsLine contains a tab character.208
ErrorsLine has trailing spaces.210
ErrorsLine has trailing spaces.212
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.214
ErrorsExpected an @return tag.215
ErrorsMethod 'getAction' is not designed for extension - needs to be abstract, final or empty.215
ErrorsLine has trailing spaces.220
ErrorsLine has trailing spaces.222
ErrorsLine has trailing spaces.224
ErrorsName 'Visible' must match pattern '^[a-z][a-zA-Z0-9]*$'.228
ErrorsVariable 'Visible' must be private and have accessor methods.228
ErrorsLine contains a tab character.229
ErrorsLine has trailing spaces.231
ErrorsLine has trailing spaces.233
ErrorsExpected an @return tag.236
ErrorsMethod 'isVisible' is not designed for extension - needs to be abstract, final or empty.236
ErrorsLine has trailing spaces.241
ErrorsLine has trailing spaces.243
ErrorsLine has trailing spaces.245
ErrorsLine contains a tab character.246
ErrorsLine contains a tab character.247
ErrorsName 'Rotation' must match pattern '^[a-z][a-zA-Z0-9]*$'.249
ErrorsVariable 'Rotation' must be private and have accessor methods.249
ErrorsLine contains a tab character.250
ErrorsLine has trailing spaces.252
ErrorsLine has trailing spaces.254
ErrorsLine contains a tab character.255
ErrorsLine contains a tab character.256
ErrorsExpected an @return tag.257
ErrorsMethod 'getRotation' is not designed for extension - needs to be abstract, final or empty.257
ErrorsLine has trailing spaces.262
ErrorsLine has trailing spaces.264
ErrorsLine has trailing spaces.266
ErrorsLine contains a tab character.267
ErrorsLine contains a tab character.268
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.270
ErrorsVariable 'Location' must be private and have accessor methods.270
ErrorsLine contains a tab character.271
ErrorsLine has trailing spaces.273
ErrorsLine has trailing spaces.275
ErrorsLine contains a tab character.276
ErrorsLine contains a tab character.277
ErrorsExpected an @return tag.278
ErrorsMethod 'getLocation' is not designed for extension - needs to be abstract, final or empty.278
ErrorsLine has trailing spaces.283
ErrorsLine has trailing spaces.285
ErrorsLine has trailing spaces.287
ErrorsLine is longer than 80 characters.288
ErrorsLine contains a tab character.288
ErrorsLine contains a tab character.289
ErrorsLine contains a tab character.290
ErrorsName 'Velocity' must match pattern '^[a-z][a-zA-Z0-9]*$'.292
ErrorsVariable 'Velocity' must be private and have accessor methods.292
ErrorsLine contains a tab character.293
ErrorsLine has trailing spaces.295
ErrorsLine has trailing spaces.297
ErrorsLine is longer than 80 characters.298
ErrorsLine contains a tab character.298
ErrorsLine contains a tab character.299
ErrorsLine contains a tab character.300
ErrorsExpected an @return tag.301
ErrorsMethod 'getVelocity' is not designed for extension - needs to be abstract, final or empty.301
ErrorsLine has trailing spaces.306
ErrorsLine has trailing spaces.308
ErrorsLine has trailing spaces.310
ErrorsLine contains a tab character.311
ErrorsLine contains a tab character.312
ErrorsLine contains a tab character.313
ErrorsName 'Team' must match pattern '^[a-z][a-zA-Z0-9]*$'.315
ErrorsVariable 'Team' must be private and have accessor methods.315
ErrorsLine contains a tab character.316
ErrorsLine has trailing spaces.318
ErrorsLine has trailing spaces.320
ErrorsLine contains a tab character.321
ErrorsLine contains a tab character.322
ErrorsLine contains a tab character.323
ErrorsExpected an @return tag.324
ErrorsMethod 'getTeam' is not designed for extension - needs to be abstract, final or empty.324
ErrorsLine has trailing spaces.329
ErrorsLine has trailing spaces.331
ErrorsLine has trailing spaces.333
ErrorsLine is longer than 80 characters.334
ErrorsLine contains a tab character.334
ErrorsLine is longer than 80 characters.335
ErrorsLine contains a tab character.335
ErrorsComment matches to-do format 'TODO:'.336
ErrorsLine contains a tab character.336
ErrorsLine contains a tab character.337
ErrorsName 'Weapon' must match pattern '^[a-z][a-zA-Z0-9]*$'.339
ErrorsVariable 'Weapon' must be private and have accessor methods.339
ErrorsLine contains a tab character.340
ErrorsLine has trailing spaces.342
ErrorsLine has trailing spaces.344
ErrorsLine is longer than 80 characters.345
ErrorsLine contains a tab character.345
ErrorsLine is longer than 80 characters.346
ErrorsLine contains a tab character.346
ErrorsComment matches to-do format 'TODO:'.347
ErrorsLine contains a tab character.347
ErrorsLine contains a tab character.348
ErrorsExpected an @return tag.349
ErrorsMethod 'getWeapon' is not designed for extension - needs to be abstract, final or empty.349
ErrorsLine has trailing spaces.354
ErrorsLine has trailing spaces.356
ErrorsLine has trailing spaces.358
ErrorsLine is longer than 80 characters.359
ErrorsLine contains a tab character.359
ErrorsLine contains a tab character.360
ErrorsLine contains a tab character.361
ErrorsLine contains a tab character.362
ErrorsName 'Reachable' must match pattern '^[a-z][a-zA-Z0-9]*$'.364
ErrorsVariable 'Reachable' must be private and have accessor methods.364
ErrorsLine contains a tab character.365
ErrorsLine has trailing spaces.367
ErrorsLine has trailing spaces.369
ErrorsLine is longer than 80 characters.370
ErrorsLine contains a tab character.370
ErrorsLine contains a tab character.371
ErrorsLine contains a tab character.372
ErrorsLine contains a tab character.373
ErrorsExpected an @return tag.374
ErrorsMethod 'isReachable' is not designed for extension - needs to be abstract, final or empty.374
ErrorsLine has trailing spaces.379
ErrorsLine has trailing spaces.381
ErrorsLine has trailing spaces.383
ErrorsLine contains a tab character.384
ErrorsLine contains a tab character.385
ErrorsLine contains a tab character.386
ErrorsName 'Firing' must match pattern '^[a-z][a-zA-Z0-9]*$'.388
ErrorsVariable 'Firing' must be private and have accessor methods.388
ErrorsLine contains a tab character.389
ErrorsLine has trailing spaces.391
ErrorsLine has trailing spaces.393
ErrorsLine contains a tab character.394
ErrorsLine contains a tab character.395
ErrorsLine contains a tab character.396
ErrorsExpected an @return tag.397
ErrorsMethod 'getFiring' is not designed for extension - needs to be abstract, final or empty.397
ErrorsLine has trailing spaces.402
ErrorsLine has trailing spaces.404
ErrorsLine contains a tab character.409
ErrorsLine has trailing spaces.410
ErrorsLine contains a tab character.410
ErrorsLine is longer than 80 characters.411
ErrorsLine contains a tab character.411
ErrorsMissing a Javadoc comment.411
ErrorsName 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'.411
ErrorsVariable 'Time' must be private and have accessor methods.411
ErrorsLine is longer than 80 characters.413
ErrorsLine contains a tab character.413
ErrorsMethod 'getTime' is not designed for extension - needs to be abstract, final or empty.413
ErrorsMissing a Javadoc comment.413
ErrorsLine contains a tab character.414
ErrorsLine contains a tab character.415
ErrorsLine is longer than 80 characters.417
ErrorsLine contains a tab character.417
ErrorsMethod 'setTime' is not designed for extension - needs to be abstract, final or empty.417
ErrorsMissing a Javadoc comment.417
ErrorsParameter time should be final.417
ErrorsLine is longer than 80 characters.418
ErrorsLine contains a tab character.418
ErrorsLine contains a tab character.419
ErrorsLine is longer than 80 characters.421
ErrorsLine contains a tab character.421
ErrorsMethod 'getLastSeenTime' is not designed for extension - needs to be abstract, final or empty.421
ErrorsMissing a Javadoc comment.421
ErrorsLine contains a tab character.422
ErrorsLine contains a tab character.423
ErrorsLine has trailing spaces.424
ErrorsLine contains a tab character.424
ErrorsLine has trailing spaces.425
ErrorsLine contains a tab character.425
ErrorsLine contains a tab character.426
ErrorsMethod 'getLocal' is not designed for extension - needs to be abstract, final or empty.426
ErrorsMissing a Javadoc comment.426
ErrorsLine contains a tab character.427
ErrorsLine contains a tab character.428
ErrorsLine has trailing spaces.429
ErrorsLine contains a tab character.429
ErrorsLine contains a tab character.430
ErrorsMethod 'getShared' is not designed for extension - needs to be abstract, final or empty.430
ErrorsMissing a Javadoc comment.430
ErrorsLine contains a tab character.431
ErrorsLine contains a tab character.432
ErrorsLine has trailing spaces.433
ErrorsLine contains a tab character.433
ErrorsLine contains a tab character.434
ErrorsMethod 'getStatic' is not designed for extension - needs to be abstract, final or empty.434
ErrorsMissing a Javadoc comment.434
ErrorsLine contains a tab character.435
ErrorsLine contains a tab character.436
ErrorsLine has trailing spaces.437
ErrorsLine contains a tab character.437
ErrorsLine contains a tab character.438
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.438
ErrorsLine contains a tab character.439
ErrorsLine contains a tab character.440
Errors'cast' is not followed by whitespace.440
ErrorsLine contains a tab character.441
ErrorsLine contains a tab character.443
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.443
ErrorsMissing a Javadoc comment.443
ErrorsParameter obj should be final.443
Errors'if' construct must use '{}'s.444
ErrorsLine contains a tab character.444
ErrorsLine contains a tab character.445
Errors'cast' is not followed by whitespace.445
Errors'if' construct must use '{}'s.446
ErrorsLine is longer than 80 characters.446
ErrorsLine contains a tab character.446
Errors'else' construct must use '{}'s.447
ErrorsLine contains a tab character.447
ErrorsLine contains a tab character.448
ErrorsLine contains a tab character.450
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.450
ErrorsMissing a Javadoc comment.450
Errors'if' construct must use '{}'s.451
ErrorsLine contains a tab character.451
ErrorsLine contains a tab character.452
ErrorsLine contains a tab character.453
ErrorsLine has trailing spaces.455
ErrorsLine contains a tab character.455
ErrorsLine contains a tab character.458
ErrorsLine contains a tab character.460
ErrorsLine has trailing spaces.461
ErrorsLine contains a tab character.461
ErrorsLine contains a tab character.462
ErrorsLine has trailing spaces.466
ErrorsParameter original should be final.471
ErrorsExpected @param tag for 'original'.471
ErrorsLine has trailing spaces.472
Errors'=' is not preceded with whitespace.473
Errors'=' is not followed by whitespace.473
ErrorsLine has trailing spaces.474
Errors'=' is not preceded with whitespace.475
Errors'=' is not followed by whitespace.475
ErrorsLine has trailing spaces.476
Errors'=' is not preceded with whitespace.477
Errors'=' is not followed by whitespace.477
ErrorsLine has trailing spaces.478
Errors'=' is not preceded with whitespace.479
Errors'=' is not followed by whitespace.479
ErrorsLine has trailing spaces.480
Errors'=' is not preceded with whitespace.481
Errors'=' is not followed by whitespace.481
ErrorsLine has trailing spaces.482
Errors'=' is not preceded with whitespace.483
Errors'=' is not followed by whitespace.483
ErrorsLine has trailing spaces.484
Errors'=' is not preceded with whitespace.485
Errors'=' is not followed by whitespace.485
ErrorsLine has trailing spaces.486
Errors'=' is not preceded with whitespace.487
Errors'=' is not followed by whitespace.487
ErrorsLine has trailing spaces.488
Errors'=' is not preceded with whitespace.489
Errors'=' is not followed by whitespace.489
ErrorsLine has trailing spaces.490
Errors'=' is not preceded with whitespace.491
Errors'=' is not followed by whitespace.491
ErrorsLine has trailing spaces.492
Errors'=' is not preceded with whitespace.493
Errors'=' is not followed by whitespace.493
ErrorsLine has trailing spaces.494
Errors'=' is not preceded with whitespace.495
Errors'=' is not followed by whitespace.495
ErrorsLine has trailing spaces.496
ErrorsLine has trailing spaces.499
ErrorsLine is longer than 80 characters.501
ErrorsLine contains a tab character.503
ErrorsLine contains a tab character.504
ErrorsLine has trailing spaces.505
ErrorsLine contains a tab character.507
ErrorsLine contains a tab character.508
ErrorsLine contains a tab character.509
ErrorsLine is longer than 80 characters.510
ErrorsLine contains a tab character.510
ErrorsLine contains a tab character.512
ErrorsMissing a Javadoc comment.512
ErrorsLine contains a tab character.514
ErrorsMissing a Javadoc comment.514
ErrorsParameter orig should be final.514
Errors'orig' hides a field.514
ErrorsLine contains a tab character.515
ErrorsLine contains a tab character.516
ErrorsLine contains a tab character.518
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.518
ErrorsMissing a Javadoc comment.518
ErrorsLine contains a tab character.519
ErrorsLine contains a tab character.520
ErrorsLine has trailing spaces.521
ErrorsLine contains a tab character.521
ErrorsLine contains a tab character.522
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.522
ErrorsMissing a Javadoc comment.522
ErrorsLine contains a tab character.523
ErrorsLine contains a tab character.524
ErrorsLine is longer than 80 characters.526
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.526
ErrorsMissing a Javadoc comment.526
ErrorsParameter obj should be final.526
ErrorsLine is longer than 80 characters.528
ErrorsLine is longer than 80 characters.531
Errors'cast' is not followed by whitespace.534
ErrorsLine is longer than 80 characters.536
ErrorsLine contains a tab character.536
ErrorsLine is longer than 80 characters.537
ErrorsLine contains a tab character.537
ErrorsLine contains a tab character.538
ErrorsLine is longer than 80 characters.539
ErrorsLine contains a tab character.539
ErrorsLine contains a tab character.540
ErrorsMethod 'getObject' is not designed for extension - needs to be abstract, final or empty.543
ErrorsMissing a Javadoc comment.543
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.547
ErrorsMissing a Javadoc comment.547
ErrorsLine is longer than 80 characters.548
ErrorsLine contains a tab character.551
ErrorsLine contains a tab character.553
ErrorsLine is longer than 80 characters.554
ErrorsLine contains a tab character.554
ErrorsLine contains a tab character.555
ErrorsLine contains a tab character.556
ErrorsParameter Original should be final.556
ErrorsExpected @param tag for 'Original'.556
ErrorsName 'Original' must match pattern '^[a-z][a-zA-Z0-9]*$'.556
ErrorsParameter Visible should be final.556
Errors'Visible' hides a field.556
ErrorsExpected @param tag for 'Visible'.556
ErrorsName 'Visible' must match pattern '^[a-z][a-zA-Z0-9]*$'.556
ErrorsLine contains a tab character.557
ErrorsLine contains a tab character.558
ErrorsLine contains a tab character.559
ErrorsLine is longer than 80 characters.561
ErrorsLine contains a tab character.561
ErrorsMethod 'createDisappearEvent' is not designed for extension - needs to be abstract, final or empty.561
ErrorsMissing a Javadoc comment.561
ErrorsLine contains a tab character.562
ErrorsLine contains a tab character.563
ErrorsLine has trailing spaces.564
ErrorsLine contains a tab character.564
ErrorsLine contains a tab character.566
ErrorsLine is longer than 80 characters.567
ErrorsLine contains a tab character.567
ErrorsLine contains a tab character.568
ErrorsLine contains a tab character.569
ErrorsLine contains a tab character.571
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.571
ErrorsMissing a Javadoc comment.571
ErrorsParameter obj should be final.571
ErrorsLine contains a tab character.572
Errors'if' is not followed by whitespace.572
ErrorsLine contains a tab character.573
ErrorsLine is longer than 80 characters.574
ErrorsLine contains a tab character.574
ErrorsLine contains a tab character.575
ErrorsLine contains a tab character.576
ErrorsLine contains a tab character.577
ErrorsLine contains a tab character.578
Errors'cast' is not followed by whitespace.578
ErrorsLine contains a tab character.580
ErrorsLine has trailing spaces.582
ErrorsLine contains a tab character.582
ErrorsLine is longer than 80 characters.583
ErrorsLine contains a tab character.583
ErrorsLine contains a tab character.584
Errors'=' is not preceded with whitespace.584
Errors'=' is not followed by whitespace.584
ErrorsLine contains a tab character.585
ErrorsLine contains a tab character.586
ErrorsLine has trailing spaces.587
ErrorsLine contains a tab character.587
ErrorsLine is longer than 80 characters.588
ErrorsLine contains a tab character.588
ErrorsLine contains a tab character.589
Errors'=' is not preceded with whitespace.589
Errors'=' is not followed by whitespace.589
ErrorsLine contains a tab character.590
ErrorsLine contains a tab character.591
ErrorsLine has trailing spaces.592
ErrorsLine contains a tab character.592
ErrorsLine is longer than 80 characters.593
ErrorsLine contains a tab character.593
ErrorsLine contains a tab character.594
Errors'=' is not preceded with whitespace.594
Errors'=' is not followed by whitespace.594
ErrorsLine contains a tab character.595
ErrorsLine contains a tab character.596
ErrorsLine has trailing spaces.597
ErrorsLine contains a tab character.597
ErrorsLine is longer than 80 characters.599
ErrorsLine contains a tab character.599
Errors'=' is not preceded with whitespace.599
Errors'=' is not followed by whitespace.599
ErrorsLine contains a tab character.600
ErrorsLine contains a tab character.601
ErrorsLine has trailing spaces.602
ErrorsLine is longer than 80 characters.604
ErrorsLine contains a tab character.604
Errors'=' is not preceded with whitespace.604
Errors'=' is not followed by whitespace.604
ErrorsLine contains a tab character.605
ErrorsLine contains a tab character.606
ErrorsLine has trailing spaces.607
ErrorsLine is longer than 80 characters.609
ErrorsLine contains a tab character.609
Errors'=' is not preceded with whitespace.609
Errors'=' is not followed by whitespace.609
ErrorsLine contains a tab character.610
ErrorsLine contains a tab character.611
ErrorsLine has trailing spaces.612
ErrorsLine contains a tab character.613
ErrorsLine contains a tab character.614
Errors'=' is not preceded with whitespace.614
Errors'=' is not followed by whitespace.614
ErrorsLine contains a tab character.615
ErrorsLine contains a tab character.616
ErrorsLine has trailing spaces.617
ErrorsLine contains a tab character.617
ErrorsLine is longer than 80 characters.618
ErrorsLine contains a tab character.618
ErrorsLine contains a tab character.619
Errors'=' is not preceded with whitespace.619
Errors'=' is not followed by whitespace.619
ErrorsLine contains a tab character.620
ErrorsLine contains a tab character.621
ErrorsLine has trailing spaces.622
ErrorsLine contains a tab character.622
ErrorsLine is longer than 80 characters.623
ErrorsLine contains a tab character.623
ErrorsLine is longer than 80 characters.624
ErrorsLine contains a tab character.624
Errors'=' is not preceded with whitespace.624
Errors'=' is not followed by whitespace.624
ErrorsLine contains a tab character.625
ErrorsLine contains a tab character.626
ErrorsLine has trailing spaces.627
ErrorsLine contains a tab character.627
ErrorsLine is longer than 80 characters.628
ErrorsLine contains a tab character.628
ErrorsLine contains a tab character.629
Errors'=' is not preceded with whitespace.629
Errors'=' is not followed by whitespace.629
ErrorsLine contains a tab character.630
ErrorsLine contains a tab character.631
ErrorsLine has trailing spaces.632
ErrorsLine contains a tab character.632
ErrorsLine contains a tab character.633
ErrorsLine has trailing spaces.634
ErrorsLine contains a tab character.634
ErrorsLine contains a tab character.636
ErrorsLine is longer than 80 characters.637
ErrorsLine contains a tab character.637
ErrorsLine contains a tab character.638
ErrorsLine is longer than 80 characters.639
ErrorsLine contains a tab character.639
ErrorsLine contains a tab character.640
ErrorsLine contains a tab character.641
ErrorsLine contains a tab character.643
ErrorsLine is longer than 80 characters.644
ErrorsLine contains a tab character.644
ErrorsLine is longer than 80 characters.645
ErrorsLine contains a tab character.645
ErrorsLine contains a tab character.646
ErrorsExpected an @return tag.647
ErrorsLine contains a tab character.647
ErrorsMethod 'getObject' is not designed for extension - needs to be abstract, final or empty.647
Errors'if' construct must use '{}'s.648
ErrorsLine contains a tab character.648
ErrorsLine contains a tab character.649
ErrorsLine contains a tab character.650
ErrorsLine has trailing spaces.651
ErrorsLine contains a tab character.651
ErrorsLine has trailing spaces.653
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.654
ErrorsMissing a Javadoc comment.654
ErrorsLine has trailing spaces.656
ErrorsLine contains a tab character.657
Errors'+' should be on a new line.657
ErrorsLine has trailing spaces.658
ErrorsLine contains a tab character.658
ErrorsLine contains a tab character.659
Errors'+' should be on a new line.659
ErrorsLine contains a tab character.660
Errors'+' should be on a new line.660
ErrorsLine has trailing spaces.661
ErrorsLine contains a tab character.661
ErrorsLine contains a tab character.662
Errors'+' should be on a new line.662
ErrorsLine contains a tab character.663
Errors'+' should be on a new line.663
ErrorsLine has trailing spaces.664
ErrorsLine contains a tab character.664
ErrorsLine contains a tab character.665
Errors'+' should be on a new line.665
ErrorsLine contains a tab character.666
Errors'+' should be on a new line.666
ErrorsLine has trailing spaces.667
ErrorsLine contains a tab character.667
ErrorsLine contains a tab character.668
Errors'+' should be on a new line.668
ErrorsLine contains a tab character.669
Errors'+' should be on a new line.669
ErrorsLine has trailing spaces.670
ErrorsLine contains a tab character.670
ErrorsLine contains a tab character.671
Errors'+' should be on a new line.671
ErrorsLine contains a tab character.672
Errors'+' should be on a new line.672
ErrorsLine has trailing spaces.673
ErrorsLine contains a tab character.673
ErrorsLine contains a tab character.674
Errors'+' should be on a new line.674
ErrorsLine is longer than 80 characters.675
ErrorsLine contains a tab character.675
Errors'+' should be on a new line.675
ErrorsLine has trailing spaces.676
ErrorsLine contains a tab character.676
ErrorsLine contains a tab character.677
Errors'+' should be on a new line.677
ErrorsLine is longer than 80 characters.678
ErrorsLine contains a tab character.678
Errors'+' should be on a new line.678
ErrorsLine has trailing spaces.679
ErrorsLine contains a tab character.679
ErrorsLine contains a tab character.680
Errors'+' should be on a new line.680
ErrorsLine is longer than 80 characters.681
ErrorsLine contains a tab character.681
Errors'+' should be on a new line.681
ErrorsLine has trailing spaces.682
ErrorsLine contains a tab character.682
ErrorsLine contains a tab character.683
Errors'+' should be on a new line.683
ErrorsLine contains a tab character.684
Errors'+' should be on a new line.684
ErrorsLine has trailing spaces.685
ErrorsLine contains a tab character.685
ErrorsLine contains a tab character.686
Errors'+' should be on a new line.686
ErrorsLine contains a tab character.687
Errors'+' should be on a new line.687
ErrorsLine has trailing spaces.688
ErrorsLine contains a tab character.688
ErrorsLine contains a tab character.689
Errors'+' should be on a new line.689
ErrorsLine is longer than 80 characters.690
ErrorsLine contains a tab character.690
Errors'+' should be on a new line.690
ErrorsLine has trailing spaces.691
ErrorsLine contains a tab character.691
ErrorsLine contains a tab character.692
Errors'+' should be on a new line.692
ErrorsLine contains a tab character.693
Errors'+' should be on a new line.693
ErrorsLine contains a tab character.694
ErrorsLine has trailing spaces.695
ErrorsLine contains a tab character.695
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.698
ErrorsMissing a Javadoc comment.698
Errors'+' should be on a new line.699
ErrorsLine has trailing spaces.700
Errors'+' should be on a new line.701
Errors'+' should be on a new line.702
Errors'+' should be on a new line.703
ErrorsLine has trailing spaces.704
Errors'+' should be on a new line.705
Errors'+' should be on a new line.706
Errors'+' should be on a new line.707
ErrorsLine has trailing spaces.708
Errors'+' should be on a new line.709
Errors'+' should be on a new line.710
Errors'+' should be on a new line.711
ErrorsLine has trailing spaces.712
Errors'+' should be on a new line.713
Errors'+' should be on a new line.714
Errors'+' should be on a new line.715
ErrorsLine has trailing spaces.716
Errors'+' should be on a new line.717
Errors'+' should be on a new line.718
Errors'+' should be on a new line.719
ErrorsLine has trailing spaces.720
Errors'+' should be on a new line.721
Errors'+' should be on a new line.722
Errors'+' should be on a new line.723
ErrorsLine has trailing spaces.724
Errors'+' should be on a new line.725
Errors'+' should be on a new line.726
Errors'+' should be on a new line.727
ErrorsLine has trailing spaces.728
Errors'+' should be on a new line.729
Errors'+' should be on a new line.730
Errors'+' should be on a new line.731
ErrorsLine has trailing spaces.732
Errors'+' should be on a new line.733
Errors'+' should be on a new line.734
Errors'+' should be on a new line.735
ErrorsLine has trailing spaces.736
Errors'+' should be on a new line.737
Errors'+' should be on a new line.738
Errors'+' should be on a new line.739
ErrorsLine has trailing spaces.740
Errors'+' should be on a new line.741
Errors'+' should be on a new line.742
Errors'+' should be on a new line.743
ErrorsLine has trailing spaces.744
Errors'+' should be on a new line.745
Errors'+' should be on a new line.746
Errors'+' should be on a new line.747
ErrorsLine has trailing spaces.751
ErrorsLine has trailing spaces.752
ErrorsLine has trailing spaces.755

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/PlayerDamaged.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.46
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.59
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsMore than 7 parameters.78
ErrorsLine is longer than 80 characters.79
ErrorsParameter Id should be final.79
Errors'Id' hides a field.79
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.79
ErrorsParameter Damage should be final.79
Errors'Damage' hides a field.79
ErrorsName 'Damage' must match pattern '^[a-z][a-zA-Z0-9]*$'.79
ErrorsParameter DamageType should be final.79
Errors'DamageType' hides a field.79
ErrorsName 'DamageType' must match pattern '^[a-z][a-zA-Z0-9]*$'.79
ErrorsParameter WeaponName should be final.79
Errors'WeaponName' hides a field.79
ErrorsName 'WeaponName' must match pattern '^[a-z][a-zA-Z0-9]*$'.79
ErrorsParameter Flaming should be final.79
Errors'Flaming' hides a field.79
ErrorsName 'Flaming' must match pattern '^[a-z][a-zA-Z0-9]*$'.79
ErrorsParameter DirectDamage should be final.79
Errors'DirectDamage' hides a field.79
ErrorsName 'DirectDamage' must match pattern '^[a-z][a-zA-Z0-9]*$'.79
ErrorsParameter BulletHit should be final.79
Errors'BulletHit' hides a field.79
ErrorsName 'BulletHit' must match pattern '^[a-z][a-zA-Z0-9]*$'.79
ErrorsParameter VehicleHit should be final.79
Errors'VehicleHit' hides a field.79
ErrorsName 'VehicleHit' must match pattern '^[a-z][a-zA-Z0-9]*$'.79
ErrorsLine has trailing spaces.80
ErrorsLine has trailing spaces.82
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.86
ErrorsLine has trailing spaces.88
ErrorsLine has trailing spaces.90
ErrorsLine has trailing spaces.92
ErrorsLine has trailing spaces.94
ErrorsLine has trailing spaces.96
ErrorsLine has trailing spaces.99
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 has trailing spaces.103
ErrorsLine has trailing spaces.106
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.110
ErrorsVariable 'Id' must be private and have accessor methods.110
ErrorsLine contains a tab character.111
ErrorsLine has trailing spaces.113
ErrorsExpected an @return tag.116
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.116
ErrorsLine has trailing spaces.121
ErrorsLine has trailing spaces.123
ErrorsName 'Damage' must match pattern '^[a-z][a-zA-Z0-9]*$'.127
ErrorsVariable 'Damage' must be private and have accessor methods.127
ErrorsLine contains a tab character.128
ErrorsLine has trailing spaces.130
ErrorsExpected an @return tag.133
ErrorsMethod 'getDamage' is not designed for extension - needs to be abstract, final or empty.133
ErrorsLine has trailing spaces.138
ErrorsLine has trailing spaces.140
ErrorsLine has trailing spaces.142
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsName 'DamageType' must match pattern '^[a-z][a-zA-Z0-9]*$'.146
ErrorsVariable 'DamageType' must be private and have accessor methods.146
ErrorsLine contains a tab character.147
ErrorsLine has trailing spaces.149
ErrorsLine has trailing spaces.151
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsExpected an @return tag.154
ErrorsMethod 'getDamageType' is not designed for extension - needs to be abstract, final or empty.154
ErrorsLine has trailing spaces.159
ErrorsLine has trailing spaces.161
ErrorsLine has trailing spaces.163
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsName 'WeaponName' must match pattern '^[a-z][a-zA-Z0-9]*$'.167
ErrorsVariable 'WeaponName' must be private and have accessor methods.167
ErrorsLine contains a tab character.168
ErrorsLine has trailing spaces.170
ErrorsLine has trailing spaces.172
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsExpected an @return tag.175
ErrorsMethod 'getWeaponName' is not designed for extension - needs to be abstract, final or empty.175
ErrorsLine has trailing spaces.180
ErrorsLine has trailing spaces.182
ErrorsLine has trailing spaces.184
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
ErrorsName 'Flaming' must match pattern '^[a-z][a-zA-Z0-9]*$'.188
ErrorsVariable 'Flaming' must be private and have accessor methods.188
ErrorsLine contains a tab character.189
ErrorsLine has trailing spaces.191
ErrorsLine has trailing spaces.193
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.195
ErrorsExpected an @return tag.196
ErrorsMethod 'isFlaming' is not designed for extension - needs to be abstract, final or empty.196
ErrorsLine has trailing spaces.201
ErrorsLine has trailing spaces.203
ErrorsLine has trailing spaces.205
ErrorsLine contains a tab character.206
ErrorsLine contains a tab character.207
ErrorsName 'DirectDamage' must match pattern '^[a-z][a-zA-Z0-9]*$'.209
ErrorsVariable 'DirectDamage' must be private and have accessor methods.209
ErrorsLine contains a tab character.210
ErrorsLine has trailing spaces.212
ErrorsLine has trailing spaces.214
ErrorsLine contains a tab character.215
ErrorsLine contains a tab character.216
ErrorsExpected an @return tag.217
ErrorsMethod 'isDirectDamage' is not designed for extension - needs to be abstract, final or empty.217
ErrorsLine has trailing spaces.222
ErrorsLine has trailing spaces.224
ErrorsLine has trailing spaces.226
ErrorsLine contains a tab character.227
ErrorsLine contains a tab character.228
ErrorsName 'BulletHit' must match pattern '^[a-z][a-zA-Z0-9]*$'.230
ErrorsVariable 'BulletHit' must be private and have accessor methods.230
ErrorsLine contains a tab character.231
ErrorsLine has trailing spaces.233
ErrorsLine has trailing spaces.235
ErrorsLine contains a tab character.236
ErrorsLine contains a tab character.237
ErrorsExpected an @return tag.238
ErrorsMethod 'isBulletHit' is not designed for extension - needs to be abstract, final or empty.238
ErrorsLine has trailing spaces.243
ErrorsLine has trailing spaces.245
ErrorsLine has trailing spaces.247
ErrorsLine contains a tab character.248
ErrorsLine contains a tab character.249
ErrorsName 'VehicleHit' must match pattern '^[a-z][a-zA-Z0-9]*$'.251
ErrorsVariable 'VehicleHit' must be private and have accessor methods.251
ErrorsLine contains a tab character.252
ErrorsLine has trailing spaces.254
ErrorsLine has trailing spaces.256
ErrorsLine contains a tab character.257
ErrorsLine contains a tab character.258
ErrorsExpected an @return tag.259
ErrorsMethod 'isVehicleHit' is not designed for extension - needs to be abstract, final or empty.259
ErrorsLine has trailing spaces.264
ErrorsLine has trailing spaces.266
ErrorsLine contains a tab character.271
ErrorsLine has trailing spaces.272
ErrorsLine contains a tab character.272
ErrorsLine contains a tab character.273
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.273
ErrorsMissing a Javadoc comment.273
ErrorsLine contains a tab character.274
ErrorsLine contains a tab character.275
ErrorsLine contains a tab character.276
ErrorsLine has trailing spaces.277
ErrorsLine contains a tab character.277
ErrorsLine contains a tab character.280
ErrorsLine contains a tab character.282
ErrorsLine has trailing spaces.283
ErrorsLine contains a tab character.283
ErrorsLine contains a tab character.284
ErrorsLine has trailing spaces.288
ErrorsParameter original should be final.293
ErrorsExpected @param tag for 'original'.293
ErrorsLine has trailing spaces.294
Errors'=' is not preceded with whitespace.295
Errors'=' is not followed by whitespace.295
ErrorsLine has trailing spaces.296
Errors'=' is not preceded with whitespace.297
Errors'=' is not followed by whitespace.297
ErrorsLine has trailing spaces.298
Errors'=' is not preceded with whitespace.299
Errors'=' is not followed by whitespace.299
ErrorsLine has trailing spaces.300
Errors'=' is not preceded with whitespace.301
Errors'=' is not followed by whitespace.301
ErrorsLine has trailing spaces.302
Errors'=' is not preceded with whitespace.303
Errors'=' is not followed by whitespace.303
ErrorsLine has trailing spaces.304
Errors'=' is not preceded with whitespace.305
Errors'=' is not followed by whitespace.305
ErrorsLine has trailing spaces.306
Errors'=' is not preceded with whitespace.307
Errors'=' is not followed by whitespace.307
ErrorsLine has trailing spaces.308
Errors'=' is not preceded with whitespace.309
Errors'=' is not followed by whitespace.309
ErrorsLine has trailing spaces.310
ErrorsLine has trailing spaces.313
ErrorsLine is longer than 80 characters.315
ErrorsLine contains a tab character.317
ErrorsLine contains a tab character.318
ErrorsLine has trailing spaces.319
ErrorsLine has trailing spaces.321
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.322
ErrorsMissing a Javadoc comment.322
ErrorsLine has trailing spaces.324
ErrorsLine contains a tab character.325
Errors'+' should be on a new line.325
ErrorsLine has trailing spaces.326
ErrorsLine contains a tab character.326
ErrorsLine contains a tab character.327
Errors'+' should be on a new line.327
ErrorsLine contains a tab character.328
Errors'+' should be on a new line.328
ErrorsLine has trailing spaces.329
ErrorsLine contains a tab character.329
ErrorsLine contains a tab character.330
Errors'+' should be on a new line.330
ErrorsLine contains a tab character.331
Errors'+' should be on a new line.331
ErrorsLine has trailing spaces.332
ErrorsLine contains a tab character.332
ErrorsLine contains a tab character.333
Errors'+' should be on a new line.333
ErrorsLine is longer than 80 characters.334
ErrorsLine contains a tab character.334
Errors'+' should be on a new line.334
ErrorsLine has trailing spaces.335
ErrorsLine contains a tab character.335
ErrorsLine contains a tab character.336
Errors'+' should be on a new line.336
ErrorsLine is longer than 80 characters.337
ErrorsLine contains a tab character.337
Errors'+' should be on a new line.337
ErrorsLine has trailing spaces.338
ErrorsLine contains a tab character.338
ErrorsLine contains a tab character.339
Errors'+' should be on a new line.339
ErrorsLine contains a tab character.340
Errors'+' should be on a new line.340
ErrorsLine has trailing spaces.341
ErrorsLine contains a tab character.341
ErrorsLine contains a tab character.342
Errors'+' should be on a new line.342
ErrorsLine is longer than 80 characters.343
ErrorsLine contains a tab character.343
Errors'+' should be on a new line.343
ErrorsLine has trailing spaces.344
ErrorsLine contains a tab character.344
ErrorsLine contains a tab character.345
Errors'+' should be on a new line.345
ErrorsLine is longer than 80 characters.346
ErrorsLine contains a tab character.346
Errors'+' should be on a new line.346
ErrorsLine has trailing spaces.347
ErrorsLine contains a tab character.347
ErrorsLine contains a tab character.348
Errors'+' should be on a new line.348
ErrorsLine is longer than 80 characters.349
ErrorsLine contains a tab character.349
Errors'+' should be on a new line.349
ErrorsLine contains a tab character.350
ErrorsLine has trailing spaces.351
ErrorsLine contains a tab character.351
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.354
ErrorsMissing a Javadoc comment.354
Errors'+' should be on a new line.355
ErrorsLine has trailing spaces.356
Errors'+' should be on a new line.357
Errors'+' should be on a new line.358
Errors'+' should be on a new line.359
ErrorsLine has trailing spaces.360
Errors'+' should be on a new line.361
Errors'+' should be on a new line.362
Errors'+' should be on a new line.363
ErrorsLine has trailing spaces.364
Errors'+' should be on a new line.365
Errors'+' should be on a new line.366
Errors'+' should be on a new line.367
ErrorsLine has trailing spaces.368
Errors'+' should be on a new line.369
Errors'+' should be on a new line.370
Errors'+' should be on a new line.371
ErrorsLine has trailing spaces.372
Errors'+' should be on a new line.373
Errors'+' should be on a new line.374
Errors'+' should be on a new line.375
ErrorsLine has trailing spaces.376
Errors'+' should be on a new line.377
Errors'+' should be on a new line.378
Errors'+' should be on a new line.379
ErrorsLine has trailing spaces.380
Errors'+' should be on a new line.381
Errors'+' should be on a new line.382
Errors'+' should be on a new line.383
ErrorsLine has trailing spaces.384
Errors'+' should be on a new line.385
Errors'+' should be on a new line.386
Errors'+' should be on a new line.387
ErrorsLine has trailing spaces.391
ErrorsLine has trailing spaces.392
ErrorsLine has trailing spaces.395

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/PlayerJoinsGame.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.45
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsParameter Id should be final.59
Errors'Id' hides a field.59
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.59
ErrorsParameter Name should be final.59
Errors'Name' hides a field.59
ErrorsName 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'.59
ErrorsLine has trailing spaces.60
ErrorsLine has trailing spaces.62
ErrorsLine has trailing spaces.64
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine has trailing spaces.74
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.78
ErrorsVariable 'Id' must be private and have accessor methods.78
ErrorsLine contains a tab character.79
ErrorsLine has trailing spaces.81
ErrorsExpected an @return tag.84
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.84
ErrorsLine has trailing spaces.89
ErrorsLine has trailing spaces.91
ErrorsName 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'.95
ErrorsVariable 'Name' must be private and have accessor methods.95
ErrorsLine contains a tab character.96
ErrorsLine has trailing spaces.98
ErrorsExpected an @return tag.101
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.101
ErrorsLine has trailing spaces.106
ErrorsLine has trailing spaces.108
ErrorsLine contains a tab character.113
ErrorsLine has trailing spaces.114
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.115
ErrorsMissing a Javadoc comment.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine has trailing spaces.119
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.124
ErrorsLine has trailing spaces.125
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine has trailing spaces.130
ErrorsParameter original should be final.135
ErrorsExpected @param tag for 'original'.135
ErrorsLine has trailing spaces.136
Errors'=' is not preceded with whitespace.137
Errors'=' is not followed by whitespace.137
ErrorsLine has trailing spaces.138
Errors'=' is not preceded with whitespace.139
Errors'=' is not followed by whitespace.139
ErrorsLine has trailing spaces.140
ErrorsLine has trailing spaces.143
ErrorsLine is longer than 80 characters.145
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsLine has trailing spaces.149
ErrorsLine has trailing spaces.151
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.152
ErrorsMissing a Javadoc comment.152
ErrorsLine has trailing spaces.154
ErrorsLine contains a tab character.155
Errors'+' should be on a new line.155
ErrorsLine has trailing spaces.156
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
Errors'+' should be on a new line.157
ErrorsLine contains a tab character.158
Errors'+' should be on a new line.158
ErrorsLine has trailing spaces.159
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
Errors'+' should be on a new line.160
ErrorsLine contains a tab character.161
Errors'+' should be on a new line.161
ErrorsLine contains a tab character.162
ErrorsLine has trailing spaces.163
ErrorsLine contains a tab character.163
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.166
ErrorsMissing a Javadoc comment.166
Errors'+' should be on a new line.167
ErrorsLine has trailing spaces.168
Errors'+' should be on a new line.169
Errors'+' should be on a new line.170
Errors'+' should be on a new line.171
ErrorsLine has trailing spaces.172
Errors'+' should be on a new line.173
Errors'+' should be on a new line.174
Errors'+' should be on a new line.175
ErrorsLine has trailing spaces.179
ErrorsLine has trailing spaces.180
ErrorsLine has trailing spaces.183

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/PlayerKilled.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
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 has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.46
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine has trailing spaces.52
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 has trailing spaces.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine is longer than 80 characters.63
ErrorsLine contains a tab character.63
ErrorsLine is longer than 80 characters.64
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine is longer than 80 characters.67
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.74
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.75
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.78
ErrorsLine is longer than 80 characters.79
ErrorsLine contains a tab character.79
ErrorsLine has trailing spaces.80
ErrorsLine contains a tab character.80
ErrorsLine has trailing spaces.81
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.83
ErrorsLine contains a tab character.83
ErrorsLine has trailing spaces.84
ErrorsLine contains a tab character.85
ErrorsLine has trailing spaces.86
ErrorsLine contains a tab character.86
ErrorsLine has trailing spaces.87
ErrorsLine contains a tab character.88
ErrorsLine has trailing spaces.89
ErrorsLine contains a tab character.89
ErrorsMore than 7 parameters.91
ErrorsLine is longer than 80 characters.92
ErrorsParameter Id should be final.92
Errors'Id' hides a field.92
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.92
ErrorsParameter Killer should be final.92
Errors'Killer' hides a field.92
ErrorsName 'Killer' must match pattern '^[a-z][a-zA-Z0-9]*$'.92
ErrorsParameter KilledPawn should be final.92
Errors'KilledPawn' hides a field.92
ErrorsName 'KilledPawn' must match pattern '^[a-z][a-zA-Z0-9]*$'.92
ErrorsParameter DamageType should be final.92
Errors'DamageType' hides a field.92
ErrorsName 'DamageType' must match pattern '^[a-z][a-zA-Z0-9]*$'.92
ErrorsParameter DeathString should be final.92
Errors'DeathString' hides a field.92
ErrorsName 'DeathString' must match pattern '^[a-z][a-zA-Z0-9]*$'.92
ErrorsParameter WeaponName should be final.92
Errors'WeaponName' hides a field.92
ErrorsName 'WeaponName' must match pattern '^[a-z][a-zA-Z0-9]*$'.92
ErrorsParameter Flaming should be final.92
Errors'Flaming' hides a field.92
ErrorsName 'Flaming' must match pattern '^[a-z][a-zA-Z0-9]*$'.92
ErrorsParameter CausedByWorld should be final.92
Errors'CausedByWorld' hides a field.92
ErrorsName 'CausedByWorld' must match pattern '^[a-z][a-zA-Z0-9]*$'.92
ErrorsParameter DirectDamage should be final.92
Errors'DirectDamage' hides a field.92
ErrorsName 'DirectDamage' must match pattern '^[a-z][a-zA-Z0-9]*$'.92
ErrorsParameter BulletHit should be final.92
Errors'BulletHit' hides a field.92
ErrorsName 'BulletHit' must match pattern '^[a-z][a-zA-Z0-9]*$'.92
ErrorsParameter VehicleHit should be final.92
Errors'VehicleHit' hides a field.92
ErrorsName 'VehicleHit' must match pattern '^[a-z][a-zA-Z0-9]*$'.92
ErrorsLine has trailing spaces.93
ErrorsLine has trailing spaces.95
ErrorsLine has trailing spaces.97
ErrorsLine has trailing spaces.99
ErrorsLine has trailing spaces.101
ErrorsLine has trailing spaces.103
ErrorsLine has trailing spaces.105
ErrorsLine has trailing spaces.107
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.111
ErrorsLine has trailing spaces.113
ErrorsLine has trailing spaces.115
ErrorsLine has trailing spaces.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine is longer than 80 characters.121
ErrorsLine contains a tab character.121
ErrorsLine has trailing spaces.122
ErrorsLine has trailing spaces.125
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.129
ErrorsVariable 'Id' must be private and have accessor methods.129
ErrorsLine contains a tab character.130
ErrorsLine has trailing spaces.132
ErrorsExpected an @return tag.135
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.135
ErrorsLine has trailing spaces.140
ErrorsLine has trailing spaces.142
ErrorsLine has trailing spaces.144
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
ErrorsName 'Killer' must match pattern '^[a-z][a-zA-Z0-9]*$'.149
ErrorsVariable 'Killer' must be private and have accessor methods.149
ErrorsLine contains a tab character.150
ErrorsLine has trailing spaces.152
ErrorsLine has trailing spaces.154
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsExpected an @return tag.158
ErrorsMethod 'getKiller' is not designed for extension - needs to be abstract, final or empty.158
ErrorsLine has trailing spaces.163
ErrorsLine has trailing spaces.165
ErrorsLine has trailing spaces.167
ErrorsLine is longer than 80 characters.168
ErrorsLine contains a tab character.168
ErrorsLine is longer than 80 characters.169
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsName 'KilledPawn' must match pattern '^[a-z][a-zA-Z0-9]*$'.172
ErrorsVariable 'KilledPawn' must be private and have accessor methods.172
ErrorsLine contains a tab character.173
ErrorsLine has trailing spaces.175
ErrorsLine has trailing spaces.177
ErrorsLine is longer than 80 characters.178
ErrorsLine contains a tab character.178
ErrorsLine is longer than 80 characters.179
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.180
ErrorsExpected an @return tag.181
ErrorsMethod 'getKilledPawn' is not designed for extension - needs to be abstract, final or empty.181
ErrorsLine has trailing spaces.186
ErrorsLine has trailing spaces.188
ErrorsLine has trailing spaces.190
ErrorsLine is longer than 80 characters.191
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
ErrorsName 'DamageType' must match pattern '^[a-z][a-zA-Z0-9]*$'.194
ErrorsVariable 'DamageType' must be private and have accessor methods.194
ErrorsLine contains a tab character.195
ErrorsLine has trailing spaces.197
ErrorsLine has trailing spaces.199
ErrorsLine is longer than 80 characters.200
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.201
ErrorsExpected an @return tag.202
ErrorsMethod 'getDamageType' is not designed for extension - needs to be abstract, final or empty.202
ErrorsLine has trailing spaces.207
ErrorsLine has trailing spaces.209
ErrorsLine has trailing spaces.211
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.213
ErrorsName 'DeathString' must match pattern '^[a-z][a-zA-Z0-9]*$'.215
ErrorsVariable 'DeathString' must be private and have accessor methods.215
ErrorsLine contains a tab character.216
ErrorsLine has trailing spaces.218
ErrorsLine has trailing spaces.220
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
ErrorsExpected an @return tag.223
ErrorsMethod 'getDeathString' is not designed for extension - needs to be abstract, final or empty.223
ErrorsLine has trailing spaces.228
ErrorsLine has trailing spaces.230
ErrorsLine has trailing spaces.232
ErrorsLine contains a tab character.233
ErrorsLine contains a tab character.234
ErrorsName 'WeaponName' must match pattern '^[a-z][a-zA-Z0-9]*$'.236
ErrorsVariable 'WeaponName' must be private and have accessor methods.236
ErrorsLine contains a tab character.237
ErrorsLine has trailing spaces.239
ErrorsLine has trailing spaces.241
ErrorsLine contains a tab character.242
ErrorsLine contains a tab character.243
ErrorsExpected an @return tag.244
ErrorsMethod 'getWeaponName' is not designed for extension - needs to be abstract, final or empty.244
ErrorsLine has trailing spaces.249
ErrorsLine has trailing spaces.251
ErrorsLine has trailing spaces.253
ErrorsLine contains a tab character.254
ErrorsLine contains a tab character.255
ErrorsName 'Flaming' must match pattern '^[a-z][a-zA-Z0-9]*$'.257
ErrorsVariable 'Flaming' must be private and have accessor methods.257
ErrorsLine contains a tab character.258
ErrorsLine has trailing spaces.260
ErrorsLine has trailing spaces.262
ErrorsLine contains a tab character.263
ErrorsLine contains a tab character.264
ErrorsExpected an @return tag.265
ErrorsMethod 'isFlaming' is not designed for extension - needs to be abstract, final or empty.265
ErrorsLine has trailing spaces.270
ErrorsLine has trailing spaces.272
ErrorsLine has trailing spaces.274
ErrorsLine is longer than 80 characters.275
ErrorsLine contains a tab character.275
ErrorsLine contains a tab character.276
ErrorsName 'CausedByWorld' must match pattern '^[a-z][a-zA-Z0-9]*$'.278
ErrorsVariable 'CausedByWorld' must be private and have accessor methods.278
ErrorsLine contains a tab character.279
ErrorsLine has trailing spaces.281
ErrorsLine has trailing spaces.283
ErrorsLine is longer than 80 characters.284
ErrorsLine contains a tab character.284
ErrorsLine contains a tab character.285
ErrorsExpected an @return tag.286
ErrorsMethod 'isCausedByWorld' is not designed for extension - needs to be abstract, final or empty.286
ErrorsLine has trailing spaces.291
ErrorsLine has trailing spaces.293
ErrorsLine has trailing spaces.295
ErrorsLine contains a tab character.296
ErrorsLine contains a tab character.297
ErrorsName 'DirectDamage' must match pattern '^[a-z][a-zA-Z0-9]*$'.299
ErrorsVariable 'DirectDamage' must be private and have accessor methods.299
ErrorsLine contains a tab character.300
ErrorsLine has trailing spaces.302
ErrorsLine has trailing spaces.304
ErrorsLine contains a tab character.305
ErrorsLine contains a tab character.306
ErrorsExpected an @return tag.307
ErrorsMethod 'isDirectDamage' is not designed for extension - needs to be abstract, final or empty.307
ErrorsLine has trailing spaces.312
ErrorsLine has trailing spaces.314
ErrorsLine has trailing spaces.316
ErrorsLine contains a tab character.317
ErrorsLine contains a tab character.318
ErrorsName 'BulletHit' must match pattern '^[a-z][a-zA-Z0-9]*$'.320
ErrorsVariable 'BulletHit' must be private and have accessor methods.320
ErrorsLine contains a tab character.321
ErrorsLine has trailing spaces.323
ErrorsLine has trailing spaces.325
ErrorsLine contains a tab character.326
ErrorsLine contains a tab character.327
ErrorsExpected an @return tag.328
ErrorsMethod 'isBulletHit' is not designed for extension - needs to be abstract, final or empty.328
ErrorsLine has trailing spaces.333
ErrorsLine has trailing spaces.335
ErrorsLine has trailing spaces.337
ErrorsLine contains a tab character.338
ErrorsLine contains a tab character.339
ErrorsName 'VehicleHit' must match pattern '^[a-z][a-zA-Z0-9]*$'.341
ErrorsVariable 'VehicleHit' must be private and have accessor methods.341
ErrorsLine contains a tab character.342
ErrorsLine has trailing spaces.344
ErrorsLine has trailing spaces.346
ErrorsLine contains a tab character.347
ErrorsLine contains a tab character.348
ErrorsExpected an @return tag.349
ErrorsMethod 'isVehicleHit' is not designed for extension - needs to be abstract, final or empty.349
ErrorsLine has trailing spaces.354
ErrorsLine has trailing spaces.356
ErrorsLine contains a tab character.361
ErrorsLine has trailing spaces.362
ErrorsLine contains a tab character.362
ErrorsLine contains a tab character.363
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.363
ErrorsMissing a Javadoc comment.363
ErrorsLine contains a tab character.364
ErrorsLine contains a tab character.365
ErrorsLine contains a tab character.366
ErrorsLine has trailing spaces.367
ErrorsLine contains a tab character.367
ErrorsLine contains a tab character.370
ErrorsLine contains a tab character.372
ErrorsLine has trailing spaces.373
ErrorsLine contains a tab character.373
ErrorsLine contains a tab character.374
ErrorsLine has trailing spaces.378
ErrorsParameter original should be final.383
ErrorsExpected @param tag for 'original'.383
ErrorsLine has trailing spaces.384
Errors'=' is not preceded with whitespace.385
Errors'=' is not followed by whitespace.385
ErrorsLine has trailing spaces.386
Errors'=' is not preceded with whitespace.387
Errors'=' is not followed by whitespace.387
ErrorsLine has trailing spaces.388
Errors'=' is not preceded with whitespace.389
Errors'=' is not followed by whitespace.389
ErrorsLine has trailing spaces.390
Errors'=' is not preceded with whitespace.391
Errors'=' is not followed by whitespace.391
ErrorsLine has trailing spaces.392
Errors'=' is not preceded with whitespace.393
Errors'=' is not followed by whitespace.393
ErrorsLine has trailing spaces.394
Errors'=' is not preceded with whitespace.395
Errors'=' is not followed by whitespace.395
ErrorsLine has trailing spaces.396
Errors'=' is not preceded with whitespace.397
Errors'=' is not followed by whitespace.397
ErrorsLine has trailing spaces.398
Errors'=' is not preceded with whitespace.399
Errors'=' is not followed by whitespace.399
ErrorsLine has trailing spaces.400
Errors'=' is not preceded with whitespace.401
Errors'=' is not followed by whitespace.401
ErrorsLine has trailing spaces.402
Errors'=' is not preceded with whitespace.403
Errors'=' is not followed by whitespace.403
ErrorsLine has trailing spaces.404
Errors'=' is not preceded with whitespace.405
Errors'=' is not followed by whitespace.405
ErrorsLine has trailing spaces.406
ErrorsLine has trailing spaces.409
ErrorsLine is longer than 80 characters.411
ErrorsLine contains a tab character.413
ErrorsLine contains a tab character.414
ErrorsLine has trailing spaces.415
ErrorsLine has trailing spaces.417
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.418
ErrorsMissing a Javadoc comment.418
ErrorsLine has trailing spaces.420
ErrorsLine contains a tab character.421
Errors'+' should be on a new line.421
ErrorsLine has trailing spaces.422
ErrorsLine contains a tab character.422
ErrorsLine contains a tab character.423
Errors'+' should be on a new line.423
ErrorsLine contains a tab character.424
Errors'+' should be on a new line.424
ErrorsLine has trailing spaces.425
ErrorsLine contains a tab character.425
ErrorsLine contains a tab character.426
Errors'+' should be on a new line.426
ErrorsLine contains a tab character.427
Errors'+' should be on a new line.427
ErrorsLine has trailing spaces.428
ErrorsLine contains a tab character.428
ErrorsLine contains a tab character.429
Errors'+' should be on a new line.429
ErrorsLine is longer than 80 characters.430
ErrorsLine contains a tab character.430
Errors'+' should be on a new line.430
ErrorsLine has trailing spaces.431
ErrorsLine contains a tab character.431
ErrorsLine contains a tab character.432
Errors'+' should be on a new line.432
ErrorsLine is longer than 80 characters.433
ErrorsLine contains a tab character.433
Errors'+' should be on a new line.433
ErrorsLine has trailing spaces.434
ErrorsLine contains a tab character.434
ErrorsLine contains a tab character.435
Errors'+' should be on a new line.435
ErrorsLine is longer than 80 characters.436
ErrorsLine contains a tab character.436
Errors'+' should be on a new line.436
ErrorsLine has trailing spaces.437
ErrorsLine contains a tab character.437
ErrorsLine contains a tab character.438
Errors'+' should be on a new line.438
ErrorsLine is longer than 80 characters.439
ErrorsLine contains a tab character.439
Errors'+' should be on a new line.439
ErrorsLine has trailing spaces.440
ErrorsLine contains a tab character.440
ErrorsLine contains a tab character.441
Errors'+' should be on a new line.441
ErrorsLine contains a tab character.442
Errors'+' should be on a new line.442
ErrorsLine has trailing spaces.443
ErrorsLine contains a tab character.443
ErrorsLine contains a tab character.444
Errors'+' should be on a new line.444
ErrorsLine is longer than 80 characters.445
ErrorsLine contains a tab character.445
Errors'+' should be on a new line.445
ErrorsLine has trailing spaces.446
ErrorsLine contains a tab character.446
ErrorsLine contains a tab character.447
Errors'+' should be on a new line.447
ErrorsLine is longer than 80 characters.448
ErrorsLine contains a tab character.448
Errors'+' should be on a new line.448
ErrorsLine has trailing spaces.449
ErrorsLine contains a tab character.449
ErrorsLine contains a tab character.450
Errors'+' should be on a new line.450
ErrorsLine is longer than 80 characters.451
ErrorsLine contains a tab character.451
Errors'+' should be on a new line.451
ErrorsLine has trailing spaces.452
ErrorsLine contains a tab character.452
ErrorsLine contains a tab character.453
Errors'+' should be on a new line.453
ErrorsLine is longer than 80 characters.454
ErrorsLine contains a tab character.454
Errors'+' should be on a new line.454
ErrorsLine contains a tab character.455
ErrorsLine has trailing spaces.456
ErrorsLine contains a tab character.456
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.459
ErrorsMissing a Javadoc comment.459
Errors'+' should be on a new line.460
ErrorsLine has trailing spaces.461
Errors'+' should be on a new line.462
Errors'+' should be on a new line.463
Errors'+' should be on a new line.464
ErrorsLine has trailing spaces.465
Errors'+' should be on a new line.466
Errors'+' should be on a new line.467
Errors'+' should be on a new line.468
ErrorsLine has trailing spaces.469
Errors'+' should be on a new line.470
Errors'+' should be on a new line.471
Errors'+' should be on a new line.472
ErrorsLine has trailing spaces.473
Errors'+' should be on a new line.474
Errors'+' should be on a new line.475
Errors'+' should be on a new line.476
ErrorsLine has trailing spaces.477
Errors'+' should be on a new line.478
Errors'+' should be on a new line.479
Errors'+' should be on a new line.480
ErrorsLine has trailing spaces.481
Errors'+' should be on a new line.482
Errors'+' should be on a new line.483
Errors'+' should be on a new line.484
ErrorsLine has trailing spaces.485
Errors'+' should be on a new line.486
Errors'+' should be on a new line.487
Errors'+' should be on a new line.488
ErrorsLine has trailing spaces.489
Errors'+' should be on a new line.490
Errors'+' should be on a new line.491
Errors'+' should be on a new line.492
ErrorsLine has trailing spaces.493
Errors'+' should be on a new line.494
Errors'+' should be on a new line.495
Errors'+' should be on a new line.496
ErrorsLine has trailing spaces.497
Errors'+' should be on a new line.498
Errors'+' should be on a new line.499
Errors'+' should be on a new line.500
ErrorsLine has trailing spaces.501
Errors'+' should be on a new line.502
Errors'+' should be on a new line.503
Errors'+' should be on a new line.504
ErrorsLine has trailing spaces.508
ErrorsLine has trailing spaces.509
ErrorsLine has trailing spaces.512

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/PlayerLeft.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.46
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsParameter Id should be final.61
Errors'Id' hides a field.61
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.61
ErrorsParameter Name should be final.61
Errors'Name' hides a field.61
ErrorsName 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'.61
ErrorsLine has trailing spaces.62
ErrorsLine has trailing spaces.64
ErrorsLine has trailing spaces.66
ErrorsLine has trailing spaces.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 has trailing spaces.76
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.80
ErrorsVariable 'Id' must be private and have accessor methods.80
ErrorsLine contains a tab character.81
ErrorsLine has trailing spaces.83
ErrorsExpected an @return tag.86
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.86
ErrorsLine has trailing spaces.91
ErrorsLine has trailing spaces.93
ErrorsName 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'.97
ErrorsVariable 'Name' must be private and have accessor methods.97
ErrorsLine contains a tab character.98
ErrorsLine has trailing spaces.100
ErrorsExpected an @return tag.103
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.103
ErrorsLine has trailing spaces.108
ErrorsLine has trailing spaces.110
ErrorsLine contains a tab character.115
ErrorsLine has trailing spaces.116
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.117
ErrorsMissing a Javadoc comment.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine has trailing spaces.121
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.126
ErrorsLine has trailing spaces.127
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine has trailing spaces.132
ErrorsParameter original should be final.137
ErrorsExpected @param tag for 'original'.137
ErrorsLine has trailing spaces.138
Errors'=' is not preceded with whitespace.139
Errors'=' is not followed by whitespace.139
ErrorsLine has trailing spaces.140
Errors'=' is not preceded with whitespace.141
Errors'=' is not followed by whitespace.141
ErrorsLine has trailing spaces.142
ErrorsLine has trailing spaces.145
ErrorsLine is longer than 80 characters.147
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine has trailing spaces.151
ErrorsLine has trailing spaces.153
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.154
ErrorsMissing a Javadoc comment.154
ErrorsLine has trailing spaces.156
ErrorsLine contains a tab character.157
Errors'+' should be on a new line.157
ErrorsLine has trailing spaces.158
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
Errors'+' should be on a new line.159
ErrorsLine contains a tab character.160
Errors'+' should be on a new line.160
ErrorsLine has trailing spaces.161
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
Errors'+' should be on a new line.162
ErrorsLine contains a tab character.163
Errors'+' should be on a new line.163
ErrorsLine contains a tab character.164
ErrorsLine has trailing spaces.165
ErrorsLine contains a tab character.165
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.168
ErrorsMissing a Javadoc comment.168
Errors'+' should be on a new line.169
ErrorsLine has trailing spaces.170
Errors'+' should be on a new line.171
Errors'+' should be on a new line.172
Errors'+' should be on a new line.173
ErrorsLine has trailing spaces.174
Errors'+' should be on a new line.175
Errors'+' should be on a new line.176
Errors'+' should be on a new line.177
ErrorsLine has trailing spaces.181
ErrorsLine has trailing spaces.182
ErrorsLine has trailing spaces.185

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/PlayerListEnd.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
ErrorsLine contains a tab character.44
Errors'{' should be on the previous line.46
ErrorsLine has trailing spaces.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine has trailing spaces.51
ErrorsLine has trailing spaces.54
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.61
ErrorsMissing a Javadoc comment.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.76
ErrorsParameter original should be final.81
ErrorsExpected @param tag for 'original'.81
ErrorsLine has trailing spaces.82
ErrorsLine has trailing spaces.85
ErrorsLine is longer than 80 characters.87
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine has trailing spaces.91
ErrorsLine has trailing spaces.93
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.94
ErrorsMissing a Javadoc comment.94
ErrorsLine has trailing spaces.96
ErrorsLine contains a tab character.97
Errors'+' should be on a new line.97
ErrorsLine contains a tab character.98
ErrorsLine has trailing spaces.99
ErrorsLine contains a tab character.99
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.102
ErrorsMissing a Javadoc comment.102
Errors'+' should be on a new line.103
ErrorsLine has trailing spaces.107
ErrorsLine has trailing spaces.108
ErrorsLine has trailing spaces.111

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/PlayerListStart.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
ErrorsLine contains a tab character.44
Errors'{' should be on the previous line.46
ErrorsLine has trailing spaces.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine has trailing spaces.51
ErrorsLine has trailing spaces.54
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.61
ErrorsMissing a Javadoc comment.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.76
ErrorsParameter original should be final.81
ErrorsExpected @param tag for 'original'.81
ErrorsLine has trailing spaces.82
ErrorsLine has trailing spaces.85
ErrorsLine is longer than 80 characters.87
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine has trailing spaces.91
ErrorsLine has trailing spaces.93
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.94
ErrorsMissing a Javadoc comment.94
ErrorsLine has trailing spaces.96
ErrorsLine contains a tab character.97
Errors'+' should be on a new line.97
ErrorsLine contains a tab character.98
ErrorsLine has trailing spaces.99
ErrorsLine contains a tab character.99
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.102
ErrorsMissing a Javadoc comment.102
Errors'+' should be on a new line.103
ErrorsLine has trailing spaces.107
ErrorsLine has trailing spaces.108
ErrorsLine has trailing spaces.111

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/PlayerScore.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.45
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.58
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.61
ErrorsLine is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsLine is longer than 80 characters.63
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.65
ErrorsParameter lastSeenTime should be final.69
Errors'lastSeenTime' hides a field.69
ErrorsParameter Id should be final.69
Errors'Id' hides a field.69
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.69
ErrorsParameter Score should be final.69
Errors'Score' hides a field.69
ErrorsName 'Score' must match pattern '^[a-z][a-zA-Z0-9]*$'.69
ErrorsParameter Deaths should be final.69
Errors'Deaths' hides a field.69
ErrorsName 'Deaths' must match pattern '^[a-z][a-zA-Z0-9]*$'.69
ErrorsLine has trailing spaces.70
ErrorsLine has trailing spaces.72
ErrorsLine has trailing spaces.74
ErrorsLine has trailing spaces.76
ErrorsLine has trailing spaces.78
ErrorsLine has trailing spaces.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine has trailing spaces.85
ErrorsLine has trailing spaces.88
ErrorsLine has trailing spaces.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsVariable 'lastSeenTime' must be private and have accessor methods.95
ErrorsLine contains a tab character.96
ErrorsLine has trailing spaces.98
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsExpected an @return tag.104
ErrorsMethod 'getLastSeenTime' is not designed for extension - needs to be abstract, final or empty.104
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.111
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.115
ErrorsVariable 'Id' must be private and have accessor methods.115
ErrorsLine contains a tab character.116
ErrorsLine has trailing spaces.118
ErrorsExpected an @return tag.121
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.121
ErrorsLine has trailing spaces.126
ErrorsLine has trailing spaces.128
ErrorsLine has trailing spaces.130
ErrorsLine contains a tab character.131
ErrorsLine is longer than 80 characters.132
ErrorsLine contains a tab character.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
ErrorsName 'Score' must match pattern '^[a-z][a-zA-Z0-9]*$'.137
ErrorsVariable 'Score' must be private and have accessor methods.137
ErrorsLine contains a tab character.138
ErrorsLine has trailing spaces.140
ErrorsLine has trailing spaces.142
ErrorsLine contains a tab character.143
ErrorsLine is longer than 80 characters.144
ErrorsLine contains a tab character.144
ErrorsLine is longer than 80 characters.145
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
ErrorsExpected an @return tag.148
ErrorsMethod 'getScore' is not designed for extension - needs to be abstract, final or empty.148
ErrorsLine has trailing spaces.153
ErrorsLine has trailing spaces.155
ErrorsName 'Deaths' must match pattern '^[a-z][a-zA-Z0-9]*$'.159
ErrorsVariable 'Deaths' must be private and have accessor methods.159
ErrorsLine contains a tab character.160
ErrorsLine has trailing spaces.162
ErrorsExpected an @return tag.165
ErrorsMethod 'getDeaths' is not designed for extension - needs to be abstract, final or empty.165
ErrorsLine has trailing spaces.170
ErrorsLine has trailing spaces.172
ErrorsLine contains a tab character.177
ErrorsLine has trailing spaces.178
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.179
ErrorsMissing a Javadoc comment.179
ErrorsLine contains a tab character.180
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.182
ErrorsLine has trailing spaces.183
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.188
ErrorsLine has trailing spaces.189
ErrorsLine contains a tab character.189
ErrorsLine contains a tab character.190
ErrorsLine has trailing spaces.194
ErrorsParameter original should be final.199
ErrorsExpected @param tag for 'original'.199
ErrorsLine has trailing spaces.200
Errors'=' is not preceded with whitespace.201
Errors'=' is not followed by whitespace.201
ErrorsLine has trailing spaces.202
Errors'=' is not preceded with whitespace.203
Errors'=' is not followed by whitespace.203
ErrorsLine has trailing spaces.204
Errors'=' is not preceded with whitespace.205
Errors'=' is not followed by whitespace.205
ErrorsLine has trailing spaces.206
Errors'=' is not preceded with whitespace.207
Errors'=' is not followed by whitespace.207
ErrorsLine has trailing spaces.208
ErrorsLine has trailing spaces.211
ErrorsLine is longer than 80 characters.213
ErrorsLine contains a tab character.215
ErrorsLine contains a tab character.216
ErrorsLine has trailing spaces.217
ErrorsLine has trailing spaces.219
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.220
ErrorsMissing a Javadoc comment.220
ErrorsLine has trailing spaces.222
ErrorsLine contains a tab character.223
Errors'+' should be on a new line.223
ErrorsLine has trailing spaces.224
ErrorsLine contains a tab character.224
ErrorsLine contains a tab character.225
Errors'+' should be on a new line.225
ErrorsLine contains a tab character.226
Errors'+' should be on a new line.226
ErrorsLine has trailing spaces.227
ErrorsLine contains a tab character.227
ErrorsLine contains a tab character.228
Errors'+' should be on a new line.228
ErrorsLine contains a tab character.229
Errors'+' should be on a new line.229
ErrorsLine has trailing spaces.230
ErrorsLine contains a tab character.230
ErrorsLine contains a tab character.231
Errors'+' should be on a new line.231
ErrorsLine contains a tab character.232
Errors'+' should be on a new line.232
ErrorsLine contains a tab character.233
ErrorsLine has trailing spaces.234
ErrorsLine contains a tab character.234
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.237
ErrorsMissing a Javadoc comment.237
Errors'+' should be on a new line.238
ErrorsLine has trailing spaces.239
Errors'+' should be on a new line.240
Errors'+' should be on a new line.241
Errors'+' should be on a new line.242
ErrorsLine has trailing spaces.243
Errors'+' should be on a new line.244
Errors'+' should be on a new line.245
Errors'+' should be on a new line.246
ErrorsLine has trailing spaces.247
Errors'+' should be on a new line.248
Errors'+' should be on a new line.249
Errors'+' should be on a new line.250
ErrorsLine has trailing spaces.251
Errors'+' should be on a new line.252
Errors'+' should be on a new line.253
Errors'+' should be on a new line.254
ErrorsLine has trailing spaces.258
ErrorsLine has trailing spaces.259
ErrorsLine has trailing spaces.262

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/Pong.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.36
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.42
ErrorsLine contains a tab character.43
Errors'{' should be on the previous line.45
ErrorsLine has trailing spaces.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine has trailing spaces.50
ErrorsLine has trailing spaces.53
ErrorsLine contains a tab character.58
ErrorsLine has trailing spaces.59
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.60
ErrorsMissing a Javadoc comment.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.75
ErrorsParameter original should be final.80
ErrorsExpected @param tag for 'original'.80
ErrorsLine has trailing spaces.81
ErrorsLine has trailing spaces.84
ErrorsLine is longer than 80 characters.86
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine has trailing spaces.90
ErrorsLine has trailing spaces.92
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.93
ErrorsMissing a Javadoc comment.93
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.96
Errors'+' should be on a new line.96
ErrorsLine contains a tab character.97
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.98
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.101
ErrorsMissing a Javadoc comment.101
Errors'+' should be on a new line.102
ErrorsLine has trailing spaces.106
ErrorsLine has trailing spaces.107
ErrorsLine has trailing spaces.110

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/Reachable.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.45
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.55
ErrorsLine is longer than 80 characters.56
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.58
ErrorsLine has trailing spaces.59
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.64
ErrorsParameter Id should be final.67
Errors'Id' hides a field.67
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.67
ErrorsParameter Reachable should be final.67
Errors'Reachable' hides a field.67
ErrorsName 'Reachable' must match pattern '^[a-z][a-zA-Z0-9]*$'.67
ErrorsParameter From should be final.67
Errors'From' hides a field.67
ErrorsName 'From' must match pattern '^[a-z][a-zA-Z0-9]*$'.67
ErrorsLine has trailing spaces.68
ErrorsLine has trailing spaces.70
ErrorsLine has trailing spaces.72
ErrorsLine has trailing spaces.74
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine has trailing spaces.81
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.86
ErrorsLine is longer than 80 characters.87
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.91
ErrorsVariable 'Id' must be private and have accessor methods.91
ErrorsLine contains a tab character.92
ErrorsLine has trailing spaces.94
ErrorsLine has trailing spaces.96
ErrorsLine is longer than 80 characters.97
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsExpected an @return tag.100
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.100
ErrorsLine has trailing spaces.105
ErrorsLine has trailing spaces.107
ErrorsLine has trailing spaces.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsName 'Reachable' must match pattern '^[a-z][a-zA-Z0-9]*$'.113
ErrorsVariable 'Reachable' must be private and have accessor methods.113
ErrorsLine contains a tab character.114
ErrorsLine has trailing spaces.116
ErrorsLine has trailing spaces.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsExpected an @return tag.121
ErrorsMethod 'isReachable' is not designed for extension - needs to be abstract, final or empty.121
ErrorsLine has trailing spaces.126
ErrorsLine has trailing spaces.128
ErrorsLine has trailing spaces.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsName 'From' must match pattern '^[a-z][a-zA-Z0-9]*$'.134
ErrorsVariable 'From' must be private and have accessor methods.134
ErrorsLine contains a tab character.135
ErrorsLine has trailing spaces.137
ErrorsLine has trailing spaces.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsExpected an @return tag.142
ErrorsMethod 'getFrom' is not designed for extension - needs to be abstract, final or empty.142
ErrorsLine has trailing spaces.147
ErrorsLine has trailing spaces.149
ErrorsLine contains a tab character.154
ErrorsLine has trailing spaces.155
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.156
ErrorsMissing a Javadoc comment.156
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
ErrorsLine has trailing spaces.160
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.165
ErrorsLine has trailing spaces.166
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsLine has trailing spaces.171
ErrorsParameter original should be final.176
ErrorsExpected @param tag for 'original'.176
ErrorsLine has trailing spaces.177
Errors'=' is not preceded with whitespace.178
Errors'=' is not followed by whitespace.178
ErrorsLine has trailing spaces.179
Errors'=' is not preceded with whitespace.180
Errors'=' is not followed by whitespace.180
ErrorsLine has trailing spaces.181
Errors'=' is not preceded with whitespace.182
Errors'=' is not followed by whitespace.182
ErrorsLine has trailing spaces.183
ErrorsLine has trailing spaces.186
ErrorsLine is longer than 80 characters.188
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191
ErrorsLine has trailing spaces.192
ErrorsLine has trailing spaces.194
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.195
ErrorsMissing a Javadoc comment.195
ErrorsLine has trailing spaces.197
ErrorsLine contains a tab character.198
Errors'+' should be on a new line.198
ErrorsLine has trailing spaces.199
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
Errors'+' should be on a new line.200
ErrorsLine contains a tab character.201
Errors'+' should be on a new line.201
ErrorsLine has trailing spaces.202
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.203
Errors'+' should be on a new line.203
ErrorsLine is longer than 80 characters.204
ErrorsLine contains a tab character.204
Errors'+' should be on a new line.204
ErrorsLine has trailing spaces.205
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.206
Errors'+' should be on a new line.206
ErrorsLine contains a tab character.207
Errors'+' should be on a new line.207
ErrorsLine contains a tab character.208
ErrorsLine has trailing spaces.209
ErrorsLine contains a tab character.209
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.212
ErrorsMissing a Javadoc comment.212
Errors'+' should be on a new line.213
ErrorsLine has trailing spaces.214
Errors'+' should be on a new line.215
Errors'+' should be on a new line.216
Errors'+' should be on a new line.217
ErrorsLine has trailing spaces.218
Errors'+' should be on a new line.219
Errors'+' should be on a new line.220
Errors'+' should be on a new line.221
ErrorsLine has trailing spaces.222
Errors'+' should be on a new line.223
Errors'+' should be on a new line.224
Errors'+' should be on a new line.225
ErrorsLine has trailing spaces.229
ErrorsLine has trailing spaces.230
ErrorsLine has trailing spaces.233

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/RecordingEnded.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.46
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.53
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.63
ErrorsMissing a Javadoc comment.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.78
ErrorsParameter original should be final.83
ErrorsExpected @param tag for 'original'.83
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.87
ErrorsLine is longer than 80 characters.89
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine has trailing spaces.93
ErrorsLine has trailing spaces.95
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.96
ErrorsMissing a Javadoc comment.96
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.99
Errors'+' should be on a new line.99
ErrorsLine contains a tab character.100
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.104
ErrorsMissing a Javadoc comment.104
Errors'+' should be on a new line.105
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.110
ErrorsLine has trailing spaces.113

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/RecordingStarted.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.46
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.53
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.63
ErrorsMissing a Javadoc comment.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.78
ErrorsParameter original should be final.83
ErrorsExpected @param tag for 'original'.83
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.87
ErrorsLine is longer than 80 characters.89
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine has trailing spaces.93
ErrorsLine has trailing spaces.95
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.96
ErrorsMissing a Javadoc comment.96
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.99
Errors'+' should be on a new line.99
ErrorsLine contains a tab character.100
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.104
ErrorsMissing a Javadoc comment.104
Errors'+' should be on a new line.105
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.110
ErrorsLine has trailing spaces.113

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/Self.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.45
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.57
ErrorsLine is longer than 80 characters.57
ErrorsLine contains a tab character.58
ErrorsLine has trailing spaces.59
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine is longer than 80 characters.63
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.74
ErrorsLine is longer than 80 characters.75
ErrorsLine contains a tab character.75
ErrorsLine is longer than 80 characters.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine is longer than 80 characters.80
ErrorsLine contains a tab character.80
ErrorsComment matches to-do format 'TODO:'.81
ErrorsLine contains a tab character.81
ErrorsLine has trailing spaces.82
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.84
ErrorsLine is longer than 80 characters.85
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine has trailing spaces.87
ErrorsLine contains a tab character.87
ErrorsLine has trailing spaces.88
ErrorsLine is longer than 80 characters.89
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine has trailing spaces.91
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.92
ErrorsLine is longer than 80 characters.93
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.95
ErrorsLine has trailing spaces.96
ErrorsLine is longer than 80 characters.97
ErrorsLine contains a tab character.97
ErrorsLine is longer than 80 characters.99
ErrorsLine is longer than 80 characters.100
ErrorsLine has trailing spaces.102
ErrorsLine contains a tab character.102
ErrorsLine has trailing spaces.103
ErrorsLine is longer than 80 characters.104
ErrorsLine contains a tab character.104
ErrorsLine has trailing spaces.105
ErrorsLine contains a tab character.105
ErrorsLine has trailing spaces.106
ErrorsLine has trailing spaces.107
ErrorsLine contains a tab character.107
ErrorsLine has trailing spaces.108
ErrorsLine contains a tab character.108
ErrorsLine has trailing spaces.109
ErrorsLine contains a tab character.110
ErrorsLine has trailing spaces.111
ErrorsLine contains a tab character.111
ErrorsLine has trailing spaces.112
ErrorsLine contains a tab character.113
ErrorsLine has trailing spaces.114
ErrorsLine contains a tab character.114
ErrorsLine has trailing spaces.115
ErrorsLine contains a tab character.116
ErrorsLine has trailing spaces.117
ErrorsLine contains a tab character.117
ErrorsLine has trailing spaces.118
ErrorsLine contains a tab character.119
ErrorsLine has trailing spaces.120
ErrorsLine contains a tab character.120
ErrorsLine has trailing spaces.121
ErrorsLine is longer than 80 characters.122
ErrorsLine contains a tab character.122
ErrorsLine is longer than 80 characters.123
ErrorsLine contains a tab character.123
ErrorsLine has trailing spaces.124
ErrorsLine contains a tab character.124
ErrorsLine has trailing spaces.125
ErrorsLine contains a tab character.126
ErrorsLine has trailing spaces.127
ErrorsLine contains a tab character.127
ErrorsMore than 7 parameters.129
ErrorsLine is longer than 80 characters.130
ErrorsParameter Id should be final.130
Errors'Id' hides a field.130
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.130
ErrorsParameter Name should be final.130
Errors'Name' hides a field.130
ErrorsName 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'.130
ErrorsParameter Vehicle should be final.130
Errors'Vehicle' hides a field.130
ErrorsName 'Vehicle' must match pattern '^[a-z][a-zA-Z0-9]*$'.130
ErrorsParameter Location should be final.130
Errors'Location' hides a field.130
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.130
ErrorsParameter Velocity should be final.130
Errors'Velocity' hides a field.130
ErrorsName 'Velocity' must match pattern '^[a-z][a-zA-Z0-9]*$'.130
ErrorsParameter Rotation should be final.130
Errors'Rotation' hides a field.130
ErrorsName 'Rotation' must match pattern '^[a-z][a-zA-Z0-9]*$'.130
ErrorsParameter Team should be final.130
Errors'Team' hides a field.130
ErrorsName 'Team' must match pattern '^[a-z][a-zA-Z0-9]*$'.130
ErrorsParameter Weapon should be final.130
Errors'Weapon' hides a field.130
ErrorsName 'Weapon' must match pattern '^[a-z][a-zA-Z0-9]*$'.130
ErrorsParameter Shooting should be final.130
Errors'Shooting' hides a field.130
ErrorsName 'Shooting' must match pattern '^[a-z][a-zA-Z0-9]*$'.130
ErrorsParameter Health should be final.130
Errors'Health' hides a field.130
ErrorsName 'Health' must match pattern '^[a-z][a-zA-Z0-9]*$'.130
ErrorsParameter PrimaryAmmo should be final.130
Errors'PrimaryAmmo' hides a field.130
ErrorsName 'PrimaryAmmo' must match pattern '^[a-z][a-zA-Z0-9]*$'.130
ErrorsParameter SecondaryAmmo should be final.130
Errors'SecondaryAmmo' hides a field.130
ErrorsName 'SecondaryAmmo' must match pattern '^[a-z][a-zA-Z0-9]*$'.130
ErrorsParameter Armor should be final.130
Errors'Armor' hides a field.130
ErrorsName 'Armor' must match pattern '^[a-z][a-zA-Z0-9]*$'.130
ErrorsParameter SmallArmor should be final.130
Errors'SmallArmor' hides a field.130
ErrorsName 'SmallArmor' must match pattern '^[a-z][a-zA-Z0-9]*$'.130
ErrorsParameter AltFiring should be final.130
Errors'AltFiring' hides a field.130
ErrorsName 'AltFiring' must match pattern '^[a-z][a-zA-Z0-9]*$'.130
ErrorsParameter Crouched should be final.130
Errors'Crouched' hides a field.130
ErrorsName 'Crouched' must match pattern '^[a-z][a-zA-Z0-9]*$'.130
ErrorsParameter Walking should be final.130
Errors'Walking' hides a field.130
ErrorsName 'Walking' must match pattern '^[a-z][a-zA-Z0-9]*$'.130
ErrorsParameter FloorLocation should be final.130
Errors'FloorLocation' hides a field.130
ErrorsName 'FloorLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'.130
ErrorsParameter FloorNormal should be final.130
Errors'FloorNormal' hides a field.130
ErrorsName 'FloorNormal' must match pattern '^[a-z][a-zA-Z0-9]*$'.130
ErrorsParameter UDamageTime should be final.130
Errors'UDamageTime' hides a field.130
ErrorsName 'UDamageTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.130
ErrorsParameter Action should be final.130
Errors'Action' hides a field.130
ErrorsName 'Action' must match pattern '^[a-z][a-zA-Z0-9]*$'.130
ErrorsLine has trailing spaces.131
ErrorsLine has trailing spaces.133
ErrorsLine has trailing spaces.135
ErrorsLine has trailing spaces.137
ErrorsLine has trailing spaces.139
ErrorsLine has trailing spaces.141
ErrorsLine has trailing spaces.143
ErrorsLine has trailing spaces.145
ErrorsLine has trailing spaces.147
ErrorsLine has trailing spaces.149
ErrorsLine has trailing spaces.151
ErrorsLine has trailing spaces.153
ErrorsLine has trailing spaces.155
ErrorsLine has trailing spaces.157
ErrorsLine has trailing spaces.159
ErrorsLine has trailing spaces.161
ErrorsLine has trailing spaces.163
ErrorsLine has trailing spaces.165
ErrorsLine has trailing spaces.167
ErrorsLine has trailing spaces.169
ErrorsLine has trailing spaces.171
ErrorsLine has trailing spaces.173
ErrorsLine has trailing spaces.176
ErrorsLine contains a tab character.177
ErrorsLine contains a tab character.178
ErrorsLine is longer than 80 characters.179
ErrorsLine contains a tab character.179
ErrorsLine has trailing spaces.180
ErrorsLine has trailing spaces.183
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.187
ErrorsVariable 'Id' must be private and have accessor methods.187
ErrorsLine contains a tab character.188
ErrorsLine has trailing spaces.190
ErrorsExpected an @return tag.193
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.193
ErrorsLine has trailing spaces.198
ErrorsLine has trailing spaces.200
ErrorsName 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'.204
ErrorsVariable 'Name' must be private and have accessor methods.204
ErrorsLine contains a tab character.205
ErrorsLine has trailing spaces.207
ErrorsExpected an @return tag.210
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.210
ErrorsLine has trailing spaces.215
ErrorsLine has trailing spaces.217
ErrorsLine has trailing spaces.219
ErrorsLine is longer than 80 characters.219
ErrorsLine contains a tab character.220
ErrorsName 'Vehicle' must match pattern '^[a-z][a-zA-Z0-9]*$'.222
ErrorsVariable 'Vehicle' must be private and have accessor methods.222
ErrorsLine contains a tab character.223
ErrorsLine has trailing spaces.225
ErrorsLine has trailing spaces.227
ErrorsLine is longer than 80 characters.227
ErrorsLine contains a tab character.228
ErrorsExpected an @return tag.229
ErrorsMethod 'isVehicle' is not designed for extension - needs to be abstract, final or empty.229
ErrorsLine has trailing spaces.234
ErrorsLine has trailing spaces.236
ErrorsLine has trailing spaces.238
ErrorsLine contains a tab character.239
ErrorsLine contains a tab character.240
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.242
ErrorsVariable 'Location' must be private and have accessor methods.242
ErrorsLine contains a tab character.243
ErrorsLine has trailing spaces.245
ErrorsLine has trailing spaces.247
ErrorsLine contains a tab character.248
ErrorsLine contains a tab character.249
ErrorsExpected an @return tag.250
ErrorsMethod 'getLocation' is not designed for extension - needs to be abstract, final or empty.250
ErrorsLine has trailing spaces.255
ErrorsLine has trailing spaces.257
ErrorsLine has trailing spaces.259
ErrorsLine is longer than 80 characters.260
ErrorsLine contains a tab character.260
ErrorsLine contains a tab character.261
ErrorsLine contains a tab character.262
ErrorsName 'Velocity' must match pattern '^[a-z][a-zA-Z0-9]*$'.264
ErrorsVariable 'Velocity' must be private and have accessor methods.264
ErrorsLine contains a tab character.265
ErrorsLine has trailing spaces.267
ErrorsLine has trailing spaces.269
ErrorsLine is longer than 80 characters.270
ErrorsLine contains a tab character.270
ErrorsLine contains a tab character.271
ErrorsLine contains a tab character.272
ErrorsExpected an @return tag.273
ErrorsMethod 'getVelocity' is not designed for extension - needs to be abstract, final or empty.273
ErrorsLine has trailing spaces.278
ErrorsLine has trailing spaces.280
ErrorsLine has trailing spaces.282
ErrorsLine contains a tab character.283
ErrorsLine contains a tab character.284
ErrorsName 'Rotation' must match pattern '^[a-z][a-zA-Z0-9]*$'.286
ErrorsVariable 'Rotation' must be private and have accessor methods.286
ErrorsLine contains a tab character.287
ErrorsLine has trailing spaces.289
ErrorsLine has trailing spaces.291
ErrorsLine contains a tab character.292
ErrorsLine contains a tab character.293
ErrorsExpected an @return tag.294
ErrorsMethod 'getRotation' is not designed for extension - needs to be abstract, final or empty.294
ErrorsLine has trailing spaces.299
ErrorsLine has trailing spaces.301
ErrorsLine has trailing spaces.303
ErrorsLine contains a tab character.304
ErrorsLine contains a tab character.305
ErrorsLine contains a tab character.306
ErrorsName 'Team' must match pattern '^[a-z][a-zA-Z0-9]*$'.308
ErrorsVariable 'Team' must be private and have accessor methods.308
ErrorsLine contains a tab character.309
ErrorsLine has trailing spaces.311
ErrorsLine has trailing spaces.313
ErrorsLine contains a tab character.314
ErrorsLine contains a tab character.315
ErrorsLine contains a tab character.316
ErrorsExpected an @return tag.317
ErrorsMethod 'getTeam' is not designed for extension - needs to be abstract, final or empty.317
ErrorsLine has trailing spaces.322
ErrorsLine has trailing spaces.324
ErrorsLine has trailing spaces.326
ErrorsLine contains a tab character.327
ErrorsLine is longer than 80 characters.328
ErrorsLine contains a tab character.328
ErrorsLine is longer than 80 characters.329
ErrorsLine contains a tab character.329
ErrorsLine contains a tab character.330
ErrorsLine contains a tab character.331
ErrorsLine contains a tab character.332
ErrorsLine is longer than 80 characters.333
ErrorsLine contains a tab character.333
ErrorsComment matches to-do format 'TODO:'.334
ErrorsLine contains a tab character.334
ErrorsLine contains a tab character.335
ErrorsName 'Weapon' must match pattern '^[a-z][a-zA-Z0-9]*$'.337
ErrorsVariable 'Weapon' must be private and have accessor methods.337
ErrorsLine contains a tab character.338
ErrorsLine has trailing spaces.340
ErrorsLine has trailing spaces.342
ErrorsLine contains a tab character.343
ErrorsLine is longer than 80 characters.344
ErrorsLine contains a tab character.344
ErrorsLine is longer than 80 characters.345
ErrorsLine contains a tab character.345
ErrorsLine contains a tab character.346
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
ErrorsComment matches to-do format 'TODO:'.350
ErrorsLine contains a tab character.350
ErrorsLine contains a tab character.351
ErrorsExpected an @return tag.352
ErrorsMethod 'getWeapon' is not designed for extension - needs to be abstract, final or empty.352
ErrorsLine has trailing spaces.357
ErrorsLine has trailing spaces.359
ErrorsName 'Shooting' must match pattern '^[a-z][a-zA-Z0-9]*$'.363
ErrorsVariable 'Shooting' must be private and have accessor methods.363
ErrorsLine contains a tab character.364
ErrorsLine has trailing spaces.366
ErrorsExpected an @return tag.369
ErrorsMethod 'isShooting' is not designed for extension - needs to be abstract, final or empty.369
ErrorsLine has trailing spaces.374
ErrorsLine has trailing spaces.376
ErrorsLine has trailing spaces.378
ErrorsLine is longer than 80 characters.379
ErrorsLine contains a tab character.379
ErrorsLine contains a tab character.380
ErrorsLine contains a tab character.381
ErrorsName 'Health' must match pattern '^[a-z][a-zA-Z0-9]*$'.383
ErrorsVariable 'Health' must be private and have accessor methods.383
ErrorsLine contains a tab character.384
ErrorsLine has trailing spaces.386
ErrorsLine has trailing spaces.388
ErrorsLine is longer than 80 characters.389
ErrorsLine contains a tab character.389
ErrorsLine contains a tab character.390
ErrorsLine contains a tab character.391
ErrorsExpected an @return tag.392
ErrorsMethod 'getHealth' is not designed for extension - needs to be abstract, final or empty.392
ErrorsLine has trailing spaces.397
ErrorsLine has trailing spaces.399
ErrorsLine has trailing spaces.401
ErrorsLine is longer than 80 characters.402
ErrorsLine contains a tab character.402
ErrorsLine contains a tab character.403
ErrorsLine contains a tab character.404
ErrorsName 'PrimaryAmmo' must match pattern '^[a-z][a-zA-Z0-9]*$'.406
ErrorsVariable 'PrimaryAmmo' must be private and have accessor methods.406
ErrorsLine contains a tab character.407
ErrorsLine has trailing spaces.409
ErrorsLine has trailing spaces.411
ErrorsLine is longer than 80 characters.412
ErrorsLine contains a tab character.412
ErrorsLine contains a tab character.413
ErrorsLine contains a tab character.414
ErrorsExpected an @return tag.415
ErrorsMethod 'getPrimaryAmmo' is not designed for extension - needs to be abstract, final or empty.415
ErrorsLine has trailing spaces.420
ErrorsLine has trailing spaces.422
ErrorsLine has trailing spaces.424
ErrorsLine is longer than 80 characters.425
ErrorsLine contains a tab character.425
ErrorsLine contains a tab character.426
ErrorsLine contains a tab character.427
ErrorsName 'SecondaryAmmo' must match pattern '^[a-z][a-zA-Z0-9]*$'.429
ErrorsVariable 'SecondaryAmmo' must be private and have accessor methods.429
ErrorsLine contains a tab character.430
ErrorsLine has trailing spaces.432
ErrorsLine has trailing spaces.434
ErrorsLine is longer than 80 characters.435
ErrorsLine contains a tab character.435
ErrorsLine contains a tab character.436
ErrorsLine contains a tab character.437
ErrorsExpected an @return tag.438
ErrorsMethod 'getSecondaryAmmo' is not designed for extension - needs to be abstract, final or empty.438
ErrorsLine has trailing spaces.443
ErrorsLine has trailing spaces.445
ErrorsLine has trailing spaces.447
ErrorsLine is longer than 80 characters.448
ErrorsLine contains a tab character.448
ErrorsLine is longer than 80 characters.450
ErrorsLine is longer than 80 characters.451
ErrorsLine contains a tab character.453
ErrorsName 'Armor' must match pattern '^[a-z][a-zA-Z0-9]*$'.455
ErrorsVariable 'Armor' must be private and have accessor methods.455
ErrorsLine contains a tab character.456
ErrorsLine has trailing spaces.458
ErrorsLine has trailing spaces.460
ErrorsLine is longer than 80 characters.461
ErrorsLine contains a tab character.461
ErrorsLine is longer than 80 characters.463
ErrorsLine is longer than 80 characters.464
ErrorsLine contains a tab character.466
ErrorsExpected an @return tag.467
ErrorsMethod 'getArmor' is not designed for extension - needs to be abstract, final or empty.467
ErrorsLine has trailing spaces.472
ErrorsLine has trailing spaces.474
ErrorsLine has trailing spaces.476
ErrorsLine is longer than 80 characters.477
ErrorsLine contains a tab character.477
ErrorsLine contains a tab character.478
ErrorsName 'SmallArmor' must match pattern '^[a-z][a-zA-Z0-9]*$'.480
ErrorsVariable 'SmallArmor' must be private and have accessor methods.480
ErrorsLine contains a tab character.481
ErrorsLine has trailing spaces.483
ErrorsLine has trailing spaces.485
ErrorsLine is longer than 80 characters.486
ErrorsLine contains a tab character.486
ErrorsLine contains a tab character.487
ErrorsExpected an @return tag.488
ErrorsMethod 'getSmallArmor' is not designed for extension - needs to be abstract, final or empty.488
ErrorsLine has trailing spaces.493
ErrorsLine has trailing spaces.495
ErrorsLine has trailing spaces.497
ErrorsLine has trailing spaces.498
ErrorsLine contains a tab character.498
ErrorsLine contains a tab character.499
ErrorsName 'AltFiring' must match pattern '^[a-z][a-zA-Z0-9]*$'.501
ErrorsVariable 'AltFiring' must be private and have accessor methods.501
ErrorsLine contains a tab character.502
ErrorsLine has trailing spaces.504
ErrorsLine has trailing spaces.506
ErrorsLine has trailing spaces.507
ErrorsLine contains a tab character.507
ErrorsLine contains a tab character.508
ErrorsExpected an @return tag.509
ErrorsMethod 'isAltFiring' is not designed for extension - needs to be abstract, final or empty.509
ErrorsLine has trailing spaces.514
ErrorsLine has trailing spaces.516
ErrorsLine has trailing spaces.518
ErrorsLine contains a tab character.519
ErrorsLine contains a tab character.520
ErrorsName 'Crouched' must match pattern '^[a-z][a-zA-Z0-9]*$'.522
ErrorsVariable 'Crouched' must be private and have accessor methods.522
ErrorsLine contains a tab character.523
ErrorsLine has trailing spaces.525
ErrorsLine has trailing spaces.527
ErrorsLine contains a tab character.528
ErrorsLine contains a tab character.529
ErrorsExpected an @return tag.530
ErrorsMethod 'isCrouched' is not designed for extension - needs to be abstract, final or empty.530
ErrorsLine has trailing spaces.535
ErrorsLine has trailing spaces.537
ErrorsLine has trailing spaces.539
ErrorsLine contains a tab character.540
ErrorsLine contains a tab character.541
ErrorsName 'Walking' must match pattern '^[a-z][a-zA-Z0-9]*$'.543
ErrorsVariable 'Walking' must be private and have accessor methods.543
ErrorsLine contains a tab character.544
ErrorsLine has trailing spaces.546
ErrorsLine has trailing spaces.548
ErrorsLine contains a tab character.549
ErrorsLine contains a tab character.550
ErrorsExpected an @return tag.551
ErrorsMethod 'isWalking' is not designed for extension - needs to be abstract, final or empty.551
ErrorsLine has trailing spaces.556
ErrorsLine has trailing spaces.558
ErrorsLine has trailing spaces.560
ErrorsLine contains a tab character.561
ErrorsLine contains a tab character.562
ErrorsName 'FloorLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'.564
ErrorsVariable 'FloorLocation' must be private and have accessor methods.564
ErrorsLine contains a tab character.565
ErrorsLine has trailing spaces.567
ErrorsLine has trailing spaces.569
ErrorsLine contains a tab character.570
ErrorsLine contains a tab character.571
ErrorsExpected an @return tag.572
ErrorsMethod 'getFloorLocation' is not designed for extension - needs to be abstract, final or empty.572
ErrorsLine has trailing spaces.577
ErrorsLine has trailing spaces.579
ErrorsLine has trailing spaces.581
ErrorsLine contains a tab character.582
ErrorsLine contains a tab character.583
ErrorsName 'FloorNormal' must match pattern '^[a-z][a-zA-Z0-9]*$'.585
ErrorsVariable 'FloorNormal' must be private and have accessor methods.585
ErrorsLine contains a tab character.586
ErrorsLine has trailing spaces.588
ErrorsLine has trailing spaces.590
ErrorsLine contains a tab character.591
ErrorsLine contains a tab character.592
ErrorsExpected an @return tag.593
ErrorsMethod 'getFloorNormal' is not designed for extension - needs to be abstract, final or empty.593
ErrorsLine has trailing spaces.598
ErrorsLine has trailing spaces.600
ErrorsLine has trailing spaces.602
ErrorsLine is longer than 80 characters.603
ErrorsLine contains a tab character.603
ErrorsLine is longer than 80 characters.604
ErrorsLine contains a tab character.604
ErrorsLine contains a tab character.605
ErrorsName 'UDamageTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.607
ErrorsVariable 'UDamageTime' must be private and have accessor methods.607
ErrorsLine contains a tab character.608
ErrorsLine has trailing spaces.610
ErrorsLine has trailing spaces.612
ErrorsLine is longer than 80 characters.613
ErrorsLine contains a tab character.613
ErrorsLine is longer than 80 characters.614
ErrorsLine contains a tab character.614
ErrorsLine contains a tab character.615
ErrorsExpected an @return tag.616
ErrorsMethod 'getUDamageTime' is not designed for extension - needs to be abstract, final or empty.616
ErrorsLine has trailing spaces.621
ErrorsLine has trailing spaces.623
ErrorsLine has trailing spaces.625
ErrorsLine contains a tab character.626
ErrorsLine contains a tab character.627
ErrorsName 'Action' must match pattern '^[a-z][a-zA-Z0-9]*$'.629
ErrorsVariable 'Action' must be private and have accessor methods.629
ErrorsLine contains a tab character.630
ErrorsLine has trailing spaces.632
ErrorsLine has trailing spaces.634
ErrorsLine contains a tab character.635
ErrorsLine contains a tab character.636
ErrorsExpected an @return tag.637
ErrorsMethod 'getAction' is not designed for extension - needs to be abstract, final or empty.637
ErrorsLine has trailing spaces.642
ErrorsLine has trailing spaces.644
ErrorsLine contains a tab character.649
ErrorsLine has trailing spaces.650
ErrorsLine contains a tab character.650
ErrorsLine is longer than 80 characters.651
ErrorsLine contains a tab character.651
ErrorsMissing a Javadoc comment.651
ErrorsName 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'.651
ErrorsVariable 'Time' must be private and have accessor methods.651
ErrorsLine is longer than 80 characters.653
ErrorsLine contains a tab character.653
ErrorsMethod 'getTime' is not designed for extension - needs to be abstract, final or empty.653
ErrorsMissing a Javadoc comment.653
ErrorsLine contains a tab character.654
ErrorsLine contains a tab character.655
ErrorsLine is longer than 80 characters.657
ErrorsLine contains a tab character.657
ErrorsMethod 'setTime' is not designed for extension - needs to be abstract, final or empty.657
ErrorsMissing a Javadoc comment.657
ErrorsParameter time should be final.657
ErrorsLine is longer than 80 characters.658
ErrorsLine contains a tab character.658
ErrorsLine contains a tab character.659
ErrorsLine is longer than 80 characters.661
ErrorsLine contains a tab character.661
ErrorsMethod 'getLastSeenTime' is not designed for extension - needs to be abstract, final or empty.661
ErrorsMissing a Javadoc comment.661
ErrorsLine contains a tab character.662
ErrorsLine contains a tab character.663
ErrorsLine has trailing spaces.664
ErrorsLine contains a tab character.664
ErrorsLine has trailing spaces.665
ErrorsLine contains a tab character.665
ErrorsLine contains a tab character.666
ErrorsMethod 'getLocal' is not designed for extension - needs to be abstract, final or empty.666
ErrorsMissing a Javadoc comment.666
ErrorsLine contains a tab character.667
ErrorsLine contains a tab character.668
ErrorsLine has trailing spaces.669
ErrorsLine contains a tab character.669
ErrorsLine contains a tab character.670
ErrorsMethod 'getShared' is not designed for extension - needs to be abstract, final or empty.670
ErrorsMissing a Javadoc comment.670
ErrorsLine contains a tab character.671
ErrorsLine contains a tab character.672
ErrorsLine has trailing spaces.673
ErrorsLine contains a tab character.673
ErrorsLine contains a tab character.674
ErrorsMethod 'getStatic' is not designed for extension - needs to be abstract, final or empty.674
ErrorsMissing a Javadoc comment.674
ErrorsLine contains a tab character.675
ErrorsLine contains a tab character.676
ErrorsLine has trailing spaces.677
ErrorsLine contains a tab character.677
ErrorsLine contains a tab character.678
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.678
ErrorsLine contains a tab character.679
ErrorsLine contains a tab character.680
Errors'cast' is not followed by whitespace.680
ErrorsLine contains a tab character.681
ErrorsLine contains a tab character.683
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.683
ErrorsMissing a Javadoc comment.683
ErrorsParameter obj should be final.683
Errors'if' construct must use '{}'s.684
ErrorsLine contains a tab character.684
ErrorsLine contains a tab character.685
Errors'cast' is not followed by whitespace.685
Errors'if' construct must use '{}'s.686
ErrorsLine is longer than 80 characters.686
ErrorsLine contains a tab character.686
Errors'else' construct must use '{}'s.687
ErrorsLine contains a tab character.687
ErrorsLine contains a tab character.688
ErrorsLine contains a tab character.690
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.690
ErrorsMissing a Javadoc comment.690
Errors'if' construct must use '{}'s.691
ErrorsLine contains a tab character.691
ErrorsLine contains a tab character.692
ErrorsLine contains a tab character.693
ErrorsLine has trailing spaces.695
ErrorsLine contains a tab character.695
ErrorsLine contains a tab character.698
ErrorsLine contains a tab character.700
ErrorsLine has trailing spaces.701
ErrorsLine contains a tab character.701
ErrorsLine contains a tab character.702
ErrorsLine has trailing spaces.706
ErrorsParameter original should be final.711
ErrorsExpected @param tag for 'original'.711
ErrorsLine has trailing spaces.712
Errors'=' is not preceded with whitespace.713
Errors'=' is not followed by whitespace.713
ErrorsLine has trailing spaces.714
Errors'=' is not preceded with whitespace.715
Errors'=' is not followed by whitespace.715
ErrorsLine has trailing spaces.716
Errors'=' is not preceded with whitespace.717
Errors'=' is not followed by whitespace.717
ErrorsLine has trailing spaces.718
Errors'=' is not preceded with whitespace.719
Errors'=' is not followed by whitespace.719
ErrorsLine has trailing spaces.720
Errors'=' is not preceded with whitespace.721
Errors'=' is not followed by whitespace.721
ErrorsLine has trailing spaces.722
Errors'=' is not preceded with whitespace.723
Errors'=' is not followed by whitespace.723
ErrorsLine has trailing spaces.724
Errors'=' is not preceded with whitespace.725
Errors'=' is not followed by whitespace.725
ErrorsLine has trailing spaces.726
Errors'=' is not preceded with whitespace.727
Errors'=' is not followed by whitespace.727
ErrorsLine has trailing spaces.728
Errors'=' is not preceded with whitespace.729
Errors'=' is not followed by whitespace.729
ErrorsLine has trailing spaces.730
Errors'=' is not preceded with whitespace.731
Errors'=' is not followed by whitespace.731
ErrorsLine has trailing spaces.732
Errors'=' is not preceded with whitespace.733
Errors'=' is not followed by whitespace.733
ErrorsLine has trailing spaces.734
Errors'=' is not preceded with whitespace.735
Errors'=' is not followed by whitespace.735
ErrorsLine has trailing spaces.736
Errors'=' is not preceded with whitespace.737
Errors'=' is not followed by whitespace.737
ErrorsLine has trailing spaces.738
Errors'=' is not preceded with whitespace.739
Errors'=' is not followed by whitespace.739
ErrorsLine has trailing spaces.740
Errors'=' is not preceded with whitespace.741
Errors'=' is not followed by whitespace.741
ErrorsLine has trailing spaces.742
Errors'=' is not preceded with whitespace.743
Errors'=' is not followed by whitespace.743
ErrorsLine has trailing spaces.744
Errors'=' is not preceded with whitespace.745
Errors'=' is not followed by whitespace.745
ErrorsLine has trailing spaces.746
Errors'=' is not preceded with whitespace.747
Errors'=' is not followed by whitespace.747
ErrorsLine has trailing spaces.748
Errors'=' is not preceded with whitespace.749
Errors'=' is not followed by whitespace.749
ErrorsLine has trailing spaces.750
Errors'=' is not preceded with whitespace.751
Errors'=' is not followed by whitespace.751
ErrorsLine has trailing spaces.752
Errors'=' is not preceded with whitespace.753
Errors'=' is not followed by whitespace.753
ErrorsLine has trailing spaces.754
ErrorsLine has trailing spaces.757
ErrorsLine is longer than 80 characters.759
ErrorsLine contains a tab character.761
ErrorsLine contains a tab character.762
ErrorsLine has trailing spaces.763
ErrorsLine contains a tab character.765
ErrorsLine is longer than 80 characters.766
ErrorsLine contains a tab character.766
ErrorsLine contains a tab character.767
ErrorsLine contains a tab character.768
ErrorsLine contains a tab character.770
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.770
ErrorsMissing a Javadoc comment.770
ErrorsParameter obj should be final.770
ErrorsLine contains a tab character.771
Errors'if' is not followed by whitespace.771
ErrorsLine contains a tab character.772
ErrorsLine is longer than 80 characters.773
ErrorsLine contains a tab character.773
ErrorsLine contains a tab character.774
ErrorsLine contains a tab character.775
ErrorsLine contains a tab character.776
ErrorsLine contains a tab character.777
Errors'cast' is not followed by whitespace.777
ErrorsLine contains a tab character.779
ErrorsLine has trailing spaces.781
ErrorsLine contains a tab character.781
ErrorsLine is longer than 80 characters.782
ErrorsLine contains a tab character.782
ErrorsLine contains a tab character.783
Errors'=' is not preceded with whitespace.783
Errors'=' is not followed by whitespace.783
ErrorsLine contains a tab character.784
ErrorsLine contains a tab character.785
ErrorsLine has trailing spaces.786
ErrorsLine contains a tab character.786
ErrorsLine is longer than 80 characters.787
ErrorsLine contains a tab character.787
ErrorsLine contains a tab character.788
Errors'=' is not preceded with whitespace.788
Errors'=' is not followed by whitespace.788
ErrorsLine contains a tab character.789
ErrorsLine contains a tab character.790
ErrorsLine has trailing spaces.791
ErrorsLine contains a tab character.791
ErrorsLine is longer than 80 characters.793
ErrorsLine contains a tab character.793
Errors'=' is not preceded with whitespace.793
Errors'=' is not followed by whitespace.793
ErrorsLine contains a tab character.794
ErrorsLine contains a tab character.795
ErrorsLine has trailing spaces.796
ErrorsLine is longer than 80 characters.798
ErrorsLine contains a tab character.798
Errors'=' is not preceded with whitespace.798
Errors'=' is not followed by whitespace.798
ErrorsLine contains a tab character.799
ErrorsLine contains a tab character.800
ErrorsLine has trailing spaces.801
ErrorsLine is longer than 80 characters.803
ErrorsLine contains a tab character.803
Errors'=' is not preceded with whitespace.803
Errors'=' is not followed by whitespace.803
ErrorsLine contains a tab character.804
ErrorsLine contains a tab character.805
ErrorsLine has trailing spaces.806
ErrorsLine contains a tab character.807
ErrorsLine contains a tab character.808
Errors'=' is not preceded with whitespace.808
Errors'=' is not followed by whitespace.808
ErrorsLine contains a tab character.809
ErrorsLine contains a tab character.810
ErrorsLine has trailing spaces.811
ErrorsLine contains a tab character.811
ErrorsLine is longer than 80 characters.812
ErrorsLine contains a tab character.812
ErrorsLine contains a tab character.813
Errors'=' is not preceded with whitespace.813
Errors'=' is not followed by whitespace.813
ErrorsLine contains a tab character.814
ErrorsLine contains a tab character.815
ErrorsLine has trailing spaces.816
ErrorsLine contains a tab character.816
ErrorsLine is longer than 80 characters.817
ErrorsLine contains a tab character.817
ErrorsLine contains a tab character.818
Errors'=' is not preceded with whitespace.818
Errors'=' is not followed by whitespace.818
ErrorsLine contains a tab character.819
ErrorsLine contains a tab character.820
ErrorsLine has trailing spaces.821
ErrorsLine contains a tab character.821
ErrorsLine is longer than 80 characters.822
ErrorsLine contains a tab character.822
ErrorsLine contains a tab character.823
Errors'=' is not preceded with whitespace.823
Errors'=' is not followed by whitespace.823
ErrorsLine contains a tab character.824
ErrorsLine contains a tab character.825
ErrorsLine has trailing spaces.826
ErrorsLine contains a tab character.826
ErrorsLine is longer than 80 characters.827
ErrorsLine contains a tab character.827
ErrorsLine is longer than 80 characters.828
ErrorsLine contains a tab character.828
Errors'=' is not preceded with whitespace.828
Errors'=' is not followed by whitespace.828
ErrorsLine contains a tab character.829
ErrorsLine contains a tab character.830
ErrorsLine has trailing spaces.831
ErrorsLine contains a tab character.831
ErrorsLine is longer than 80 characters.832
ErrorsLine contains a tab character.832
ErrorsLine is longer than 80 characters.833
ErrorsLine contains a tab character.833
Errors'=' is not preceded with whitespace.833
Errors'=' is not followed by whitespace.833
ErrorsLine contains a tab character.834
ErrorsLine contains a tab character.835
ErrorsLine has trailing spaces.836
ErrorsLine contains a tab character.836
ErrorsLine contains a tab character.837
ErrorsLine contains a tab character.838
Errors'=' is not preceded with whitespace.838
Errors'=' is not followed by whitespace.838
ErrorsLine contains a tab character.839
ErrorsLine contains a tab character.840
ErrorsLine has trailing spaces.841
ErrorsLine contains a tab character.841
ErrorsLine is longer than 80 characters.842
ErrorsLine contains a tab character.842
ErrorsLine is longer than 80 characters.843
ErrorsLine contains a tab character.843
Errors'=' is not preceded with whitespace.843
Errors'=' is not followed by whitespace.843
ErrorsLine contains a tab character.844
ErrorsLine contains a tab character.845
ErrorsLine has trailing spaces.846
ErrorsLine contains a tab character.846
ErrorsLine is longer than 80 characters.847
ErrorsLine contains a tab character.847
ErrorsLine is longer than 80 characters.848
ErrorsLine contains a tab character.848
Errors'=' is not preceded with whitespace.848
Errors'=' is not followed by whitespace.848
ErrorsLine contains a tab character.849
ErrorsLine contains a tab character.850
ErrorsLine has trailing spaces.851
ErrorsLine contains a tab character.851
ErrorsLine is longer than 80 characters.852
ErrorsLine contains a tab character.852
ErrorsLine contains a tab character.853
Errors'=' is not preceded with whitespace.853
Errors'=' is not followed by whitespace.853
ErrorsLine contains a tab character.854
ErrorsLine contains a tab character.855
ErrorsLine has trailing spaces.856
ErrorsLine contains a tab character.856
ErrorsLine is longer than 80 characters.857
ErrorsLine contains a tab character.857
ErrorsLine contains a tab character.858
Errors'=' is not preceded with whitespace.858
Errors'=' is not followed by whitespace.858
ErrorsLine contains a tab character.859
ErrorsLine contains a tab character.860
ErrorsLine has trailing spaces.861
ErrorsLine contains a tab character.861
ErrorsLine is longer than 80 characters.862
ErrorsLine is longer than 80 characters.863
ErrorsLine contains a tab character.863
Errors'=' is not preceded with whitespace.863
Errors'=' is not followed by whitespace.863
ErrorsLine contains a tab character.864
ErrorsLine contains a tab character.865
ErrorsLine has trailing spaces.866
ErrorsLine is longer than 80 characters.867
ErrorsLine is longer than 80 characters.868
ErrorsLine contains a tab character.868
Errors'=' is not preceded with whitespace.868
Errors'=' is not followed by whitespace.868
ErrorsLine contains a tab character.869
ErrorsLine contains a tab character.870
ErrorsLine has trailing spaces.871
ErrorsLine is longer than 80 characters.872
ErrorsLine contains a tab character.872
ErrorsLine is longer than 80 characters.873
ErrorsLine contains a tab character.873
Errors'=' is not preceded with whitespace.873
Errors'=' is not followed by whitespace.873
ErrorsLine contains a tab character.874
ErrorsLine contains a tab character.875
ErrorsLine has trailing spaces.876
ErrorsLine contains a tab character.876
ErrorsLine is longer than 80 characters.877
ErrorsLine contains a tab character.877
ErrorsLine contains a tab character.878
Errors'=' is not preceded with whitespace.878
Errors'=' is not followed by whitespace.878
ErrorsLine contains a tab character.879
ErrorsLine contains a tab character.880
ErrorsLine has trailing spaces.881
ErrorsLine contains a tab character.881
ErrorsLine contains a tab character.882
ErrorsLine has trailing spaces.883
ErrorsLine contains a tab character.883
ErrorsLine contains a tab character.885
ErrorsLine is longer than 80 characters.886
ErrorsLine contains a tab character.886
ErrorsLine contains a tab character.887
ErrorsLine is longer than 80 characters.888
ErrorsLine contains a tab character.888
ErrorsLine contains a tab character.889
ErrorsLine contains a tab character.890
ErrorsLine contains a tab character.892
ErrorsLine is longer than 80 characters.893
ErrorsLine contains a tab character.893
ErrorsLine is longer than 80 characters.894
ErrorsLine contains a tab character.894
ErrorsLine contains a tab character.895
ErrorsExpected an @return tag.896
ErrorsLine contains a tab character.896
ErrorsMethod 'getObject' is not designed for extension - needs to be abstract, final or empty.896
Errors'if' construct must use '{}'s.897
ErrorsLine contains a tab character.897
ErrorsLine contains a tab character.898
ErrorsLine contains a tab character.899
ErrorsLine has trailing spaces.900
ErrorsLine contains a tab character.900
ErrorsLine has trailing spaces.902
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.903
ErrorsMissing a Javadoc comment.903
ErrorsLine has trailing spaces.905
ErrorsLine contains a tab character.906
Errors'+' should be on a new line.906
ErrorsLine has trailing spaces.907
ErrorsLine contains a tab character.907
ErrorsLine contains a tab character.908
Errors'+' should be on a new line.908
ErrorsLine contains a tab character.909
Errors'+' should be on a new line.909
ErrorsLine has trailing spaces.910
ErrorsLine contains a tab character.910
ErrorsLine contains a tab character.911
Errors'+' should be on a new line.911
ErrorsLine contains a tab character.912
Errors'+' should be on a new line.912
ErrorsLine has trailing spaces.913
ErrorsLine contains a tab character.913
ErrorsLine contains a tab character.914
Errors'+' should be on a new line.914
ErrorsLine contains a tab character.915
Errors'+' should be on a new line.915
ErrorsLine has trailing spaces.916
ErrorsLine contains a tab character.916
ErrorsLine contains a tab character.917
Errors'+' should be on a new line.917
ErrorsLine is longer than 80 characters.918
ErrorsLine contains a tab character.918
Errors'+' should be on a new line.918
ErrorsLine has trailing spaces.919
ErrorsLine contains a tab character.919
ErrorsLine contains a tab character.920
Errors'+' should be on a new line.920
ErrorsLine is longer than 80 characters.921
ErrorsLine contains a tab character.921
Errors'+' should be on a new line.921
ErrorsLine has trailing spaces.922
ErrorsLine contains a tab character.922
ErrorsLine contains a tab character.923
Errors'+' should be on a new line.923
ErrorsLine is longer than 80 characters.924
ErrorsLine contains a tab character.924
Errors'+' should be on a new line.924
ErrorsLine has trailing spaces.925
ErrorsLine contains a tab character.925
ErrorsLine contains a tab character.926
Errors'+' should be on a new line.926
ErrorsLine contains a tab character.927
Errors'+' should be on a new line.927
ErrorsLine has trailing spaces.928
ErrorsLine contains a tab character.928
ErrorsLine contains a tab character.929
Errors'+' should be on a new line.929
ErrorsLine contains a tab character.930
Errors'+' should be on a new line.930
ErrorsLine has trailing spaces.931
ErrorsLine contains a tab character.931
ErrorsLine contains a tab character.932
Errors'+' should be on a new line.932
ErrorsLine is longer than 80 characters.933
ErrorsLine contains a tab character.933
Errors'+' should be on a new line.933
ErrorsLine has trailing spaces.934
ErrorsLine contains a tab character.934
ErrorsLine contains a tab character.935
Errors'+' should be on a new line.935
ErrorsLine contains a tab character.936
Errors'+' should be on a new line.936
ErrorsLine has trailing spaces.937
ErrorsLine contains a tab character.937
ErrorsLine contains a tab character.938
Errors'+' should be on a new line.938
ErrorsLine is longer than 80 characters.939
ErrorsLine contains a tab character.939
Errors'+' should be on a new line.939
ErrorsLine has trailing spaces.940
ErrorsLine contains a tab character.940
ErrorsLine contains a tab character.941
Errors'+' should be on a new line.941
ErrorsLine is longer than 80 characters.942
ErrorsLine contains a tab character.942
Errors'+' should be on a new line.942
ErrorsLine has trailing spaces.943
ErrorsLine contains a tab character.943
ErrorsLine contains a tab character.944
Errors'+' should be on a new line.944
ErrorsLine contains a tab character.945
Errors'+' should be on a new line.945
ErrorsLine has trailing spaces.946
ErrorsLine contains a tab character.946
ErrorsLine contains a tab character.947
Errors'+' should be on a new line.947
ErrorsLine is longer than 80 characters.948
ErrorsLine contains a tab character.948
Errors'+' should be on a new line.948
ErrorsLine has trailing spaces.949
ErrorsLine contains a tab character.949
ErrorsLine contains a tab character.950
Errors'+' should be on a new line.950
ErrorsLine is longer than 80 characters.951
ErrorsLine contains a tab character.951
Errors'+' should be on a new line.951
ErrorsLine has trailing spaces.952
ErrorsLine contains a tab character.952
ErrorsLine contains a tab character.953
Errors'+' should be on a new line.953
ErrorsLine is longer than 80 characters.954
ErrorsLine contains a tab character.954
Errors'+' should be on a new line.954
ErrorsLine has trailing spaces.955
ErrorsLine contains a tab character.955
ErrorsLine contains a tab character.956
Errors'+' should be on a new line.956
ErrorsLine contains a tab character.957
Errors'+' should be on a new line.957
ErrorsLine has trailing spaces.958
ErrorsLine contains a tab character.958
ErrorsLine contains a tab character.959
Errors'+' should be on a new line.959
ErrorsLine is longer than 80 characters.960
ErrorsLine contains a tab character.960
Errors'+' should be on a new line.960
ErrorsLine has trailing spaces.961
ErrorsLine contains a tab character.961
ErrorsLine contains a tab character.962
Errors'+' should be on a new line.962
ErrorsLine is longer than 80 characters.963
ErrorsLine contains a tab character.963
Errors'+' should be on a new line.963
ErrorsLine has trailing spaces.964
ErrorsLine contains a tab character.964
ErrorsLine contains a tab character.965
Errors'+' should be on a new line.965
ErrorsLine is longer than 80 characters.966
ErrorsLine contains a tab character.966
Errors'+' should be on a new line.966
ErrorsLine has trailing spaces.967
ErrorsLine contains a tab character.967
ErrorsLine contains a tab character.968
Errors'+' should be on a new line.968
ErrorsLine contains a tab character.969
Errors'+' should be on a new line.969
ErrorsLine contains a tab character.970
ErrorsLine has trailing spaces.971
ErrorsLine contains a tab character.971
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.974
ErrorsMissing a Javadoc comment.974
Errors'+' should be on a new line.975
ErrorsLine has trailing spaces.976
Errors'+' should be on a new line.977
Errors'+' should be on a new line.978
Errors'+' should be on a new line.979
ErrorsLine has trailing spaces.980
Errors'+' should be on a new line.981
Errors'+' should be on a new line.982
Errors'+' should be on a new line.983
ErrorsLine has trailing spaces.984
Errors'+' should be on a new line.985
Errors'+' should be on a new line.986
Errors'+' should be on a new line.987
ErrorsLine has trailing spaces.988
Errors'+' should be on a new line.989
Errors'+' should be on a new line.990
Errors'+' should be on a new line.991
ErrorsLine has trailing spaces.992
Errors'+' should be on a new line.993
Errors'+' should be on a new line.994
Errors'+' should be on a new line.995
ErrorsLine has trailing spaces.996
Errors'+' should be on a new line.997
Errors'+' should be on a new line.998
Errors'+' should be on a new line.999
ErrorsLine has trailing spaces.1000
Errors'+' should be on a new line.1001
Errors'+' should be on a new line.1002
Errors'+' should be on a new line.1003
ErrorsLine has trailing spaces.1004
Errors'+' should be on a new line.1005
Errors'+' should be on a new line.1006
Errors'+' should be on a new line.1007
ErrorsLine has trailing spaces.1008
Errors'+' should be on a new line.1009
Errors'+' should be on a new line.1010
Errors'+' should be on a new line.1011
ErrorsLine has trailing spaces.1012
Errors'+' should be on a new line.1013
Errors'+' should be on a new line.1014
Errors'+' should be on a new line.1015
ErrorsLine has trailing spaces.1016
Errors'+' should be on a new line.1017
Errors'+' should be on a new line.1018
Errors'+' should be on a new line.1019
ErrorsLine has trailing spaces.1020
Errors'+' should be on a new line.1021
Errors'+' should be on a new line.1022
Errors'+' should be on a new line.1023
ErrorsLine has trailing spaces.1024
Errors'+' should be on a new line.1025
Errors'+' should be on a new line.1026
Errors'+' should be on a new line.1027
ErrorsLine has trailing spaces.1028
Errors'+' should be on a new line.1029
Errors'+' should be on a new line.1030
Errors'+' should be on a new line.1031
ErrorsLine has trailing spaces.1032
Errors'+' should be on a new line.1033
Errors'+' should be on a new line.1034
Errors'+' should be on a new line.1035
ErrorsLine has trailing spaces.1036
Errors'+' should be on a new line.1037
Errors'+' should be on a new line.1038
Errors'+' should be on a new line.1039
ErrorsLine has trailing spaces.1040
Errors'+' should be on a new line.1041
Errors'+' should be on a new line.1042
Errors'+' should be on a new line.1043
ErrorsLine has trailing spaces.1044
Errors'+' should be on a new line.1045
Errors'+' should be on a new line.1046
Errors'+' should be on a new line.1047
ErrorsLine has trailing spaces.1048
Errors'+' should be on a new line.1049
Errors'+' should be on a new line.1050
Errors'+' should be on a new line.1051
ErrorsLine has trailing spaces.1052
Errors'+' should be on a new line.1053
Errors'+' should be on a new line.1054
Errors'+' should be on a new line.1055
ErrorsLine has trailing spaces.1056
Errors'+' should be on a new line.1057
Errors'+' should be on a new line.1058
Errors'+' should be on a new line.1059
ErrorsLine has trailing spaces.1063
ErrorsLine has trailing spaces.1064
ErrorsLine has trailing spaces.1067

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/ShootingStarted.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.45
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.51
ErrorsLine is longer than 80 characters.52
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.56
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.57
ErrorsParameter Alt should be final.60
Errors'Alt' hides a field.60
ErrorsName 'Alt' must match pattern '^[a-z][a-zA-Z0-9]*$'.60
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.63
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine has trailing spaces.73
ErrorsLine has trailing spaces.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsName 'Alt' must match pattern '^[a-z][a-zA-Z0-9]*$'.79
ErrorsVariable 'Alt' must be private and have accessor methods.79
ErrorsLine contains a tab character.80
ErrorsLine has trailing spaces.82
ErrorsLine has trailing spaces.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsExpected an @return tag.87
ErrorsMethod 'isAlt' is not designed for extension - needs to be abstract, final or empty.87
ErrorsLine has trailing spaces.92
ErrorsLine has trailing spaces.94
ErrorsLine contains a tab character.99
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.101
ErrorsMissing a Javadoc comment.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine has trailing spaces.105
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.110
ErrorsLine has trailing spaces.111
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsLine has trailing spaces.116
ErrorsParameter original should be final.121
ErrorsExpected @param tag for 'original'.121
ErrorsLine has trailing spaces.122
Errors'=' is not preceded with whitespace.123
Errors'=' is not followed by whitespace.123
ErrorsLine has trailing spaces.124
ErrorsLine has trailing spaces.127
ErrorsLine is longer than 80 characters.129
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsLine has trailing spaces.133
ErrorsLine has trailing spaces.135
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.136
ErrorsMissing a Javadoc comment.136
ErrorsLine has trailing spaces.138
ErrorsLine contains a tab character.139
Errors'+' should be on a new line.139
ErrorsLine has trailing spaces.140
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
Errors'+' should be on a new line.141
ErrorsLine contains a tab character.142
Errors'+' should be on a new line.142
ErrorsLine contains a tab character.143
ErrorsLine has trailing spaces.144
ErrorsLine contains a tab character.144
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.147
ErrorsMissing a Javadoc comment.147
Errors'+' should be on a new line.148
ErrorsLine has trailing spaces.149
Errors'+' should be on a new line.150
Errors'+' should be on a new line.151
Errors'+' should be on a new line.152
ErrorsLine has trailing spaces.156
ErrorsLine has trailing spaces.157
ErrorsLine has trailing spaces.160

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/ShootingStopped.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.45
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine has trailing spaces.52
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.62
ErrorsMissing a Javadoc comment.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.77
ErrorsParameter original should be final.82
ErrorsExpected @param tag for 'original'.82
ErrorsLine has trailing spaces.83
ErrorsLine has trailing spaces.86
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.92
ErrorsLine has trailing spaces.94
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.95
ErrorsMissing a Javadoc comment.95
ErrorsLine has trailing spaces.97
ErrorsLine contains a tab character.98
Errors'+' should be on a new line.98
ErrorsLine contains a tab character.99
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.100
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.103
ErrorsMissing a Javadoc comment.103
Errors'+' should be on a new line.104
ErrorsLine has trailing spaces.108
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.112

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/Spawn.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.39
ErrorsLine contains a tab character.39
ErrorsLine has trailing spaces.42
ErrorsLine has trailing spaces.44
ErrorsLine has trailing spaces.48
ErrorsLine contains a tab character.49
Errors'{' should be on the previous line.51
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.56
ErrorsLine has trailing spaces.59
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.66
ErrorsMissing a Javadoc comment.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.81
ErrorsParameter original should be final.86
ErrorsExpected @param tag for 'original'.86
ErrorsLine has trailing spaces.87
ErrorsLine has trailing spaces.90
ErrorsLine is longer than 80 characters.92
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine has trailing spaces.96
ErrorsLine has trailing spaces.98
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.99
ErrorsMissing a Javadoc comment.99
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.102
Errors'+' should be on a new line.102
ErrorsLine contains a tab character.103
ErrorsLine has trailing spaces.104
ErrorsLine contains a tab character.104
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.107
ErrorsMissing a Javadoc comment.107
Errors'+' should be on a new line.108
ErrorsLine has trailing spaces.112
ErrorsLine has trailing spaces.113
ErrorsLine has trailing spaces.116

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/TeamChanged.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.45
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.55
ErrorsLine is longer than 80 characters.56
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.58
ErrorsLine has trailing spaces.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.62
ErrorsParameter Success should be final.65
Errors'Success' hides a field.65
ErrorsName 'Success' must match pattern '^[a-z][a-zA-Z0-9]*$'.65
ErrorsParameter DesiredTeam should be final.65
Errors'DesiredTeam' hides a field.65
ErrorsName 'DesiredTeam' must match pattern '^[a-z][a-zA-Z0-9]*$'.65
ErrorsLine has trailing spaces.66
ErrorsLine has trailing spaces.68
ErrorsLine has trailing spaces.70
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.77
ErrorsLine has trailing spaces.80
ErrorsLine has trailing spaces.82
ErrorsLine is longer than 80 characters.83
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsName 'Success' must match pattern '^[a-z][a-zA-Z0-9]*$'.87
ErrorsVariable 'Success' must be private and have accessor methods.87
ErrorsLine contains a tab character.88
ErrorsLine has trailing spaces.90
ErrorsLine has trailing spaces.92
ErrorsLine is longer than 80 characters.93
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsExpected an @return tag.96
ErrorsMethod 'isSuccess' is not designed for extension - needs to be abstract, final or empty.96
ErrorsLine has trailing spaces.101
ErrorsLine has trailing spaces.103
ErrorsLine has trailing spaces.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsName 'DesiredTeam' must match pattern '^[a-z][a-zA-Z0-9]*$'.110
ErrorsVariable 'DesiredTeam' must be private and have accessor methods.110
ErrorsLine contains a tab character.111
ErrorsLine has trailing spaces.113
ErrorsLine has trailing spaces.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsExpected an @return tag.119
ErrorsMethod 'getDesiredTeam' is not designed for extension - needs to be abstract, final or empty.119
ErrorsLine has trailing spaces.124
ErrorsLine has trailing spaces.126
ErrorsLine contains a tab character.131
ErrorsLine has trailing spaces.132
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.133
ErrorsMissing a Javadoc comment.133
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsLine has trailing spaces.137
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.142
ErrorsLine has trailing spaces.143
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsLine has trailing spaces.148
ErrorsParameter original should be final.153
ErrorsExpected @param tag for 'original'.153
ErrorsLine has trailing spaces.154
Errors'=' is not preceded with whitespace.155
Errors'=' is not followed by whitespace.155
ErrorsLine has trailing spaces.156
Errors'=' is not preceded with whitespace.157
Errors'=' is not followed by whitespace.157
ErrorsLine has trailing spaces.158
ErrorsLine has trailing spaces.161
ErrorsLine is longer than 80 characters.163
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsLine has trailing spaces.167
ErrorsLine has trailing spaces.169
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.170
ErrorsMissing a Javadoc comment.170
ErrorsLine has trailing spaces.172
ErrorsLine contains a tab character.173
Errors'+' should be on a new line.173
ErrorsLine has trailing spaces.174
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.175
Errors'+' should be on a new line.175
ErrorsLine contains a tab character.176
Errors'+' should be on a new line.176
ErrorsLine has trailing spaces.177
ErrorsLine contains a tab character.177
ErrorsLine contains a tab character.178
Errors'+' should be on a new line.178
ErrorsLine is longer than 80 characters.179
ErrorsLine contains a tab character.179
Errors'+' should be on a new line.179
ErrorsLine contains a tab character.180
ErrorsLine has trailing spaces.181
ErrorsLine contains a tab character.181
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.184
ErrorsMissing a Javadoc comment.184
Errors'+' should be on a new line.185
ErrorsLine has trailing spaces.186
Errors'+' should be on a new line.187
Errors'+' should be on a new line.188
Errors'+' should be on a new line.189
ErrorsLine has trailing spaces.190
Errors'+' should be on a new line.191
Errors'+' should be on a new line.192
Errors'+' should be on a new line.193
ErrorsLine has trailing spaces.197
ErrorsLine has trailing spaces.198
ErrorsLine has trailing spaces.201

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/TeamChat.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.45
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.56
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.64
ErrorsParameter Id should be final.67
Errors'Id' hides a field.67
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.67
ErrorsParameter Name should be final.67
Errors'Name' hides a field.67
ErrorsName 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'.67
ErrorsParameter Text should be final.67
Errors'Text' hides a field.67
ErrorsName 'Text' must match pattern '^[a-z][a-zA-Z0-9]*$'.67
ErrorsLine has trailing spaces.68
ErrorsLine has trailing spaces.70
ErrorsLine has trailing spaces.72
ErrorsLine has trailing spaces.74
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine has trailing spaces.81
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.90
ErrorsVariable 'Id' must be private and have accessor methods.90
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.93
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsExpected an @return tag.98
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.98
ErrorsLine has trailing spaces.103
ErrorsLine has trailing spaces.105
ErrorsLine has trailing spaces.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsName 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'.111
ErrorsVariable 'Name' must be private and have accessor methods.111
ErrorsLine contains a tab character.112
ErrorsLine has trailing spaces.114
ErrorsLine has trailing spaces.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsExpected an @return tag.119
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.119
ErrorsLine has trailing spaces.124
ErrorsLine has trailing spaces.126
ErrorsLine has trailing spaces.128
ErrorsLine is longer than 80 characters.129
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsName 'Text' must match pattern '^[a-z][a-zA-Z0-9]*$'.133
ErrorsVariable 'Text' must be private and have accessor methods.133
ErrorsLine contains a tab character.134
ErrorsLine has trailing spaces.136
ErrorsLine has trailing spaces.138
ErrorsLine is longer than 80 characters.139
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsExpected an @return tag.142
ErrorsMethod 'getText' is not designed for extension - needs to be abstract, final or empty.142
ErrorsLine has trailing spaces.147
ErrorsLine has trailing spaces.149
ErrorsLine contains a tab character.154
ErrorsLine has trailing spaces.155
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.156
ErrorsMissing a Javadoc comment.156
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
ErrorsLine has trailing spaces.160
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.165
ErrorsLine has trailing spaces.166
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsLine has trailing spaces.171
ErrorsParameter original should be final.176
ErrorsExpected @param tag for 'original'.176
ErrorsLine has trailing spaces.177
Errors'=' is not preceded with whitespace.178
Errors'=' is not followed by whitespace.178
ErrorsLine has trailing spaces.179
Errors'=' is not preceded with whitespace.180
Errors'=' is not followed by whitespace.180
ErrorsLine has trailing spaces.181
Errors'=' is not preceded with whitespace.182
Errors'=' is not followed by whitespace.182
ErrorsLine has trailing spaces.183
ErrorsLine has trailing spaces.186
ErrorsLine is longer than 80 characters.188
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191
ErrorsLine has trailing spaces.192
ErrorsLine has trailing spaces.194
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.195
ErrorsMissing a Javadoc comment.195
ErrorsLine has trailing spaces.197
ErrorsLine contains a tab character.198
Errors'+' should be on a new line.198
ErrorsLine has trailing spaces.199
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
Errors'+' should be on a new line.200
ErrorsLine contains a tab character.201
Errors'+' should be on a new line.201
ErrorsLine has trailing spaces.202
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.203
Errors'+' should be on a new line.203
ErrorsLine contains a tab character.204
Errors'+' should be on a new line.204
ErrorsLine has trailing spaces.205
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.206
Errors'+' should be on a new line.206
ErrorsLine contains a tab character.207
Errors'+' should be on a new line.207
ErrorsLine contains a tab character.208
ErrorsLine has trailing spaces.209
ErrorsLine contains a tab character.209
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.212
ErrorsMissing a Javadoc comment.212
Errors'+' should be on a new line.213
ErrorsLine has trailing spaces.214
Errors'+' should be on a new line.215
Errors'+' should be on a new line.216
Errors'+' should be on a new line.217
ErrorsLine has trailing spaces.218
Errors'+' should be on a new line.219
Errors'+' should be on a new line.220
Errors'+' should be on a new line.221
ErrorsLine has trailing spaces.222
Errors'+' should be on a new line.223
Errors'+' should be on a new line.224
Errors'+' should be on a new line.225
ErrorsLine has trailing spaces.229
ErrorsLine has trailing spaces.230
ErrorsLine has trailing spaces.233

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/TeamScore.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.45
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.57
ErrorsLine is longer than 80 characters.58
ErrorsLine contains a tab character.58
ErrorsLine is longer than 80 characters.59
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsParameter Id should be final.64
Errors'Id' hides a field.64
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.64
ErrorsParameter Team should be final.64
Errors'Team' hides a field.64
ErrorsName 'Team' must match pattern '^[a-z][a-zA-Z0-9]*$'.64
ErrorsParameter Score should be final.64
Errors'Score' hides a field.64
ErrorsName 'Score' must match pattern '^[a-z][a-zA-Z0-9]*$'.64
ErrorsLine has trailing spaces.65
ErrorsLine has trailing spaces.67
ErrorsLine has trailing spaces.69
ErrorsLine has trailing spaces.71
ErrorsLine has trailing spaces.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.78
ErrorsLine has trailing spaces.81
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.85
ErrorsVariable 'Id' must be private and have accessor methods.85
ErrorsLine contains a tab character.86
ErrorsLine has trailing spaces.88
ErrorsExpected an @return tag.91
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.91
ErrorsLine has trailing spaces.96
ErrorsLine has trailing spaces.98
ErrorsName 'Team' must match pattern '^[a-z][a-zA-Z0-9]*$'.102
ErrorsVariable 'Team' must be private and have accessor methods.102
ErrorsLine contains a tab character.103
ErrorsLine has trailing spaces.105
ErrorsExpected an @return tag.108
ErrorsMethod 'getTeam' is not designed for extension - needs to be abstract, final or empty.108
ErrorsLine has trailing spaces.113
ErrorsLine has trailing spaces.115
ErrorsFirst sentence should end with a period.116
ErrorsLine has trailing spaces.117
ErrorsLine is longer than 80 characters.118
ErrorsLine contains a tab character.118
ErrorsLine is longer than 80 characters.119
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsName 'Score' must match pattern '^[a-z][a-zA-Z0-9]*$'.123
ErrorsVariable 'Score' must be private and have accessor methods.123
ErrorsLine contains a tab character.124
ErrorsLine has trailing spaces.126
ErrorsFirst sentence should end with a period.127
ErrorsLine has trailing spaces.128
ErrorsLine is longer than 80 characters.129
ErrorsLine contains a tab character.129
ErrorsLine is longer than 80 characters.130
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsExpected an @return tag.133
ErrorsMethod 'getScore' is not designed for extension - needs to be abstract, final or empty.133
ErrorsLine has trailing spaces.138
ErrorsLine has trailing spaces.140
ErrorsLine contains a tab character.145
ErrorsLine has trailing spaces.146
ErrorsLine contains a tab character.146
ErrorsLine is longer than 80 characters.147
ErrorsLine contains a tab character.147
ErrorsMissing a Javadoc comment.147
ErrorsName 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'.147
ErrorsVariable 'Time' must be private and have accessor methods.147
ErrorsLine is longer than 80 characters.149
ErrorsLine contains a tab character.149
ErrorsMethod 'getTime' is not designed for extension - needs to be abstract, final or empty.149
ErrorsMissing a Javadoc comment.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
ErrorsMethod 'setTime' is not designed for extension - needs to be abstract, final or empty.153
ErrorsMissing a Javadoc comment.153
ErrorsParameter time should be final.153
ErrorsLine is longer than 80 characters.154
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
ErrorsMethod 'getLastSeenTime' is not designed for extension - needs to be abstract, final or empty.157
ErrorsMissing a Javadoc comment.157
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
ErrorsLine has trailing spaces.160
ErrorsLine contains a tab character.160
ErrorsLine has trailing spaces.161
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
ErrorsMethod 'getLocal' is not designed for extension - needs to be abstract, final or empty.162
ErrorsMissing a Javadoc comment.162
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsLine has trailing spaces.165
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsMethod 'getShared' is not designed for extension - needs to be abstract, final or empty.166
ErrorsMissing a Javadoc comment.166
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.168
ErrorsLine has trailing spaces.169
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsMethod 'getStatic' is not designed for extension - needs to be abstract, final or empty.170
ErrorsMissing a Javadoc comment.170
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsLine has trailing spaces.173
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.174
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
Errors'cast' is not followed by whitespace.176
ErrorsLine contains a tab character.177
ErrorsLine contains a tab character.179
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.179
ErrorsMissing a Javadoc comment.179
ErrorsParameter obj should be final.179
Errors'if' construct must use '{}'s.180
ErrorsLine contains a tab character.180
ErrorsLine contains a tab character.181
Errors'cast' is not followed by whitespace.181
Errors'if' construct must use '{}'s.182
ErrorsLine is longer than 80 characters.182
ErrorsLine contains a tab character.182
Errors'else' construct must use '{}'s.183
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.186
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.186
ErrorsMissing a Javadoc comment.186
Errors'if' construct must use '{}'s.187
ErrorsLine contains a tab character.187
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.189
ErrorsLine has trailing spaces.191
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.196
ErrorsLine has trailing spaces.197
ErrorsLine contains a tab character.197
ErrorsLine has trailing spaces.198
ErrorsLine contains a tab character.198
ErrorsLine contains a tab character.199
ErrorsLine has trailing spaces.203
ErrorsParameter original should be final.208
ErrorsExpected @param tag for 'original'.208
ErrorsLine has trailing spaces.209
Errors'=' is not preceded with whitespace.210
Errors'=' is not followed by whitespace.210
ErrorsLine has trailing spaces.211
Errors'=' is not preceded with whitespace.212
Errors'=' is not followed by whitespace.212
ErrorsLine has trailing spaces.213
Errors'=' is not preceded with whitespace.214
Errors'=' is not followed by whitespace.214
ErrorsLine has trailing spaces.215
ErrorsLine has trailing spaces.218
ErrorsLine is longer than 80 characters.220
ErrorsLine contains a tab character.222
ErrorsLine contains a tab character.223
ErrorsLine has trailing spaces.224
ErrorsLine contains a tab character.226
ErrorsLine is longer than 80 characters.227
ErrorsLine contains a tab character.227
ErrorsLine contains a tab character.228
ErrorsLine contains a tab character.229
ErrorsLine contains a tab character.231
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.231
ErrorsMissing a Javadoc comment.231
ErrorsParameter obj should be final.231
ErrorsLine contains a tab character.232
Errors'if' is not followed by whitespace.232
ErrorsLine contains a tab character.233
ErrorsLine is longer than 80 characters.234
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235
ErrorsLine contains a tab character.236
ErrorsLine contains a tab character.237
ErrorsLine contains a tab character.238
Errors'cast' is not followed by whitespace.238
ErrorsLine contains a tab character.240
ErrorsLine has trailing spaces.242
ErrorsLine contains a tab character.242
ErrorsLine contains a tab character.243
ErrorsLine contains a tab character.244
Errors'=' is not preceded with whitespace.244
Errors'=' is not followed by whitespace.244
ErrorsLine contains a tab character.245
ErrorsLine contains a tab character.246
ErrorsLine has trailing spaces.247
ErrorsLine contains a tab character.247
ErrorsLine contains a tab character.248
ErrorsLine has trailing spaces.249
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.251
ErrorsLine is longer than 80 characters.252
ErrorsLine contains a tab character.252
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 contains a tab character.256
ErrorsLine contains a tab character.258
ErrorsLine is longer than 80 characters.259
ErrorsLine contains a tab character.259
ErrorsLine is longer than 80 characters.260
ErrorsLine contains a tab character.260
ErrorsLine contains a tab character.261
ErrorsExpected an @return tag.262
ErrorsLine contains a tab character.262
ErrorsMethod 'getObject' is not designed for extension - needs to be abstract, final or empty.262
Errors'if' construct must use '{}'s.263
ErrorsLine contains a tab character.263
ErrorsLine contains a tab character.264
ErrorsLine contains a tab character.265
ErrorsLine has trailing spaces.266
ErrorsLine contains a tab character.266
ErrorsLine has trailing spaces.268
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.269
ErrorsMissing a Javadoc comment.269
ErrorsLine has trailing spaces.271
ErrorsLine contains a tab character.272
Errors'+' should be on a new line.272
ErrorsLine has trailing spaces.273
ErrorsLine contains a tab character.273
ErrorsLine contains a tab character.274
Errors'+' should be on a new line.274
ErrorsLine contains a tab character.275
Errors'+' should be on a new line.275
ErrorsLine has trailing spaces.276
ErrorsLine contains a tab character.276
ErrorsLine contains a tab character.277
Errors'+' should be on a new line.277
ErrorsLine contains a tab character.278
Errors'+' should be on a new line.278
ErrorsLine has trailing spaces.279
ErrorsLine contains a tab character.279
ErrorsLine contains a tab character.280
Errors'+' should be on a new line.280
ErrorsLine contains a tab character.281
Errors'+' should be on a new line.281
ErrorsLine contains a tab character.282
ErrorsLine has trailing spaces.283
ErrorsLine contains a tab character.283
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.286
ErrorsMissing a Javadoc comment.286
Errors'+' should be on a new line.287
ErrorsLine has trailing spaces.288
Errors'+' should be on a new line.289
Errors'+' should be on a new line.290
Errors'+' should be on a new line.291
ErrorsLine has trailing spaces.292
Errors'+' should be on a new line.293
Errors'+' should be on a new line.294
Errors'+' should be on a new line.295
ErrorsLine has trailing spaces.296
Errors'+' should be on a new line.297
Errors'+' should be on a new line.298
Errors'+' should be on a new line.299
ErrorsLine has trailing spaces.303
ErrorsLine has trailing spaces.304
ErrorsLine has trailing spaces.307

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/Thrown.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.46
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.58
ErrorsLine has trailing spaces.59
ErrorsLine contains a tab character.59
ErrorsParameter Id should be final.62
Errors'Id' hides a field.62
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.62
ErrorsLine has trailing spaces.63
ErrorsLine has trailing spaces.65
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine has trailing spaces.75
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.81
ErrorsVariable 'Id' must be private and have accessor methods.81
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsExpected an @return tag.89
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.89
ErrorsLine has trailing spaces.94
ErrorsLine has trailing spaces.96
ErrorsLine contains a tab character.101
ErrorsLine has trailing spaces.102
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.103
ErrorsMissing a Javadoc comment.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine has trailing spaces.107
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.112
ErrorsLine has trailing spaces.113
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsLine has trailing spaces.118
ErrorsParameter original should be final.123
ErrorsExpected @param tag for 'original'.123
ErrorsLine has trailing spaces.124
Errors'=' is not preceded with whitespace.125
Errors'=' is not followed by whitespace.125
ErrorsLine has trailing spaces.126
ErrorsLine has trailing spaces.129
ErrorsLine is longer than 80 characters.131
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsLine has trailing spaces.135
ErrorsLine has trailing spaces.137
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.138
ErrorsMissing a Javadoc comment.138
ErrorsLine has trailing spaces.140
ErrorsLine contains a tab character.141
Errors'+' should be on a new line.141
ErrorsLine has trailing spaces.142
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.143
Errors'+' should be on a new line.143
ErrorsLine contains a tab character.144
Errors'+' should be on a new line.144
ErrorsLine contains a tab character.145
ErrorsLine has trailing spaces.146
ErrorsLine contains a tab character.146
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.149
ErrorsMissing a Javadoc comment.149
Errors'+' should be on a new line.150
ErrorsLine has trailing spaces.151
Errors'+' should be on a new line.152
Errors'+' should be on a new line.153
Errors'+' should be on a new line.154
ErrorsLine has trailing spaces.158
ErrorsLine has trailing spaces.159
ErrorsLine has trailing spaces.162

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/TraceResponse.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.45
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.55
ErrorsLine is longer than 80 characters.56
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.58
ErrorsLine has trailing spaces.59
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.75
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine has trailing spaces.79
ErrorsLine contains a tab character.79
ErrorsMore than 7 parameters.81
ErrorsLine is longer than 80 characters.82
ErrorsParameter Id should be final.82
Errors'Id' hides a field.82
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.82
ErrorsParameter From should be final.82
Errors'From' hides a field.82
ErrorsName 'From' must match pattern '^[a-z][a-zA-Z0-9]*$'.82
ErrorsParameter To should be final.82
Errors'To' hides a field.82
ErrorsName 'To' must match pattern '^[a-z][a-zA-Z0-9]*$'.82
ErrorsParameter Result should be final.82
Errors'Result' hides a field.82
ErrorsName 'Result' must match pattern '^[a-z][a-zA-Z0-9]*$'.82
ErrorsParameter HitNormal should be final.82
Errors'HitNormal' hides a field.82
ErrorsName 'HitNormal' must match pattern '^[a-z][a-zA-Z0-9]*$'.82
ErrorsParameter HitLocation should be final.82
Errors'HitLocation' hides a field.82
ErrorsName 'HitLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'.82
ErrorsParameter HitID should be final.82
Errors'HitID' hides a field.82
ErrorsName 'HitID' must match pattern '^[a-z][a-zA-Z0-9]*$'.82
ErrorsParameter TraceActors should be final.82
Errors'TraceActors' hides a field.82
ErrorsName 'TraceActors' must match pattern '^[a-z][a-zA-Z0-9]*$'.82
ErrorsLine has trailing spaces.83
ErrorsLine has trailing spaces.85
ErrorsLine has trailing spaces.87
ErrorsLine has trailing spaces.89
ErrorsLine has trailing spaces.91
ErrorsLine has trailing spaces.93
ErrorsLine has trailing spaces.95
ErrorsLine has trailing spaces.97
ErrorsLine has trailing spaces.99
ErrorsLine has trailing spaces.102
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine is longer than 80 characters.105
ErrorsLine contains a tab character.105
ErrorsLine has trailing spaces.106
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.111
ErrorsLine is longer than 80 characters.112
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.116
ErrorsVariable 'Id' must be private and have accessor methods.116
ErrorsLine contains a tab character.117
ErrorsLine has trailing spaces.119
ErrorsLine has trailing spaces.121
ErrorsLine is longer than 80 characters.122
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsExpected an @return tag.125
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.125
ErrorsLine has trailing spaces.130
ErrorsLine has trailing spaces.132
ErrorsLine has trailing spaces.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsName 'From' must match pattern '^[a-z][a-zA-Z0-9]*$'.138
ErrorsVariable 'From' must be private and have accessor methods.138
ErrorsLine contains a tab character.139
ErrorsLine has trailing spaces.141
ErrorsLine has trailing spaces.143
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsExpected an @return tag.146
ErrorsMethod 'getFrom' is not designed for extension - needs to be abstract, final or empty.146
ErrorsLine has trailing spaces.151
ErrorsLine has trailing spaces.153
ErrorsLine has trailing spaces.155
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsName 'To' must match pattern '^[a-z][a-zA-Z0-9]*$'.159
ErrorsVariable 'To' must be private and have accessor methods.159
ErrorsLine contains a tab character.160
ErrorsLine has trailing spaces.162
ErrorsLine has trailing spaces.164
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsExpected an @return tag.167
ErrorsMethod 'getTo' is not designed for extension - needs to be abstract, final or empty.167
ErrorsLine has trailing spaces.172
ErrorsLine has trailing spaces.174
ErrorsLine has trailing spaces.176
ErrorsLine contains a tab character.177
ErrorsLine contains a tab character.178
ErrorsName 'Result' must match pattern '^[a-z][a-zA-Z0-9]*$'.180
ErrorsVariable 'Result' must be private and have accessor methods.180
ErrorsLine contains a tab character.181
ErrorsLine has trailing spaces.183
ErrorsLine has trailing spaces.185
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
ErrorsExpected an @return tag.188
ErrorsMethod 'isResult' is not designed for extension - needs to be abstract, final or empty.188
ErrorsLine has trailing spaces.193
ErrorsLine has trailing spaces.195
ErrorsLine has trailing spaces.197
ErrorsLine contains a tab character.198
ErrorsLine contains a tab character.199
ErrorsName 'HitNormal' must match pattern '^[a-z][a-zA-Z0-9]*$'.201
ErrorsVariable 'HitNormal' must be private and have accessor methods.201
ErrorsLine contains a tab character.202
ErrorsLine has trailing spaces.204
ErrorsLine has trailing spaces.206
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.208
ErrorsExpected an @return tag.209
ErrorsMethod 'getHitNormal' is not designed for extension - needs to be abstract, final or empty.209
ErrorsLine has trailing spaces.214
ErrorsLine has trailing spaces.216
ErrorsName 'HitLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'.220
ErrorsVariable 'HitLocation' must be private and have accessor methods.220
ErrorsLine contains a tab character.221
ErrorsLine has trailing spaces.223
ErrorsExpected an @return tag.226
ErrorsMethod 'getHitLocation' is not designed for extension - needs to be abstract, final or empty.226
ErrorsLine has trailing spaces.231
ErrorsLine has trailing spaces.233
ErrorsLine has trailing spaces.235
ErrorsLine contains a tab character.236
ErrorsLine contains a tab character.237
ErrorsLine contains a tab character.238
ErrorsName 'HitID' must match pattern '^[a-z][a-zA-Z0-9]*$'.240
ErrorsVariable 'HitID' must be private and have accessor methods.240
ErrorsLine contains a tab character.241
ErrorsLine has trailing spaces.243
ErrorsLine has trailing spaces.245
ErrorsLine contains a tab character.246
ErrorsLine contains a tab character.247
ErrorsLine contains a tab character.248
ErrorsExpected an @return tag.249
ErrorsMethod 'getHitID' is not designed for extension - needs to be abstract, final or empty.249
ErrorsLine has trailing spaces.254
ErrorsLine has trailing spaces.256
ErrorsLine has trailing spaces.258
ErrorsLine contains a tab character.259
ErrorsLine contains a tab character.260
ErrorsLine contains a tab character.261
ErrorsName 'TraceActors' must match pattern '^[a-z][a-zA-Z0-9]*$'.263
ErrorsVariable 'TraceActors' must be private and have accessor methods.263
ErrorsLine contains a tab character.264
ErrorsLine has trailing spaces.266
ErrorsLine has trailing spaces.268
ErrorsLine contains a tab character.269
ErrorsLine contains a tab character.270
ErrorsLine contains a tab character.271
ErrorsExpected an @return tag.272
ErrorsMethod 'isTraceActors' is not designed for extension - needs to be abstract, final or empty.272
ErrorsLine has trailing spaces.277
ErrorsLine has trailing spaces.279
ErrorsLine contains a tab character.284
ErrorsLine has trailing spaces.285
ErrorsLine contains a tab character.285
ErrorsLine contains a tab character.286
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.286
ErrorsMissing a Javadoc comment.286
ErrorsLine contains a tab character.287
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.293
ErrorsLine contains a tab character.295
ErrorsLine has trailing spaces.296
ErrorsLine contains a tab character.296
ErrorsLine contains a tab character.297
ErrorsLine has trailing spaces.301
ErrorsParameter original should be final.306
ErrorsExpected @param tag for 'original'.306
ErrorsLine has trailing spaces.307
Errors'=' is not preceded with whitespace.308
Errors'=' is not followed by whitespace.308
ErrorsLine has trailing spaces.309
Errors'=' is not preceded with whitespace.310
Errors'=' is not followed by whitespace.310
ErrorsLine has trailing spaces.311
Errors'=' is not preceded with whitespace.312
Errors'=' is not followed by whitespace.312
ErrorsLine has trailing spaces.313
Errors'=' is not preceded with whitespace.314
Errors'=' is not followed by whitespace.314
ErrorsLine has trailing spaces.315
Errors'=' is not preceded with whitespace.316
Errors'=' is not followed by whitespace.316
ErrorsLine has trailing spaces.317
Errors'=' is not preceded with whitespace.318
Errors'=' is not followed by whitespace.318
ErrorsLine has trailing spaces.319
Errors'=' is not preceded with whitespace.320
Errors'=' is not followed by whitespace.320
ErrorsLine has trailing spaces.321
Errors'=' is not preceded with whitespace.322
Errors'=' is not followed by whitespace.322
ErrorsLine has trailing spaces.323
ErrorsLine has trailing spaces.326
ErrorsLine is longer than 80 characters.328
ErrorsLine contains a tab character.330
ErrorsLine contains a tab character.331
ErrorsLine has trailing spaces.332
ErrorsLine has trailing spaces.334
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.335
ErrorsMissing a Javadoc comment.335
ErrorsLine has trailing spaces.337
ErrorsLine contains a tab character.338
Errors'+' should be on a new line.338
ErrorsLine has trailing spaces.339
ErrorsLine contains a tab character.339
ErrorsLine contains a tab character.340
Errors'+' should be on a new line.340
ErrorsLine contains a tab character.341
Errors'+' should be on a new line.341
ErrorsLine has trailing spaces.342
ErrorsLine contains a tab character.342
ErrorsLine contains a tab character.343
Errors'+' should be on a new line.343
ErrorsLine contains a tab character.344
Errors'+' should be on a new line.344
ErrorsLine has trailing spaces.345
ErrorsLine contains a tab character.345
ErrorsLine contains a tab character.346
Errors'+' should be on a new line.346
ErrorsLine contains a tab character.347
Errors'+' should be on a new line.347
ErrorsLine has trailing spaces.348
ErrorsLine contains a tab character.348
ErrorsLine contains a tab character.349
Errors'+' should be on a new line.349
ErrorsLine contains a tab character.350
Errors'+' should be on a new line.350
ErrorsLine has trailing spaces.351
ErrorsLine contains a tab character.351
ErrorsLine contains a tab character.352
Errors'+' should be on a new line.352
ErrorsLine is longer than 80 characters.353
ErrorsLine contains a tab character.353
Errors'+' should be on a new line.353
ErrorsLine has trailing spaces.354
ErrorsLine contains a tab character.354
ErrorsLine contains a tab character.355
Errors'+' should be on a new line.355
ErrorsLine is longer than 80 characters.356
ErrorsLine contains a tab character.356
Errors'+' should be on a new line.356
ErrorsLine has trailing spaces.357
ErrorsLine contains a tab character.357
ErrorsLine contains a tab character.358
Errors'+' should be on a new line.358
ErrorsLine contains a tab character.359
Errors'+' should be on a new line.359
ErrorsLine has trailing spaces.360
ErrorsLine contains a tab character.360
ErrorsLine contains a tab character.361
Errors'+' should be on a new line.361
ErrorsLine is longer than 80 characters.362
ErrorsLine contains a tab character.362
Errors'+' should be on a new line.362
ErrorsLine contains a tab character.363
ErrorsLine has trailing spaces.364
ErrorsLine contains a tab character.364
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.367
ErrorsMissing a Javadoc comment.367
Errors'+' should be on a new line.368
ErrorsLine has trailing spaces.369
Errors'+' should be on a new line.370
Errors'+' should be on a new line.371
Errors'+' should be on a new line.372
ErrorsLine has trailing spaces.373
Errors'+' should be on a new line.374
Errors'+' should be on a new line.375
Errors'+' should be on a new line.376
ErrorsLine has trailing spaces.377
Errors'+' should be on a new line.378
Errors'+' should be on a new line.379
Errors'+' should be on a new line.380
ErrorsLine has trailing spaces.381
Errors'+' should be on a new line.382
Errors'+' should be on a new line.383
Errors'+' should be on a new line.384
ErrorsLine has trailing spaces.385
Errors'+' should be on a new line.386
Errors'+' should be on a new line.387
Errors'+' should be on a new line.388
ErrorsLine has trailing spaces.389
Errors'+' should be on a new line.390
Errors'+' should be on a new line.391
Errors'+' should be on a new line.392
ErrorsLine has trailing spaces.393
Errors'+' should be on a new line.394
Errors'+' should be on a new line.395
Errors'+' should be on a new line.396
ErrorsLine has trailing spaces.397
Errors'+' should be on a new line.398
Errors'+' should be on a new line.399
Errors'+' should be on a new line.400
ErrorsLine has trailing spaces.404
ErrorsLine has trailing spaces.405
ErrorsLine has trailing spaces.408

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/Trigger.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsComment matches to-do format 'TODO:'.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.36
ErrorsLine has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.46
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine has trailing spaces.52
ErrorsComment matches to-do format 'TODO:'.53
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.58
ErrorsLine has trailing spaces.59
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.63
ErrorsLine contains a tab character.63
ErrorsParameter Actor should be final.66
Errors'Actor' hides a field.66
ErrorsName 'Actor' must match pattern '^[a-z][a-zA-Z0-9]*$'.66
ErrorsParameter EventInstigator should be final.66
Errors'EventInstigator' hides a field.66
ErrorsName 'EventInstigator' must match pattern '^[a-z][a-zA-Z0-9]*$'.66
ErrorsLine has trailing spaces.67
ErrorsLine has trailing spaces.69
ErrorsLine has trailing spaces.71
ErrorsLine has trailing spaces.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.78
ErrorsLine has trailing spaces.81
ErrorsLine has trailing spaces.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsName 'Actor' must match pattern '^[a-z][a-zA-Z0-9]*$'.87
ErrorsVariable 'Actor' must be private and have accessor methods.87
ErrorsLine contains a tab character.88
ErrorsLine has trailing spaces.90
ErrorsLine has trailing spaces.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsExpected an @return tag.95
ErrorsMethod 'getActor' is not designed for extension - needs to be abstract, final or empty.95
ErrorsLine has trailing spaces.100
ErrorsLine has trailing spaces.102
ErrorsLine has trailing spaces.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsName 'EventInstigator' must match pattern '^[a-z][a-zA-Z0-9]*$'.109
ErrorsVariable 'EventInstigator' must be private and have accessor methods.109
ErrorsLine contains a tab character.110
ErrorsLine has trailing spaces.112
ErrorsLine has trailing spaces.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsExpected an @return tag.118
ErrorsMethod 'getEventInstigator' is not designed for extension - needs to be abstract, final or empty.118
ErrorsLine has trailing spaces.123
ErrorsLine has trailing spaces.125
ErrorsLine contains a tab character.130
ErrorsLine has trailing spaces.131
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.132
ErrorsMissing a Javadoc comment.132
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsLine has trailing spaces.136
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.141
ErrorsLine has trailing spaces.142
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.143
ErrorsLine has trailing spaces.147
ErrorsParameter original should be final.152
ErrorsExpected @param tag for 'original'.152
ErrorsLine has trailing spaces.153
Errors'=' is not preceded with whitespace.154
Errors'=' is not followed by whitespace.154
ErrorsLine has trailing spaces.155
Errors'=' is not preceded with whitespace.156
Errors'=' is not followed by whitespace.156
ErrorsLine has trailing spaces.157
ErrorsLine has trailing spaces.160
ErrorsLine is longer than 80 characters.162
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsLine has trailing spaces.166
ErrorsLine has trailing spaces.168
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.169
ErrorsMissing a Javadoc comment.169
ErrorsLine has trailing spaces.171
ErrorsLine contains a tab character.172
Errors'+' should be on a new line.172
ErrorsLine has trailing spaces.173
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
Errors'+' should be on a new line.174
ErrorsLine contains a tab character.175
Errors'+' should be on a new line.175
ErrorsLine has trailing spaces.176
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
Errors'+' should be on a new line.177
ErrorsLine is longer than 80 characters.178
ErrorsLine contains a tab character.178
Errors'+' should be on a new line.178
ErrorsLine contains a tab character.179
ErrorsLine has trailing spaces.180
ErrorsLine contains a tab character.180
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.183
ErrorsMissing a Javadoc comment.183
Errors'+' should be on a new line.184
ErrorsLine has trailing spaces.185
Errors'+' should be on a new line.186
Errors'+' should be on a new line.187
Errors'+' should be on a new line.188
ErrorsLine has trailing spaces.189
Errors'+' should be on a new line.190
Errors'+' should be on a new line.191
Errors'+' should be on a new line.192
ErrorsLine has trailing spaces.196
ErrorsLine has trailing spaces.197
ErrorsLine has trailing spaces.200

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/TriggerUsed.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.45
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.51
ErrorsLine is longer than 80 characters.52
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.56
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsParameter Success should be final.63
Errors'Success' hides a field.63
ErrorsName 'Success' must match pattern '^[a-z][a-zA-Z0-9]*$'.63
ErrorsParameter Target should be final.63
Errors'Target' hides a field.63
ErrorsName 'Target' must match pattern '^[a-z][a-zA-Z0-9]*$'.63
ErrorsLine has trailing spaces.64
ErrorsLine has trailing spaces.66
ErrorsLine has trailing spaces.68
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.75
ErrorsLine has trailing spaces.78
ErrorsFirst sentence should end with a period.79
ErrorsLine has trailing spaces.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsName 'Success' must match pattern '^[a-z][a-zA-Z0-9]*$'.84
ErrorsVariable 'Success' must be private and have accessor methods.84
ErrorsLine contains a tab character.85
ErrorsLine has trailing spaces.87
ErrorsFirst sentence should end with a period.88
ErrorsLine has trailing spaces.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsExpected an @return tag.92
ErrorsMethod 'isSuccess' is not designed for extension - needs to be abstract, final or empty.92
ErrorsLine has trailing spaces.97
ErrorsLine has trailing spaces.99
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsName 'Target' must match pattern '^[a-z][a-zA-Z0-9]*$'.105
ErrorsVariable 'Target' must be private and have accessor methods.105
ErrorsLine contains a tab character.106
ErrorsLine has trailing spaces.108
ErrorsLine has trailing spaces.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsExpected an @return tag.113
ErrorsMethod 'getTarget' is not designed for extension - needs to be abstract, final or empty.113
ErrorsLine has trailing spaces.118
ErrorsLine has trailing spaces.120
ErrorsLine contains a tab character.125
ErrorsLine has trailing spaces.126
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.127
ErrorsMissing a Javadoc comment.127
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine has trailing spaces.131
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.136
ErrorsLine has trailing spaces.137
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine has trailing spaces.142
ErrorsParameter original should be final.147
ErrorsExpected @param tag for 'original'.147
ErrorsLine has trailing spaces.148
Errors'=' is not preceded with whitespace.149
Errors'=' is not followed by whitespace.149
ErrorsLine has trailing spaces.150
Errors'=' is not preceded with whitespace.151
Errors'=' is not followed by whitespace.151
ErrorsLine has trailing spaces.152
ErrorsLine has trailing spaces.155
ErrorsLine is longer than 80 characters.157
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsLine has trailing spaces.161
ErrorsLine has trailing spaces.163
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.164
ErrorsMissing a Javadoc comment.164
ErrorsLine has trailing spaces.166
ErrorsLine contains a tab character.167
Errors'+' should be on a new line.167
ErrorsLine has trailing spaces.168
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
Errors'+' should be on a new line.169
ErrorsLine contains a tab character.170
Errors'+' should be on a new line.170
ErrorsLine has trailing spaces.171
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
Errors'+' should be on a new line.172
ErrorsLine contains a tab character.173
Errors'+' should be on a new line.173
ErrorsLine contains a tab character.174
ErrorsLine has trailing spaces.175
ErrorsLine contains a tab character.175
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.178
ErrorsMissing a Javadoc comment.178
Errors'+' should be on a new line.179
ErrorsLine has trailing spaces.180
Errors'+' should be on a new line.181
Errors'+' should be on a new line.182
Errors'+' should be on a new line.183
ErrorsLine has trailing spaces.184
Errors'+' should be on a new line.185
Errors'+' should be on a new line.186
Errors'+' should be on a new line.187
ErrorsLine has trailing spaces.191
ErrorsLine has trailing spaces.192
ErrorsLine has trailing spaces.195

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/Vehicle.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine has trailing spaces.34
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine is longer than 80 characters.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.36
ErrorsLine is longer than 80 characters.36
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.43
ErrorsLine has trailing spaces.47
ErrorsLine is longer than 80 characters.48
ErrorsLine contains a tab character.48
Errors'{' should be on the previous line.50
ErrorsLine has trailing spaces.51
ErrorsLine has trailing spaces.54
ErrorsLine has trailing spaces.55
ErrorsLine is longer than 80 characters.55
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.56
ErrorsLine is longer than 80 characters.56
ErrorsLine contains a tab character.56
ErrorsLine has trailing spaces.57
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 has trailing spaces.62
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine is longer than 80 characters.69
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine has trailing spaces.74
ErrorsLine has trailing spaces.75
ErrorsLine is longer than 80 characters.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.78
ErrorsLine contains a tab character.78
ErrorsLine has trailing spaces.79
ErrorsLine is longer than 80 characters.80
ErrorsLine contains a tab character.80
ErrorsLine has trailing spaces.81
ErrorsLine contains a tab character.81
ErrorsLine has trailing spaces.82
ErrorsLine is longer than 80 characters.83
ErrorsLine contains a tab character.83
ErrorsLine has trailing spaces.84
ErrorsLine contains a tab character.84
ErrorsLine has trailing spaces.86
ErrorsLine has trailing spaces.88
ErrorsLine has trailing spaces.89
ErrorsLine contains a tab character.90
ErrorsLine has trailing spaces.91
ErrorsLine contains a tab character.91
ErrorsMore than 7 parameters.93
ErrorsLine is longer than 80 characters.94
ErrorsParameter Id should be final.94
Errors'Id' hides a field.94
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.94
ErrorsParameter Rotation should be final.94
Errors'Rotation' hides a field.94
ErrorsName 'Rotation' must match pattern '^[a-z][a-zA-Z0-9]*$'.94
ErrorsParameter Location should be final.94
Errors'Location' hides a field.94
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.94
ErrorsParameter Velocity should be final.94
Errors'Velocity' hides a field.94
ErrorsName 'Velocity' must match pattern '^[a-z][a-zA-Z0-9]*$'.94
ErrorsParameter Visible should be final.94
Errors'Visible' hides a field.94
ErrorsName 'Visible' must match pattern '^[a-z][a-zA-Z0-9]*$'.94
ErrorsParameter Team should be final.94
Errors'Team' hides a field.94
ErrorsName 'Team' must match pattern '^[a-z][a-zA-Z0-9]*$'.94
ErrorsParameter Health should be final.94
Errors'Health' hides a field.94
ErrorsName 'Health' must match pattern '^[a-z][a-zA-Z0-9]*$'.94
ErrorsParameter Armor should be final.94
Errors'Armor' hides a field.94
ErrorsName 'Armor' must match pattern '^[a-z][a-zA-Z0-9]*$'.94
ErrorsParameter Driver should be final.94
Errors'Driver' hides a field.94
ErrorsName 'Driver' must match pattern '^[a-z][a-zA-Z0-9]*$'.94
ErrorsParameter TeamLocked should be final.94
Errors'TeamLocked' hides a field.94
ErrorsName 'TeamLocked' must match pattern '^[a-z][a-zA-Z0-9]*$'.94
ErrorsParameter Type should be final.94
Errors'Type' hides a field.94
ErrorsName 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'.94
ErrorsLine has trailing spaces.95
ErrorsLine has trailing spaces.97
ErrorsLine has trailing spaces.99
ErrorsLine has trailing spaces.101
ErrorsLine has trailing spaces.103
ErrorsLine has trailing spaces.105
ErrorsLine has trailing spaces.107
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.111
ErrorsLine has trailing spaces.113
ErrorsLine has trailing spaces.115
ErrorsLine has trailing spaces.117
ErrorsLine has trailing spaces.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine is longer than 80 characters.123
ErrorsLine contains a tab character.123
ErrorsLine has trailing spaces.124
ErrorsLine has trailing spaces.127
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.131
ErrorsVariable 'Id' must be private and have accessor methods.131
ErrorsLine contains a tab character.132
ErrorsLine has trailing spaces.134
ErrorsExpected an @return tag.137
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.137
ErrorsLine has trailing spaces.142
ErrorsLine has trailing spaces.144
ErrorsLine has trailing spaces.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsName 'Rotation' must match pattern '^[a-z][a-zA-Z0-9]*$'.150
ErrorsVariable 'Rotation' must be private and have accessor methods.150
ErrorsLine contains a tab character.151
ErrorsLine has trailing spaces.153
ErrorsLine has trailing spaces.155
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsExpected an @return tag.158
ErrorsMethod 'getRotation' is not designed for extension - needs to be abstract, final or empty.158
ErrorsLine has trailing spaces.163
ErrorsLine has trailing spaces.165
ErrorsLine has trailing spaces.167
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.171
ErrorsVariable 'Location' must be private and have accessor methods.171
ErrorsLine contains a tab character.172
ErrorsLine has trailing spaces.174
ErrorsLine has trailing spaces.176
ErrorsLine contains a tab character.177
ErrorsLine contains a tab character.178
ErrorsExpected an @return tag.179
ErrorsMethod 'getLocation' is not designed for extension - needs to be abstract, final or empty.179
ErrorsLine has trailing spaces.184
ErrorsLine has trailing spaces.186
ErrorsLine has trailing spaces.188
ErrorsLine is longer than 80 characters.189
ErrorsLine contains a tab character.189
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191
ErrorsName 'Velocity' must match pattern '^[a-z][a-zA-Z0-9]*$'.193
ErrorsVariable 'Velocity' must be private and have accessor methods.193
ErrorsLine contains a tab character.194
ErrorsLine has trailing spaces.196
ErrorsLine has trailing spaces.198
ErrorsLine is longer than 80 characters.199
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.201
ErrorsExpected an @return tag.202
ErrorsMethod 'getVelocity' is not designed for extension - needs to be abstract, final or empty.202
ErrorsLine has trailing spaces.207
ErrorsLine has trailing spaces.209
ErrorsLine has trailing spaces.211
ErrorsName 'Visible' must match pattern '^[a-z][a-zA-Z0-9]*$'.215
ErrorsVariable 'Visible' must be private and have accessor methods.215
ErrorsLine contains a tab character.216
ErrorsLine has trailing spaces.218
ErrorsLine has trailing spaces.220
ErrorsExpected an @return tag.223
ErrorsMethod 'isVisible' is not designed for extension - needs to be abstract, final or empty.223
ErrorsLine has trailing spaces.228
ErrorsLine has trailing spaces.230
ErrorsLine has trailing spaces.232
ErrorsLine is longer than 80 characters.233
ErrorsLine contains a tab character.233
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235
ErrorsName 'Team' must match pattern '^[a-z][a-zA-Z0-9]*$'.237
ErrorsVariable 'Team' must be private and have accessor methods.237
ErrorsLine contains a tab character.238
ErrorsLine has trailing spaces.240
ErrorsLine has trailing spaces.242
ErrorsLine is longer than 80 characters.243
ErrorsLine contains a tab character.243
ErrorsLine contains a tab character.244
ErrorsLine contains a tab character.245
ErrorsExpected an @return tag.246
ErrorsMethod 'getTeam' is not designed for extension - needs to be abstract, final or empty.246
ErrorsLine has trailing spaces.251
ErrorsLine has trailing spaces.253
ErrorsLine has trailing spaces.255
ErrorsLine is longer than 80 characters.256
ErrorsLine contains a tab character.256
ErrorsLine contains a tab character.257
ErrorsName 'Health' must match pattern '^[a-z][a-zA-Z0-9]*$'.259
ErrorsVariable 'Health' must be private and have accessor methods.259
ErrorsLine contains a tab character.260
ErrorsLine has trailing spaces.262
ErrorsLine has trailing spaces.264
ErrorsLine is longer than 80 characters.265
ErrorsLine contains a tab character.265
ErrorsLine contains a tab character.266
ErrorsExpected an @return tag.267
ErrorsMethod 'getHealth' is not designed for extension - needs to be abstract, final or empty.267
ErrorsLine has trailing spaces.272
ErrorsLine has trailing spaces.274
ErrorsLine has trailing spaces.276
ErrorsLine is longer than 80 characters.277
ErrorsLine contains a tab character.277
ErrorsLine contains a tab character.278
ErrorsName 'Armor' must match pattern '^[a-z][a-zA-Z0-9]*$'.280
ErrorsVariable 'Armor' must be private and have accessor methods.280
ErrorsLine contains a tab character.281
ErrorsLine has trailing spaces.283
ErrorsLine has trailing spaces.285
ErrorsLine is longer than 80 characters.286
ErrorsLine contains a tab character.286
ErrorsLine contains a tab character.287
ErrorsExpected an @return tag.288
ErrorsMethod 'getArmor' is not designed for extension - needs to be abstract, final or empty.288
ErrorsLine has trailing spaces.293
ErrorsLine has trailing spaces.295
ErrorsName 'Driver' must match pattern '^[a-z][a-zA-Z0-9]*$'.299
ErrorsVariable 'Driver' must be private and have accessor methods.299
ErrorsLine contains a tab character.300
ErrorsLine has trailing spaces.302
ErrorsExpected an @return tag.305
ErrorsMethod 'getDriver' is not designed for extension - needs to be abstract, final or empty.305
ErrorsLine has trailing spaces.310
ErrorsLine has trailing spaces.312
ErrorsLine has trailing spaces.314
ErrorsName 'TeamLocked' must match pattern '^[a-z][a-zA-Z0-9]*$'.318
ErrorsVariable 'TeamLocked' must be private and have accessor methods.318
ErrorsLine contains a tab character.319
ErrorsLine has trailing spaces.321
ErrorsLine has trailing spaces.323
ErrorsExpected an @return tag.326
ErrorsMethod 'isTeamLocked' is not designed for extension - needs to be abstract, final or empty.326
ErrorsLine has trailing spaces.331
ErrorsLine has trailing spaces.333
ErrorsLine has trailing spaces.335
ErrorsLine contains a tab character.336
ErrorsLine contains a tab character.337
ErrorsName 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'.339
ErrorsVariable 'Type' must be private and have accessor methods.339
ErrorsLine contains a tab character.340
ErrorsLine has trailing spaces.342
ErrorsLine has trailing spaces.344
ErrorsLine contains a tab character.345
ErrorsLine contains a tab character.346
ErrorsExpected an @return tag.347
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.347
ErrorsLine has trailing spaces.352
ErrorsLine has trailing spaces.354
ErrorsLine contains a tab character.359
ErrorsLine has trailing spaces.360
ErrorsLine contains a tab character.360
ErrorsLine is longer than 80 characters.361
ErrorsLine contains a tab character.361
ErrorsMissing a Javadoc comment.361
ErrorsName 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'.361
ErrorsVariable 'Time' must be private and have accessor methods.361
ErrorsLine is longer than 80 characters.363
ErrorsLine contains a tab character.363
ErrorsMethod 'getTime' is not designed for extension - needs to be abstract, final or empty.363
ErrorsMissing a Javadoc comment.363
ErrorsLine contains a tab character.364
ErrorsLine contains a tab character.365
ErrorsLine is longer than 80 characters.367
ErrorsLine contains a tab character.367
ErrorsMethod 'setTime' is not designed for extension - needs to be abstract, final or empty.367
ErrorsMissing a Javadoc comment.367
ErrorsParameter time should be final.367
ErrorsLine is longer than 80 characters.368
ErrorsLine contains a tab character.368
ErrorsLine contains a tab character.369
ErrorsLine is longer than 80 characters.371
ErrorsLine contains a tab character.371
ErrorsMethod 'getLastSeenTime' is not designed for extension - needs to be abstract, final or empty.371
ErrorsMissing a Javadoc comment.371
ErrorsLine contains a tab character.372
ErrorsLine contains a tab character.373
ErrorsLine has trailing spaces.374
ErrorsLine contains a tab character.374
ErrorsLine has trailing spaces.375
ErrorsLine contains a tab character.375
ErrorsLine contains a tab character.376
ErrorsMethod 'getLocal' is not designed for extension - needs to be abstract, final or empty.376
ErrorsMissing a Javadoc comment.376
ErrorsLine contains a tab character.377
ErrorsLine contains a tab character.378
ErrorsLine has trailing spaces.379
ErrorsLine contains a tab character.379
ErrorsLine contains a tab character.380
ErrorsMethod 'getShared' is not designed for extension - needs to be abstract, final or empty.380
ErrorsMissing a Javadoc comment.380
ErrorsLine contains a tab character.381
ErrorsLine contains a tab character.382
ErrorsLine has trailing spaces.383
ErrorsLine contains a tab character.383
ErrorsLine contains a tab character.384
ErrorsMethod 'getStatic' is not designed for extension - needs to be abstract, final or empty.384
ErrorsMissing a Javadoc comment.384
ErrorsLine contains a tab character.385
ErrorsLine contains a tab character.386
ErrorsLine has trailing spaces.387
ErrorsLine contains a tab character.387
ErrorsLine contains a tab character.388
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.388
ErrorsLine contains a tab character.389
ErrorsLine contains a tab character.390
Errors'cast' is not followed by whitespace.390
ErrorsLine contains a tab character.391
ErrorsLine contains a tab character.393
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.393
ErrorsMissing a Javadoc comment.393
ErrorsParameter obj should be final.393
Errors'if' construct must use '{}'s.394
ErrorsLine contains a tab character.394
ErrorsLine contains a tab character.395
Errors'cast' is not followed by whitespace.395
Errors'if' construct must use '{}'s.396
ErrorsLine is longer than 80 characters.396
ErrorsLine contains a tab character.396
Errors'else' construct must use '{}'s.397
ErrorsLine contains a tab character.397
ErrorsLine contains a tab character.398
ErrorsLine contains a tab character.400
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.400
ErrorsMissing a Javadoc comment.400
Errors'if' construct must use '{}'s.401
ErrorsLine contains a tab character.401
ErrorsLine contains a tab character.402
ErrorsLine contains a tab character.403
ErrorsLine has trailing spaces.405
ErrorsLine contains a tab character.405
ErrorsLine contains a tab character.408
ErrorsLine contains a tab character.410
ErrorsLine has trailing spaces.411
ErrorsLine contains a tab character.411
ErrorsLine contains a tab character.412
ErrorsLine has trailing spaces.416
ErrorsParameter original should be final.421
ErrorsExpected @param tag for 'original'.421
ErrorsLine has trailing spaces.422
Errors'=' is not preceded with whitespace.423
Errors'=' is not followed by whitespace.423
ErrorsLine has trailing spaces.424
Errors'=' is not preceded with whitespace.425
Errors'=' is not followed by whitespace.425
ErrorsLine has trailing spaces.426
Errors'=' is not preceded with whitespace.427
Errors'=' is not followed by whitespace.427
ErrorsLine has trailing spaces.428
Errors'=' is not preceded with whitespace.429
Errors'=' is not followed by whitespace.429
ErrorsLine has trailing spaces.430
Errors'=' is not preceded with whitespace.431
Errors'=' is not followed by whitespace.431
ErrorsLine has trailing spaces.432
Errors'=' is not preceded with whitespace.433
Errors'=' is not followed by whitespace.433
ErrorsLine has trailing spaces.434
Errors'=' is not preceded with whitespace.435
Errors'=' is not followed by whitespace.435
ErrorsLine has trailing spaces.436
Errors'=' is not preceded with whitespace.437
Errors'=' is not followed by whitespace.437
ErrorsLine has trailing spaces.438
Errors'=' is not preceded with whitespace.439
Errors'=' is not followed by whitespace.439
ErrorsLine has trailing spaces.440
Errors'=' is not preceded with whitespace.441
Errors'=' is not followed by whitespace.441
ErrorsLine has trailing spaces.442
Errors'=' is not preceded with whitespace.443
Errors'=' is not followed by whitespace.443
ErrorsLine has trailing spaces.444
ErrorsLine has trailing spaces.447
ErrorsLine is longer than 80 characters.449
ErrorsLine contains a tab character.451
ErrorsLine contains a tab character.452
ErrorsLine has trailing spaces.453
ErrorsLine contains a tab character.455
ErrorsLine contains a tab character.456
ErrorsLine contains a tab character.457
ErrorsLine is longer than 80 characters.458
ErrorsLine contains a tab character.458
ErrorsLine contains a tab character.460
ErrorsMissing a Javadoc comment.460
ErrorsLine contains a tab character.462
ErrorsMissing a Javadoc comment.462
ErrorsParameter orig should be final.462
Errors'orig' hides a field.462
ErrorsLine contains a tab character.463
ErrorsLine contains a tab character.464
ErrorsLine contains a tab character.466
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.466
ErrorsMissing a Javadoc comment.466
ErrorsLine contains a tab character.467
ErrorsLine contains a tab character.468
ErrorsLine has trailing spaces.469
ErrorsLine contains a tab character.469
ErrorsLine contains a tab character.470
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.470
ErrorsMissing a Javadoc comment.470
ErrorsLine contains a tab character.471
ErrorsLine contains a tab character.472
ErrorsLine is longer than 80 characters.474
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.474
ErrorsMissing a Javadoc comment.474
ErrorsParameter obj should be final.474
ErrorsLine is longer than 80 characters.476
ErrorsLine is longer than 80 characters.479
Errors'cast' is not followed by whitespace.482
ErrorsLine is longer than 80 characters.484
ErrorsLine contains a tab character.484
ErrorsLine is longer than 80 characters.485
ErrorsLine contains a tab character.485
ErrorsLine contains a tab character.486
ErrorsLine is longer than 80 characters.487
ErrorsLine contains a tab character.487
ErrorsLine contains a tab character.488
ErrorsMethod 'getObject' is not designed for extension - needs to be abstract, final or empty.491
ErrorsMissing a Javadoc comment.491
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.495
ErrorsMissing a Javadoc comment.495
ErrorsLine is longer than 80 characters.496
ErrorsLine contains a tab character.499
ErrorsLine contains a tab character.501
ErrorsLine is longer than 80 characters.502
ErrorsLine contains a tab character.502
ErrorsLine contains a tab character.503
ErrorsLine contains a tab character.504
ErrorsParameter Original should be final.504
ErrorsExpected @param tag for 'Original'.504
ErrorsName 'Original' must match pattern '^[a-z][a-zA-Z0-9]*$'.504
ErrorsParameter Visible should be final.504
Errors'Visible' hides a field.504
ErrorsExpected @param tag for 'Visible'.504
ErrorsName 'Visible' must match pattern '^[a-z][a-zA-Z0-9]*$'.504
ErrorsLine contains a tab character.505
ErrorsLine contains a tab character.506
ErrorsLine contains a tab character.507
ErrorsLine is longer than 80 characters.509
ErrorsLine contains a tab character.509
ErrorsMethod 'createDisappearEvent' is not designed for extension - needs to be abstract, final or empty.509
ErrorsMissing a Javadoc comment.509
ErrorsLine contains a tab character.510
ErrorsLine contains a tab character.511
ErrorsLine has trailing spaces.512
ErrorsLine contains a tab character.512
ErrorsLine contains a tab character.514
ErrorsLine is longer than 80 characters.515
ErrorsLine contains a tab character.515
ErrorsLine contains a tab character.516
ErrorsLine contains a tab character.517
ErrorsLine contains a tab character.519
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.519
ErrorsMissing a Javadoc comment.519
ErrorsParameter obj should be final.519
ErrorsLine contains a tab character.520
Errors'if' is not followed by whitespace.520
ErrorsLine contains a tab character.521
ErrorsLine is longer than 80 characters.522
ErrorsLine contains a tab character.522
ErrorsLine contains a tab character.523
ErrorsLine contains a tab character.524
ErrorsLine contains a tab character.525
ErrorsLine contains a tab character.526
Errors'cast' is not followed by whitespace.526
ErrorsLine contains a tab character.528
ErrorsLine has trailing spaces.530
ErrorsLine contains a tab character.530
ErrorsLine is longer than 80 characters.532
ErrorsLine contains a tab character.532
Errors'=' is not preceded with whitespace.532
Errors'=' is not followed by whitespace.532
ErrorsLine contains a tab character.533
ErrorsLine contains a tab character.534
ErrorsLine has trailing spaces.535
ErrorsLine is longer than 80 characters.537
ErrorsLine contains a tab character.537
Errors'=' is not preceded with whitespace.537
Errors'=' is not followed by whitespace.537
ErrorsLine contains a tab character.538
ErrorsLine contains a tab character.539
ErrorsLine has trailing spaces.540
ErrorsLine is longer than 80 characters.542
ErrorsLine contains a tab character.542
Errors'=' is not preceded with whitespace.542
Errors'=' is not followed by whitespace.542
ErrorsLine contains a tab character.543
ErrorsLine contains a tab character.544
ErrorsLine has trailing spaces.545
ErrorsLine is longer than 80 characters.546
ErrorsLine contains a tab character.546
ErrorsLine contains a tab character.547
Errors'=' is not preceded with whitespace.547
Errors'=' is not followed by whitespace.547
ErrorsLine contains a tab character.548
ErrorsLine contains a tab character.549
ErrorsLine has trailing spaces.550
ErrorsLine contains a tab character.550
ErrorsLine contains a tab character.551
ErrorsLine contains a tab character.552
Errors'=' is not preceded with whitespace.552
Errors'=' is not followed by whitespace.552
ErrorsLine contains a tab character.553
ErrorsLine contains a tab character.554
ErrorsLine has trailing spaces.555
ErrorsLine contains a tab character.555
ErrorsLine is longer than 80 characters.556
ErrorsLine contains a tab character.556
ErrorsLine contains a tab character.557
Errors'=' is not preceded with whitespace.557
Errors'=' is not followed by whitespace.557
ErrorsLine contains a tab character.558
ErrorsLine contains a tab character.559
ErrorsLine has trailing spaces.560
ErrorsLine contains a tab character.560
ErrorsLine contains a tab character.561
ErrorsLine contains a tab character.562
Errors'=' is not preceded with whitespace.562
Errors'=' is not followed by whitespace.562
ErrorsLine contains a tab character.563
ErrorsLine contains a tab character.564
ErrorsLine has trailing spaces.565
ErrorsLine contains a tab character.565
ErrorsLine is longer than 80 characters.566
ErrorsLine contains a tab character.566
ErrorsLine contains a tab character.567
Errors'=' is not preceded with whitespace.567
Errors'=' is not followed by whitespace.567
ErrorsLine contains a tab character.568
ErrorsLine contains a tab character.569
ErrorsLine has trailing spaces.570
ErrorsLine contains a tab character.570
ErrorsLine contains a tab character.571
ErrorsLine has trailing spaces.572
ErrorsLine contains a tab character.572
ErrorsLine contains a tab character.574
ErrorsLine is longer than 80 characters.575
ErrorsLine contains a tab character.575
ErrorsLine contains a tab character.576
ErrorsLine is longer than 80 characters.577
ErrorsLine contains a tab character.577
ErrorsLine contains a tab character.578
ErrorsLine contains a tab character.579
ErrorsLine contains a tab character.581
ErrorsLine is longer than 80 characters.582
ErrorsLine contains a tab character.582
ErrorsLine is longer than 80 characters.583
ErrorsLine contains a tab character.583
ErrorsLine contains a tab character.584
ErrorsExpected an @return tag.585
ErrorsLine contains a tab character.585
ErrorsMethod 'getObject' is not designed for extension - needs to be abstract, final or empty.585
Errors'if' construct must use '{}'s.586
ErrorsLine contains a tab character.586
ErrorsLine contains a tab character.587
ErrorsLine contains a tab character.588
ErrorsLine has trailing spaces.589
ErrorsLine contains a tab character.589
ErrorsLine has trailing spaces.591
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.592
ErrorsMissing a Javadoc comment.592
ErrorsLine has trailing spaces.594
ErrorsLine contains a tab character.595
Errors'+' should be on a new line.595
ErrorsLine has trailing spaces.596
ErrorsLine contains a tab character.596
ErrorsLine contains a tab character.597
Errors'+' should be on a new line.597
ErrorsLine contains a tab character.598
Errors'+' should be on a new line.598
ErrorsLine has trailing spaces.599
ErrorsLine contains a tab character.599
ErrorsLine contains a tab character.600
Errors'+' should be on a new line.600
ErrorsLine is longer than 80 characters.601
ErrorsLine contains a tab character.601
Errors'+' should be on a new line.601
ErrorsLine has trailing spaces.602
ErrorsLine contains a tab character.602
ErrorsLine contains a tab character.603
Errors'+' should be on a new line.603
ErrorsLine is longer than 80 characters.604
ErrorsLine contains a tab character.604
Errors'+' should be on a new line.604
ErrorsLine has trailing spaces.605
ErrorsLine contains a tab character.605
ErrorsLine contains a tab character.606
Errors'+' should be on a new line.606
ErrorsLine is longer than 80 characters.607
ErrorsLine contains a tab character.607
Errors'+' should be on a new line.607
ErrorsLine has trailing spaces.608
ErrorsLine contains a tab character.608
ErrorsLine contains a tab character.609
Errors'+' should be on a new line.609
ErrorsLine contains a tab character.610
Errors'+' should be on a new line.610
ErrorsLine has trailing spaces.611
ErrorsLine contains a tab character.611
ErrorsLine contains a tab character.612
Errors'+' should be on a new line.612
ErrorsLine contains a tab character.613
Errors'+' should be on a new line.613
ErrorsLine has trailing spaces.614
ErrorsLine contains a tab character.614
ErrorsLine contains a tab character.615
Errors'+' should be on a new line.615
ErrorsLine contains a tab character.616
Errors'+' should be on a new line.616
ErrorsLine has trailing spaces.617
ErrorsLine contains a tab character.617
ErrorsLine contains a tab character.618
Errors'+' should be on a new line.618
ErrorsLine contains a tab character.619
Errors'+' should be on a new line.619
ErrorsLine has trailing spaces.620
ErrorsLine contains a tab character.620
ErrorsLine contains a tab character.621
Errors'+' should be on a new line.621
ErrorsLine contains a tab character.622
Errors'+' should be on a new line.622
ErrorsLine has trailing spaces.623
ErrorsLine contains a tab character.623
ErrorsLine contains a tab character.624
Errors'+' should be on a new line.624
ErrorsLine is longer than 80 characters.625
ErrorsLine contains a tab character.625
Errors'+' should be on a new line.625
ErrorsLine has trailing spaces.626
ErrorsLine contains a tab character.626
ErrorsLine contains a tab character.627
Errors'+' should be on a new line.627
ErrorsLine contains a tab character.628
Errors'+' should be on a new line.628
ErrorsLine contains a tab character.629
ErrorsLine has trailing spaces.630
ErrorsLine contains a tab character.630
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.633
ErrorsMissing a Javadoc comment.633
Errors'+' should be on a new line.634
ErrorsLine has trailing spaces.635
Errors'+' should be on a new line.636
Errors'+' should be on a new line.637
Errors'+' should be on a new line.638
ErrorsLine has trailing spaces.639
Errors'+' should be on a new line.640
Errors'+' should be on a new line.641
Errors'+' should be on a new line.642
ErrorsLine has trailing spaces.643
Errors'+' should be on a new line.644
Errors'+' should be on a new line.645
Errors'+' should be on a new line.646
ErrorsLine has trailing spaces.647
Errors'+' should be on a new line.648
Errors'+' should be on a new line.649
Errors'+' should be on a new line.650
ErrorsLine has trailing spaces.651
Errors'+' should be on a new line.652
Errors'+' should be on a new line.653
Errors'+' should be on a new line.654
ErrorsLine has trailing spaces.655
Errors'+' should be on a new line.656
Errors'+' should be on a new line.657
Errors'+' should be on a new line.658
ErrorsLine has trailing spaces.659
Errors'+' should be on a new line.660
Errors'+' should be on a new line.661
Errors'+' should be on a new line.662
ErrorsLine has trailing spaces.663
Errors'+' should be on a new line.664
Errors'+' should be on a new line.665
Errors'+' should be on a new line.666
ErrorsLine has trailing spaces.667
Errors'+' should be on a new line.668
Errors'+' should be on a new line.669
Errors'+' should be on a new line.670
ErrorsLine has trailing spaces.671
Errors'+' should be on a new line.672
Errors'+' should be on a new line.673
Errors'+' should be on a new line.674
ErrorsLine has trailing spaces.675
Errors'+' should be on a new line.676
Errors'+' should be on a new line.677
Errors'+' should be on a new line.678
ErrorsLine has trailing spaces.682
ErrorsLine has trailing spaces.683
ErrorsLine has trailing spaces.686

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/VehicleListEnd.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.36
ErrorsLine has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine contains a tab character.45
Errors'{' should be on the previous line.47
ErrorsLine has trailing spaces.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine has trailing spaces.52
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.62
ErrorsMissing a Javadoc comment.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.77
ErrorsParameter original should be final.82
ErrorsExpected @param tag for 'original'.82
ErrorsLine has trailing spaces.83
ErrorsLine has trailing spaces.86
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.92
ErrorsLine has trailing spaces.94
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.95
ErrorsMissing a Javadoc comment.95
ErrorsLine has trailing spaces.97
ErrorsLine contains a tab character.98
Errors'+' should be on a new line.98
ErrorsLine contains a tab character.99
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.100
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.103
ErrorsMissing a Javadoc comment.103
Errors'+' should be on a new line.104
ErrorsLine has trailing spaces.108
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.112

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/VehicleListStart.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.37
ErrorsLine contains a tab character.37
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.42
ErrorsLine contains a tab character.46
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.53
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.63
ErrorsMissing a Javadoc comment.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.78
ErrorsParameter original should be final.83
ErrorsExpected @param tag for 'original'.83
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.87
ErrorsLine is longer than 80 characters.89
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine has trailing spaces.93
ErrorsLine has trailing spaces.95
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.96
ErrorsMissing a Javadoc comment.96
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.99
Errors'+' should be on a new line.99
ErrorsLine contains a tab character.100
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.104
ErrorsMissing a Javadoc comment.104
Errors'+' should be on a new line.105
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.110
ErrorsLine has trailing spaces.113

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/VolumeChanged.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.46
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.63
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.75
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine has trailing spaces.79
ErrorsLine contains a tab character.79
ErrorsLine has trailing spaces.80
ErrorsLine contains a tab character.81
ErrorsLine has trailing spaces.82
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.83
ErrorsLine is longer than 80 characters.84
ErrorsLine contains a tab character.84
ErrorsLine has trailing spaces.85
ErrorsLine contains a tab character.85
ErrorsLine has trailing spaces.86
ErrorsLine contains a tab character.87
ErrorsLine has trailing spaces.88
ErrorsLine contains a tab character.88
ErrorsLine has trailing spaces.89
ErrorsLine contains a tab character.90
ErrorsLine has trailing spaces.91
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.92
ErrorsLine is longer than 80 characters.93
ErrorsLine contains a tab character.93
ErrorsLine has trailing spaces.94
ErrorsLine contains a tab character.94
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.96
ErrorsLine has trailing spaces.97
ErrorsLine contains a tab character.97
ErrorsMore than 7 parameters.99
ErrorsLine is longer than 80 characters.100
ErrorsParameter Id should be final.100
Errors'Id' hides a field.100
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.100
ErrorsParameter ZoneVelocity should be final.100
Errors'ZoneVelocity' hides a field.100
ErrorsName 'ZoneVelocity' must match pattern '^[a-z][a-zA-Z0-9]*$'.100
ErrorsParameter ZoneGravity should be final.100
Errors'ZoneGravity' hides a field.100
ErrorsName 'ZoneGravity' must match pattern '^[a-z][a-zA-Z0-9]*$'.100
ErrorsParameter GroundFriction should be final.100
Errors'GroundFriction' hides a field.100
ErrorsName 'GroundFriction' must match pattern '^[a-z][a-zA-Z0-9]*$'.100
ErrorsParameter FluidFriction should be final.100
Errors'FluidFriction' hides a field.100
ErrorsName 'FluidFriction' must match pattern '^[a-z][a-zA-Z0-9]*$'.100
ErrorsParameter TerminalVelocity should be final.100
Errors'TerminalVelocity' hides a field.100
ErrorsName 'TerminalVelocity' must match pattern '^[a-z][a-zA-Z0-9]*$'.100
ErrorsParameter WaterVolume should be final.100
Errors'WaterVolume' hides a field.100
ErrorsName 'WaterVolume' must match pattern '^[a-z][a-zA-Z0-9]*$'.100
ErrorsParameter PainCausing should be final.100
Errors'PainCausing' hides a field.100
ErrorsName 'PainCausing' must match pattern '^[a-z][a-zA-Z0-9]*$'.100
ErrorsParameter Destructive should be final.100
Errors'Destructive' hides a field.100
ErrorsName 'Destructive' must match pattern '^[a-z][a-zA-Z0-9]*$'.100
ErrorsParameter DamagePerSec should be final.100
Errors'DamagePerSec' hides a field.100
ErrorsName 'DamagePerSec' must match pattern '^[a-z][a-zA-Z0-9]*$'.100
ErrorsParameter DamageType should be final.100
Errors'DamageType' hides a field.100
ErrorsName 'DamageType' must match pattern '^[a-z][a-zA-Z0-9]*$'.100
ErrorsParameter NoInventory should be final.100
Errors'NoInventory' hides a field.100
ErrorsName 'NoInventory' must match pattern '^[a-z][a-zA-Z0-9]*$'.100
ErrorsParameter MoveProjectiles should be final.100
Errors'MoveProjectiles' hides a field.100
ErrorsName 'MoveProjectiles' must match pattern '^[a-z][a-zA-Z0-9]*$'.100
ErrorsParameter NeutralZone should be final.100
Errors'NeutralZone' hides a field.100
ErrorsName 'NeutralZone' must match pattern '^[a-z][a-zA-Z0-9]*$'.100
ErrorsLine has trailing spaces.101
ErrorsLine has trailing spaces.103
ErrorsLine has trailing spaces.105
ErrorsLine has trailing spaces.107
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.111
ErrorsLine has trailing spaces.113
ErrorsLine has trailing spaces.115
ErrorsLine has trailing spaces.117
ErrorsLine has trailing spaces.119
ErrorsLine has trailing spaces.121
ErrorsLine has trailing spaces.123
ErrorsLine has trailing spaces.125
ErrorsLine has trailing spaces.127
ErrorsLine has trailing spaces.129
ErrorsLine has trailing spaces.132
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsLine is longer than 80 characters.135
ErrorsLine contains a tab character.135
ErrorsLine has trailing spaces.136
ErrorsLine has trailing spaces.139
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.143
ErrorsVariable 'Id' must be private and have accessor methods.143
ErrorsLine contains a tab character.144
ErrorsLine has trailing spaces.146
ErrorsExpected an @return tag.149
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.149
ErrorsLine has trailing spaces.154
ErrorsLine has trailing spaces.156
ErrorsLine has trailing spaces.158
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsName 'ZoneVelocity' must match pattern '^[a-z][a-zA-Z0-9]*$'.162
ErrorsVariable 'ZoneVelocity' must be private and have accessor methods.162
ErrorsLine contains a tab character.163
ErrorsLine has trailing spaces.165
ErrorsLine has trailing spaces.167
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsExpected an @return tag.170
ErrorsMethod 'getZoneVelocity' is not designed for extension - needs to be abstract, final or empty.170
ErrorsLine has trailing spaces.175
ErrorsLine has trailing spaces.177
ErrorsLine has trailing spaces.179
ErrorsLine contains a tab character.180
ErrorsLine contains a tab character.181
ErrorsName 'ZoneGravity' must match pattern '^[a-z][a-zA-Z0-9]*$'.183
ErrorsVariable 'ZoneGravity' must be private and have accessor methods.183
ErrorsLine contains a tab character.184
ErrorsLine has trailing spaces.186
ErrorsLine has trailing spaces.188
ErrorsLine contains a tab character.189
ErrorsLine contains a tab character.190
ErrorsExpected an @return tag.191
ErrorsMethod 'getZoneGravity' is not designed for extension - needs to be abstract, final or empty.191
ErrorsLine has trailing spaces.196
ErrorsLine has trailing spaces.198
ErrorsLine has trailing spaces.200
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.202
ErrorsName 'GroundFriction' must match pattern '^[a-z][a-zA-Z0-9]*$'.204
ErrorsVariable 'GroundFriction' must be private and have accessor methods.204
ErrorsLine contains a tab character.205
ErrorsLine has trailing spaces.207
ErrorsLine has trailing spaces.209
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.211
ErrorsExpected an @return tag.212
ErrorsMethod 'getGroundFriction' is not designed for extension - needs to be abstract, final or empty.212
ErrorsLine has trailing spaces.217
ErrorsLine has trailing spaces.219
ErrorsLine has trailing spaces.221
ErrorsLine contains a tab character.222
ErrorsLine contains a tab character.223
ErrorsName 'FluidFriction' must match pattern '^[a-z][a-zA-Z0-9]*$'.225
ErrorsVariable 'FluidFriction' must be private and have accessor methods.225
ErrorsLine contains a tab character.226
ErrorsLine has trailing spaces.228
ErrorsLine has trailing spaces.230
ErrorsLine contains a tab character.231
ErrorsLine contains a tab character.232
ErrorsExpected an @return tag.233
ErrorsMethod 'getFluidFriction' is not designed for extension - needs to be abstract, final or empty.233
ErrorsLine has trailing spaces.238
ErrorsLine has trailing spaces.240
ErrorsLine has trailing spaces.242
ErrorsLine contains a tab character.243
ErrorsLine contains a tab character.244
ErrorsName 'TerminalVelocity' must match pattern '^[a-z][a-zA-Z0-9]*$'.246
ErrorsVariable 'TerminalVelocity' must be private and have accessor methods.246
ErrorsLine contains a tab character.247
ErrorsLine has trailing spaces.249
ErrorsLine has trailing spaces.251
ErrorsLine contains a tab character.252
ErrorsLine contains a tab character.253
ErrorsExpected an @return tag.254
ErrorsMethod 'getTerminalVelocity' is not designed for extension - needs to be abstract, final or empty.254
ErrorsLine has trailing spaces.259
ErrorsLine has trailing spaces.261
ErrorsLine has trailing spaces.263
ErrorsLine contains a tab character.264
ErrorsLine contains a tab character.265
ErrorsName 'WaterVolume' must match pattern '^[a-z][a-zA-Z0-9]*$'.267
ErrorsVariable 'WaterVolume' must be private and have accessor methods.267
ErrorsLine contains a tab character.268
ErrorsLine has trailing spaces.270
ErrorsLine has trailing spaces.272
ErrorsLine contains a tab character.273
ErrorsLine contains a tab character.274
ErrorsExpected an @return tag.275
ErrorsMethod 'isWaterVolume' is not designed for extension - needs to be abstract, final or empty.275
ErrorsLine has trailing spaces.280
ErrorsLine has trailing spaces.282
ErrorsLine has trailing spaces.284
ErrorsLine contains a tab character.285
ErrorsLine contains a tab character.286
ErrorsLine contains a tab character.287
ErrorsName 'PainCausing' must match pattern '^[a-z][a-zA-Z0-9]*$'.289
ErrorsVariable 'PainCausing' must be private and have accessor methods.289
ErrorsLine contains a tab character.290
ErrorsLine has trailing spaces.292
ErrorsLine has trailing spaces.294
ErrorsLine contains a tab character.295
ErrorsLine contains a tab character.296
ErrorsLine contains a tab character.297
ErrorsExpected an @return tag.298
ErrorsMethod 'isPainCausing' is not designed for extension - needs to be abstract, final or empty.298
ErrorsLine has trailing spaces.303
ErrorsLine has trailing spaces.305
ErrorsLine has trailing spaces.307
ErrorsLine contains a tab character.308
ErrorsLine contains a tab character.309
ErrorsName 'Destructive' must match pattern '^[a-z][a-zA-Z0-9]*$'.311
ErrorsVariable 'Destructive' must be private and have accessor methods.311
ErrorsLine contains a tab character.312
ErrorsLine has trailing spaces.314
ErrorsLine has trailing spaces.316
ErrorsLine contains a tab character.317
ErrorsLine contains a tab character.318
ErrorsExpected an @return tag.319
ErrorsMethod 'isDestructive' is not designed for extension - needs to be abstract, final or empty.319
ErrorsLine has trailing spaces.324
ErrorsLine has trailing spaces.326
ErrorsLine has trailing spaces.328
ErrorsLine is longer than 80 characters.329
ErrorsLine contains a tab character.329
ErrorsLine contains a tab character.330
ErrorsName 'DamagePerSec' must match pattern '^[a-z][a-zA-Z0-9]*$'.332
ErrorsVariable 'DamagePerSec' must be private and have accessor methods.332
ErrorsLine contains a tab character.333
ErrorsLine has trailing spaces.335
ErrorsLine has trailing spaces.337
ErrorsLine is longer than 80 characters.338
ErrorsLine contains a tab character.338
ErrorsLine contains a tab character.339
ErrorsExpected an @return tag.340
ErrorsMethod 'getDamagePerSec' is not designed for extension - needs to be abstract, final or empty.340
ErrorsLine has trailing spaces.345
ErrorsLine has trailing spaces.347
ErrorsLine has trailing spaces.349
ErrorsLine contains a tab character.350
ErrorsLine contains a tab character.351
ErrorsName 'DamageType' must match pattern '^[a-z][a-zA-Z0-9]*$'.353
ErrorsVariable 'DamageType' must be private and have accessor methods.353
ErrorsLine contains a tab character.354
ErrorsLine has trailing spaces.356
ErrorsLine has trailing spaces.358
ErrorsLine contains a tab character.359
ErrorsLine contains a tab character.360
ErrorsExpected an @return tag.361
ErrorsMethod 'getDamageType' is not designed for extension - needs to be abstract, final or empty.361
ErrorsLine has trailing spaces.366
ErrorsLine has trailing spaces.368
ErrorsLine has trailing spaces.370
ErrorsLine contains a tab character.371
ErrorsLine contains a tab character.372
ErrorsName 'NoInventory' must match pattern '^[a-z][a-zA-Z0-9]*$'.374
ErrorsVariable 'NoInventory' must be private and have accessor methods.374
ErrorsLine contains a tab character.375
ErrorsLine has trailing spaces.377
ErrorsLine has trailing spaces.379
ErrorsLine contains a tab character.380
ErrorsLine contains a tab character.381
ErrorsExpected an @return tag.382
ErrorsMethod 'isNoInventory' is not designed for extension - needs to be abstract, final or empty.382
ErrorsLine has trailing spaces.387
ErrorsLine has trailing spaces.389
ErrorsLine has trailing spaces.391
ErrorsLine is longer than 80 characters.392
ErrorsLine contains a tab character.392
ErrorsLine contains a tab character.393
ErrorsName 'MoveProjectiles' must match pattern '^[a-z][a-zA-Z0-9]*$'.395
ErrorsVariable 'MoveProjectiles' must be private and have accessor methods.395
ErrorsLine contains a tab character.396
ErrorsLine has trailing spaces.398
ErrorsLine has trailing spaces.400
ErrorsLine is longer than 80 characters.401
ErrorsLine contains a tab character.401
ErrorsLine contains a tab character.402
ErrorsExpected an @return tag.403
ErrorsMethod 'isMoveProjectiles' is not designed for extension - needs to be abstract, final or empty.403
ErrorsLine has trailing spaces.408
ErrorsLine has trailing spaces.410
ErrorsLine has trailing spaces.412
ErrorsLine contains a tab character.413
ErrorsLine contains a tab character.414
ErrorsName 'NeutralZone' must match pattern '^[a-z][a-zA-Z0-9]*$'.416
ErrorsVariable 'NeutralZone' must be private and have accessor methods.416
ErrorsLine contains a tab character.417
ErrorsLine has trailing spaces.419
ErrorsLine has trailing spaces.421
ErrorsLine contains a tab character.422
ErrorsLine contains a tab character.423
ErrorsExpected an @return tag.424
ErrorsMethod 'isNeutralZone' is not designed for extension - needs to be abstract, final or empty.424
ErrorsLine has trailing spaces.429
ErrorsLine has trailing spaces.431
ErrorsLine contains a tab character.436
ErrorsLine has trailing spaces.437
ErrorsLine contains a tab character.437
ErrorsLine contains a tab character.438
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.438
ErrorsMissing a Javadoc comment.438
ErrorsLine contains a tab character.439
ErrorsLine contains a tab character.440
ErrorsLine contains a tab character.441
ErrorsLine has trailing spaces.442
ErrorsLine contains a tab character.442
ErrorsLine contains a tab character.445
ErrorsLine contains a tab character.447
ErrorsLine has trailing spaces.448
ErrorsLine contains a tab character.448
ErrorsLine contains a tab character.449
ErrorsLine has trailing spaces.453
ErrorsParameter original should be final.458
ErrorsExpected @param tag for 'original'.458
ErrorsLine has trailing spaces.459
Errors'=' is not preceded with whitespace.460
Errors'=' is not followed by whitespace.460
ErrorsLine has trailing spaces.461
Errors'=' is not preceded with whitespace.462
Errors'=' is not followed by whitespace.462
ErrorsLine has trailing spaces.463
Errors'=' is not preceded with whitespace.464
Errors'=' is not followed by whitespace.464
ErrorsLine has trailing spaces.465
Errors'=' is not preceded with whitespace.466
Errors'=' is not followed by whitespace.466
ErrorsLine has trailing spaces.467
Errors'=' is not preceded with whitespace.468
Errors'=' is not followed by whitespace.468
ErrorsLine has trailing spaces.469
Errors'=' is not preceded with whitespace.470
Errors'=' is not followed by whitespace.470
ErrorsLine has trailing spaces.471
Errors'=' is not preceded with whitespace.472
Errors'=' is not followed by whitespace.472
ErrorsLine has trailing spaces.473
Errors'=' is not preceded with whitespace.474
Errors'=' is not followed by whitespace.474
ErrorsLine has trailing spaces.475
Errors'=' is not preceded with whitespace.476
Errors'=' is not followed by whitespace.476
ErrorsLine has trailing spaces.477
Errors'=' is not preceded with whitespace.478
Errors'=' is not followed by whitespace.478
ErrorsLine has trailing spaces.479
Errors'=' is not preceded with whitespace.480
Errors'=' is not followed by whitespace.480
ErrorsLine has trailing spaces.481
Errors'=' is not preceded with whitespace.482
Errors'=' is not followed by whitespace.482
ErrorsLine has trailing spaces.483
Errors'=' is not preceded with whitespace.484
Errors'=' is not followed by whitespace.484
ErrorsLine has trailing spaces.485
Errors'=' is not preceded with whitespace.486
Errors'=' is not followed by whitespace.486
ErrorsLine has trailing spaces.487
ErrorsLine has trailing spaces.490
ErrorsLine is longer than 80 characters.492
ErrorsLine contains a tab character.494
ErrorsLine contains a tab character.495
ErrorsLine has trailing spaces.496
ErrorsLine has trailing spaces.498
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.499
ErrorsMissing a Javadoc comment.499
ErrorsLine has trailing spaces.501
ErrorsLine contains a tab character.502
Errors'+' should be on a new line.502
ErrorsLine has trailing spaces.503
ErrorsLine contains a tab character.503
ErrorsLine contains a tab character.504
Errors'+' should be on a new line.504
ErrorsLine contains a tab character.505
Errors'+' should be on a new line.505
ErrorsLine has trailing spaces.506
ErrorsLine contains a tab character.506
ErrorsLine contains a tab character.507
Errors'+' should be on a new line.507
ErrorsLine is longer than 80 characters.508
ErrorsLine contains a tab character.508
Errors'+' should be on a new line.508
ErrorsLine has trailing spaces.509
ErrorsLine contains a tab character.509
ErrorsLine contains a tab character.510
Errors'+' should be on a new line.510
ErrorsLine is longer than 80 characters.511
ErrorsLine contains a tab character.511
Errors'+' should be on a new line.511
ErrorsLine has trailing spaces.512
ErrorsLine contains a tab character.512
ErrorsLine contains a tab character.513
Errors'+' should be on a new line.513
ErrorsLine is longer than 80 characters.514
ErrorsLine contains a tab character.514
Errors'+' should be on a new line.514
ErrorsLine has trailing spaces.515
ErrorsLine contains a tab character.515
ErrorsLine contains a tab character.516
Errors'+' should be on a new line.516
ErrorsLine is longer than 80 characters.517
ErrorsLine contains a tab character.517
Errors'+' should be on a new line.517
ErrorsLine has trailing spaces.518
ErrorsLine contains a tab character.518
ErrorsLine contains a tab character.519
Errors'+' should be on a new line.519
ErrorsLine is longer than 80 characters.520
ErrorsLine contains a tab character.520
Errors'+' should be on a new line.520
ErrorsLine has trailing spaces.521
ErrorsLine contains a tab character.521
ErrorsLine contains a tab character.522
Errors'+' should be on a new line.522
ErrorsLine is longer than 80 characters.523
ErrorsLine contains a tab character.523
Errors'+' should be on a new line.523
ErrorsLine has trailing spaces.524
ErrorsLine contains a tab character.524
ErrorsLine contains a tab character.525
Errors'+' should be on a new line.525
ErrorsLine is longer than 80 characters.526
ErrorsLine contains a tab character.526
Errors'+' should be on a new line.526
ErrorsLine has trailing spaces.527
ErrorsLine contains a tab character.527
ErrorsLine contains a tab character.528
Errors'+' should be on a new line.528
ErrorsLine is longer than 80 characters.529
ErrorsLine contains a tab character.529
Errors'+' should be on a new line.529
ErrorsLine has trailing spaces.530
ErrorsLine contains a tab character.530
ErrorsLine contains a tab character.531
Errors'+' should be on a new line.531
ErrorsLine is longer than 80 characters.532
ErrorsLine contains a tab character.532
Errors'+' should be on a new line.532
ErrorsLine has trailing spaces.533
ErrorsLine contains a tab character.533
ErrorsLine contains a tab character.534
Errors'+' should be on a new line.534
ErrorsLine is longer than 80 characters.535
ErrorsLine contains a tab character.535
Errors'+' should be on a new line.535
ErrorsLine has trailing spaces.536
ErrorsLine contains a tab character.536
ErrorsLine contains a tab character.537
Errors'+' should be on a new line.537
ErrorsLine is longer than 80 characters.538
ErrorsLine contains a tab character.538
Errors'+' should be on a new line.538
ErrorsLine has trailing spaces.539
ErrorsLine contains a tab character.539
ErrorsLine contains a tab character.540
Errors'+' should be on a new line.540
ErrorsLine is longer than 80 characters.541
ErrorsLine contains a tab character.541
Errors'+' should be on a new line.541
ErrorsLine has trailing spaces.542
ErrorsLine contains a tab character.542
ErrorsLine contains a tab character.543
Errors'+' should be on a new line.543
ErrorsLine is longer than 80 characters.544
ErrorsLine contains a tab character.544
Errors'+' should be on a new line.544
ErrorsLine contains a tab character.545
ErrorsLine has trailing spaces.546
ErrorsLine contains a tab character.546
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.549
ErrorsMissing a Javadoc comment.549
Errors'+' should be on a new line.550
ErrorsLine has trailing spaces.551
Errors'+' should be on a new line.552
Errors'+' should be on a new line.553
Errors'+' should be on a new line.554
ErrorsLine has trailing spaces.555
Errors'+' should be on a new line.556
Errors'+' should be on a new line.557
Errors'+' should be on a new line.558
ErrorsLine has trailing spaces.559
Errors'+' should be on a new line.560
Errors'+' should be on a new line.561
Errors'+' should be on a new line.562
ErrorsLine has trailing spaces.563
Errors'+' should be on a new line.564
Errors'+' should be on a new line.565
Errors'+' should be on a new line.566
ErrorsLine has trailing spaces.567
Errors'+' should be on a new line.568
Errors'+' should be on a new line.569
Errors'+' should be on a new line.570
ErrorsLine has trailing spaces.571
Errors'+' should be on a new line.572
Errors'+' should be on a new line.573
Errors'+' should be on a new line.574
ErrorsLine has trailing spaces.575
Errors'+' should be on a new line.576
Errors'+' should be on a new line.577
Errors'+' should be on a new line.578
ErrorsLine has trailing spaces.579
Errors'+' should be on a new line.580
Errors'+' should be on a new line.581
Errors'+' should be on a new line.582
ErrorsLine has trailing spaces.583
Errors'+' should be on a new line.584
Errors'+' should be on a new line.585
Errors'+' should be on a new line.586
ErrorsLine has trailing spaces.587
Errors'+' should be on a new line.588
Errors'+' should be on a new line.589
Errors'+' should be on a new line.590
ErrorsLine has trailing spaces.591
Errors'+' should be on a new line.592
Errors'+' should be on a new line.593
Errors'+' should be on a new line.594
ErrorsLine has trailing spaces.595
Errors'+' should be on a new line.596
Errors'+' should be on a new line.597
Errors'+' should be on a new line.598
ErrorsLine has trailing spaces.599
Errors'+' should be on a new line.600
Errors'+' should be on a new line.601
Errors'+' should be on a new line.602
ErrorsLine has trailing spaces.603
Errors'+' should be on a new line.604
Errors'+' should be on a new line.605
Errors'+' should be on a new line.606
ErrorsLine has trailing spaces.610
ErrorsLine has trailing spaces.611
ErrorsLine has trailing spaces.614

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/WallCollision.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.40
ErrorsLine has trailing spaces.42
ErrorsLine has trailing spaces.46
ErrorsLine contains a tab character.47
Errors'{' should be on the previous line.49
ErrorsLine has trailing spaces.50
ErrorsLine has trailing spaces.53
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 has trailing spaces.59
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsParameter Id should be final.70
Errors'Id' hides a field.70
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.70
ErrorsParameter Normal should be final.70
Errors'Normal' hides a field.70
ErrorsName 'Normal' must match pattern '^[a-z][a-zA-Z0-9]*$'.70
ErrorsParameter Location should be final.70
Errors'Location' hides a field.70
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.70
ErrorsLine has trailing spaces.71
ErrorsLine has trailing spaces.73
ErrorsLine has trailing spaces.75
ErrorsLine has trailing spaces.77
ErrorsLine has trailing spaces.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.87
ErrorsLine has trailing spaces.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.93
ErrorsVariable 'Id' must be private and have accessor methods.93
ErrorsLine contains a tab character.94
ErrorsLine has trailing spaces.96
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsExpected an @return tag.101
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.101
ErrorsLine has trailing spaces.106
ErrorsLine has trailing spaces.108
ErrorsLine has trailing spaces.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsName 'Normal' must match pattern '^[a-z][a-zA-Z0-9]*$'.114
ErrorsVariable 'Normal' must be private and have accessor methods.114
ErrorsLine contains a tab character.115
ErrorsLine has trailing spaces.117
ErrorsLine has trailing spaces.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsExpected an @return tag.122
ErrorsMethod 'getNormal' is not designed for extension - needs to be abstract, final or empty.122
ErrorsLine has trailing spaces.127
ErrorsLine has trailing spaces.129
ErrorsLine has trailing spaces.131
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
ErrorsName 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'.135
ErrorsVariable 'Location' must be private and have accessor methods.135
ErrorsLine contains a tab character.136
ErrorsLine has trailing spaces.138
ErrorsLine has trailing spaces.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsExpected an @return tag.143
ErrorsMethod 'getLocation' is not designed for extension - needs to be abstract, final or empty.143
ErrorsLine has trailing spaces.148
ErrorsLine has trailing spaces.150
ErrorsLine contains a tab character.155
ErrorsLine has trailing spaces.156
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.157
ErrorsMissing a Javadoc comment.157
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsLine has trailing spaces.161
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.166
ErrorsLine has trailing spaces.167
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.168
ErrorsLine has trailing spaces.172
ErrorsParameter original should be final.177
ErrorsExpected @param tag for 'original'.177
ErrorsLine has trailing spaces.178
Errors'=' is not preceded with whitespace.179
Errors'=' is not followed by whitespace.179
ErrorsLine has trailing spaces.180
Errors'=' is not preceded with whitespace.181
Errors'=' is not followed by whitespace.181
ErrorsLine has trailing spaces.182
Errors'=' is not preceded with whitespace.183
Errors'=' is not followed by whitespace.183
ErrorsLine has trailing spaces.184
ErrorsLine has trailing spaces.187
ErrorsLine is longer than 80 characters.189
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
ErrorsLine has trailing spaces.193
ErrorsLine has trailing spaces.195
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.196
ErrorsMissing a Javadoc comment.196
ErrorsLine has trailing spaces.198
ErrorsLine contains a tab character.199
Errors'+' should be on a new line.199
ErrorsLine has trailing spaces.200
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.201
Errors'+' should be on a new line.201
ErrorsLine contains a tab character.202
Errors'+' should be on a new line.202
ErrorsLine has trailing spaces.203
ErrorsLine contains a tab character.203
ErrorsLine contains a tab character.204
Errors'+' should be on a new line.204
ErrorsLine contains a tab character.205
Errors'+' should be on a new line.205
ErrorsLine has trailing spaces.206
ErrorsLine contains a tab character.206
ErrorsLine contains a tab character.207
Errors'+' should be on a new line.207
ErrorsLine is longer than 80 characters.208
ErrorsLine contains a tab character.208
Errors'+' should be on a new line.208
ErrorsLine contains a tab character.209
ErrorsLine has trailing spaces.210
ErrorsLine contains a tab character.210
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.213
ErrorsMissing a Javadoc comment.213
Errors'+' should be on a new line.214
ErrorsLine has trailing spaces.215
Errors'+' should be on a new line.216
Errors'+' should be on a new line.217
Errors'+' should be on a new line.218
ErrorsLine has trailing spaces.219
Errors'+' should be on a new line.220
Errors'+' should be on a new line.221
Errors'+' should be on a new line.222
ErrorsLine has trailing spaces.223
Errors'+' should be on a new line.224
Errors'+' should be on a new line.225
Errors'+' should be on a new line.226
ErrorsLine has trailing spaces.230
ErrorsLine has trailing spaces.231
ErrorsLine has trailing spaces.234

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/WeaponUpdate.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
ErrorsLine is longer than 80 characters.35
ErrorsLine is longer than 80 characters.36
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.43
ErrorsLine has trailing spaces.47
ErrorsLine contains a tab character.48
Errors'{' should be on the previous line.50
ErrorsLine has trailing spaces.51
ErrorsLine has trailing spaces.54
ErrorsLine is longer than 80 characters.55
ErrorsLine contains a tab character.55
ErrorsLine is longer than 80 characters.56
ErrorsLine is longer than 80 characters.57
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.62
ErrorsLine is longer than 80 characters.63
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine is longer than 80 characters.67
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine is longer than 80 characters.70
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine is longer than 80 characters.73
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.74
ErrorsLine contains a tab character.74
ErrorsLine is longer than 80 characters.77
ErrorsParameter Id should be final.77
Errors'Id' hides a field.77
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.77
ErrorsParameter PrimaryAmmo should be final.77
Errors'PrimaryAmmo' hides a field.77
ErrorsName 'PrimaryAmmo' must match pattern '^[a-z][a-zA-Z0-9]*$'.77
ErrorsParameter SecondaryAmmo should be final.77
Errors'SecondaryAmmo' hides a field.77
ErrorsName 'SecondaryAmmo' must match pattern '^[a-z][a-zA-Z0-9]*$'.77
ErrorsParameter InventoryType should be final.77
Errors'InventoryType' hides a field.77
ErrorsName 'InventoryType' must match pattern '^[a-z][a-zA-Z0-9]*$'.77
ErrorsLine has trailing spaces.78
ErrorsLine has trailing spaces.80
ErrorsLine has trailing spaces.82
ErrorsLine has trailing spaces.84
ErrorsLine has trailing spaces.86
ErrorsLine has trailing spaces.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine is longer than 80 characters.92
ErrorsLine contains a tab character.92
ErrorsLine has trailing spaces.93
ErrorsLine has trailing spaces.96
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.99
ErrorsLine is longer than 80 characters.100
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.104
ErrorsVariable 'Id' must be private and have accessor methods.104
ErrorsLine contains a tab character.105
ErrorsLine has trailing spaces.107
ErrorsLine has trailing spaces.109
ErrorsLine contains a tab character.110
ErrorsLine is longer than 80 characters.111
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsExpected an @return tag.114
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.114
ErrorsLine has trailing spaces.119
ErrorsLine has trailing spaces.121
ErrorsLine has trailing spaces.123
ErrorsLine is longer than 80 characters.124
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsName 'PrimaryAmmo' must match pattern '^[a-z][a-zA-Z0-9]*$'.127
ErrorsVariable 'PrimaryAmmo' must be private and have accessor methods.127
ErrorsLine contains a tab character.128
ErrorsLine has trailing spaces.130
ErrorsLine has trailing spaces.132
ErrorsLine is longer than 80 characters.133
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsExpected an @return tag.135
ErrorsMethod 'getPrimaryAmmo' is not designed for extension - needs to be abstract, final or empty.135
ErrorsLine has trailing spaces.140
ErrorsLine has trailing spaces.142
ErrorsFirst sentence should end with a period.143
ErrorsLine has trailing spaces.144
ErrorsLine is longer than 80 characters.145
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsName 'SecondaryAmmo' must match pattern '^[a-z][a-zA-Z0-9]*$'.148
ErrorsVariable 'SecondaryAmmo' must be private and have accessor methods.148
ErrorsLine contains a tab character.149
ErrorsLine has trailing spaces.151
ErrorsFirst sentence should end with a period.152
ErrorsLine has trailing spaces.153
ErrorsLine is longer than 80 characters.154
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
ErrorsExpected an @return tag.156
ErrorsMethod 'getSecondaryAmmo' is not designed for extension - needs to be abstract, final or empty.156
ErrorsLine has trailing spaces.161
ErrorsLine has trailing spaces.163
ErrorsLine has trailing spaces.165
ErrorsLine is longer than 80 characters.166
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsName 'InventoryType' must match pattern '^[a-z][a-zA-Z0-9]*$'.169
ErrorsVariable 'InventoryType' must be private and have accessor methods.169
ErrorsLine contains a tab character.170
ErrorsLine has trailing spaces.172
ErrorsLine has trailing spaces.174
ErrorsLine is longer than 80 characters.175
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsExpected an @return tag.177
ErrorsMethod 'getInventoryType' is not designed for extension - needs to be abstract, final or empty.177
ErrorsLine has trailing spaces.182
ErrorsLine has trailing spaces.184
ErrorsLine contains a tab character.189
ErrorsLine has trailing spaces.190
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.191
ErrorsMissing a Javadoc comment.191
ErrorsLine contains a tab character.192
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.194
ErrorsLine has trailing spaces.195
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.198
ErrorsLine contains a tab character.200
ErrorsLine has trailing spaces.201
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.202
ErrorsLine has trailing spaces.206
ErrorsParameter original should be final.211
ErrorsExpected @param tag for 'original'.211
ErrorsLine has trailing spaces.212
Errors'=' is not preceded with whitespace.213
Errors'=' is not followed by whitespace.213
ErrorsLine has trailing spaces.214
Errors'=' is not preceded with whitespace.215
Errors'=' is not followed by whitespace.215
ErrorsLine has trailing spaces.216
Errors'=' is not preceded with whitespace.217
Errors'=' is not followed by whitespace.217
ErrorsLine has trailing spaces.218
Errors'=' is not preceded with whitespace.219
Errors'=' is not followed by whitespace.219
ErrorsLine has trailing spaces.220
ErrorsLine has trailing spaces.223
ErrorsLine is longer than 80 characters.225
ErrorsLine contains a tab character.227
ErrorsLine contains a tab character.228
ErrorsLine has trailing spaces.229
ErrorsLine has trailing spaces.231
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.232
ErrorsMissing a Javadoc comment.232
ErrorsLine has trailing spaces.234
ErrorsLine contains a tab character.235
Errors'+' should be on a new line.235
ErrorsLine has trailing spaces.236
ErrorsLine contains a tab character.236
ErrorsLine contains a tab character.237
Errors'+' should be on a new line.237
ErrorsLine contains a tab character.238
Errors'+' should be on a new line.238
ErrorsLine has trailing spaces.239
ErrorsLine contains a tab character.239
ErrorsLine contains a tab character.240
Errors'+' should be on a new line.240
ErrorsLine is longer than 80 characters.241
ErrorsLine contains a tab character.241
Errors'+' should be on a new line.241
ErrorsLine has trailing spaces.242
ErrorsLine contains a tab character.242
ErrorsLine contains a tab character.243
Errors'+' should be on a new line.243
ErrorsLine is longer than 80 characters.244
ErrorsLine contains a tab character.244
Errors'+' should be on a new line.244
ErrorsLine has trailing spaces.245
ErrorsLine contains a tab character.245
ErrorsLine contains a tab character.246
Errors'+' should be on a new line.246
ErrorsLine is longer than 80 characters.247
ErrorsLine contains a tab character.247
Errors'+' should be on a new line.247
ErrorsLine contains a tab character.248
ErrorsLine has trailing spaces.249
ErrorsLine contains a tab character.249
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.252
ErrorsMissing a Javadoc comment.252
Errors'+' should be on a new line.253
ErrorsLine has trailing spaces.254
Errors'+' should be on a new line.255
Errors'+' should be on a new line.256
Errors'+' should be on a new line.257
ErrorsLine has trailing spaces.258
Errors'+' should be on a new line.259
Errors'+' should be on a new line.260
Errors'+' should be on a new line.261
ErrorsLine has trailing spaces.262
Errors'+' should be on a new line.263
Errors'+' should be on a new line.264
Errors'+' should be on a new line.265
ErrorsLine has trailing spaces.266
Errors'+' should be on a new line.267
Errors'+' should be on a new line.268
Errors'+' should be on a new line.269
ErrorsLine has trailing spaces.273
ErrorsLine has trailing spaces.274
ErrorsLine has trailing spaces.277

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/Yylex.java

ViolationMessageLine
ErrorsFile length is 7,890 lines (max allowed is 2,000).1
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.12
ErrorsUsing the '.*' form of import should be avoided - java.util.*.13
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.parser.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.parser.exception.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.parser.impl.yylex.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.24
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.parser.*.26
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.27
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.29
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.30
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.32
ErrorsFirst sentence should end with a period.38
ErrorsLine has trailing spaces.39
ErrorsLine is longer than 80 characters.42
ErrorsFirst sentence should end with a period.46
ErrorsFirst sentence should end with a period.49
ErrorsFirst sentence should end with a period.52
ErrorsMissing a Javadoc comment.54
ErrorsMissing a Javadoc comment.55
ErrorsMissing a Javadoc comment.56
ErrorsMissing a Javadoc comment.57
ErrorsMissing a Javadoc comment.58
ErrorsMissing a Javadoc comment.59
ErrorsMissing a Javadoc comment.60
ErrorsMissing a Javadoc comment.61
ErrorsMissing a Javadoc comment.62
ErrorsMissing a Javadoc comment.63
ErrorsMissing a Javadoc comment.64
ErrorsMissing a Javadoc comment.65
ErrorsMissing a Javadoc comment.66
ErrorsMissing a Javadoc comment.67
ErrorsMissing a Javadoc comment.68
ErrorsMissing a Javadoc comment.69
ErrorsMissing a Javadoc comment.70
ErrorsMissing a Javadoc comment.71
ErrorsMissing a Javadoc comment.72
ErrorsMissing a Javadoc comment.73
ErrorsMissing a Javadoc comment.74
ErrorsMissing a Javadoc comment.75
ErrorsMissing a Javadoc comment.76
ErrorsMissing a Javadoc comment.77
ErrorsMissing a Javadoc comment.78
ErrorsMissing a Javadoc comment.79
ErrorsMissing a Javadoc comment.80
ErrorsMissing a Javadoc comment.81
ErrorsMissing a Javadoc comment.82
ErrorsMissing a Javadoc comment.83
ErrorsMissing a Javadoc comment.84
ErrorsMissing a Javadoc comment.85
ErrorsMissing a Javadoc comment.86
ErrorsMissing a Javadoc comment.87
ErrorsMissing a Javadoc comment.88
ErrorsMissing a Javadoc comment.89
ErrorsMissing a Javadoc comment.90
ErrorsMissing a Javadoc comment.91
ErrorsMissing a Javadoc comment.92
ErrorsMissing a Javadoc comment.93
ErrorsMissing a Javadoc comment.94
ErrorsMissing a Javadoc comment.95
ErrorsMissing a Javadoc comment.96
ErrorsMissing a Javadoc comment.97
ErrorsMissing a Javadoc comment.98
ErrorsMissing a Javadoc comment.99
ErrorsMissing a Javadoc comment.100
ErrorsMissing a Javadoc comment.101
ErrorsMissing a Javadoc comment.102
ErrorsMissing a Javadoc comment.103
ErrorsMissing a Javadoc comment.104
ErrorsMissing a Javadoc comment.105
ErrorsMissing a Javadoc comment.106
ErrorsMissing a Javadoc comment.107
ErrorsMissing a Javadoc comment.108
ErrorsMissing a Javadoc comment.109
ErrorsMissing a Javadoc comment.110
ErrorsMissing a Javadoc comment.111
ErrorsMissing a Javadoc comment.112
ErrorsMissing a Javadoc comment.113
ErrorsMissing a Javadoc comment.114
ErrorsMissing a Javadoc comment.115
ErrorsMissing a Javadoc comment.116
ErrorsMissing a Javadoc comment.117
ErrorsMissing a Javadoc comment.118
ErrorsMissing a Javadoc comment.119
ErrorsMissing a Javadoc comment.120
ErrorsMissing a Javadoc comment.121
ErrorsMissing a Javadoc comment.122
ErrorsMissing a Javadoc comment.123
ErrorsMissing a Javadoc comment.124
ErrorsMissing a Javadoc comment.125
ErrorsMissing a Javadoc comment.126
ErrorsMissing a Javadoc comment.127
ErrorsMissing a Javadoc comment.128
ErrorsMissing a Javadoc comment.129
ErrorsMissing a Javadoc comment.130
ErrorsMissing a Javadoc comment.131
ErrorsMissing a Javadoc comment.132
ErrorsMissing a Javadoc comment.133
ErrorsMissing a Javadoc comment.134
ErrorsMissing a Javadoc comment.135
ErrorsMissing a Javadoc comment.136
ErrorsMissing a Javadoc comment.137
ErrorsMissing a Javadoc comment.138
ErrorsMissing a Javadoc comment.139
ErrorsMissing a Javadoc comment.140
ErrorsMissing a Javadoc comment.141
ErrorsMissing a Javadoc comment.142
ErrorsMissing a Javadoc comment.143
ErrorsMissing a Javadoc comment.144
ErrorsMissing a Javadoc comment.145
ErrorsMissing a Javadoc comment.146
ErrorsMissing a Javadoc comment.147
ErrorsMissing a Javadoc comment.148
ErrorsMissing a Javadoc comment.149
ErrorsMissing a Javadoc comment.150
ErrorsMissing a Javadoc comment.151
ErrorsMissing a Javadoc comment.152
ErrorsMissing a Javadoc comment.153
ErrorsMissing a Javadoc comment.154
ErrorsFirst sentence should end with a period.156
ErrorsLine has trailing spaces.162
ErrorsArray brackets at illegal position.162
ErrorsLine has trailing spaces.163
ErrorsLine has trailing spaces.164
ErrorsLine has trailing spaces.165
ErrorsLine has trailing spaces.166
ErrorsLine has trailing spaces.167
ErrorsLine has trailing spaces.168
ErrorsLine has trailing spaces.169
ErrorsLine has trailing spaces.170
ErrorsLine has trailing spaces.171
ErrorsLine has trailing spaces.172
ErrorsLine has trailing spaces.173
ErrorsLine has trailing spaces.174
ErrorsFirst sentence should end with a period.178
ErrorsLine has trailing spaces.178
ErrorsLine has trailing spaces.181
Errors'+' is not preceded with whitespace.182
Errors'+' should be on a new line.182
Errors'+' is not preceded with whitespace.183
Errors'+' should be on a new line.183
Errors'+' is not preceded with whitespace.184
Errors'+' should be on a new line.184
Errors'+' is not preceded with whitespace.185
Errors'+' should be on a new line.185
Errors'+' is not preceded with whitespace.186
Errors'+' should be on a new line.186
Errors'+' is not preceded with whitespace.187
Errors'+' should be on a new line.187
Errors'+' is not preceded with whitespace.188
Errors'+' should be on a new line.188
ErrorsFirst sentence should end with a period.191
ErrorsLine has trailing spaces.191
ErrorsLine has trailing spaces.196
ErrorsMissing a Javadoc comment.201
Errors'+' is not preceded with whitespace.202
Errors'+' should be on a new line.202
Errors'+' is not preceded with whitespace.203
Errors'+' should be on a new line.203
Errors'+' is not preceded with whitespace.204
Errors'+' should be on a new line.204
Errors'+' is not preceded with whitespace.205
Errors'+' should be on a new line.205
Errors'+' is not preceded with whitespace.206
Errors'+' should be on a new line.206
Errors'+' is not preceded with whitespace.207
Errors'+' should be on a new line.207
Errors'+' is not preceded with whitespace.208
Errors'+' should be on a new line.208
Errors'+' is not preceded with whitespace.209
Errors'+' should be on a new line.209
Errors'+' is not preceded with whitespace.210
Errors'+' should be on a new line.210
Errors'+' is not preceded with whitespace.211
Errors'+' should be on a new line.211
Errors'+' is not preceded with whitespace.212
Errors'+' should be on a new line.212
Errors'+' is not preceded with whitespace.213
Errors'+' should be on a new line.213
Errors'+' is not preceded with whitespace.214
Errors'+' should be on a new line.214
Errors'+' is not preceded with whitespace.215
Errors'+' should be on a new line.215
Errors'+' is not preceded with whitespace.216
Errors'+' should be on a new line.216
Errors'+' is not preceded with whitespace.217
Errors'+' should be on a new line.217
Errors'+' is not preceded with whitespace.218
Errors'+' should be on a new line.218
Errors'+' is not preceded with whitespace.219
Errors'+' should be on a new line.219
Errors'+' is not preceded with whitespace.220
Errors'+' should be on a new line.220
Errors'+' is not preceded with whitespace.221
Errors'+' should be on a new line.221
Errors'+' is not preceded with whitespace.222
Errors'+' should be on a new line.222
Errors'+' is not preceded with whitespace.223
Errors'+' should be on a new line.223
Errors'+' is not preceded with whitespace.224
Errors'+' should be on a new line.224
Errors'+' is not preceded with whitespace.225
Errors'+' should be on a new line.225
Errors'+' is not preceded with whitespace.226
Errors'+' should be on a new line.226
Errors'+' is not preceded with whitespace.227
Errors'+' should be on a new line.227
Errors'+' is not preceded with whitespace.228
Errors'+' should be on a new line.228
Errors'+' is not preceded with whitespace.229
Errors'+' should be on a new line.229
Errors'+' is not preceded with whitespace.230
Errors'+' should be on a new line.230
Errors'+' is not preceded with whitespace.231
Errors'+' should be on a new line.231
Errors'+' is not preceded with whitespace.232
Errors'+' should be on a new line.232
Errors'+' is not preceded with whitespace.233
Errors'+' should be on a new line.233
Errors'+' is not preceded with whitespace.234
Errors'+' should be on a new line.234
Errors'+' is not preceded with whitespace.235
Errors'+' should be on a new line.235
Errors'+' is not preceded with whitespace.236
Errors'+' should be on a new line.236
Errors'+' is not preceded with whitespace.237
Errors'+' should be on a new line.237
Errors'+' is not preceded with whitespace.238
Errors'+' should be on a new line.238
Errors'+' is not preceded with whitespace.239
Errors'+' should be on a new line.239
Errors'+' is not preceded with whitespace.240
Errors'+' should be on a new line.240
Errors'+' is not preceded with whitespace.241
Errors'+' should be on a new line.241
Errors'+' is not preceded with whitespace.242
Errors'+' should be on a new line.242
Errors'+' is not preceded with whitespace.243
Errors'+' should be on a new line.243
Errors'+' is not preceded with whitespace.244
Errors'+' should be on a new line.244
Errors'+' is not preceded with whitespace.245
Errors'+' should be on a new line.245
Errors'+' is not preceded with whitespace.246
Errors'+' should be on a new line.246
Errors'+' is not preceded with whitespace.247
Errors'+' should be on a new line.247
Errors'+' is not preceded with whitespace.248
Errors'+' should be on a new line.248
Errors'+' is not preceded with whitespace.249
Errors'+' should be on a new line.249
Errors'+' is not preceded with whitespace.250
Errors'+' should be on a new line.250
Errors'+' is not preceded with whitespace.251
Errors'+' should be on a new line.251
Errors'+' is not preceded with whitespace.252
Errors'+' should be on a new line.252
Errors'+' is not preceded with whitespace.253
Errors'+' should be on a new line.253
Errors'+' is not preceded with whitespace.254
Errors'+' should be on a new line.254
Errors'+' is not preceded with whitespace.255
Errors'+' should be on a new line.255
Errors'+' is not preceded with whitespace.256
Errors'+' should be on a new line.256
Errors'+' is not preceded with whitespace.257
Errors'+' should be on a new line.257
Errors'+' is not preceded with whitespace.258
Errors'+' should be on a new line.258
Errors'+' is not preceded with whitespace.259
Errors'+' should be on a new line.259
Errors'+' is not preceded with whitespace.260
Errors'+' should be on a new line.260
Errors'+' is not preceded with whitespace.261
Errors'+' should be on a new line.261
Errors'+' is not preceded with whitespace.262
Errors'+' should be on a new line.262
Errors'+' is not preceded with whitespace.263
Errors'+' should be on a new line.263
Errors'+' is not preceded with whitespace.264
Errors'+' should be on a new line.264
Errors'+' is not preceded with whitespace.265
Errors'+' should be on a new line.265
Errors'+' is not preceded with whitespace.266
Errors'+' should be on a new line.266
Errors'+' is not preceded with whitespace.267
Errors'+' should be on a new line.267
Errors'+' is not preceded with whitespace.268
Errors'+' should be on a new line.268
Errors'+' is not preceded with whitespace.269
Errors'+' should be on a new line.269
Errors'+' is not preceded with whitespace.270
Errors'+' should be on a new line.270
Errors'+' is not preceded with whitespace.271
Errors'+' should be on a new line.271
Errors'+' is not preceded with whitespace.272
Errors'+' should be on a new line.272
Errors'+' is not preceded with whitespace.273
Errors'+' should be on a new line.273
Errors'+' is not preceded with whitespace.274
Errors'+' should be on a new line.274
Errors'+' is not preceded with whitespace.275
Errors'+' should be on a new line.275
Errors'+' is not preceded with whitespace.276
Errors'+' should be on a new line.276
Errors'+' is not preceded with whitespace.277
Errors'+' should be on a new line.277
Errors'+' is not preceded with whitespace.278
Errors'+' should be on a new line.278
Errors'+' is not preceded with whitespace.279
Errors'+' should be on a new line.279
Errors'+' is not preceded with whitespace.280
Errors'+' should be on a new line.280
Errors'+' is not preceded with whitespace.281
Errors'+' should be on a new line.281
Errors'+' is not preceded with whitespace.282
Errors'+' should be on a new line.282
Errors'+' is not preceded with whitespace.283
Errors'+' should be on a new line.283
Errors'+' is not preceded with whitespace.284
Errors'+' should be on a new line.284
Errors'+' is not preceded with whitespace.285
Errors'+' should be on a new line.285
Errors'+' is not preceded with whitespace.286
Errors'+' should be on a new line.286
Errors'+' is not preceded with whitespace.287
Errors'+' should be on a new line.287
Errors'+' is not preceded with whitespace.288
Errors'+' should be on a new line.288
Errors'+' is not preceded with whitespace.289
Errors'+' should be on a new line.289
Errors'+' is not preceded with whitespace.290
Errors'+' should be on a new line.290
Errors'+' is not preceded with whitespace.291
Errors'+' should be on a new line.291
Errors'+' is not preceded with whitespace.292
Errors'+' should be on a new line.292
Errors'+' is not preceded with whitespace.293
Errors'+' should be on a new line.293
Errors'+' is not preceded with whitespace.294
Errors'+' should be on a new line.294
Errors'+' is not preceded with whitespace.295
Errors'+' should be on a new line.295
Errors'+' is not preceded with whitespace.296
Errors'+' should be on a new line.296
Errors'+' is not preceded with whitespace.297
Errors'+' should be on a new line.297
Errors'+' is not preceded with whitespace.298
Errors'+' should be on a new line.298
Errors'+' is not preceded with whitespace.299
Errors'+' should be on a new line.299
Errors'+' is not preceded with whitespace.300
Errors'+' should be on a new line.300
Errors'+' is not preceded with whitespace.301
Errors'+' should be on a new line.301
Errors'+' is not preceded with whitespace.302
Errors'+' should be on a new line.302
Errors'+' is not preceded with whitespace.303
Errors'+' should be on a new line.303
Errors'+' is not preceded with whitespace.304
Errors'+' should be on a new line.304
Errors'+' is not preceded with whitespace.305
Errors'+' should be on a new line.305
Errors'+' is not preceded with whitespace.306
Errors'+' should be on a new line.306
Errors'+' is not preceded with whitespace.307
Errors'+' should be on a new line.307
Errors'+' is not preceded with whitespace.308
Errors'+' should be on a new line.308
Errors'+' is not preceded with whitespace.309
Errors'+' should be on a new line.309
Errors'+' is not preceded with whitespace.310
Errors'+' should be on a new line.310
Errors'+' is not preceded with whitespace.311
Errors'+' should be on a new line.311
Errors'+' is not preceded with whitespace.312
Errors'+' should be on a new line.312
Errors'+' is not preceded with whitespace.313
Errors'+' should be on a new line.313
Errors'+' is not preceded with whitespace.314
Errors'+' should be on a new line.314
Errors'+' is not preceded with whitespace.315
Errors'+' should be on a new line.315
Errors'+' is not preceded with whitespace.316
Errors'+' should be on a new line.316
Errors'+' is not preceded with whitespace.317
Errors'+' should be on a new line.317
Errors'+' is not preceded with whitespace.318
Errors'+' should be on a new line.318
Errors'+' is not preceded with whitespace.319
Errors'+' should be on a new line.319
Errors'+' is not preceded with whitespace.320
Errors'+' should be on a new line.320
Errors'+' is not preceded with whitespace.321
Errors'+' should be on a new line.321
Errors'+' is not preceded with whitespace.322
Errors'+' should be on a new line.322
Errors'+' is not preceded with whitespace.323
Errors'+' should be on a new line.323
Errors'+' is not preceded with whitespace.324
Errors'+' should be on a new line.324
Errors'+' is not preceded with whitespace.325
Errors'+' should be on a new line.325
Errors'+' is not preceded with whitespace.326
Errors'+' should be on a new line.326
Errors'+' is not preceded with whitespace.327
Errors'+' should be on a new line.327
Errors'+' is not preceded with whitespace.328
Errors'+' should be on a new line.328
Errors'+' is not preceded with whitespace.329
Errors'+' should be on a new line.329
Errors'+' is not preceded with whitespace.330
Errors'+' should be on a new line.330
Errors'+' is not preceded with whitespace.331
Errors'+' should be on a new line.331
Errors'+' is not preceded with whitespace.332
Errors'+' should be on a new line.332
Errors'+' is not preceded with whitespace.333
Errors'+' should be on a new line.333
Errors'+' is not preceded with whitespace.334
Errors'+' should be on a new line.334
ErrorsMissing a Javadoc comment.337
Errors'7002' is a magic number.338
ErrorsMissing a Javadoc comment.344
ErrorsParameter packed should be final.344
ErrorsParameter offset should be final.344
ErrorsParameter result should be final.344
Errors'do' construct must use '{}'s.351
ErrorsFirst sentence should end with a period.357
ErrorsLine has trailing spaces.357
ErrorsMissing a Javadoc comment.362
Errors'+' is not preceded with whitespace.363
Errors'+' should be on a new line.363
Errors'+' is not preceded with whitespace.364
Errors'+' should be on a new line.364
Errors'+' is not preceded with whitespace.365
Errors'+' should be on a new line.365
Errors'+' is not preceded with whitespace.366
Errors'+' should be on a new line.366
Errors'+' is not preceded with whitespace.367
Errors'+' should be on a new line.367
Errors'+' is not preceded with whitespace.368
Errors'+' should be on a new line.368
Errors'+' is not preceded with whitespace.369
Errors'+' should be on a new line.369
Errors'+' is not preceded with whitespace.370
Errors'+' should be on a new line.370
Errors'+' is not preceded with whitespace.371
Errors'+' should be on a new line.371
Errors'+' is not preceded with whitespace.372
Errors'+' should be on a new line.372
Errors'+' is not preceded with whitespace.373
Errors'+' should be on a new line.373
Errors'+' is not preceded with whitespace.374
Errors'+' should be on a new line.374
Errors'+' is not preceded with whitespace.375
Errors'+' should be on a new line.375
Errors'+' is not preceded with whitespace.376
Errors'+' should be on a new line.376
Errors'+' is not preceded with whitespace.377
Errors'+' should be on a new line.377
Errors'+' is not preceded with whitespace.378
Errors'+' should be on a new line.378
Errors'+' is not preceded with whitespace.379
Errors'+' should be on a new line.379
Errors'+' is not preceded with whitespace.380
Errors'+' should be on a new line.380
Errors'+' is not preceded with whitespace.381
Errors'+' should be on a new line.381
Errors'+' is not preceded with whitespace.382
Errors'+' should be on a new line.382
Errors'+' is not preceded with whitespace.383
Errors'+' should be on a new line.383
Errors'+' is not preceded with whitespace.384
Errors'+' should be on a new line.384
Errors'+' is not preceded with whitespace.385
Errors'+' should be on a new line.385
Errors'+' is not preceded with whitespace.386
Errors'+' should be on a new line.386
Errors'+' is not preceded with whitespace.387
Errors'+' should be on a new line.387
Errors'+' is not preceded with whitespace.388
Errors'+' should be on a new line.388
Errors'+' is not preceded with whitespace.389
Errors'+' should be on a new line.389
Errors'+' is not preceded with whitespace.390
Errors'+' should be on a new line.390
Errors'+' is not preceded with whitespace.391
Errors'+' should be on a new line.391
Errors'+' is not preceded with whitespace.392
Errors'+' should be on a new line.392
Errors'+' is not preceded with whitespace.393
Errors'+' should be on a new line.393
Errors'+' is not preceded with whitespace.394
Errors'+' should be on a new line.394
Errors'+' is not preceded with whitespace.395
Errors'+' should be on a new line.395
Errors'+' is not preceded with whitespace.396
Errors'+' should be on a new line.396
Errors'+' is not preceded with whitespace.397
Errors'+' should be on a new line.397
Errors'+' is not preceded with whitespace.398
Errors'+' should be on a new line.398
Errors'+' is not preceded with whitespace.399
Errors'+' should be on a new line.399
Errors'+' is not preceded with whitespace.400
Errors'+' should be on a new line.400
Errors'+' is not preceded with whitespace.401
Errors'+' should be on a new line.401
Errors'+' is not preceded with whitespace.402
Errors'+' should be on a new line.402
Errors'+' is not preceded with whitespace.403
Errors'+' should be on a new line.403
Errors'+' is not preceded with whitespace.404
Errors'+' should be on a new line.404
Errors'+' is not preceded with whitespace.405
Errors'+' should be on a new line.405
Errors'+' is not preceded with whitespace.406
Errors'+' should be on a new line.406
Errors'+' is not preceded with whitespace.407
Errors'+' should be on a new line.407
Errors'+' is not preceded with whitespace.408
Errors'+' should be on a new line.408
Errors'+' is not preceded with whitespace.409
Errors'+' should be on a new line.409
Errors'+' is not preceded with whitespace.410
Errors'+' should be on a new line.410
Errors'+' is not preceded with whitespace.411
Errors'+' should be on a new line.411
Errors'+' is not preceded with whitespace.412
Errors'+' should be on a new line.412
Errors'+' is not preceded with whitespace.413
Errors'+' should be on a new line.413
Errors'+' is not preceded with whitespace.414
Errors'+' should be on a new line.414
Errors'+' is not preceded with whitespace.415
Errors'+' should be on a new line.415
Errors'+' is not preceded with whitespace.416
Errors'+' should be on a new line.416
Errors'+' is not preceded with whitespace.417
Errors'+' should be on a new line.417
Errors'+' is not preceded with whitespace.418
Errors'+' should be on a new line.418
Errors'+' is not preceded with whitespace.419
Errors'+' should be on a new line.419
Errors'+' is not preceded with whitespace.420
Errors'+' should be on a new line.420
Errors'+' is not preceded with whitespace.421
Errors'+' should be on a new line.421
Errors'+' is not preceded with whitespace.422
Errors'+' should be on a new line.422
Errors'+' is not preceded with whitespace.423
Errors'+' should be on a new line.423
Errors'+' is not preceded with whitespace.424
Errors'+' should be on a new line.424
Errors'+' is not preceded with whitespace.425
Errors'+' should be on a new line.425
Errors'+' is not preceded with whitespace.426
Errors'+' should be on a new line.426
Errors'+' is not preceded with whitespace.427
Errors'+' should be on a new line.427
Errors'+' is not preceded with whitespace.428
Errors'+' should be on a new line.428
Errors'+' is not preceded with whitespace.429
Errors'+' should be on a new line.429
Errors'+' is not preceded with whitespace.430
Errors'+' should be on a new line.430
Errors'+' is not preceded with whitespace.431
Errors'+' should be on a new line.431
Errors'+' is not preceded with whitespace.432
Errors'+' should be on a new line.432
Errors'+' is not preceded with whitespace.433
Errors'+' should be on a new line.433
Errors'+' is not preceded with whitespace.434
Errors'+' should be on a new line.434
Errors'+' is not preceded with whitespace.435
Errors'+' should be on a new line.435
Errors'+' is not preceded with whitespace.436
Errors'+' should be on a new line.436
Errors'+' is not preceded with whitespace.437
Errors'+' should be on a new line.437
Errors'+' is not preceded with whitespace.438
Errors'+' should be on a new line.438
Errors'+' is not preceded with whitespace.439
Errors'+' should be on a new line.439
Errors'+' is not preceded with whitespace.440
Errors'+' should be on a new line.440
Errors'+' is not preceded with whitespace.441
Errors'+' should be on a new line.441
Errors'+' is not preceded with whitespace.442
Errors'+' should be on a new line.442
Errors'+' is not preceded with whitespace.443
Errors'+' should be on a new line.443
Errors'+' is not preceded with whitespace.444
Errors'+' should be on a new line.444
Errors'+' is not preceded with whitespace.445
Errors'+' should be on a new line.445
Errors'+' is not preceded with whitespace.446
Errors'+' should be on a new line.446
Errors'+' is not preceded with whitespace.447
Errors'+' should be on a new line.447
Errors'+' is not preceded with whitespace.448
Errors'+' should be on a new line.448
Errors'+' is not preceded with whitespace.449
Errors'+' should be on a new line.449
Errors'+' is not preceded with whitespace.450
Errors'+' should be on a new line.450
Errors'+' is not preceded with whitespace.451
Errors'+' should be on a new line.451
Errors'+' is not preceded with whitespace.452
Errors'+' should be on a new line.452
Errors'+' is not preceded with whitespace.453
Errors'+' should be on a new line.453
Errors'+' is not preceded with whitespace.454
Errors'+' should be on a new line.454
Errors'+' is not preceded with whitespace.455
Errors'+' should be on a new line.455
Errors'+' is not preceded with whitespace.456
Errors'+' should be on a new line.456
Errors'+' is not preceded with whitespace.457
Errors'+' should be on a new line.457
Errors'+' is not preceded with whitespace.458
Errors'+' should be on a new line.458
Errors'+' is not preceded with whitespace.459
Errors'+' should be on a new line.459
Errors'+' is not preceded with whitespace.460
Errors'+' should be on a new line.460
Errors'+' is not preceded with whitespace.461
Errors'+' should be on a new line.461
Errors'+' is not preceded with whitespace.462
Errors'+' should be on a new line.462
Errors'+' is not preceded with whitespace.463
Errors'+' should be on a new line.463
Errors'+' is not preceded with whitespace.464
Errors'+' should be on a new line.464
Errors'+' is not preceded with whitespace.465
Errors'+' should be on a new line.465
Errors'+' is not preceded with whitespace.466
Errors'+' should be on a new line.466
Errors'+' is not preceded with whitespace.467
Errors'+' should be on a new line.467
Errors'+' is not preceded with whitespace.468
Errors'+' should be on a new line.468
Errors'+' is not preceded with whitespace.469
Errors'+' should be on a new line.469
Errors'+' is not preceded with whitespace.470
Errors'+' should be on a new line.470
Errors'+' is not preceded with whitespace.471
Errors'+' should be on a new line.471
Errors'+' is not preceded with whitespace.472
Errors'+' should be on a new line.472
Errors'+' is not preceded with whitespace.473
Errors'+' should be on a new line.473
Errors'+' is not preceded with whitespace.474
Errors'+' should be on a new line.474
Errors'+' is not preceded with whitespace.475
Errors'+' should be on a new line.475
Errors'+' is not preceded with whitespace.476
Errors'+' should be on a new line.476
Errors'+' is not preceded with whitespace.477
Errors'+' should be on a new line.477
Errors'+' is not preceded with whitespace.478
Errors'+' should be on a new line.478
Errors'+' is not preceded with whitespace.479
Errors'+' should be on a new line.479
Errors'+' is not preceded with whitespace.480
Errors'+' should be on a new line.480
Errors'+' is not preceded with whitespace.481
Errors'+' should be on a new line.481
Errors'+' is not preceded with whitespace.482
Errors'+' should be on a new line.482
Errors'+' is not preceded with whitespace.483
Errors'+' should be on a new line.483
Errors'+' is not preceded with whitespace.484
Errors'+' should be on a new line.484
Errors'+' is not preceded with whitespace.485
Errors'+' should be on a new line.485
Errors'+' is not preceded with whitespace.486
Errors'+' should be on a new line.486
Errors'+' is not preceded with whitespace.487
Errors'+' should be on a new line.487
Errors'+' is not preceded with whitespace.488
Errors'+' should be on a new line.488
Errors'+' is not preceded with whitespace.489
Errors'+' should be on a new line.489
Errors'+' is not preceded with whitespace.490
Errors'+' should be on a new line.490
Errors'+' is not preceded with whitespace.491
Errors'+' should be on a new line.491
Errors'+' is not preceded with whitespace.492
Errors'+' should be on a new line.492
Errors'+' is not preceded with whitespace.493
Errors'+' should be on a new line.493
Errors'+' is not preceded with whitespace.494
Errors'+' should be on a new line.494
Errors'+' is not preceded with whitespace.495
Errors'+' should be on a new line.495
Errors'+' is not preceded with whitespace.496
Errors'+' should be on a new line.496
Errors'+' is not preceded with whitespace.497
Errors'+' should be on a new line.497
Errors'+' is not preceded with whitespace.498
Errors'+' should be on a new line.498
Errors'+' is not preceded with whitespace.499
Errors'+' should be on a new line.499
Errors'+' is not preceded with whitespace.500
Errors'+' should be on a new line.500
Errors'+' is not preceded with whitespace.501
Errors'+' should be on a new line.501
Errors'+' is not preceded with whitespace.502
Errors'+' should be on a new line.502
Errors'+' is not preceded with whitespace.503
Errors'+' should be on a new line.503
Errors'+' is not preceded with whitespace.504
Errors'+' should be on a new line.504
Errors'+' is not preceded with whitespace.505
Errors'+' should be on a new line.505
Errors'+' is not preceded with whitespace.506
Errors'+' should be on a new line.506
Errors'+' is not preceded with whitespace.507
Errors'+' should be on a new line.507
Errors'+' is not preceded with whitespace.508
Errors'+' should be on a new line.508
Errors'+' is not preceded with whitespace.509
Errors'+' should be on a new line.509
Errors'+' is not preceded with whitespace.510
Errors'+' should be on a new line.510
Errors'+' is not preceded with whitespace.511
Errors'+' should be on a new line.511
Errors'+' is not preceded with whitespace.512
Errors'+' should be on a new line.512
Errors'+' is not preceded with whitespace.513
Errors'+' should be on a new line.513
Errors'+' is not preceded with whitespace.514
Errors'+' should be on a new line.514
Errors'+' is not preceded with whitespace.515
Errors'+' should be on a new line.515
Errors'+' is not preceded with whitespace.516
Errors'+' should be on a new line.516
Errors'+' is not preceded with whitespace.517
Errors'+' should be on a new line.517
Errors'+' is not preceded with whitespace.518
Errors'+' should be on a new line.518
Errors'+' is not preceded with whitespace.519
Errors'+' should be on a new line.519
Errors'+' is not preceded with whitespace.520
Errors'+' should be on a new line.520
Errors'+' is not preceded with whitespace.521
Errors'+' should be on a new line.521
Errors'+' is not preceded with whitespace.522
Errors'+' should be on a new line.522
Errors'+' is not preceded with whitespace.523
Errors'+' should be on a new line.523
Errors'+' is not preceded with whitespace.524
Errors'+' should be on a new line.524
Errors'+' is not preceded with whitespace.525
Errors'+' should be on a new line.525
Errors'+' is not preceded with whitespace.526
Errors'+' should be on a new line.526
Errors'+' is not preceded with whitespace.527
Errors'+' should be on a new line.527
Errors'+' is not preceded with whitespace.528
Errors'+' should be on a new line.528
Errors'+' is not preceded with whitespace.529
Errors'+' should be on a new line.529
Errors'+' is not preceded with whitespace.530
Errors'+' should be on a new line.530
Errors'+' is not preceded with whitespace.531
Errors'+' should be on a new line.531
Errors'+' is not preceded with whitespace.532
Errors'+' should be on a new line.532
Errors'+' is not preceded with whitespace.533
Errors'+' should be on a new line.533
Errors'+' is not preceded with whitespace.534
Errors'+' should be on a new line.534
Errors'+' is not preceded with whitespace.535
Errors'+' should be on a new line.535
Errors'+' is not preceded with whitespace.536
Errors'+' should be on a new line.536
Errors'+' is not preceded with whitespace.537
Errors'+' should be on a new line.537
Errors'+' is not preceded with whitespace.538
Errors'+' should be on a new line.538
Errors'+' is not preceded with whitespace.539
Errors'+' should be on a new line.539
Errors'+' is not preceded with whitespace.540
Errors'+' should be on a new line.540
Errors'+' is not preceded with whitespace.541
Errors'+' should be on a new line.541
Errors'+' is not preceded with whitespace.542
Errors'+' should be on a new line.542
Errors'+' is not preceded with whitespace.543
Errors'+' should be on a new line.543
Errors'+' is not preceded with whitespace.544
Errors'+' should be on a new line.544
Errors'+' is not preceded with whitespace.545
Errors'+' should be on a new line.545
Errors'+' is not preceded with whitespace.546
Errors'+' should be on a new line.546
Errors'+' is not preceded with whitespace.547
Errors'+' should be on a new line.547
Errors'+' is not preceded with whitespace.548
Errors'+' should be on a new line.548
Errors'+' is not preceded with whitespace.549
Errors'+' should be on a new line.549
Errors'+' is not preceded with whitespace.550
Errors'+' should be on a new line.550
Errors'+' is not preceded with whitespace.551
Errors'+' should be on a new line.551
Errors'+' is not preceded with whitespace.552
Errors'+' should be on a new line.552
Errors'+' is not preceded with whitespace.553
Errors'+' should be on a new line.553
Errors'+' is not preceded with whitespace.554
Errors'+' should be on a new line.554
Errors'+' is not preceded with whitespace.555
Errors'+' should be on a new line.555
Errors'+' is not preceded with whitespace.556
Errors'+' should be on a new line.556
Errors'+' is not preceded with whitespace.557
Errors'+' should be on a new line.557
Errors'+' is not preceded with whitespace.558
Errors'+' should be on a new line.558
Errors'+' is not preceded with whitespace.559
Errors'+' should be on a new line.559
Errors'+' is not preceded with whitespace.560
Errors'+' should be on a new line.560
Errors'+' is not preceded with whitespace.561
Errors'+' should be on a new line.561
Errors'+' is not preceded with whitespace.562
Errors'+' should be on a new line.562
Errors'+' is not preceded with whitespace.563
Errors'+' should be on a new line.563
Errors'+' is not preceded with whitespace.564
Errors'+' should be on a new line.564
Errors'+' is not preceded with whitespace.565
Errors'+' should be on a new line.565
Errors'+' is not preceded with whitespace.566
Errors'+' should be on a new line.566
Errors'+' is not preceded with whitespace.567
Errors'+' should be on a new line.567
Errors'+' is not preceded with whitespace.568
Errors'+' should be on a new line.568
Errors'+' is not preceded with whitespace.569
Errors'+' should be on a new line.569
Errors'+' is not preceded with whitespace.570
Errors'+' should be on a new line.570
Errors'+' is not preceded with whitespace.571
Errors'+' should be on a new line.571
Errors'+' is not preceded with whitespace.572
Errors'+' should be on a new line.572
Errors'+' is not preceded with whitespace.573
Errors'+' should be on a new line.573
Errors'+' is not preceded with whitespace.574
Errors'+' should be on a new line.574
Errors'+' is not preceded with whitespace.575
Errors'+' should be on a new line.575
Errors'+' is not preceded with whitespace.576
Errors'+' should be on a new line.576
Errors'+' is not preceded with whitespace.577
Errors'+' should be on a new line.577
Errors'+' is not preceded with whitespace.578
Errors'+' should be on a new line.578
Errors'+' is not preceded with whitespace.579
Errors'+' should be on a new line.579
Errors'+' is not preceded with whitespace.580
Errors'+' should be on a new line.580
Errors'+' is not preceded with whitespace.581
Errors'+' should be on a new line.581
Errors'+' is not preceded with whitespace.582
Errors'+' should be on a new line.582
Errors'+' is not preceded with whitespace.583
Errors'+' should be on a new line.583
Errors'+' is not preceded with whitespace.584
Errors'+' should be on a new line.584
Errors'+' is not preceded with whitespace.585
Errors'+' should be on a new line.585
Errors'+' is not preceded with whitespace.586
Errors'+' should be on a new line.586
Errors'+' is not preceded with whitespace.587
Errors'+' should be on a new line.587
Errors'+' is not preceded with whitespace.588
Errors'+' should be on a new line.588
Errors'+' is not preceded with whitespace.589
Errors'+' should be on a new line.589
Errors'+' is not preceded with whitespace.590
Errors'+' should be on a new line.590
Errors'+' is not preceded with whitespace.591
Errors'+' should be on a new line.591
Errors'+' is not preceded with whitespace.592
Errors'+' should be on a new line.592
Errors'+' is not preceded with whitespace.593
Errors'+' should be on a new line.593
Errors'+' is not preceded with whitespace.594
Errors'+' should be on a new line.594
Errors'+' is not preceded with whitespace.595
Errors'+' should be on a new line.595
Errors'+' is not preceded with whitespace.596
Errors'+' should be on a new line.596
Errors'+' is not preceded with whitespace.597
Errors'+' should be on a new line.597
Errors'+' is not preceded with whitespace.598
Errors'+' should be on a new line.598
Errors'+' is not preceded with whitespace.599
Errors'+' should be on a new line.599
Errors'+' is not preceded with whitespace.600
Errors'+' should be on a new line.600
Errors'+' is not preceded with whitespace.601
Errors'+' should be on a new line.601
Errors'+' is not preceded with whitespace.602
Errors'+' should be on a new line.602
Errors'+' is not preceded with whitespace.603
Errors'+' should be on a new line.603
Errors'+' is not preceded with whitespace.604
Errors'+' should be on a new line.604
Errors'+' is not preceded with whitespace.605
Errors'+' should be on a new line.605
Errors'+' is not preceded with whitespace.606
Errors'+' should be on a new line.606
Errors'+' is not preceded with whitespace.607
Errors'+' should be on a new line.607
Errors'+' is not preceded with whitespace.608
Errors'+' should be on a new line.608
Errors'+' is not preceded with whitespace.609
Errors'+' should be on a new line.609
Errors'+' is not preceded with whitespace.610
Errors'+' should be on a new line.610
Errors'+' is not preceded with whitespace.611
Errors'+' should be on a new line.611
Errors'+' is not preceded with whitespace.612
Errors'+' should be on a new line.612
Errors'+' is not preceded with whitespace.613
Errors'+' should be on a new line.613
Errors'+' is not preceded with whitespace.614
Errors'+' should be on a new line.614
Errors'+' is not preceded with whitespace.615
Errors'+' should be on a new line.615
Errors'+' is not preceded with whitespace.616
Errors'+' should be on a new line.616
Errors'+' is not preceded with whitespace.617
Errors'+' should be on a new line.617
Errors'+' is not preceded with whitespace.618
Errors'+' should be on a new line.618
Errors'+' is not preceded with whitespace.619
Errors'+' should be on a new line.619
Errors'+' is not preceded with whitespace.620
Errors'+' should be on a new line.620
Errors'+' is not preceded with whitespace.621
Errors'+' should be on a new line.621
Errors'+' is not preceded with whitespace.622
Errors'+' should be on a new line.622
Errors'+' is not preceded with whitespace.623
Errors'+' should be on a new line.623
Errors'+' is not preceded with whitespace.624
Errors'+' should be on a new line.624
Errors'+' is not preceded with whitespace.625
Errors'+' should be on a new line.625
Errors'+' is not preceded with whitespace.626
Errors'+' should be on a new line.626
Errors'+' is not preceded with whitespace.627
Errors'+' should be on a new line.627
Errors'+' is not preceded with whitespace.628
Errors'+' should be on a new line.628
Errors'+' is not preceded with whitespace.629
Errors'+' should be on a new line.629
Errors'+' is not preceded with whitespace.630
Errors'+' should be on a new line.630
Errors'+' is not preceded with whitespace.631
Errors'+' should be on a new line.631
Errors'+' is not preceded with whitespace.632
Errors'+' should be on a new line.632
Errors'+' is not preceded with whitespace.633
Errors'+' should be on a new line.633
Errors'+' is not preceded with whitespace.634
Errors'+' should be on a new line.634
Errors'+' is not preceded with whitespace.635
Errors'+' should be on a new line.635
Errors'+' is not preceded with whitespace.636
Errors'+' should be on a new line.636
Errors'+' is not preceded with whitespace.637
Errors'+' should be on a new line.637
Errors'+' is not preceded with whitespace.638
Errors'+' should be on a new line.638
Errors'+' is not preceded with whitespace.639
Errors'+' should be on a new line.639
Errors'+' is not preceded with whitespace.640
Errors'+' should be on a new line.640
Errors'+' is not preceded with whitespace.641
Errors'+' should be on a new line.641
Errors'+' is not preceded with whitespace.642
Errors'+' should be on a new line.642
Errors'+' is not preceded with whitespace.643
Errors'+' should be on a new line.643
Errors'+' is not preceded with whitespace.644
Errors'+' should be on a new line.644
Errors'+' is not preceded with whitespace.645
Errors'+' should be on a new line.645
Errors'+' is not preceded with whitespace.646
Errors'+' should be on a new line.646
Errors'+' is not preceded with whitespace.647
Errors'+' should be on a new line.647
Errors'+' is not preceded with whitespace.648
Errors'+' should be on a new line.648
Errors'+' is not preceded with whitespace.649
Errors'+' should be on a new line.649
Errors'+' is not preceded with whitespace.650
Errors'+' should be on a new line.650
Errors'+' is not preceded with whitespace.651
Errors'+' should be on a new line.651
Errors'+' is not preceded with whitespace.652
Errors'+' should be on a new line.652
Errors'+' is not preceded with whitespace.653
Errors'+' should be on a new line.653
Errors'+' is not preceded with whitespace.654
Errors'+' should be on a new line.654
Errors'+' is not preceded with whitespace.655
Errors'+' should be on a new line.655
Errors'+' is not preceded with whitespace.656
Errors'+' should be on a new line.656
Errors'+' is not preceded with whitespace.657
Errors'+' should be on a new line.657
Errors'+' is not preceded with whitespace.658
Errors'+' should be on a new line.658
Errors'+' is not preceded with whitespace.659
Errors'+' should be on a new line.659
Errors'+' is not preceded with whitespace.660
Errors'+' should be on a new line.660
Errors'+' is not preceded with whitespace.661
Errors'+' should be on a new line.661
Errors'+' is not preceded with whitespace.662
Errors'+' should be on a new line.662
Errors'+' is not preceded with whitespace.663
Errors'+' should be on a new line.663
Errors'+' is not preceded with whitespace.664
Errors'+' should be on a new line.664
Errors'+' is not preceded with whitespace.665
Errors'+' should be on a new line.665
Errors'+' is not preceded with whitespace.666
Errors'+' should be on a new line.666
Errors'+' is not preceded with whitespace.667
Errors'+' should be on a new line.667
Errors'+' is not preceded with whitespace.668
Errors'+' should be on a new line.668
Errors'+' is not preceded with whitespace.669
Errors'+' should be on a new line.669
Errors'+' is not preceded with whitespace.670
Errors'+' should be on a new line.670
Errors'+' is not preceded with whitespace.671
Errors'+' should be on a new line.671
Errors'+' is not preceded with whitespace.672
Errors'+' should be on a new line.672
Errors'+' is not preceded with whitespace.673
Errors'+' should be on a new line.673
Errors'+' is not preceded with whitespace.674
Errors'+' should be on a new line.674
Errors'+' is not preceded with whitespace.675
Errors'+' should be on a new line.675
Errors'+' is not preceded with whitespace.676
Errors'+' should be on a new line.676
Errors'+' is not preceded with whitespace.677
Errors'+' should be on a new line.677
Errors'+' is not preceded with whitespace.678
Errors'+' should be on a new line.678
Errors'+' is not preceded with whitespace.679
Errors'+' should be on a new line.679
Errors'+' is not preceded with whitespace.680
Errors'+' should be on a new line.680
Errors'+' is not preceded with whitespace.681
Errors'+' should be on a new line.681
Errors'+' is not preceded with whitespace.682
Errors'+' should be on a new line.682
Errors'+' is not preceded with whitespace.683
Errors'+' should be on a new line.683
Errors'+' is not preceded with whitespace.684
Errors'+' should be on a new line.684
Errors'+' is not preceded with whitespace.685
Errors'+' should be on a new line.685
Errors'+' is not preceded with whitespace.686
Errors'+' should be on a new line.686
Errors'+' is not preceded with whitespace.687
Errors'+' should be on a new line.687
Errors'+' is not preceded with whitespace.688
Errors'+' should be on a new line.688
Errors'+' is not preceded with whitespace.689
Errors'+' should be on a new line.689
Errors'+' is not preceded with whitespace.690
Errors'+' should be on a new line.690
Errors'+' is not preceded with whitespace.691
Errors'+' should be on a new line.691
Errors'+' is not preceded with whitespace.692
Errors'+' should be on a new line.692
Errors'+' is not preceded with whitespace.693
Errors'+' should be on a new line.693
Errors'+' is not preceded with whitespace.694
Errors'+' should be on a new line.694
Errors'+' is not preceded with whitespace.695
Errors'+' should be on a new line.695
Errors'+' is not preceded with whitespace.696
Errors'+' should be on a new line.696
Errors'+' is not preceded with whitespace.697
Errors'+' should be on a new line.697
Errors'+' is not preceded with whitespace.698
Errors'+' should be on a new line.698
Errors'+' is not preceded with whitespace.699
Errors'+' should be on a new line.699
Errors'+' is not preceded with whitespace.700
Errors'+' should be on a new line.700
Errors'+' is not preceded with whitespace.701
Errors'+' should be on a new line.701
Errors'+' is not preceded with whitespace.702
Errors'+' should be on a new line.702
Errors'+' is not preceded with whitespace.703
Errors'+' should be on a new line.703
Errors'+' is not preceded with whitespace.704
Errors'+' should be on a new line.704
Errors'+' is not preceded with whitespace.705
Errors'+' should be on a new line.705
Errors'+' is not preceded with whitespace.706
Errors'+' should be on a new line.706
Errors'+' is not preceded with whitespace.707
Errors'+' should be on a new line.707
Errors'+' is not preceded with whitespace.708
Errors'+' should be on a new line.708
Errors'+' is not preceded with whitespace.709
Errors'+' should be on a new line.709
Errors'+' is not preceded with whitespace.710
Errors'+' should be on a new line.710
Errors'+' is not preceded with whitespace.711
Errors'+' should be on a new line.711
Errors'+' is not preceded with whitespace.712
Errors'+' should be on a new line.712
Errors'+' is not preceded with whitespace.713
Errors'+' should be on a new line.713
Errors'+' is not preceded with whitespace.714
Errors'+' should be on a new line.714
Errors'+' is not preceded with whitespace.715
Errors'+' should be on a new line.715
Errors'+' is not preceded with whitespace.716
Errors'+' should be on a new line.716
Errors'+' is not preceded with whitespace.717
Errors'+' should be on a new line.717
Errors'+' is not preceded with whitespace.718
Errors'+' should be on a new line.718
Errors'+' is not preceded with whitespace.719
Errors'+' should be on a new line.719
Errors'+' is not preceded with whitespace.720
Errors'+' should be on a new line.720
Errors'+' is not preceded with whitespace.721
Errors'+' should be on a new line.721
Errors'+' is not preceded with whitespace.722
Errors'+' should be on a new line.722
Errors'+' is not preceded with whitespace.723
Errors'+' should be on a new line.723
Errors'+' is not preceded with whitespace.724
Errors'+' should be on a new line.724
Errors'+' is not preceded with whitespace.725
Errors'+' should be on a new line.725
Errors'+' is not preceded with whitespace.726
Errors'+' should be on a new line.726
Errors'+' is not preceded with whitespace.727
Errors'+' should be on a new line.727
Errors'+' is not preceded with whitespace.728
Errors'+' should be on a new line.728
Errors'+' is not preceded with whitespace.729
Errors'+' should be on a new line.729
Errors'+' is not preceded with whitespace.730
Errors'+' should be on a new line.730
Errors'+' is not preceded with whitespace.731
Errors'+' should be on a new line.731
Errors'+' is not preceded with whitespace.732
Errors'+' should be on a new line.732
Errors'+' is not preceded with whitespace.733
Errors'+' should be on a new line.733
Errors'+' is not preceded with whitespace.734
Errors'+' should be on a new line.734
Errors'+' is not preceded with whitespace.735
Errors'+' should be on a new line.735
Errors'+' is not preceded with whitespace.736
Errors'+' should be on a new line.736
Errors'+' is not preceded with whitespace.737
Errors'+' should be on a new line.737
Errors'+' is not preceded with whitespace.738
Errors'+' should be on a new line.738
Errors'+' is not preceded with whitespace.739
Errors'+' should be on a new line.739
Errors'+' is not preceded with whitespace.740
Errors'+' should be on a new line.740
Errors'+' is not preceded with whitespace.741
Errors'+' should be on a new line.741
Errors'+' is not preceded with whitespace.742
Errors'+' should be on a new line.742
Errors'+' is not preceded with whitespace.743
Errors'+' should be on a new line.743
Errors'+' is not preceded with whitespace.744
Errors'+' should be on a new line.744
Errors'+' is not preceded with whitespace.745
Errors'+' should be on a new line.745
Errors'+' is not preceded with whitespace.746
Errors'+' should be on a new line.746
Errors'+' is not preceded with whitespace.747
Errors'+' should be on a new line.747
Errors'+' is not preceded with whitespace.748
Errors'+' should be on a new line.748
Errors'+' is not preceded with whitespace.749
Errors'+' should be on a new line.749
Errors'+' is not preceded with whitespace.750
Errors'+' should be on a new line.750
Errors'+' is not preceded with whitespace.751
Errors'+' should be on a new line.751
Errors'+' is not preceded with whitespace.752
Errors'+' should be on a new line.752
Errors'+' is not preceded with whitespace.753
Errors'+' should be on a new line.753
Errors'+' is not preceded with whitespace.754
Errors'+' should be on a new line.754
Errors'+' is not preceded with whitespace.755
Errors'+' should be on a new line.755
Errors'+' is not preceded with whitespace.756
Errors'+' should be on a new line.756
Errors'+' is not preceded with whitespace.757
Errors'+' should be on a new line.757
Errors'+' is not preceded with whitespace.758
Errors'+' should be on a new line.758
Errors'+' is not preceded with whitespace.759
Errors'+' should be on a new line.759
Errors'+' is not preceded with whitespace.760
Errors'+' should be on a new line.760
Errors'+' is not preceded with whitespace.761
Errors'+' should be on a new line.761
Errors'+' is not preceded with whitespace.762
Errors'+' should be on a new line.762
Errors'+' is not preceded with whitespace.763
Errors'+' should be on a new line.763
Errors'+' is not preceded with whitespace.764
Errors'+' should be on a new line.764
Errors'+' is not preceded with whitespace.765
Errors'+' should be on a new line.765
Errors'+' is not preceded with whitespace.766
Errors'+' should be on a new line.766
Errors'+' is not preceded with whitespace.767
Errors'+' should be on a new line.767
Errors'+' is not preceded with whitespace.768
Errors'+' should be on a new line.768
Errors'+' is not preceded with whitespace.769
Errors'+' should be on a new line.769
Errors'+' is not preceded with whitespace.770
Errors'+' should be on a new line.770
Errors'+' is not preceded with whitespace.771
Errors'+' should be on a new line.771
Errors'+' is not preceded with whitespace.772
Errors'+' should be on a new line.772
Errors'+' is not preceded with whitespace.773
Errors'+' should be on a new line.773
Errors'+' is not preceded with whitespace.774
Errors'+' should be on a new line.774
Errors'+' is not preceded with whitespace.775
Errors'+' should be on a new line.775
Errors'+' is not preceded with whitespace.776
Errors'+' should be on a new line.776
Errors'+' is not preceded with whitespace.777
Errors'+' should be on a new line.777
Errors'+' is not preceded with whitespace.778
Errors'+' should be on a new line.778
Errors'+' is not preceded with whitespace.779
Errors'+' should be on a new line.779
Errors'+' is not preceded with whitespace.780
Errors'+' should be on a new line.780
Errors'+' is not preceded with whitespace.781
Errors'+' should be on a new line.781
Errors'+' is not preceded with whitespace.782
Errors'+' should be on a new line.782
Errors'+' is not preceded with whitespace.783
Errors'+' should be on a new line.783
Errors'+' is not preceded with whitespace.784
Errors'+' should be on a new line.784
Errors'+' is not preceded with whitespace.785
Errors'+' should be on a new line.785
Errors'+' is not preceded with whitespace.786
Errors'+' should be on a new line.786
Errors'+' is not preceded with whitespace.787
Errors'+' should be on a new line.787
Errors'+' is not preceded with whitespace.788
Errors'+' should be on a new line.788
Errors'+' is not preceded with whitespace.789
Errors'+' should be on a new line.789
Errors'+' is not preceded with whitespace.790
Errors'+' should be on a new line.790
Errors'+' is not preceded with whitespace.791
Errors'+' should be on a new line.791
Errors'+' is not preceded with whitespace.792
Errors'+' should be on a new line.792
Errors'+' is not preceded with whitespace.793
Errors'+' should be on a new line.793
Errors'+' is not preceded with whitespace.794
Errors'+' should be on a new line.794
Errors'+' is not preceded with whitespace.795
Errors'+' should be on a new line.795
Errors'+' is not preceded with whitespace.796
Errors'+' should be on a new line.796
Errors'+' is not preceded with whitespace.797
Errors'+' should be on a new line.797
Errors'+' is not preceded with whitespace.798
Errors'+' should be on a new line.798
Errors'+' is not preceded with whitespace.799
Errors'+' should be on a new line.799
Errors'+' is not preceded with whitespace.800
Errors'+' should be on a new line.800
Errors'+' is not preceded with whitespace.801
Errors'+' should be on a new line.801
Errors'+' is not preceded with whitespace.802
Errors'+' should be on a new line.802
Errors'+' is not preceded with whitespace.803
Errors'+' should be on a new line.803
Errors'+' is not preceded with whitespace.804
Errors'+' should be on a new line.804
Errors'+' is not preceded with whitespace.805
Errors'+' should be on a new line.805
Errors'+' is not preceded with whitespace.806
Errors'+' should be on a new line.806
Errors'+' is not preceded with whitespace.807
Errors'+' should be on a new line.807
Errors'+' is not preceded with whitespace.808
Errors'+' should be on a new line.808
Errors'+' is not preceded with whitespace.809
Errors'+' should be on a new line.809
Errors'+' is not preceded with whitespace.810
Errors'+' should be on a new line.810
Errors'+' is not preceded with whitespace.811
Errors'+' should be on a new line.811
Errors'+' is not preceded with whitespace.812
Errors'+' should be on a new line.812
Errors'+' is not preceded with whitespace.813
Errors'+' should be on a new line.813
Errors'+' is not preceded with whitespace.814
Errors'+' should be on a new line.814
Errors'+' is not preceded with whitespace.815
Errors'+' should be on a new line.815
Errors'+' is not preceded with whitespace.816
Errors'+' should be on a new line.816
Errors'+' is not preceded with whitespace.817
Errors'+' should be on a new line.817
Errors'+' is not preceded with whitespace.818
Errors'+' should be on a new line.818
Errors'+' is not preceded with whitespace.819
Errors'+' should be on a new line.819
Errors'+' is not preceded with whitespace.820
Errors'+' should be on a new line.820
Errors'+' is not preceded with whitespace.821
Errors'+' should be on a new line.821
Errors'+' is not preceded with whitespace.822
Errors'+' should be on a new line.822
Errors'+' is not preceded with whitespace.823
Errors'+' should be on a new line.823
Errors'+' is not preceded with whitespace.824
Errors'+' should be on a new line.824
Errors'+' is not preceded with whitespace.825
Errors'+' should be on a new line.825
Errors'+' is not preceded with whitespace.826
Errors'+' should be on a new line.826
Errors'+' is not preceded with whitespace.827
Errors'+' should be on a new line.827
Errors'+' is not preceded with whitespace.828
Errors'+' should be on a new line.828
Errors'+' is not preceded with whitespace.829
Errors'+' should be on a new line.829
Errors'+' is not preceded with whitespace.830
Errors'+' should be on a new line.830
Errors'+' is not preceded with whitespace.831
Errors'+' should be on a new line.831
Errors'+' is not preceded with whitespace.832
Errors'+' should be on a new line.832
Errors'+' is not preceded with whitespace.833
Errors'+' should be on a new line.833
Errors'+' is not preceded with whitespace.834
Errors'+' should be on a new line.834
Errors'+' is not preceded with whitespace.835
Errors'+' should be on a new line.835
Errors'+' is not preceded with whitespace.836
Errors'+' should be on a new line.836
Errors'+' is not preceded with whitespace.837
Errors'+' should be on a new line.837
Errors'+' is not preceded with whitespace.838
Errors'+' should be on a new line.838
Errors'+' is not preceded with whitespace.839
Errors'+' should be on a new line.839
Errors'+' is not preceded with whitespace.840
Errors'+' should be on a new line.840
Errors'+' is not preceded with whitespace.841
Errors'+' should be on a new line.841
Errors'+' is not preceded with whitespace.842
Errors'+' should be on a new line.842
Errors'+' is not preceded with whitespace.843
Errors'+' should be on a new line.843
Errors'+' is not preceded with whitespace.844
Errors'+' should be on a new line.844
Errors'+' is not preceded with whitespace.845
Errors'+' should be on a new line.845
Errors'+' is not preceded with whitespace.846
Errors'+' should be on a new line.846
Errors'+' is not preceded with whitespace.847
Errors'+' should be on a new line.847
Errors'+' is not preceded with whitespace.848
Errors'+' should be on a new line.848
Errors'+' is not preceded with whitespace.849
Errors'+' should be on a new line.849
Errors'+' is not preceded with whitespace.850
Errors'+' should be on a new line.850
Errors'+' is not preceded with whitespace.851
Errors'+' should be on a new line.851
Errors'+' is not preceded with whitespace.852
Errors'+' should be on a new line.852
Errors'+' is not preceded with whitespace.853
Errors'+' should be on a new line.853
Errors'+' is not preceded with whitespace.854
Errors'+' should be on a new line.854
Errors'+' is not preceded with whitespace.855
Errors'+' should be on a new line.855
Errors'+' is not preceded with whitespace.856
Errors'+' should be on a new line.856
Errors'+' is not preceded with whitespace.857
Errors'+' should be on a new line.857
Errors'+' is not preceded with whitespace.858
Errors'+' should be on a new line.858
Errors'+' is not preceded with whitespace.859
Errors'+' should be on a new line.859
Errors'+' is not preceded with whitespace.860
Errors'+' should be on a new line.860
Errors'+' is not preceded with whitespace.861
Errors'+' should be on a new line.861
Errors'+' is not preceded with whitespace.862
Errors'+' should be on a new line.862
Errors'+' is not preceded with whitespace.863
Errors'+' should be on a new line.863
Errors'+' is not preceded with whitespace.864
Errors'+' should be on a new line.864
Errors'+' is not preceded with whitespace.865
Errors'+' should be on a new line.865
Errors'+' is not preceded with whitespace.866
Errors'+' should be on a new line.866
Errors'+' is not preceded with whitespace.867
Errors'+' should be on a new line.867
Errors'+' is not preceded with whitespace.868
Errors'+' should be on a new line.868
Errors'+' is not preceded with whitespace.869
Errors'+' should be on a new line.869
Errors'+' is not preceded with whitespace.870
Errors'+' should be on a new line.870
Errors'+' is not preceded with whitespace.871
Errors'+' should be on a new line.871
Errors'+' is not preceded with whitespace.872
Errors'+' should be on a new line.872
Errors'+' is not preceded with whitespace.873
Errors'+' should be on a new line.873
Errors'+' is not preceded with whitespace.874
Errors'+' should be on a new line.874
Errors'+' is not preceded with whitespace.875
Errors'+' should be on a new line.875
Errors'+' is not preceded with whitespace.876
Errors'+' should be on a new line.876
Errors'+' is not preceded with whitespace.877
Errors'+' should be on a new line.877
Errors'+' is not preceded with whitespace.878
Errors'+' should be on a new line.878
Errors'+' is not preceded with whitespace.879
Errors'+' should be on a new line.879
Errors'+' is not preceded with whitespace.880
Errors'+' should be on a new line.880
Errors'+' is not preceded with whitespace.881
Errors'+' should be on a new line.881
Errors'+' is not preceded with whitespace.882
Errors'+' should be on a new line.882
Errors'+' is not preceded with whitespace.883
Errors'+' should be on a new line.883
Errors'+' is not preceded with whitespace.884
Errors'+' should be on a new line.884
Errors'+' is not preceded with whitespace.885
Errors'+' should be on a new line.885
Errors'+' is not preceded with whitespace.886
Errors'+' should be on a new line.886
Errors'+' is not preceded with whitespace.887
Errors'+' should be on a new line.887
Errors'+' is not preceded with whitespace.888
Errors'+' should be on a new line.888
Errors'+' is not preceded with whitespace.889
Errors'+' should be on a new line.889
Errors'+' is not preceded with whitespace.890
Errors'+' should be on a new line.890
Errors'+' is not preceded with whitespace.891
Errors'+' should be on a new line.891
Errors'+' is not preceded with whitespace.892
Errors'+' should be on a new line.892
Errors'+' is not preceded with whitespace.893
Errors'+' should be on a new line.893
Errors'+' is not preceded with whitespace.894
Errors'+' should be on a new line.894
Errors'+' is not preceded with whitespace.895
Errors'+' should be on a new line.895
Errors'+' is not preceded with whitespace.896
Errors'+' should be on a new line.896
Errors'+' is not preceded with whitespace.897
Errors'+' should be on a new line.897
Errors'+' is not preceded with whitespace.898
Errors'+' should be on a new line.898
Errors'+' is not preceded with whitespace.899
Errors'+' should be on a new line.899
Errors'+' is not preceded with whitespace.900
Errors'+' should be on a new line.900
Errors'+' is not preceded with whitespace.901
Errors'+' should be on a new line.901
Errors'+' is not preceded with whitespace.902
Errors'+' should be on a new line.902
Errors'+' is not preceded with whitespace.903
Errors'+' should be on a new line.903
Errors'+' is not preceded with whitespace.904
Errors'+' should be on a new line.904
Errors'+' is not preceded with whitespace.905
Errors'+' should be on a new line.905
Errors'+' is not preceded with whitespace.906
Errors'+' should be on a new line.906
Errors'+' is not preceded with whitespace.907
Errors'+' should be on a new line.907
Errors'+' is not preceded with whitespace.908
Errors'+' should be on a new line.908
Errors'+' is not preceded with whitespace.909
Errors'+' should be on a new line.909
Errors'+' is not preceded with whitespace.910
Errors'+' should be on a new line.910
Errors'+' is not preceded with whitespace.911
Errors'+' should be on a new line.911
Errors'+' is not preceded with whitespace.912
Errors'+' should be on a new line.912
Errors'+' is not preceded with whitespace.913
Errors'+' should be on a new line.913
Errors'+' is not preceded with whitespace.914
Errors'+' should be on a new line.914
Errors'+' is not preceded with whitespace.915
Errors'+' should be on a new line.915
Errors'+' is not preceded with whitespace.916
Errors'+' should be on a new line.916
Errors'+' is not preceded with whitespace.917
Errors'+' should be on a new line.917
Errors'+' is not preceded with whitespace.918
Errors'+' should be on a new line.918
Errors'+' is not preceded with whitespace.919
Errors'+' should be on a new line.919
Errors'+' is not preceded with whitespace.920
Errors'+' should be on a new line.920
Errors'+' is not preceded with whitespace.921
Errors'+' should be on a new line.921
Errors'+' is not preceded with whitespace.922
Errors'+' should be on a new line.922
Errors'+' is not preceded with whitespace.923
Errors'+' should be on a new line.923
Errors'+' is not preceded with whitespace.924
Errors'+' should be on a new line.924
Errors'+' is not preceded with whitespace.925
Errors'+' should be on a new line.925
Errors'+' is not preceded with whitespace.926
Errors'+' should be on a new line.926
Errors'+' is not preceded with whitespace.927
Errors'+' should be on a new line.927
Errors'+' is not preceded with whitespace.928
Errors'+' should be on a new line.928
Errors'+' is not preceded with whitespace.929
Errors'+' should be on a new line.929
Errors'+' is not preceded with whitespace.930
Errors'+' should be on a new line.930
Errors'+' is not preceded with whitespace.931
Errors'+' should be on a new line.931
Errors'+' is not preceded with whitespace.932
Errors'+' should be on a new line.932
Errors'+' is not preceded with whitespace.933
Errors'+' should be on a new line.933
Errors'+' is not preceded with whitespace.934
Errors'+' should be on a new line.934
Errors'+' is not preceded with whitespace.935
Errors'+' should be on a new line.935
Errors'+' is not preceded with whitespace.936
Errors'+' should be on a new line.936
Errors'+' is not preceded with whitespace.937
Errors'+' should be on a new line.937
Errors'+' is not preceded with whitespace.938
Errors'+' should be on a new line.938
Errors'+' is not preceded with whitespace.939
Errors'+' should be on a new line.939
Errors'+' is not preceded with whitespace.940
Errors'+' should be on a new line.940
Errors'+' is not preceded with whitespace.941
Errors'+' should be on a new line.941
Errors'+' is not preceded with whitespace.942
Errors'+' should be on a new line.942
Errors'+' is not preceded with whitespace.943
Errors'+' should be on a new line.943
Errors'+' is not preceded with whitespace.944
Errors'+' should be on a new line.944
Errors'+' is not preceded with whitespace.945
Errors'+' should be on a new line.945
Errors'+' is not preceded with whitespace.946
Errors'+' should be on a new line.946
Errors'+' is not preceded with whitespace.947
Errors'+' should be on a new line.947
Errors'+' is not preceded with whitespace.948
Errors'+' should be on a new line.948
Errors'+' is not preceded with whitespace.949
Errors'+' should be on a new line.949
Errors'+' is not preceded with whitespace.950
Errors'+' should be on a new line.950
Errors'+' is not preceded with whitespace.951
Errors'+' should be on a new line.951
Errors'+' is not preceded with whitespace.952
Errors'+' should be on a new line.952
Errors'+' is not preceded with whitespace.953
Errors'+' should be on a new line.953
Errors'+' is not preceded with whitespace.954
Errors'+' should be on a new line.954
Errors'+' is not preceded with whitespace.955
Errors'+' should be on a new line.955
Errors'+' is not preceded with whitespace.956
Errors'+' should be on a new line.956
Errors'+' is not preceded with whitespace.957
Errors'+' should be on a new line.957
Errors'+' is not preceded with whitespace.958
Errors'+' should be on a new line.958
Errors'+' is not preceded with whitespace.959
Errors'+' should be on a new line.959
Errors'+' is not preceded with whitespace.960
Errors'+' should be on a new line.960
Errors'+' is not preceded with whitespace.961
Errors'+' should be on a new line.961
Errors'+' is not preceded with whitespace.962
Errors'+' should be on a new line.962
Errors'+' is not preceded with whitespace.963
Errors'+' should be on a new line.963
Errors'+' is not preceded with whitespace.964
Errors'+' should be on a new line.964
Errors'+' is not preceded with whitespace.965
Errors'+' should be on a new line.965
Errors'+' is not preceded with whitespace.966
Errors'+' should be on a new line.966
Errors'+' is not preceded with whitespace.967
Errors'+' should be on a new line.967
Errors'+' is not preceded with whitespace.968
Errors'+' should be on a new line.968
Errors'+' is not preceded with whitespace.969
Errors'+' should be on a new line.969
Errors'+' is not preceded with whitespace.970
Errors'+' should be on a new line.970
Errors'+' is not preceded with whitespace.971
Errors'+' should be on a new line.971
Errors'+' is not preceded with whitespace.972
Errors'+' should be on a new line.972
Errors'+' is not preceded with whitespace.973
Errors'+' should be on a new line.973
Errors'+' is not preceded with whitespace.974
Errors'+' should be on a new line.974
Errors'+' is not preceded with whitespace.975
Errors'+' should be on a new line.975
Errors'+' is not preceded with whitespace.976
Errors'+' should be on a new line.976
Errors'+' is not preceded with whitespace.977
Errors'+' should be on a new line.977
Errors'+' is not preceded with whitespace.978
Errors'+' should be on a new line.978
Errors'+' is not preceded with whitespace.979
Errors'+' should be on a new line.979
Errors'+' is not preceded with whitespace.980
Errors'+' should be on a new line.980
Errors'+' is not preceded with whitespace.981
Errors'+' should be on a new line.981
Errors'+' is not preceded with whitespace.982
Errors'+' should be on a new line.982
Errors'+' is not preceded with whitespace.983
Errors'+' should be on a new line.983
Errors'+' is not preceded with whitespace.984
Errors'+' should be on a new line.984
Errors'+' is not preceded with whitespace.985
Errors'+' should be on a new line.985
Errors'+' is not preceded with whitespace.986
Errors'+' should be on a new line.986
Errors'+' is not preceded with whitespace.987
Errors'+' should be on a new line.987
Errors'+' is not preceded with whitespace.988
Errors'+' should be on a new line.988
Errors'+' is not preceded with whitespace.989
Errors'+' should be on a new line.989
Errors'+' is not preceded with whitespace.990
Errors'+' should be on a new line.990
Errors'+' is not preceded with whitespace.991
Errors'+' should be on a new line.991
Errors'+' is not preceded with whitespace.992
Errors'+' should be on a new line.992
Errors'+' is not preceded with whitespace.993
Errors'+' should be on a new line.993
Errors'+' is not preceded with whitespace.994
Errors'+' should be on a new line.994
Errors'+' is not preceded with whitespace.995
Errors'+' should be on a new line.995
Errors'+' is not preceded with whitespace.996
Errors'+' should be on a new line.996
Errors'+' is not preceded with whitespace.997
Errors'+' should be on a new line.997
Errors'+' is not preceded with whitespace.998
Errors'+' should be on a new line.998
Errors'+' is not preceded with whitespace.999
Errors'+' should be on a new line.999
Errors'+' is not preceded with whitespace.1000
Errors'+' should be on a new line.1000
Errors'+' is not preceded with whitespace.1001
Errors'+' should be on a new line.1001
Errors'+' is not preceded with whitespace.1002
Errors'+' should be on a new line.1002
Errors'+' is not preceded with whitespace.1003
Errors'+' should be on a new line.1003
Errors'+' is not preceded with whitespace.1004
Errors'+' should be on a new line.1004
Errors'+' is not preceded with whitespace.1005
Errors'+' should be on a new line.1005
Errors'+' is not preceded with whitespace.1006
Errors'+' should be on a new line.1006
Errors'+' is not preceded with whitespace.1007
Errors'+' should be on a new line.1007
Errors'+' is not preceded with whitespace.1008
Errors'+' should be on a new line.1008
Errors'+' is not preceded with whitespace.1009
Errors'+' should be on a new line.1009
Errors'+' is not preceded with whitespace.1010
Errors'+' should be on a new line.1010
Errors'+' is not preceded with whitespace.1011
Errors'+' should be on a new line.1011
Errors'+' is not preceded with whitespace.1012
Errors'+' should be on a new line.1012
Errors'+' is not preceded with whitespace.1013
Errors'+' should be on a new line.1013
Errors'+' is not preceded with whitespace.1014
Errors'+' should be on a new line.1014
Errors'+' is not preceded with whitespace.1015
Errors'+' should be on a new line.1015
Errors'+' is not preceded with whitespace.1016
Errors'+' should be on a new line.1016
Errors'+' is not preceded with whitespace.1017
Errors'+' should be on a new line.1017
Errors'+' is not preceded with whitespace.1018
Errors'+' should be on a new line.1018
Errors'+' is not preceded with whitespace.1019
Errors'+' should be on a new line.1019
Errors'+' is not preceded with whitespace.1020
Errors'+' should be on a new line.1020
Errors'+' is not preceded with whitespace.1021
Errors'+' should be on a new line.1021
Errors'+' is not preceded with whitespace.1022
Errors'+' should be on a new line.1022
Errors'+' is not preceded with whitespace.1023
Errors'+' should be on a new line.1023
Errors'+' is not preceded with whitespace.1024
Errors'+' should be on a new line.1024
Errors'+' is not preceded with whitespace.1025
Errors'+' should be on a new line.1025
Errors'+' is not preceded with whitespace.1026
Errors'+' should be on a new line.1026
Errors'+' is not preceded with whitespace.1027
Errors'+' should be on a new line.1027
Errors'+' is not preceded with whitespace.1028
Errors'+' should be on a new line.1028
Errors'+' is not preceded with whitespace.1029
Errors'+' should be on a new line.1029
Errors'+' is not preceded with whitespace.1030
Errors'+' should be on a new line.1030
Errors'+' is not preceded with whitespace.1031
Errors'+' should be on a new line.1031
Errors'+' is not preceded with whitespace.1032
Errors'+' should be on a new line.1032
Errors'+' is not preceded with whitespace.1033
Errors'+' should be on a new line.1033
Errors'+' is not preceded with whitespace.1034
Errors'+' should be on a new line.1034
Errors'+' is not preceded with whitespace.1035
Errors'+' should be on a new line.1035
Errors'+' is not preceded with whitespace.1036
Errors'+' should be on a new line.1036
Errors'+' is not preceded with whitespace.1037
Errors'+' should be on a new line.1037
Errors'+' is not preceded with whitespace.1038
Errors'+' should be on a new line.1038
Errors'+' is not preceded with whitespace.1039
Errors'+' should be on a new line.1039
Errors'+' is not preceded with whitespace.1040
Errors'+' should be on a new line.1040
Errors'+' is not preceded with whitespace.1041
Errors'+' should be on a new line.1041
Errors'+' is not preceded with whitespace.1042
Errors'+' should be on a new line.1042
Errors'+' is not preceded with whitespace.1043
Errors'+' should be on a new line.1043
Errors'+' is not preceded with whitespace.1044
Errors'+' should be on a new line.1044
Errors'+' is not preceded with whitespace.1045
Errors'+' should be on a new line.1045
Errors'+' is not preceded with whitespace.1046
Errors'+' should be on a new line.1046
Errors'+' is not preceded with whitespace.1047
Errors'+' should be on a new line.1047
Errors'+' is not preceded with whitespace.1048
Errors'+' should be on a new line.1048
Errors'+' is not preceded with whitespace.1049
Errors'+' should be on a new line.1049
Errors'+' is not preceded with whitespace.1050
Errors'+' should be on a new line.1050
Errors'+' is not preceded with whitespace.1051
Errors'+' should be on a new line.1051
Errors'+' is not preceded with whitespace.1052
Errors'+' should be on a new line.1052
Errors'+' is not preceded with whitespace.1053
Errors'+' should be on a new line.1053
Errors'+' is not preceded with whitespace.1054
Errors'+' should be on a new line.1054
Errors'+' is not preceded with whitespace.1055
Errors'+' should be on a new line.1055
Errors'+' is not preceded with whitespace.1056
Errors'+' should be on a new line.1056
Errors'+' is not preceded with whitespace.1057
Errors'+' should be on a new line.1057
Errors'+' is not preceded with whitespace.1058
Errors'+' should be on a new line.1058
Errors'+' is not preceded with whitespace.1059
Errors'+' should be on a new line.1059
Errors'+' is not preceded with whitespace.1060
Errors'+' should be on a new line.1060
Errors'+' is not preceded with whitespace.1061
Errors'+' should be on a new line.1061
Errors'+' is not preceded with whitespace.1062
Errors'+' should be on a new line.1062
Errors'+' is not preceded with whitespace.1063
Errors'+' should be on a new line.1063
Errors'+' is not preceded with whitespace.1064
Errors'+' should be on a new line.1064
Errors'+' is not preceded with whitespace.1065
Errors'+' should be on a new line.1065
Errors'+' is not preceded with whitespace.1066
Errors'+' should be on a new line.1066
Errors'+' is not preceded with whitespace.1067
Errors'+' should be on a new line.1067
Errors'+' is not preceded with whitespace.1068
Errors'+' should be on a new line.1068
Errors'+' is not preceded with whitespace.1069
Errors'+' should be on a new line.1069
Errors'+' is not preceded with whitespace.1070
Errors'+' should be on a new line.1070
Errors'+' is not preceded with whitespace.1071
Errors'+' should be on a new line.1071
Errors'+' is not preceded with whitespace.1072
Errors'+' should be on a new line.1072
Errors'+' is not preceded with whitespace.1073
Errors'+' should be on a new line.1073
Errors'+' is not preceded with whitespace.1074
Errors'+' should be on a new line.1074
Errors'+' is not preceded with whitespace.1075
Errors'+' should be on a new line.1075
Errors'+' is not preceded with whitespace.1076
Errors'+' should be on a new line.1076
Errors'+' is not preceded with whitespace.1077
Errors'+' should be on a new line.1077
Errors'+' is not preceded with whitespace.1078
Errors'+' should be on a new line.1078
Errors'+' is not preceded with whitespace.1079
Errors'+' should be on a new line.1079
Errors'+' is not preceded with whitespace.1080
Errors'+' should be on a new line.1080
Errors'+' is not preceded with whitespace.1081
Errors'+' should be on a new line.1081
Errors'+' is not preceded with whitespace.1082
Errors'+' should be on a new line.1082
Errors'+' is not preceded with whitespace.1083
Errors'+' should be on a new line.1083
Errors'+' is not preceded with whitespace.1084
Errors'+' should be on a new line.1084
Errors'+' is not preceded with whitespace.1085
Errors'+' should be on a new line.1085
Errors'+' is not preceded with whitespace.1086
Errors'+' should be on a new line.1086
Errors'+' is not preceded with whitespace.1087
Errors'+' should be on a new line.1087
Errors'+' is not preceded with whitespace.1088
Errors'+' should be on a new line.1088
Errors'+' is not preceded with whitespace.1089
Errors'+' should be on a new line.1089
Errors'+' is not preceded with whitespace.1090
Errors'+' should be on a new line.1090
Errors'+' is not preceded with whitespace.1091
Errors'+' should be on a new line.1091
Errors'+' is not preceded with whitespace.1092
Errors'+' should be on a new line.1092
Errors'+' is not preceded with whitespace.1093
Errors'+' should be on a new line.1093
Errors'+' is not preceded with whitespace.1094
Errors'+' should be on a new line.1094
Errors'+' is not preceded with whitespace.1095
Errors'+' should be on a new line.1095
Errors'+' is not preceded with whitespace.1096
Errors'+' should be on a new line.1096
Errors'+' is not preceded with whitespace.1097
Errors'+' should be on a new line.1097
Errors'+' is not preceded with whitespace.1098
Errors'+' should be on a new line.1098
Errors'+' is not preceded with whitespace.1099
Errors'+' should be on a new line.1099
Errors'+' is not preceded with whitespace.1100
Errors'+' should be on a new line.1100
Errors'+' is not preceded with whitespace.1101
Errors'+' should be on a new line.1101
Errors'+' is not preceded with whitespace.1102
Errors'+' should be on a new line.1102
Errors'+' is not preceded with whitespace.1103
Errors'+' should be on a new line.1103
Errors'+' is not preceded with whitespace.1104
Errors'+' should be on a new line.1104
Errors'+' is not preceded with whitespace.1105
Errors'+' should be on a new line.1105
Errors'+' is not preceded with whitespace.1106
Errors'+' should be on a new line.1106
Errors'+' is not preceded with whitespace.1107
Errors'+' should be on a new line.1107
Errors'+' is not preceded with whitespace.1108
Errors'+' should be on a new line.1108
Errors'+' is not preceded with whitespace.1109
Errors'+' should be on a new line.1109
Errors'+' is not preceded with whitespace.1110
Errors'+' should be on a new line.1110
Errors'+' is not preceded with whitespace.1111
Errors'+' should be on a new line.1111
Errors'+' is not preceded with whitespace.1112
Errors'+' should be on a new line.1112
Errors'+' is not preceded with whitespace.1113
Errors'+' should be on a new line.1113
Errors'+' is not preceded with whitespace.1114
Errors'+' should be on a new line.1114
Errors'+' is not preceded with whitespace.1115
Errors'+' should be on a new line.1115
Errors'+' is not preceded with whitespace.1116
Errors'+' should be on a new line.1116
Errors'+' is not preceded with whitespace.1117
Errors'+' should be on a new line.1117
Errors'+' is not preceded with whitespace.1118
Errors'+' should be on a new line.1118
Errors'+' is not preceded with whitespace.1119
Errors'+' should be on a new line.1119
Errors'+' is not preceded with whitespace.1120
Errors'+' should be on a new line.1120
Errors'+' is not preceded with whitespace.1121
Errors'+' should be on a new line.1121
Errors'+' is not preceded with whitespace.1122
Errors'+' should be on a new line.1122
Errors'+' is not preceded with whitespace.1123
Errors'+' should be on a new line.1123
Errors'+' is not preceded with whitespace.1124
Errors'+' should be on a new line.1124
Errors'+' is not preceded with whitespace.1125
Errors'+' should be on a new line.1125
Errors'+' is not preceded with whitespace.1126
Errors'+' should be on a new line.1126
Errors'+' is not preceded with whitespace.1127
Errors'+' should be on a new line.1127
Errors'+' is not preceded with whitespace.1128
Errors'+' should be on a new line.1128
Errors'+' is not preceded with whitespace.1129
Errors'+' should be on a new line.1129
Errors'+' is not preceded with whitespace.1130
Errors'+' should be on a new line.1130
Errors'+' is not preceded with whitespace.1131
Errors'+' should be on a new line.1131
Errors'+' is not preceded with whitespace.1132
Errors'+' should be on a new line.1132
Errors'+' is not preceded with whitespace.1133
Errors'+' should be on a new line.1133
Errors'+' is not preceded with whitespace.1134
Errors'+' should be on a new line.1134
Errors'+' is not preceded with whitespace.1135
Errors'+' should be on a new line.1135
Errors'+' is not preceded with whitespace.1136
Errors'+' should be on a new line.1136
Errors'+' is not preceded with whitespace.1137
Errors'+' should be on a new line.1137
Errors'+' is not preceded with whitespace.1138
Errors'+' should be on a new line.1138
Errors'+' is not preceded with whitespace.1139
Errors'+' should be on a new line.1139
Errors'+' is not preceded with whitespace.1140
Errors'+' should be on a new line.1140
Errors'+' is not preceded with whitespace.1141
Errors'+' should be on a new line.1141
Errors'+' is not preceded with whitespace.1142
Errors'+' should be on a new line.1142
Errors'+' is not preceded with whitespace.1143
Errors'+' should be on a new line.1143
Errors'+' is not preceded with whitespace.1144
Errors'+' should be on a new line.1144
Errors'+' is not preceded with whitespace.1145
Errors'+' should be on a new line.1145
Errors'+' is not preceded with whitespace.1146
Errors'+' should be on a new line.1146
Errors'+' is not preceded with whitespace.1147
Errors'+' should be on a new line.1147
Errors'+' is not preceded with whitespace.1148
Errors'+' should be on a new line.1148
Errors'+' is not preceded with whitespace.1149
Errors'+' should be on a new line.1149
Errors'+' is not preceded with whitespace.1150
Errors'+' should be on a new line.1150
Errors'+' is not preceded with whitespace.1151
Errors'+' should be on a new line.1151
Errors'+' is not preceded with whitespace.1152
Errors'+' should be on a new line.1152
Errors'+' is not preceded with whitespace.1153
Errors'+' should be on a new line.1153
Errors'+' is not preceded with whitespace.1154
Errors'+' should be on a new line.1154
Errors'+' is not preceded with whitespace.1155
Errors'+' should be on a new line.1155
Errors'+' is not preceded with whitespace.1156
Errors'+' should be on a new line.1156
Errors'+' is not preceded with whitespace.1157
Errors'+' should be on a new line.1157
Errors'+' is not preceded with whitespace.1158
Errors'+' should be on a new line.1158
Errors'+' is not preceded with whitespace.1159
Errors'+' should be on a new line.1159
Errors'+' is not preceded with whitespace.1160
Errors'+' should be on a new line.1160
Errors'+' is not preceded with whitespace.1161
Errors'+' should be on a new line.1161
Errors'+' is not preceded with whitespace.1162
Errors'+' should be on a new line.1162
Errors'+' is not preceded with whitespace.1163
Errors'+' should be on a new line.1163
Errors'+' is not preceded with whitespace.1164
Errors'+' should be on a new line.1164
Errors'+' is not preceded with whitespace.1165
Errors'+' should be on a new line.1165
Errors'+' is not preceded with whitespace.1166
Errors'+' should be on a new line.1166
Errors'+' is not preceded with whitespace.1167
Errors'+' should be on a new line.1167
Errors'+' is not preceded with whitespace.1168
Errors'+' should be on a new line.1168
Errors'+' is not preceded with whitespace.1169
Errors'+' should be on a new line.1169
Errors'+' is not preceded with whitespace.1170
Errors'+' should be on a new line.1170
Errors'+' is not preceded with whitespace.1171
Errors'+' should be on a new line.1171
Errors'+' is not preceded with whitespace.1172
Errors'+' should be on a new line.1172
Errors'+' is not preceded with whitespace.1173
Errors'+' should be on a new line.1173
Errors'+' is not preceded with whitespace.1174
Errors'+' should be on a new line.1174
Errors'+' is not preceded with whitespace.1175
Errors'+' should be on a new line.1175
Errors'+' is not preceded with whitespace.1176
Errors'+' should be on a new line.1176
Errors'+' is not preceded with whitespace.1177
Errors'+' should be on a new line.1177
Errors'+' is not preceded with whitespace.1178
Errors'+' should be on a new line.1178
Errors'+' is not preceded with whitespace.1179
Errors'+' should be on a new line.1179
Errors'+' is not preceded with whitespace.1180
Errors'+' should be on a new line.1180
Errors'+' is not preceded with whitespace.1181
Errors'+' should be on a new line.1181
Errors'+' is not preceded with whitespace.1182
Errors'+' should be on a new line.1182
Errors'+' is not preceded with whitespace.1183
Errors'+' should be on a new line.1183
Errors'+' is not preceded with whitespace.1184
Errors'+' should be on a new line.1184
Errors'+' is not preceded with whitespace.1185
Errors'+' should be on a new line.1185
Errors'+' is not preceded with whitespace.1186
Errors'+' should be on a new line.1186
Errors'+' is not preceded with whitespace.1187
Errors'+' should be on a new line.1187
Errors'+' is not preceded with whitespace.1188
Errors'+' should be on a new line.1188
Errors'+' is not preceded with whitespace.1189
Errors'+' should be on a new line.1189
Errors'+' is not preceded with whitespace.1190
Errors'+' should be on a new line.1190
Errors'+' is not preceded with whitespace.1191
Errors'+' should be on a new line.1191
Errors'+' is not preceded with whitespace.1192
Errors'+' should be on a new line.1192
Errors'+' is not preceded with whitespace.1193
Errors'+' should be on a new line.1193
Errors'+' is not preceded with whitespace.1194
Errors'+' should be on a new line.1194
Errors'+' is not preceded with whitespace.1195
Errors'+' should be on a new line.1195
Errors'+' is not preceded with whitespace.1196
Errors'+' should be on a new line.1196
Errors'+' is not preceded with whitespace.1197
Errors'+' should be on a new line.1197
Errors'+' is not preceded with whitespace.1198
Errors'+' should be on a new line.1198
Errors'+' is not preceded with whitespace.1199
Errors'+' should be on a new line.1199
Errors'+' is not preceded with whitespace.1200
Errors'+' should be on a new line.1200
Errors'+' is not preceded with whitespace.1201
Errors'+' should be on a new line.1201
Errors'+' is not preceded with whitespace.1202
Errors'+' should be on a new line.1202
Errors'+' is not preceded with whitespace.1203
Errors'+' should be on a new line.1203
Errors'+' is not preceded with whitespace.1204
Errors'+' should be on a new line.1204
Errors'+' is not preceded with whitespace.1205
Errors'+' should be on a new line.1205
Errors'+' is not preceded with whitespace.1206
Errors'+' should be on a new line.1206
Errors'+' is not preceded with whitespace.1207
Errors'+' should be on a new line.1207
Errors'+' is not preceded with whitespace.1208
Errors'+' should be on a new line.1208
Errors'+' is not preceded with whitespace.1209
Errors'+' should be on a new line.1209
Errors'+' is not preceded with whitespace.1210
Errors'+' should be on a new line.1210
Errors'+' is not preceded with whitespace.1211
Errors'+' should be on a new line.1211
Errors'+' is not preceded with whitespace.1212
Errors'+' should be on a new line.1212
Errors'+' is not preceded with whitespace.1213
Errors'+' should be on a new line.1213
Errors'+' is not preceded with whitespace.1214
Errors'+' should be on a new line.1214
Errors'+' is not preceded with whitespace.1215
Errors'+' should be on a new line.1215
Errors'+' is not preceded with whitespace.1216
Errors'+' should be on a new line.1216
Errors'+' is not preceded with whitespace.1217
Errors'+' should be on a new line.1217
Errors'+' is not preceded with whitespace.1218
Errors'+' should be on a new line.1218
Errors'+' is not preceded with whitespace.1219
Errors'+' should be on a new line.1219
Errors'+' is not preceded with whitespace.1220
Errors'+' should be on a new line.1220
Errors'+' is not preceded with whitespace.1221
Errors'+' should be on a new line.1221
Errors'+' is not preceded with whitespace.1222
Errors'+' should be on a new line.1222
Errors'+' is not preceded with whitespace.1223
Errors'+' should be on a new line.1223
Errors'+' is not preceded with whitespace.1224
Errors'+' should be on a new line.1224
Errors'+' is not preceded with whitespace.1225
Errors'+' should be on a new line.1225
Errors'+' is not preceded with whitespace.1226
Errors'+' should be on a new line.1226
Errors'+' is not preceded with whitespace.1227
Errors'+' should be on a new line.1227
Errors'+' is not preceded with whitespace.1228
Errors'+' should be on a new line.1228
Errors'+' is not preceded with whitespace.1229
Errors'+' should be on a new line.1229
Errors'+' is not preceded with whitespace.1230
Errors'+' should be on a new line.1230
Errors'+' is not preceded with whitespace.1231
Errors'+' should be on a new line.1231
Errors'+' is not preceded with whitespace.1232
Errors'+' should be on a new line.1232
Errors'+' is not preceded with whitespace.1233
Errors'+' should be on a new line.1233
Errors'+' is not preceded with whitespace.1234
Errors'+' should be on a new line.1234
Errors'+' is not preceded with whitespace.1235
Errors'+' should be on a new line.1235
Errors'+' is not preceded with whitespace.1236
Errors'+' should be on a new line.1236
Errors'+' is not preceded with whitespace.1237
Errors'+' should be on a new line.1237
ErrorsMissing a Javadoc comment.1240
Errors'7002' is a magic number.1241
ErrorsMissing a Javadoc comment.1247
ErrorsParameter packed should be final.1247
ErrorsParameter offset should be final.1247
ErrorsParameter result should be final.1247
Errors'16' is a magic number.1252
ErrorsFirst sentence should end with a period.1258
ErrorsLine has trailing spaces.1258
ErrorsMissing a Javadoc comment.1263
Errors'+' is not preceded with whitespace.1264
Errors'+' should be on a new line.1264
Errors'+' is not preceded with whitespace.1265
Errors'+' should be on a new line.1265
Errors'+' is not preceded with whitespace.1266
Errors'+' should be on a new line.1266
Errors'+' is not preceded with whitespace.1267
Errors'+' should be on a new line.1267
Errors'+' is not preceded with whitespace.1268
Errors'+' should be on a new line.1268
Errors'+' is not preceded with whitespace.1269
Errors'+' should be on a new line.1269
Errors'+' is not preceded with whitespace.1270
Errors'+' should be on a new line.1270
Errors'+' is not preceded with whitespace.1271
Errors'+' should be on a new line.1271
Errors'+' is not preceded with whitespace.1272
Errors'+' should be on a new line.1272
Errors'+' is not preceded with whitespace.1273
Errors'+' should be on a new line.1273
Errors'+' is not preceded with whitespace.1274
Errors'+' should be on a new line.1274
Errors'+' is not preceded with whitespace.1275
Errors'+' should be on a new line.1275
Errors'+' is not preceded with whitespace.1276
Errors'+' should be on a new line.1276
Errors'+' is not preceded with whitespace.1277
Errors'+' should be on a new line.1277
Errors'+' is not preceded with whitespace.1278
Errors'+' should be on a new line.1278
Errors'+' is not preceded with whitespace.1279
Errors'+' should be on a new line.1279
Errors'+' is not preceded with whitespace.1280
Errors'+' should be on a new line.1280
Errors'+' is not preceded with whitespace.1281
Errors'+' should be on a new line.1281
Errors'+' is not preceded with whitespace.1282
Errors'+' should be on a new line.1282
Errors'+' is not preceded with whitespace.1283
Errors'+' should be on a new line.1283
Errors'+' is not preceded with whitespace.1284
Errors'+' should be on a new line.1284
Errors'+' is not preceded with whitespace.1285
Errors'+' should be on a new line.1285
Errors'+' is not preceded with whitespace.1286
Errors'+' should be on a new line.1286
Errors'+' is not preceded with whitespace.1287
Errors'+' should be on a new line.1287
Errors'+' is not preceded with whitespace.1288
Errors'+' should be on a new line.1288
Errors'+' is not preceded with whitespace.1289
Errors'+' should be on a new line.1289
Errors'+' is not preceded with whitespace.1290
Errors'+' should be on a new line.1290
Errors'+' is not preceded with whitespace.1291
Errors'+' should be on a new line.1291
Errors'+' is not preceded with whitespace.1292
Errors'+' should be on a new line.1292
Errors'+' is not preceded with whitespace.1293
Errors'+' should be on a new line.1293
Errors'+' is not preceded with whitespace.1294
Errors'+' should be on a new line.1294
Errors'+' is not preceded with whitespace.1295
Errors'+' should be on a new line.1295
Errors'+' is not preceded with whitespace.1296
Errors'+' should be on a new line.1296
Errors'+' is not preceded with whitespace.1297
Errors'+' should be on a new line.1297
Errors'+' is not preceded with whitespace.1298
Errors'+' should be on a new line.1298
Errors'+' is not preceded with whitespace.1299
Errors'+' should be on a new line.1299
Errors'+' is not preceded with whitespace.1300
Errors'+' should be on a new line.1300
Errors'+' is not preceded with whitespace.1301
Errors'+' should be on a new line.1301
Errors'+' is not preceded with whitespace.1302
Errors'+' should be on a new line.1302
Errors'+' is not preceded with whitespace.1303
Errors'+' should be on a new line.1303
Errors'+' is not preceded with whitespace.1304
Errors'+' should be on a new line.1304
Errors'+' is not preceded with whitespace.1305
Errors'+' should be on a new line.1305
Errors'+' is not preceded with whitespace.1306
Errors'+' should be on a new line.1306
Errors'+' is not preceded with whitespace.1307
Errors'+' should be on a new line.1307
Errors'+' is not preceded with whitespace.1308
Errors'+' should be on a new line.1308
Errors'+' is not preceded with whitespace.1309
Errors'+' should be on a new line.1309
Errors'+' is not preceded with whitespace.1310
Errors'+' should be on a new line.1310
Errors'+' is not preceded with whitespace.1311
Errors'+' should be on a new line.1311
Errors'+' is not preceded with whitespace.1312
Errors'+' should be on a new line.1312
Errors'+' is not preceded with whitespace.1313
Errors'+' should be on a new line.1313
Errors'+' is not preceded with whitespace.1314
Errors'+' should be on a new line.1314
Errors'+' is not preceded with whitespace.1315
Errors'+' should be on a new line.1315
Errors'+' is not preceded with whitespace.1316
Errors'+' should be on a new line.1316
Errors'+' is not preceded with whitespace.1317
Errors'+' should be on a new line.1317
Errors'+' is not preceded with whitespace.1318
Errors'+' should be on a new line.1318
Errors'+' is not preceded with whitespace.1319
Errors'+' should be on a new line.1319
Errors'+' is not preceded with whitespace.1320
Errors'+' should be on a new line.1320
Errors'+' is not preceded with whitespace.1321
Errors'+' should be on a new line.1321
Errors'+' is not preceded with whitespace.1322
Errors'+' should be on a new line.1322
Errors'+' is not preceded with whitespace.1323
Errors'+' should be on a new line.1323
Errors'+' is not preceded with whitespace.1324
Errors'+' should be on a new line.1324
Errors'+' is not preceded with whitespace.1325
Errors'+' should be on a new line.1325
Errors'+' is not preceded with whitespace.1326
Errors'+' should be on a new line.1326
Errors'+' is not preceded with whitespace.1327
Errors'+' should be on a new line.1327
Errors'+' is not preceded with whitespace.1328
Errors'+' should be on a new line.1328
Errors'+' is not preceded with whitespace.1329
Errors'+' should be on a new line.1329
Errors'+' is not preceded with whitespace.1330
Errors'+' should be on a new line.1330
Errors'+' is not preceded with whitespace.1331
Errors'+' should be on a new line.1331
Errors'+' is not preceded with whitespace.1332
Errors'+' should be on a new line.1332
Errors'+' is not preceded with whitespace.1333
Errors'+' should be on a new line.1333
Errors'+' is not preceded with whitespace.1334
Errors'+' should be on a new line.1334
Errors'+' is not preceded with whitespace.1335
Errors'+' should be on a new line.1335
Errors'+' is not preceded with whitespace.1336
Errors'+' should be on a new line.1336
Errors'+' is not preceded with whitespace.1337
Errors'+' should be on a new line.1337
Errors'+' is not preceded with whitespace.1338
Errors'+' should be on a new line.1338
Errors'+' is not preceded with whitespace.1339
Errors'+' should be on a new line.1339
Errors'+' is not preceded with whitespace.1340
Errors'+' should be on a new line.1340
Errors'+' is not preceded with whitespace.1341
Errors'+' should be on a new line.1341
Errors'+' is not preceded with whitespace.1342
Errors'+' should be on a new line.1342
Errors'+' is not preceded with whitespace.1343
Errors'+' should be on a new line.1343
Errors'+' is not preceded with whitespace.1344
Errors'+' should be on a new line.1344
Errors'+' is not preceded with whitespace.1345
Errors'+' should be on a new line.1345
Errors'+' is not preceded with whitespace.1346
Errors'+' should be on a new line.1346
Errors'+' is not preceded with whitespace.1347
Errors'+' should be on a new line.1347
Errors'+' is not preceded with whitespace.1348
Errors'+' should be on a new line.1348
Errors'+' is not preceded with whitespace.1349
Errors'+' should be on a new line.1349
Errors'+' is not preceded with whitespace.1350
Errors'+' should be on a new line.1350
Errors'+' is not preceded with whitespace.1351
Errors'+' should be on a new line.1351
Errors'+' is not preceded with whitespace.1352
Errors'+' should be on a new line.1352
Errors'+' is not preceded with whitespace.1353
Errors'+' should be on a new line.1353
Errors'+' is not preceded with whitespace.1354
Errors'+' should be on a new line.1354
Errors'+' is not preceded with whitespace.1355
Errors'+' should be on a new line.1355
Errors'+' is not preceded with whitespace.1356
Errors'+' should be on a new line.1356
Errors'+' is not preceded with whitespace.1357
Errors'+' should be on a new line.1357
Errors'+' is not preceded with whitespace.1358
Errors'+' should be on a new line.1358
Errors'+' is not preceded with whitespace.1359
Errors'+' should be on a new line.1359
Errors'+' is not preceded with whitespace.1360
Errors'+' should be on a new line.1360
Errors'+' is not preceded with whitespace.1361
Errors'+' should be on a new line.1361
Errors'+' is not preceded with whitespace.1362
Errors'+' should be on a new line.1362
Errors'+' is not preceded with whitespace.1363
Errors'+' should be on a new line.1363
Errors'+' is not preceded with whitespace.1364
Errors'+' should be on a new line.1364
Errors'+' is not preceded with whitespace.1365
Errors'+' should be on a new line.1365
Errors'+' is not preceded with whitespace.1366
Errors'+' should be on a new line.1366
Errors'+' is not preceded with whitespace.1367
Errors'+' should be on a new line.1367
Errors'+' is not preceded with whitespace.1368
Errors'+' should be on a new line.1368
Errors'+' is not preceded with whitespace.1369
Errors'+' should be on a new line.1369
Errors'+' is not preceded with whitespace.1370
Errors'+' should be on a new line.1370
Errors'+' is not preceded with whitespace.1371
Errors'+' should be on a new line.1371
Errors'+' is not preceded with whitespace.1372
Errors'+' should be on a new line.1372
Errors'+' is not preceded with whitespace.1373
Errors'+' should be on a new line.1373
Errors'+' is not preceded with whitespace.1374
Errors'+' should be on a new line.1374
Errors'+' is not preceded with whitespace.1375
Errors'+' should be on a new line.1375
Errors'+' is not preceded with whitespace.1376
Errors'+' should be on a new line.1376
Errors'+' is not preceded with whitespace.1377
Errors'+' should be on a new line.1377
Errors'+' is not preceded with whitespace.1378
Errors'+' should be on a new line.1378
Errors'+' is not preceded with whitespace.1379
Errors'+' should be on a new line.1379
Errors'+' is not preceded with whitespace.1380
Errors'+' should be on a new line.1380
Errors'+' is not preceded with whitespace.1381
Errors'+' should be on a new line.1381
Errors'+' is not preceded with whitespace.1382
Errors'+' should be on a new line.1382
Errors'+' is not preceded with whitespace.1383
Errors'+' should be on a new line.1383
Errors'+' is not preceded with whitespace.1384
Errors'+' should be on a new line.1384
Errors'+' is not preceded with whitespace.1385
Errors'+' should be on a new line.1385
Errors'+' is not preceded with whitespace.1386
Errors'+' should be on a new line.1386
Errors'+' is not preceded with whitespace.1387
Errors'+' should be on a new line.1387
Errors'+' is not preceded with whitespace.1388
Errors'+' should be on a new line.1388
Errors'+' is not preceded with whitespace.1389
Errors'+' should be on a new line.1389
Errors'+' is not preceded with whitespace.1390
Errors'+' should be on a new line.1390
Errors'+' is not preceded with whitespace.1391
Errors'+' should be on a new line.1391
Errors'+' is not preceded with whitespace.1392
Errors'+' should be on a new line.1392
Errors'+' is not preceded with whitespace.1393
Errors'+' should be on a new line.1393
Errors'+' is not preceded with whitespace.1394
Errors'+' should be on a new line.1394
Errors'+' is not preceded with whitespace.1395
Errors'+' should be on a new line.1395
Errors'+' is not preceded with whitespace.1396
Errors'+' should be on a new line.1396
Errors'+' is not preceded with whitespace.1397
Errors'+' should be on a new line.1397
Errors'+' is not preceded with whitespace.1398
Errors'+' should be on a new line.1398
Errors'+' is not preceded with whitespace.1399
Errors'+' should be on a new line.1399
Errors'+' is not preceded with whitespace.1400
Errors'+' should be on a new line.1400
Errors'+' is not preceded with whitespace.1401
Errors'+' should be on a new line.1401
Errors'+' is not preceded with whitespace.1402
Errors'+' should be on a new line.1402
Errors'+' is not preceded with whitespace.1403
Errors'+' should be on a new line.1403
Errors'+' is not preceded with whitespace.1404
Errors'+' should be on a new line.1404
Errors'+' is not preceded with whitespace.1405
Errors'+' should be on a new line.1405
Errors'+' is not preceded with whitespace.1406
Errors'+' should be on a new line.1406
Errors'+' is not preceded with whitespace.1407
Errors'+' should be on a new line.1407
Errors'+' is not preceded with whitespace.1408
Errors'+' should be on a new line.1408
Errors'+' is not preceded with whitespace.1409
Errors'+' should be on a new line.1409
Errors'+' is not preceded with whitespace.1410
Errors'+' should be on a new line.1410
Errors'+' is not preceded with whitespace.1411
Errors'+' should be on a new line.1411
Errors'+' is not preceded with whitespace.1412
Errors'+' should be on a new line.1412
Errors'+' is not preceded with whitespace.1413
Errors'+' should be on a new line.1413
Errors'+' is not preceded with whitespace.1414
Errors'+' should be on a new line.1414
Errors'+' is not preceded with whitespace.1415
Errors'+' should be on a new line.1415
Errors'+' is not preceded with whitespace.1416
Errors'+' should be on a new line.1416
Errors'+' is not preceded with whitespace.1417
Errors'+' should be on a new line.1417
Errors'+' is not preceded with whitespace.1418
Errors'+' should be on a new line.1418
Errors'+' is not preceded with whitespace.1419
Errors'+' should be on a new line.1419
Errors'+' is not preceded with whitespace.1420
Errors'+' should be on a new line.1420
Errors'+' is not preceded with whitespace.1421
Errors'+' should be on a new line.1421
Errors'+' is not preceded with whitespace.1422
Errors'+' should be on a new line.1422
Errors'+' is not preceded with whitespace.1423
Errors'+' should be on a new line.1423
Errors'+' is not preceded with whitespace.1424
Errors'+' should be on a new line.1424
Errors'+' is not preceded with whitespace.1425
Errors'+' should be on a new line.1425
Errors'+' is not preceded with whitespace.1426
Errors'+' should be on a new line.1426
Errors'+' is not preceded with whitespace.1427
Errors'+' should be on a new line.1427
Errors'+' is not preceded with whitespace.1428
Errors'+' should be on a new line.1428
Errors'+' is not preceded with whitespace.1429
Errors'+' should be on a new line.1429
Errors'+' is not preceded with whitespace.1430
Errors'+' should be on a new line.1430
Errors'+' is not preceded with whitespace.1431
Errors'+' should be on a new line.1431
Errors'+' is not preceded with whitespace.1432
Errors'+' should be on a new line.1432
Errors'+' is not preceded with whitespace.1433
Errors'+' should be on a new line.1433
Errors'+' is not preceded with whitespace.1434
Errors'+' should be on a new line.1434
Errors'+' is not preceded with whitespace.1435
Errors'+' should be on a new line.1435
Errors'+' is not preceded with whitespace.1436
Errors'+' should be on a new line.1436
Errors'+' is not preceded with whitespace.1437
Errors'+' should be on a new line.1437
Errors'+' is not preceded with whitespace.1438
Errors'+' should be on a new line.1438
Errors'+' is not preceded with whitespace.1439
Errors'+' should be on a new line.1439
Errors'+' is not preceded with whitespace.1440
Errors'+' should be on a new line.1440
Errors'+' is not preceded with whitespace.1441
Errors'+' should be on a new line.1441
Errors'+' is not preceded with whitespace.1442
Errors'+' should be on a new line.1442
Errors'+' is not preceded with whitespace.1443
Errors'+' should be on a new line.1443
Errors'+' is not preceded with whitespace.1444
Errors'+' should be on a new line.1444
Errors'+' is not preceded with whitespace.1445
Errors'+' should be on a new line.1445
Errors'+' is not preceded with whitespace.1446
Errors'+' should be on a new line.1446
Errors'+' is not preceded with whitespace.1447
Errors'+' should be on a new line.1447
Errors'+' is not preceded with whitespace.1448
Errors'+' should be on a new line.1448
Errors'+' is not preceded with whitespace.1449
Errors'+' should be on a new line.1449
Errors'+' is not preceded with whitespace.1450
Errors'+' should be on a new line.1450
Errors'+' is not preceded with whitespace.1451
Errors'+' should be on a new line.1451
Errors'+' is not preceded with whitespace.1452
Errors'+' should be on a new line.1452
Errors'+' is not preceded with whitespace.1453
Errors'+' should be on a new line.1453
Errors'+' is not preceded with whitespace.1454
Errors'+' should be on a new line.1454
Errors'+' is not preceded with whitespace.1455
Errors'+' should be on a new line.1455
Errors'+' is not preceded with whitespace.1456
Errors'+' should be on a new line.1456
Errors'+' is not preceded with whitespace.1457
Errors'+' should be on a new line.1457
Errors'+' is not preceded with whitespace.1458
Errors'+' should be on a new line.1458
Errors'+' is not preceded with whitespace.1459
Errors'+' should be on a new line.1459
Errors'+' is not preceded with whitespace.1460
Errors'+' should be on a new line.1460
Errors'+' is not preceded with whitespace.1461
Errors'+' should be on a new line.1461
Errors'+' is not preceded with whitespace.1462
Errors'+' should be on a new line.1462
Errors'+' is not preceded with whitespace.1463
Errors'+' should be on a new line.1463
Errors'+' is not preceded with whitespace.1464
Errors'+' should be on a new line.1464
Errors'+' is not preceded with whitespace.1465
Errors'+' should be on a new line.1465
Errors'+' is not preceded with whitespace.1466
Errors'+' should be on a new line.1466
Errors'+' is not preceded with whitespace.1467
Errors'+' should be on a new line.1467
Errors'+' is not preceded with whitespace.1468
Errors'+' should be on a new line.1468
Errors'+' is not preceded with whitespace.1469
Errors'+' should be on a new line.1469
Errors'+' is not preceded with whitespace.1470
Errors'+' should be on a new line.1470
Errors'+' is not preceded with whitespace.1471
Errors'+' should be on a new line.1471
Errors'+' is not preceded with whitespace.1472
Errors'+' should be on a new line.1472
Errors'+' is not preceded with whitespace.1473
Errors'+' should be on a new line.1473
Errors'+' is not preceded with whitespace.1474
Errors'+' should be on a new line.1474
Errors'+' is not preceded with whitespace.1475
Errors'+' should be on a new line.1475
Errors'+' is not preceded with whitespace.1476
Errors'+' should be on a new line.1476
Errors'+' is not preceded with whitespace.1477
Errors'+' should be on a new line.1477
Errors'+' is not preceded with whitespace.1478
Errors'+' should be on a new line.1478
Errors'+' is not preceded with whitespace.1479
Errors'+' should be on a new line.1479
Errors'+' is not preceded with whitespace.1480
Errors'+' should be on a new line.1480
Errors'+' is not preceded with whitespace.1481
Errors'+' should be on a new line.1481
Errors'+' is not preceded with whitespace.1482
Errors'+' should be on a new line.1482
Errors'+' is not preceded with whitespace.1483
Errors'+' should be on a new line.1483
Errors'+' is not preceded with whitespace.1484
Errors'+' should be on a new line.1484
Errors'+' is not preceded with whitespace.1485
Errors'+' should be on a new line.1485
Errors'+' is not preceded with whitespace.1486
Errors'+' should be on a new line.1486
Errors'+' is not preceded with whitespace.1487
Errors'+' should be on a new line.1487
Errors'+' is not preceded with whitespace.1488
Errors'+' should be on a new line.1488
Errors'+' is not preceded with whitespace.1489
Errors'+' should be on a new line.1489
Errors'+' is not preceded with whitespace.1490
Errors'+' should be on a new line.1490
Errors'+' is not preceded with whitespace.1491
Errors'+' should be on a new line.1491
Errors'+' is not preceded with whitespace.1492
Errors'+' should be on a new line.1492
Errors'+' is not preceded with whitespace.1493
Errors'+' should be on a new line.1493
Errors'+' is not preceded with whitespace.1494
Errors'+' should be on a new line.1494
Errors'+' is not preceded with whitespace.1495
Errors'+' should be on a new line.1495
Errors'+' is not preceded with whitespace.1496
Errors'+' should be on a new line.1496
Errors'+' is not preceded with whitespace.1497
Errors'+' should be on a new line.1497
Errors'+' is not preceded with whitespace.1498
Errors'+' should be on a new line.1498
Errors'+' is not preceded with whitespace.1499
Errors'+' should be on a new line.1499
Errors'+' is not preceded with whitespace.1500
Errors'+' should be on a new line.1500
Errors'+' is not preceded with whitespace.1501
Errors'+' should be on a new line.1501
Errors'+' is not preceded with whitespace.1502
Errors'+' should be on a new line.1502
Errors'+' is not preceded with whitespace.1503
Errors'+' should be on a new line.1503
Errors'+' is not preceded with whitespace.1504
Errors'+' should be on a new line.1504
Errors'+' is not preceded with whitespace.1505
Errors'+' should be on a new line.1505
Errors'+' is not preceded with whitespace.1506
Errors'+' should be on a new line.1506
Errors'+' is not preceded with whitespace.1507
Errors'+' should be on a new line.1507
Errors'+' is not preceded with whitespace.1508
Errors'+' should be on a new line.1508
Errors'+' is not preceded with whitespace.1509
Errors'+' should be on a new line.1509
Errors'+' is not preceded with whitespace.1510
Errors'+' should be on a new line.1510
Errors'+' is not preceded with whitespace.1511
Errors'+' should be on a new line.1511
Errors'+' is not preceded with whitespace.1512
Errors'+' should be on a new line.1512
Errors'+' is not preceded with whitespace.1513
Errors'+' should be on a new line.1513
Errors'+' is not preceded with whitespace.1514
Errors'+' should be on a new line.1514
Errors'+' is not preceded with whitespace.1515
Errors'+' should be on a new line.1515
Errors'+' is not preceded with whitespace.1516
Errors'+' should be on a new line.1516
Errors'+' is not preceded with whitespace.1517
Errors'+' should be on a new line.1517
Errors'+' is not preceded with whitespace.1518
Errors'+' should be on a new line.1518
Errors'+' is not preceded with whitespace.1519
Errors'+' should be on a new line.1519
Errors'+' is not preceded with whitespace.1520
Errors'+' should be on a new line.1520
Errors'+' is not preceded with whitespace.1521
Errors'+' should be on a new line.1521
Errors'+' is not preceded with whitespace.1522
Errors'+' should be on a new line.1522
Errors'+' is not preceded with whitespace.1523
Errors'+' should be on a new line.1523
Errors'+' is not preceded with whitespace.1524
Errors'+' should be on a new line.1524
Errors'+' is not preceded with whitespace.1525
Errors'+' should be on a new line.1525
Errors'+' is not preceded with whitespace.1526
Errors'+' should be on a new line.1526
Errors'+' is not preceded with whitespace.1527
Errors'+' should be on a new line.1527
Errors'+' is not preceded with whitespace.1528
Errors'+' should be on a new line.1528
Errors'+' is not preceded with whitespace.1529
Errors'+' should be on a new line.1529
Errors'+' is not preceded with whitespace.1530
Errors'+' should be on a new line.1530
Errors'+' is not preceded with whitespace.1531
Errors'+' should be on a new line.1531
Errors'+' is not preceded with whitespace.1532
Errors'+' should be on a new line.1532
Errors'+' is not preceded with whitespace.1533
Errors'+' should be on a new line.1533
Errors'+' is not preceded with whitespace.1534
Errors'+' should be on a new line.1534
Errors'+' is not preceded with whitespace.1535
Errors'+' should be on a new line.1535
Errors'+' is not preceded with whitespace.1536
Errors'+' should be on a new line.1536
Errors'+' is not preceded with whitespace.1537
Errors'+' should be on a new line.1537
Errors'+' is not preceded with whitespace.1538
Errors'+' should be on a new line.1538
Errors'+' is not preceded with whitespace.1539
Errors'+' should be on a new line.1539
Errors'+' is not preceded with whitespace.1540
Errors'+' should be on a new line.1540
Errors'+' is not preceded with whitespace.1541
Errors'+' should be on a new line.1541
Errors'+' is not preceded with whitespace.1542
Errors'+' should be on a new line.1542
Errors'+' is not preceded with whitespace.1543
Errors'+' should be on a new line.1543
Errors'+' is not preceded with whitespace.1544
Errors'+' should be on a new line.1544
Errors'+' is not preceded with whitespace.1545
Errors'+' should be on a new line.1545
Errors'+' is not preceded with whitespace.1546
Errors'+' should be on a new line.1546
Errors'+' is not preceded with whitespace.1547
Errors'+' should be on a new line.1547
Errors'+' is not preceded with whitespace.1548
Errors'+' should be on a new line.1548
Errors'+' is not preceded with whitespace.1549
Errors'+' should be on a new line.1549
Errors'+' is not preceded with whitespace.1550
Errors'+' should be on a new line.1550
Errors'+' is not preceded with whitespace.1551
Errors'+' should be on a new line.1551
Errors'+' is not preceded with whitespace.1552
Errors'+' should be on a new line.1552
Errors'+' is not preceded with whitespace.1553
Errors'+' should be on a new line.1553
Errors'+' is not preceded with whitespace.1554
Errors'+' should be on a new line.1554
Errors'+' is not preceded with whitespace.1555
Errors'+' should be on a new line.1555
Errors'+' is not preceded with whitespace.1556
Errors'+' should be on a new line.1556
Errors'+' is not preceded with whitespace.1557
Errors'+' should be on a new line.1557
Errors'+' is not preceded with whitespace.1558
Errors'+' should be on a new line.1558
Errors'+' is not preceded with whitespace.1559
Errors'+' should be on a new line.1559
Errors'+' is not preceded with whitespace.1560
Errors'+' should be on a new line.1560
Errors'+' is not preceded with whitespace.1561
Errors'+' should be on a new line.1561
Errors'+' is not preceded with whitespace.1562
Errors'+' should be on a new line.1562
Errors'+' is not preceded with whitespace.1563
Errors'+' should be on a new line.1563
Errors'+' is not preceded with whitespace.1564
Errors'+' should be on a new line.1564
Errors'+' is not preceded with whitespace.1565
Errors'+' should be on a new line.1565
Errors'+' is not preceded with whitespace.1566
Errors'+' should be on a new line.1566
Errors'+' is not preceded with whitespace.1567
Errors'+' should be on a new line.1567
Errors'+' is not preceded with whitespace.1568
Errors'+' should be on a new line.1568
Errors'+' is not preceded with whitespace.1569
Errors'+' should be on a new line.1569
Errors'+' is not preceded with whitespace.1570
Errors'+' should be on a new line.1570
Errors'+' is not preceded with whitespace.1571
Errors'+' should be on a new line.1571
Errors'+' is not preceded with whitespace.1572
Errors'+' should be on a new line.1572
Errors'+' is not preceded with whitespace.1573
Errors'+' should be on a new line.1573
Errors'+' is not preceded with whitespace.1574
Errors'+' should be on a new line.1574
Errors'+' is not preceded with whitespace.1575
Errors'+' should be on a new line.1575
Errors'+' is not preceded with whitespace.1576
Errors'+' should be on a new line.1576
Errors'+' is not preceded with whitespace.1577
Errors'+' should be on a new line.1577
Errors'+' is not preceded with whitespace.1578
Errors'+' should be on a new line.1578
Errors'+' is not preceded with whitespace.1579
Errors'+' should be on a new line.1579
Errors'+' is not preceded with whitespace.1580
Errors'+' should be on a new line.1580
Errors'+' is not preceded with whitespace.1581
Errors'+' should be on a new line.1581
Errors'+' is not preceded with whitespace.1582
Errors'+' should be on a new line.1582
Errors'+' is not preceded with whitespace.1583
Errors'+' should be on a new line.1583
Errors'+' is not preceded with whitespace.1584
Errors'+' should be on a new line.1584
Errors'+' is not preceded with whitespace.1585
Errors'+' should be on a new line.1585
Errors'+' is not preceded with whitespace.1586
Errors'+' should be on a new line.1586
Errors'+' is not preceded with whitespace.1587
Errors'+' should be on a new line.1587
Errors'+' is not preceded with whitespace.1588
Errors'+' should be on a new line.1588
Errors'+' is not preceded with whitespace.1589
Errors'+' should be on a new line.1589
Errors'+' is not preceded with whitespace.1590
Errors'+' should be on a new line.1590
Errors'+' is not preceded with whitespace.1591
Errors'+' should be on a new line.1591
Errors'+' is not preceded with whitespace.1592
Errors'+' should be on a new line.1592
Errors'+' is not preceded with whitespace.1593
Errors'+' should be on a new line.1593
Errors'+' is not preceded with whitespace.1594
Errors'+' should be on a new line.1594
Errors'+' is not preceded with whitespace.1595
Errors'+' should be on a new line.1595
Errors'+' is not preceded with whitespace.1596
Errors'+' should be on a new line.1596
Errors'+' is not preceded with whitespace.1597
Errors'+' should be on a new line.1597
Errors'+' is not preceded with whitespace.1598
Errors'+' should be on a new line.1598
Errors'+' is not preceded with whitespace.1599
Errors'+' should be on a new line.1599
Errors'+' is not preceded with whitespace.1600
Errors'+' should be on a new line.1600
Errors'+' is not preceded with whitespace.1601
Errors'+' should be on a new line.1601
Errors'+' is not preceded with whitespace.1602
Errors'+' should be on a new line.1602
Errors'+' is not preceded with whitespace.1603
Errors'+' should be on a new line.1603
Errors'+' is not preceded with whitespace.1604
Errors'+' should be on a new line.1604
Errors'+' is not preceded with whitespace.1605
Errors'+' should be on a new line.1605
Errors'+' is not preceded with whitespace.1606
Errors'+' should be on a new line.1606
Errors'+' is not preceded with whitespace.1607
Errors'+' should be on a new line.1607
Errors'+' is not preceded with whitespace.1608
Errors'+' should be on a new line.1608
Errors'+' is not preceded with whitespace.1609
Errors'+' should be on a new line.1609
Errors'+' is not preceded with whitespace.1610
Errors'+' should be on a new line.1610
Errors'+' is not preceded with whitespace.1611
Errors'+' should be on a new line.1611
Errors'+' is not preceded with whitespace.1612
Errors'+' should be on a new line.1612
Errors'+' is not preceded with whitespace.1613
Errors'+' should be on a new line.1613
Errors'+' is not preceded with whitespace.1614
Errors'+' should be on a new line.1614
Errors'+' is not preceded with whitespace.1615
Errors'+' should be on a new line.1615
Errors'+' is not preceded with whitespace.1616
Errors'+' should be on a new line.1616
Errors'+' is not preceded with whitespace.1617
Errors'+' should be on a new line.1617
Errors'+' is not preceded with whitespace.1618
Errors'+' should be on a new line.1618
Errors'+' is not preceded with whitespace.1619
Errors'+' should be on a new line.1619
Errors'+' is not preceded with whitespace.1620
Errors'+' should be on a new line.1620
Errors'+' is not preceded with whitespace.1621
Errors'+' should be on a new line.1621
Errors'+' is not preceded with whitespace.1622
Errors'+' should be on a new line.1622
Errors'+' is not preceded with whitespace.1623
Errors'+' should be on a new line.1623
Errors'+' is not preceded with whitespace.1624
Errors'+' should be on a new line.1624
Errors'+' is not preceded with whitespace.1625
Errors'+' should be on a new line.1625
Errors'+' is not preceded with whitespace.1626
Errors'+' should be on a new line.1626
Errors'+' is not preceded with whitespace.1627
Errors'+' should be on a new line.1627
Errors'+' is not preceded with whitespace.1628
Errors'+' should be on a new line.1628
Errors'+' is not preceded with whitespace.1629
Errors'+' should be on a new line.1629
Errors'+' is not preceded with whitespace.1630
Errors'+' should be on a new line.1630
Errors'+' is not preceded with whitespace.1631
Errors'+' should be on a new line.1631
Errors'+' is not preceded with whitespace.1632
Errors'+' should be on a new line.1632
Errors'+' is not preceded with whitespace.1633
Errors'+' should be on a new line.1633
Errors'+' is not preceded with whitespace.1634
Errors'+' should be on a new line.1634
Errors'+' is not preceded with whitespace.1635
Errors'+' should be on a new line.1635
Errors'+' is not preceded with whitespace.1636
Errors'+' should be on a new line.1636
Errors'+' is not preceded with whitespace.1637
Errors'+' should be on a new line.1637
Errors'+' is not preceded with whitespace.1638
Errors'+' should be on a new line.1638
Errors'+' is not preceded with whitespace.1639
Errors'+' should be on a new line.1639
Errors'+' is not preceded with whitespace.1640
Errors'+' should be on a new line.1640
Errors'+' is not preceded with whitespace.1641
Errors'+' should be on a new line.1641
Errors'+' is not preceded with whitespace.1642
Errors'+' should be on a new line.1642
Errors'+' is not preceded with whitespace.1643
Errors'+' should be on a new line.1643
Errors'+' is not preceded with whitespace.1644
Errors'+' should be on a new line.1644
Errors'+' is not preceded with whitespace.1645
Errors'+' should be on a new line.1645
Errors'+' is not preceded with whitespace.1646
Errors'+' should be on a new line.1646
Errors'+' is not preceded with whitespace.1647
Errors'+' should be on a new line.1647
Errors'+' is not preceded with whitespace.1648
Errors'+' should be on a new line.1648
Errors'+' is not preceded with whitespace.1649
Errors'+' should be on a new line.1649
Errors'+' is not preceded with whitespace.1650
Errors'+' should be on a new line.1650
Errors'+' is not preceded with whitespace.1651
Errors'+' should be on a new line.1651
Errors'+' is not preceded with whitespace.1652
Errors'+' should be on a new line.1652
Errors'+' is not preceded with whitespace.1653
Errors'+' should be on a new line.1653
Errors'+' is not preceded with whitespace.1654
Errors'+' should be on a new line.1654
Errors'+' is not preceded with whitespace.1655
Errors'+' should be on a new line.1655
Errors'+' is not preceded with whitespace.1656
Errors'+' should be on a new line.1656
Errors'+' is not preceded with whitespace.1657
Errors'+' should be on a new line.1657
Errors'+' is not preceded with whitespace.1658
Errors'+' should be on a new line.1658
Errors'+' is not preceded with whitespace.1659
Errors'+' should be on a new line.1659
Errors'+' is not preceded with whitespace.1660
Errors'+' should be on a new line.1660
Errors'+' is not preceded with whitespace.1661
Errors'+' should be on a new line.1661
Errors'+' is not preceded with whitespace.1662
Errors'+' should be on a new line.1662
Errors'+' is not preceded with whitespace.1663
Errors'+' should be on a new line.1663
Errors'+' is not preceded with whitespace.1664
Errors'+' should be on a new line.1664
Errors'+' is not preceded with whitespace.1665
Errors'+' should be on a new line.1665
Errors'+' is not preceded with whitespace.1666
Errors'+' should be on a new line.1666
Errors'+' is not preceded with whitespace.1667
Errors'+' should be on a new line.1667
Errors'+' is not preceded with whitespace.1668
Errors'+' should be on a new line.1668
Errors'+' is not preceded with whitespace.1669
Errors'+' should be on a new line.1669
Errors'+' is not preceded with whitespace.1670
Errors'+' should be on a new line.1670
Errors'+' is not preceded with whitespace.1671
Errors'+' should be on a new line.1671
Errors'+' is not preceded with whitespace.1672
Errors'+' should be on a new line.1672
Errors'+' is not preceded with whitespace.1673
Errors'+' should be on a new line.1673
Errors'+' is not preceded with whitespace.1674
Errors'+' should be on a new line.1674
Errors'+' is not preceded with whitespace.1675
Errors'+' should be on a new line.1675
Errors'+' is not preceded with whitespace.1676
Errors'+' should be on a new line.1676
Errors'+' is not preceded with whitespace.1677
Errors'+' should be on a new line.1677
Errors'+' is not preceded with whitespace.1678
Errors'+' should be on a new line.1678
Errors'+' is not preceded with whitespace.1679
Errors'+' should be on a new line.1679
Errors'+' is not preceded with whitespace.1680
Errors'+' should be on a new line.1680
Errors'+' is not preceded with whitespace.1681
Errors'+' should be on a new line.1681
Errors'+' is not preceded with whitespace.1682
Errors'+' should be on a new line.1682
Errors'+' is not preceded with whitespace.1683
Errors'+' should be on a new line.1683
Errors'+' is not preceded with whitespace.1684
Errors'+' should be on a new line.1684
Errors'+' is not preceded with whitespace.1685
Errors'+' should be on a new line.1685
Errors'+' is not preceded with whitespace.1686
Errors'+' should be on a new line.1686
Errors'+' is not preceded with whitespace.1687
Errors'+' should be on a new line.1687
Errors'+' is not preceded with whitespace.1688
Errors'+' should be on a new line.1688
Errors'+' is not preceded with whitespace.1689
Errors'+' should be on a new line.1689
Errors'+' is not preceded with whitespace.1690
Errors'+' should be on a new line.1690
Errors'+' is not preceded with whitespace.1691
Errors'+' should be on a new line.1691
Errors'+' is not preceded with whitespace.1692
Errors'+' should be on a new line.1692
Errors'+' is not preceded with whitespace.1693
Errors'+' should be on a new line.1693
Errors'+' is not preceded with whitespace.1694
Errors'+' should be on a new line.1694
Errors'+' is not preceded with whitespace.1695
Errors'+' should be on a new line.1695
Errors'+' is not preceded with whitespace.1696
Errors'+' should be on a new line.1696
Errors'+' is not preceded with whitespace.1697
Errors'+' should be on a new line.1697
Errors'+' is not preceded with whitespace.1698
Errors'+' should be on a new line.1698
Errors'+' is not preceded with whitespace.1699
Errors'+' should be on a new line.1699
Errors'+' is not preceded with whitespace.1700
Errors'+' should be on a new line.1700
Errors'+' is not preceded with whitespace.1701
Errors'+' should be on a new line.1701
Errors'+' is not preceded with whitespace.1702
Errors'+' should be on a new line.1702
Errors'+' is not preceded with whitespace.1703
Errors'+' should be on a new line.1703
Errors'+' is not preceded with whitespace.1704
Errors'+' should be on a new line.1704
Errors'+' is not preceded with whitespace.1705
Errors'+' should be on a new line.1705
Errors'+' is not preceded with whitespace.1706
Errors'+' should be on a new line.1706
Errors'+' is not preceded with whitespace.1707
Errors'+' should be on a new line.1707
Errors'+' is not preceded with whitespace.1708
Errors'+' should be on a new line.1708
Errors'+' is not preceded with whitespace.1709
Errors'+' should be on a new line.1709
Errors'+' is not preceded with whitespace.1710
Errors'+' should be on a new line.1710
Errors'+' is not preceded with whitespace.1711
Errors'+' should be on a new line.1711
Errors'+' is not preceded with whitespace.1712
Errors'+' should be on a new line.1712
Errors'+' is not preceded with whitespace.1713
Errors'+' should be on a new line.1713
Errors'+' is not preceded with whitespace.1714
Errors'+' should be on a new line.1714
Errors'+' is not preceded with whitespace.1715
Errors'+' should be on a new line.1715
Errors'+' is not preceded with whitespace.1716
Errors'+' should be on a new line.1716
Errors'+' is not preceded with whitespace.1717
Errors'+' should be on a new line.1717
Errors'+' is not preceded with whitespace.1718
Errors'+' should be on a new line.1718
Errors'+' is not preceded with whitespace.1719
Errors'+' should be on a new line.1719
Errors'+' is not preceded with whitespace.1720
Errors'+' should be on a new line.1720
Errors'+' is not preceded with whitespace.1721
Errors'+' should be on a new line.1721
Errors'+' is not preceded with whitespace.1722
Errors'+' should be on a new line.1722
Errors'+' is not preceded with whitespace.1723
Errors'+' should be on a new line.1723
Errors'+' is not preceded with whitespace.1724
Errors'+' should be on a new line.1724
Errors'+' is not preceded with whitespace.1725
Errors'+' should be on a new line.1725
Errors'+' is not preceded with whitespace.1726
Errors'+' should be on a new line.1726
Errors'+' is not preceded with whitespace.1727
Errors'+' should be on a new line.1727
Errors'+' is not preceded with whitespace.1728
Errors'+' should be on a new line.1728
Errors'+' is not preceded with whitespace.1729
Errors'+' should be on a new line.1729
Errors'+' is not preceded with whitespace.1730
Errors'+' should be on a new line.1730
Errors'+' is not preceded with whitespace.1731
Errors'+' should be on a new line.1731
Errors'+' is not preceded with whitespace.1732
Errors'+' should be on a new line.1732
Errors'+' is not preceded with whitespace.1733
Errors'+' should be on a new line.1733
Errors'+' is not preceded with whitespace.1734
Errors'+' should be on a new line.1734
Errors'+' is not preceded with whitespace.1735
Errors'+' should be on a new line.1735
Errors'+' is not preceded with whitespace.1736
Errors'+' should be on a new line.1736
Errors'+' is not preceded with whitespace.1737
Errors'+' should be on a new line.1737
Errors'+' is not preceded with whitespace.1738
Errors'+' should be on a new line.1738
Errors'+' is not preceded with whitespace.1739
Errors'+' should be on a new line.1739
Errors'+' is not preceded with whitespace.1740
Errors'+' should be on a new line.1740
Errors'+' is not preceded with whitespace.1741
Errors'+' should be on a new line.1741
Errors'+' is not preceded with whitespace.1742
Errors'+' should be on a new line.1742
Errors'+' is not preceded with whitespace.1743
Errors'+' should be on a new line.1743
Errors'+' is not preceded with whitespace.1744
Errors'+' should be on a new line.1744
Errors'+' is not preceded with whitespace.1745
Errors'+' should be on a new line.1745
Errors'+' is not preceded with whitespace.1746
Errors'+' should be on a new line.1746
Errors'+' is not preceded with whitespace.1747
Errors'+' should be on a new line.1747
Errors'+' is not preceded with whitespace.1748
Errors'+' should be on a new line.1748
Errors'+' is not preceded with whitespace.1749
Errors'+' should be on a new line.1749
Errors'+' is not preceded with whitespace.1750
Errors'+' should be on a new line.1750
Errors'+' is not preceded with whitespace.1751
Errors'+' should be on a new line.1751
Errors'+' is not preceded with whitespace.1752
Errors'+' should be on a new line.1752
Errors'+' is not preceded with whitespace.1753
Errors'+' should be on a new line.1753
Errors'+' is not preceded with whitespace.1754
Errors'+' should be on a new line.1754
Errors'+' is not preceded with whitespace.1755
Errors'+' should be on a new line.1755
Errors'+' is not preceded with whitespace.1756
Errors'+' should be on a new line.1756
Errors'+' is not preceded with whitespace.1757
Errors'+' should be on a new line.1757
Errors'+' is not preceded with whitespace.1758
Errors'+' should be on a new line.1758
Errors'+' is not preceded with whitespace.1759
Errors'+' should be on a new line.1759
Errors'+' is not preceded with whitespace.1760
Errors'+' should be on a new line.1760
Errors'+' is not preceded with whitespace.1761
Errors'+' should be on a new line.1761
Errors'+' is not preceded with whitespace.1762
Errors'+' should be on a new line.1762
Errors'+' is not preceded with whitespace.1763
Errors'+' should be on a new line.1763
Errors'+' is not preceded with whitespace.1764
Errors'+' should be on a new line.1764
Errors'+' is not preceded with whitespace.1765
Errors'+' should be on a new line.1765
Errors'+' is not preceded with whitespace.1766
Errors'+' should be on a new line.1766
Errors'+' is not preceded with whitespace.1767
Errors'+' should be on a new line.1767
Errors'+' is not preceded with whitespace.1768
Errors'+' should be on a new line.1768
Errors'+' is not preceded with whitespace.1769
Errors'+' should be on a new line.1769
Errors'+' is not preceded with whitespace.1770
Errors'+' should be on a new line.1770
Errors'+' is not preceded with whitespace.1771
Errors'+' should be on a new line.1771
Errors'+' is not preceded with whitespace.1772
Errors'+' should be on a new line.1772
Errors'+' is not preceded with whitespace.1773
Errors'+' should be on a new line.1773
Errors'+' is not preceded with whitespace.1774
Errors'+' should be on a new line.1774
Errors'+' is not preceded with whitespace.1775
Errors'+' should be on a new line.1775
Errors'+' is not preceded with whitespace.1776
Errors'+' should be on a new line.1776
Errors'+' is not preceded with whitespace.1777
Errors'+' should be on a new line.1777
Errors'+' is not preceded with whitespace.1778
Errors'+' should be on a new line.1778
Errors'+' is not preceded with whitespace.1779
Errors'+' should be on a new line.1779
Errors'+' is not preceded with whitespace.1780
Errors'+' should be on a new line.1780
Errors'+' is not preceded with whitespace.1781
Errors'+' should be on a new line.1781
Errors'+' is not preceded with whitespace.1782
Errors'+' should be on a new line.1782
Errors'+' is not preceded with whitespace.1783
Errors'+' should be on a new line.1783
Errors'+' is not preceded with whitespace.1784
Errors'+' should be on a new line.1784
Errors'+' is not preceded with whitespace.1785
Errors'+' should be on a new line.1785
Errors'+' is not preceded with whitespace.1786
Errors'+' should be on a new line.1786
Errors'+' is not preceded with whitespace.1787
Errors'+' should be on a new line.1787
Errors'+' is not preceded with whitespace.1788
Errors'+' should be on a new line.1788
Errors'+' is not preceded with whitespace.1789
Errors'+' should be on a new line.1789
Errors'+' is not preceded with whitespace.1790
Errors'+' should be on a new line.1790
Errors'+' is not preceded with whitespace.1791
Errors'+' should be on a new line.1791
Errors'+' is not preceded with whitespace.1792
Errors'+' should be on a new line.1792
Errors'+' is not preceded with whitespace.1793
Errors'+' should be on a new line.1793
Errors'+' is not preceded with whitespace.1794
Errors'+' should be on a new line.1794
Errors'+' is not preceded with whitespace.1795
Errors'+' should be on a new line.1795
Errors'+' is not preceded with whitespace.1796
Errors'+' should be on a new line.1796
Errors'+' is not preceded with whitespace.1797
Errors'+' should be on a new line.1797
Errors'+' is not preceded with whitespace.1798
Errors'+' should be on a new line.1798
Errors'+' is not preceded with whitespace.1799
Errors'+' should be on a new line.1799
Errors'+' is not preceded with whitespace.1800
Errors'+' should be on a new line.1800
Errors'+' is not preceded with whitespace.1801
Errors'+' should be on a new line.1801
Errors'+' is not preceded with whitespace.1802
Errors'+' should be on a new line.1802
Errors'+' is not preceded with whitespace.1803
Errors'+' should be on a new line.1803
Errors'+' is not preceded with whitespace.1804
Errors'+' should be on a new line.1804
Errors'+' is not preceded with whitespace.1805
Errors'+' should be on a new line.1805
Errors'+' is not preceded with whitespace.1806
Errors'+' should be on a new line.1806
Errors'+' is not preceded with whitespace.1807
Errors'+' should be on a new line.1807
Errors'+' is not preceded with whitespace.1808
Errors'+' should be on a new line.1808
Errors'+' is not preceded with whitespace.1809
Errors'+' should be on a new line.1809
Errors'+' is not preceded with whitespace.1810
Errors'+' should be on a new line.1810
Errors'+' is not preceded with whitespace.1811
Errors'+' should be on a new line.1811
Errors'+' is not preceded with whitespace.1812
Errors'+' should be on a new line.1812
Errors'+' is not preceded with whitespace.1813
Errors'+' should be on a new line.1813
Errors'+' is not preceded with whitespace.1814
Errors'+' should be on a new line.1814
Errors'+' is not preceded with whitespace.1815
Errors'+' should be on a new line.1815
Errors'+' is not preceded with whitespace.1816
Errors'+' should be on a new line.1816
Errors'+' is not preceded with whitespace.1817
Errors'+' should be on a new line.1817
Errors'+' is not preceded with whitespace.1818
Errors'+' should be on a new line.1818
Errors'+' is not preceded with whitespace.1819
Errors'+' should be on a new line.1819
Errors'+' is not preceded with whitespace.1820
Errors'+' should be on a new line.1820
Errors'+' is not preceded with whitespace.1821
Errors'+' should be on a new line.1821
Errors'+' is not preceded with whitespace.1822
Errors'+' should be on a new line.1822
Errors'+' is not preceded with whitespace.1823
Errors'+' should be on a new line.1823
Errors'+' is not preceded with whitespace.1824
Errors'+' should be on a new line.1824
Errors'+' is not preceded with whitespace.1825
Errors'+' should be on a new line.1825
Errors'+' is not preceded with whitespace.1826
Errors'+' should be on a new line.1826
Errors'+' is not preceded with whitespace.1827
Errors'+' should be on a new line.1827
Errors'+' is not preceded with whitespace.1828
Errors'+' should be on a new line.1828
Errors'+' is not preceded with whitespace.1829
Errors'+' should be on a new line.1829
Errors'+' is not preceded with whitespace.1830
Errors'+' should be on a new line.1830
Errors'+' is not preceded with whitespace.1831
Errors'+' should be on a new line.1831
Errors'+' is not preceded with whitespace.1832
Errors'+' should be on a new line.1832
Errors'+' is not preceded with whitespace.1833
Errors'+' should be on a new line.1833
Errors'+' is not preceded with whitespace.1834
Errors'+' should be on a new line.1834
Errors'+' is not preceded with whitespace.1835
Errors'+' should be on a new line.1835
Errors'+' is not preceded with whitespace.1836
Errors'+' should be on a new line.1836
Errors'+' is not preceded with whitespace.1837
Errors'+' should be on a new line.1837
Errors'+' is not preceded with whitespace.1838
Errors'+' should be on a new line.1838
Errors'+' is not preceded with whitespace.1839
Errors'+' should be on a new line.1839
Errors'+' is not preceded with whitespace.1840
Errors'+' should be on a new line.1840
Errors'+' is not preceded with whitespace.1841
Errors'+' should be on a new line.1841
Errors'+' is not preceded with whitespace.1842
Errors'+' should be on a new line.1842
Errors'+' is not preceded with whitespace.1843
Errors'+' should be on a new line.1843
Errors'+' is not preceded with whitespace.1844
Errors'+' should be on a new line.1844
Errors'+' is not preceded with whitespace.1845
Errors'+' should be on a new line.1845
Errors'+' is not preceded with whitespace.1846
Errors'+' should be on a new line.1846
Errors'+' is not preceded with whitespace.1847
Errors'+' should be on a new line.1847
Errors'+' is not preceded with whitespace.1848
Errors'+' should be on a new line.1848
Errors'+' is not preceded with whitespace.1849
Errors'+' should be on a new line.1849
Errors'+' is not preceded with whitespace.1850
Errors'+' should be on a new line.1850
Errors'+' is not preceded with whitespace.1851
Errors'+' should be on a new line.1851
Errors'+' is not preceded with whitespace.1852
Errors'+' should be on a new line.1852
Errors'+' is not preceded with whitespace.1853
Errors'+' should be on a new line.1853
Errors'+' is not preceded with whitespace.1854
Errors'+' should be on a new line.1854
Errors'+' is not preceded with whitespace.1855
Errors'+' should be on a new line.1855
Errors'+' is not preceded with whitespace.1856
Errors'+' should be on a new line.1856
Errors'+' is not preceded with whitespace.1857
Errors'+' should be on a new line.1857
Errors'+' is not preceded with whitespace.1858
Errors'+' should be on a new line.1858
Errors'+' is not preceded with whitespace.1859
Errors'+' should be on a new line.1859
Errors'+' is not preceded with whitespace.1860
Errors'+' should be on a new line.1860
Errors'+' is not preceded with whitespace.1861
Errors'+' should be on a new line.1861
Errors'+' is not preceded with whitespace.1862
Errors'+' should be on a new line.1862
Errors'+' is not preceded with whitespace.1863
Errors'+' should be on a new line.1863
Errors'+' is not preceded with whitespace.1864
Errors'+' should be on a new line.1864
Errors'+' is not preceded with whitespace.1865
Errors'+' should be on a new line.1865
Errors'+' is not preceded with whitespace.1866
Errors'+' should be on a new line.1866
Errors'+' is not preceded with whitespace.1867
Errors'+' should be on a new line.1867
Errors'+' is not preceded with whitespace.1868
Errors'+' should be on a new line.1868
Errors'+' is not preceded with whitespace.1869
Errors'+' should be on a new line.1869
Errors'+' is not preceded with whitespace.1870
Errors'+' should be on a new line.1870
Errors'+' is not preceded with whitespace.1871
Errors'+' should be on a new line.1871
Errors'+' is not preceded with whitespace.1872
Errors'+' should be on a new line.1872
Errors'+' is not preceded with whitespace.1873
Errors'+' should be on a new line.1873
Errors'+' is not preceded with whitespace.1874
Errors'+' should be on a new line.1874
Errors'+' is not preceded with whitespace.1875
Errors'+' should be on a new line.1875
Errors'+' is not preceded with whitespace.1876
Errors'+' should be on a new line.1876
Errors'+' is not preceded with whitespace.1877
Errors'+' should be on a new line.1877
Errors'+' is not preceded with whitespace.1878
Errors'+' should be on a new line.1878
Errors'+' is not preceded with whitespace.1879
Errors'+' should be on a new line.1879
Errors'+' is not preceded with whitespace.1880
Errors'+' should be on a new line.1880
Errors'+' is not preceded with whitespace.1881
Errors'+' should be on a new line.1881
Errors'+' is not preceded with whitespace.1882
Errors'+' should be on a new line.1882
Errors'+' is not preceded with whitespace.1883
Errors'+' should be on a new line.1883
Errors'+' is not preceded with whitespace.1884
Errors'+' should be on a new line.1884
Errors'+' is not preceded with whitespace.1885
Errors'+' should be on a new line.1885
Errors'+' is not preceded with whitespace.1886
Errors'+' should be on a new line.1886
Errors'+' is not preceded with whitespace.1887
Errors'+' should be on a new line.1887
Errors'+' is not preceded with whitespace.1888
Errors'+' should be on a new line.1888
Errors'+' is not preceded with whitespace.1889
Errors'+' should be on a new line.1889
Errors'+' is not preceded with whitespace.1890
Errors'+' should be on a new line.1890
Errors'+' is not preceded with whitespace.1891
Errors'+' should be on a new line.1891
Errors'+' is not preceded with whitespace.1892
Errors'+' should be on a new line.1892
Errors'+' is not preceded with whitespace.1893
Errors'+' should be on a new line.1893
Errors'+' is not preceded with whitespace.1894
Errors'+' should be on a new line.1894
Errors'+' is not preceded with whitespace.1895
Errors'+' should be on a new line.1895
Errors'+' is not preceded with whitespace.1896
Errors'+' should be on a new line.1896
Errors'+' is not preceded with whitespace.1897
Errors'+' should be on a new line.1897
Errors'+' is not preceded with whitespace.1898
Errors'+' should be on a new line.1898
Errors'+' is not preceded with whitespace.1899
Errors'+' should be on a new line.1899
Errors'+' is not preceded with whitespace.1900
Errors'+' should be on a new line.1900
Errors'+' is not preceded with whitespace.1901
Errors'+' should be on a new line.1901
Errors'+' is not preceded with whitespace.1902
Errors'+' should be on a new line.1902
Errors'+' is not preceded with whitespace.1903
Errors'+' should be on a new line.1903
Errors'+' is not preceded with whitespace.1904
Errors'+' should be on a new line.1904
Errors'+' is not preceded with whitespace.1905
Errors'+' should be on a new line.1905
Errors'+' is not preceded with whitespace.1906
Errors'+' should be on a new line.1906
Errors'+' is not preceded with whitespace.1907
Errors'+' should be on a new line.1907
Errors'+' is not preceded with whitespace.1908
Errors'+' should be on a new line.1908
Errors'+' is not preceded with whitespace.1909
Errors'+' should be on a new line.1909
Errors'+' is not preceded with whitespace.1910
Errors'+' should be on a new line.1910
Errors'+' is not preceded with whitespace.1911
Errors'+' should be on a new line.1911
Errors'+' is not preceded with whitespace.1912
Errors'+' should be on a new line.1912
Errors'+' is not preceded with whitespace.1913
Errors'+' should be on a new line.1913
Errors'+' is not preceded with whitespace.1914
Errors'+' should be on a new line.1914
Errors'+' is not preceded with whitespace.1915
Errors'+' should be on a new line.1915
Errors'+' is not preceded with whitespace.1916
Errors'+' should be on a new line.1916
Errors'+' is not preceded with whitespace.1917
Errors'+' should be on a new line.1917
Errors'+' is not preceded with whitespace.1918
Errors'+' should be on a new line.1918
Errors'+' is not preceded with whitespace.1919
Errors'+' should be on a new line.1919
Errors'+' is not preceded with whitespace.1920
Errors'+' should be on a new line.1920
Errors'+' is not preceded with whitespace.1921
Errors'+' should be on a new line.1921
Errors'+' is not preceded with whitespace.1922
Errors'+' should be on a new line.1922
Errors'+' is not preceded with whitespace.1923
Errors'+' should be on a new line.1923
Errors'+' is not preceded with whitespace.1924
Errors'+' should be on a new line.1924
Errors'+' is not preceded with whitespace.1925
Errors'+' should be on a new line.1925
Errors'+' is not preceded with whitespace.1926
Errors'+' should be on a new line.1926
Errors'+' is not preceded with whitespace.1927
Errors'+' should be on a new line.1927
Errors'+' is not preceded with whitespace.1928
Errors'+' should be on a new line.1928
Errors'+' is not preceded with whitespace.1929
Errors'+' should be on a new line.1929
Errors'+' is not preceded with whitespace.1930
Errors'+' should be on a new line.1930
Errors'+' is not preceded with whitespace.1931
Errors'+' should be on a new line.1931
Errors'+' is not preceded with whitespace.1932
Errors'+' should be on a new line.1932
Errors'+' is not preceded with whitespace.1933
Errors'+' should be on a new line.1933
Errors'+' is not preceded with whitespace.1934
Errors'+' should be on a new line.1934
Errors'+' is not preceded with whitespace.1935
Errors'+' should be on a new line.1935
Errors'+' is not preceded with whitespace.1936
Errors'+' should be on a new line.1936
Errors'+' is not preceded with whitespace.1937
Errors'+' should be on a new line.1937
Errors'+' is not preceded with whitespace.1938
Errors'+' should be on a new line.1938
Errors'+' is not preceded with whitespace.1939
Errors'+' should be on a new line.1939
Errors'+' is not preceded with whitespace.1940
Errors'+' should be on a new line.1940
Errors'+' is not preceded with whitespace.1941
Errors'+' should be on a new line.1941
Errors'+' is not preceded with whitespace.1942
Errors'+' should be on a new line.1942
Errors'+' is not preceded with whitespace.1943
Errors'+' should be on a new line.1943
Errors'+' is not preceded with whitespace.1944
Errors'+' should be on a new line.1944
Errors'+' is not preceded with whitespace.1945
Errors'+' should be on a new line.1945
Errors'+' is not preceded with whitespace.1946
Errors'+' should be on a new line.1946
Errors'+' is not preceded with whitespace.1947
Errors'+' should be on a new line.1947
Errors'+' is not preceded with whitespace.1948
Errors'+' should be on a new line.1948
Errors'+' is not preceded with whitespace.1949
Errors'+' should be on a new line.1949
Errors'+' is not preceded with whitespace.1950
Errors'+' should be on a new line.1950
Errors'+' is not preceded with whitespace.1951
Errors'+' should be on a new line.1951
Errors'+' is not preceded with whitespace.1952
Errors'+' should be on a new line.1952
Errors'+' is not preceded with whitespace.1953
Errors'+' should be on a new line.1953
Errors'+' is not preceded with whitespace.1954
Errors'+' should be on a new line.1954
Errors'+' is not preceded with whitespace.1955
Errors'+' should be on a new line.1955
Errors'+' is not preceded with whitespace.1956
Errors'+' should be on a new line.1956
Errors'+' is not preceded with whitespace.1957
Errors'+' should be on a new line.1957
Errors'+' is not preceded with whitespace.1958
Errors'+' should be on a new line.1958
Errors'+' is not preceded with whitespace.1959
Errors'+' should be on a new line.1959
Errors'+' is not preceded with whitespace.1960
Errors'+' should be on a new line.1960
Errors'+' is not preceded with whitespace.1961
Errors'+' should be on a new line.1961
Errors'+' is not preceded with whitespace.1962
Errors'+' should be on a new line.1962
Errors'+' is not preceded with whitespace.1963
Errors'+' should be on a new line.1963
Errors'+' is not preceded with whitespace.1964
Errors'+' should be on a new line.1964
Errors'+' is not preceded with whitespace.1965
Errors'+' should be on a new line.1965
Errors'+' is not preceded with whitespace.1966
Errors'+' should be on a new line.1966
Errors'+' is not preceded with whitespace.1967
Errors'+' should be on a new line.1967
Errors'+' is not preceded with whitespace.1968
Errors'+' should be on a new line.1968
Errors'+' is not preceded with whitespace.1969
Errors'+' should be on a new line.1969
Errors'+' is not preceded with whitespace.1970
Errors'+' should be on a new line.1970
Errors'+' is not preceded with whitespace.1971
Errors'+' should be on a new line.1971
Errors'+' is not preceded with whitespace.1972
Errors'+' should be on a new line.1972
Errors'+' is not preceded with whitespace.1973
Errors'+' should be on a new line.1973
Errors'+' is not preceded with whitespace.1974
Errors'+' should be on a new line.1974
Errors'+' is not preceded with whitespace.1975
Errors'+' should be on a new line.1975
Errors'+' is not preceded with whitespace.1976
Errors'+' should be on a new line.1976
Errors'+' is not preceded with whitespace.1977
Errors'+' should be on a new line.1977
Errors'+' is not preceded with whitespace.1978
Errors'+' should be on a new line.1978
Errors'+' is not preceded with whitespace.1979
Errors'+' should be on a new line.1979
Errors'+' is not preceded with whitespace.1980
Errors'+' should be on a new line.1980
Errors'+' is not preceded with whitespace.1981
Errors'+' should be on a new line.1981
Errors'+' is not preceded with whitespace.1982
Errors'+' should be on a new line.1982
Errors'+' is not preceded with whitespace.1983
Errors'+' should be on a new line.1983
Errors'+' is not preceded with whitespace.1984
Errors'+' should be on a new line.1984
Errors'+' is not preceded with whitespace.1985
Errors'+' should be on a new line.1985
Errors'+' is not preceded with whitespace.1986
Errors'+' should be on a new line.1986
Errors'+' is not preceded with whitespace.1987
Errors'+' should be on a new line.1987
Errors'+' is not preceded with whitespace.1988
Errors'+' should be on a new line.1988
Errors'+' is not preceded with whitespace.1989
Errors'+' should be on a new line.1989
Errors'+' is not preceded with whitespace.1990
Errors'+' should be on a new line.1990
Errors'+' is not preceded with whitespace.1991
Errors'+' should be on a new line.1991
Errors'+' is not preceded with whitespace.1992
Errors'+' should be on a new line.1992
Errors'+' is not preceded with whitespace.1993
Errors'+' should be on a new line.1993
Errors'+' is not preceded with whitespace.1994
Errors'+' should be on a new line.1994
Errors'+' is not preceded with whitespace.1995
Errors'+' should be on a new line.1995
Errors'+' is not preceded with whitespace.1996
Errors'+' should be on a new line.1996
Errors'+' is not preceded with whitespace.1997
Errors'+' should be on a new line.1997
Errors'+' is not preceded with whitespace.1998
Errors'+' should be on a new line.1998
Errors'+' is not preceded with whitespace.1999
Errors'+' should be on a new line.1999
Errors'+' is not preceded with whitespace.2000
Errors'+' should be on a new line.2000
Errors'+' is not preceded with whitespace.2001
Errors'+' should be on a new line.2001
Errors'+' is not preceded with whitespace.2002
Errors'+' should be on a new line.2002
Errors'+' is not preceded with whitespace.2003
Errors'+' should be on a new line.2003
Errors'+' is not preceded with whitespace.2004
Errors'+' should be on a new line.2004
Errors'+' is not preceded with whitespace.2005
Errors'+' should be on a new line.2005
Errors'+' is not preceded with whitespace.2006
Errors'+' should be on a new line.2006
Errors'+' is not preceded with whitespace.2007
Errors'+' should be on a new line.2007
Errors'+' is not preceded with whitespace.2008
Errors'+' should be on a new line.2008
Errors'+' is not preceded with whitespace.2009
Errors'+' should be on a new line.2009
Errors'+' is not preceded with whitespace.2010
Errors'+' should be on a new line.2010
Errors'+' is not preceded with whitespace.2011
Errors'+' should be on a new line.2011
Errors'+' is not preceded with whitespace.2012
Errors'+' should be on a new line.2012
Errors'+' is not preceded with whitespace.2013
Errors'+' should be on a new line.2013
Errors'+' is not preceded with whitespace.2014
Errors'+' should be on a new line.2014
Errors'+' is not preceded with whitespace.2015
Errors'+' should be on a new line.2015
Errors'+' is not preceded with whitespace.2016
Errors'+' should be on a new line.2016
Errors'+' is not preceded with whitespace.2017
Errors'+' should be on a new line.2017
Errors'+' is not preceded with whitespace.2018
Errors'+' should be on a new line.2018
Errors'+' is not preceded with whitespace.2019
Errors'+' should be on a new line.2019
Errors'+' is not preceded with whitespace.2020
Errors'+' should be on a new line.2020
Errors'+' is not preceded with whitespace.2021
Errors'+' should be on a new line.2021
Errors'+' is not preceded with whitespace.2022
Errors'+' should be on a new line.2022
Errors'+' is not preceded with whitespace.2023
Errors'+' should be on a new line.2023
Errors'+' is not preceded with whitespace.2024
Errors'+' should be on a new line.2024
Errors'+' is not preceded with whitespace.2025
Errors'+' should be on a new line.2025
Errors'+' is not preceded with whitespace.2026
Errors'+' should be on a new line.2026
Errors'+' is not preceded with whitespace.2027
Errors'+' should be on a new line.2027
Errors'+' is not preceded with whitespace.2028
Errors'+' should be on a new line.2028
Errors'+' is not preceded with whitespace.2029
Errors'+' should be on a new line.2029
Errors'+' is not preceded with whitespace.2030
Errors'+' should be on a new line.2030
Errors'+' is not preceded with whitespace.2031
Errors'+' should be on a new line.2031
Errors'+' is not preceded with whitespace.2032
Errors'+' should be on a new line.2032
Errors'+' is not preceded with whitespace.2033
Errors'+' should be on a new line.2033
Errors'+' is not preceded with whitespace.2034
Errors'+' should be on a new line.2034
Errors'+' is not preceded with whitespace.2035
Errors'+' should be on a new line.2035
Errors'+' is not preceded with whitespace.2036
Errors'+' should be on a new line.2036
Errors'+' is not preceded with whitespace.2037
Errors'+' should be on a new line.2037
Errors'+' is not preceded with whitespace.2038
Errors'+' should be on a new line.2038
Errors'+' is not preceded with whitespace.2039
Errors'+' should be on a new line.2039
Errors'+' is not preceded with whitespace.2040
Errors'+' should be on a new line.2040
Errors'+' is not preceded with whitespace.2041
Errors'+' should be on a new line.2041
Errors'+' is not preceded with whitespace.2042
Errors'+' should be on a new line.2042
Errors'+' is not preceded with whitespace.2043
Errors'+' should be on a new line.2043
Errors'+' is not preceded with whitespace.2044
Errors'+' should be on a new line.2044
Errors'+' is not preceded with whitespace.2045
Errors'+' should be on a new line.2045
Errors'+' is not preceded with whitespace.2046
Errors'+' should be on a new line.2046
Errors'+' is not preceded with whitespace.2047
Errors'+' should be on a new line.2047
Errors'+' is not preceded with whitespace.2048
Errors'+' should be on a new line.2048
Errors'+' is not preceded with whitespace.2049
Errors'+' should be on a new line.2049
Errors'+' is not preceded with whitespace.2050
Errors'+' should be on a new line.2050
Errors'+' is not preceded with whitespace.2051
Errors'+' should be on a new line.2051
Errors'+' is not preceded with whitespace.2052
Errors'+' should be on a new line.2052
Errors'+' is not preceded with whitespace.2053
Errors'+' should be on a new line.2053
Errors'+' is not preceded with whitespace.2054
Errors'+' should be on a new line.2054
Errors'+' is not preceded with whitespace.2055
Errors'+' should be on a new line.2055
Errors'+' is not preceded with whitespace.2056
Errors'+' should be on a new line.2056
Errors'+' is not preceded with whitespace.2057
Errors'+' should be on a new line.2057
Errors'+' is not preceded with whitespace.2058
Errors'+' should be on a new line.2058
Errors'+' is not preceded with whitespace.2059
Errors'+' should be on a new line.2059
Errors'+' is not preceded with whitespace.2060
Errors'+' should be on a new line.2060
Errors'+' is not preceded with whitespace.2061
Errors'+' should be on a new line.2061
Errors'+' is not preceded with whitespace.2062
Errors'+' should be on a new line.2062
Errors'+' is not preceded with whitespace.2063
Errors'+' should be on a new line.2063
Errors'+' is not preceded with whitespace.2064
Errors'+' should be on a new line.2064
Errors'+' is not preceded with whitespace.2065
Errors'+' should be on a new line.2065
Errors'+' is not preceded with whitespace.2066
Errors'+' should be on a new line.2066
Errors'+' is not preceded with whitespace.2067
Errors'+' should be on a new line.2067
Errors'+' is not preceded with whitespace.2068
Errors'+' should be on a new line.2068
Errors'+' is not preceded with whitespace.2069
Errors'+' should be on a new line.2069
Errors'+' is not preceded with whitespace.2070
Errors'+' should be on a new line.2070
Errors'+' is not preceded with whitespace.2071
Errors'+' should be on a new line.2071
Errors'+' is not preceded with whitespace.2072
Errors'+' should be on a new line.2072
Errors'+' is not preceded with whitespace.2073
Errors'+' should be on a new line.2073
Errors'+' is not preceded with whitespace.2074
Errors'+' should be on a new line.2074
Errors'+' is not preceded with whitespace.2075
Errors'+' should be on a new line.2075
Errors'+' is not preceded with whitespace.2076
Errors'+' should be on a new line.2076
Errors'+' is not preceded with whitespace.2077
Errors'+' should be on a new line.2077
Errors'+' is not preceded with whitespace.2078
Errors'+' should be on a new line.2078
Errors'+' is not preceded with whitespace.2079
Errors'+' should be on a new line.2079
Errors'+' is not preceded with whitespace.2080
Errors'+' should be on a new line.2080
Errors'+' is not preceded with whitespace.2081
Errors'+' should be on a new line.2081
Errors'+' is not preceded with whitespace.2082
Errors'+' should be on a new line.2082
Errors'+' is not preceded with whitespace.2083
Errors'+' should be on a new line.2083
Errors'+' is not preceded with whitespace.2084
Errors'+' should be on a new line.2084
Errors'+' is not preceded with whitespace.2085
Errors'+' should be on a new line.2085
Errors'+' is not preceded with whitespace.2086
Errors'+' should be on a new line.2086
Errors'+' is not preceded with whitespace.2087
Errors'+' should be on a new line.2087
Errors'+' is not preceded with whitespace.2088
Errors'+' should be on a new line.2088
Errors'+' is not preceded with whitespace.2089
Errors'+' should be on a new line.2089
Errors'+' is not preceded with whitespace.2090
Errors'+' should be on a new line.2090
Errors'+' is not preceded with whitespace.2091
Errors'+' should be on a new line.2091
Errors'+' is not preceded with whitespace.2092
Errors'+' should be on a new line.2092
Errors'+' is not preceded with whitespace.2093
Errors'+' should be on a new line.2093
Errors'+' is not preceded with whitespace.2094
Errors'+' should be on a new line.2094
Errors'+' is not preceded with whitespace.2095
Errors'+' should be on a new line.2095
Errors'+' is not preceded with whitespace.2096
Errors'+' should be on a new line.2096
Errors'+' is not preceded with whitespace.2097
Errors'+' should be on a new line.2097
Errors'+' is not preceded with whitespace.2098
Errors'+' should be on a new line.2098
Errors'+' is not preceded with whitespace.2099
Errors'+' should be on a new line.2099
Errors'+' is not preceded with whitespace.2100
Errors'+' should be on a new line.2100
Errors'+' is not preceded with whitespace.2101
Errors'+' should be on a new line.2101
Errors'+' is not preceded with whitespace.2102
Errors'+' should be on a new line.2102
Errors'+' is not preceded with whitespace.2103
Errors'+' should be on a new line.2103
Errors'+' is not preceded with whitespace.2104
Errors'+' should be on a new line.2104
Errors'+' is not preceded with whitespace.2105
Errors'+' should be on a new line.2105
Errors'+' is not preceded with whitespace.2106
Errors'+' should be on a new line.2106
Errors'+' is not preceded with whitespace.2107
Errors'+' should be on a new line.2107
Errors'+' is not preceded with whitespace.2108
Errors'+' should be on a new line.2108
Errors'+' is not preceded with whitespace.2109
Errors'+' should be on a new line.2109
Errors'+' is not preceded with whitespace.2110
Errors'+' should be on a new line.2110
Errors'+' is not preceded with whitespace.2111
Errors'+' should be on a new line.2111
Errors'+' is not preceded with whitespace.2112
Errors'+' should be on a new line.2112
Errors'+' is not preceded with whitespace.2113
Errors'+' should be on a new line.2113
Errors'+' is not preceded with whitespace.2114
Errors'+' should be on a new line.2114
Errors'+' is not preceded with whitespace.2115
Errors'+' should be on a new line.2115
Errors'+' is not preceded with whitespace.2116
Errors'+' should be on a new line.2116
Errors'+' is not preceded with whitespace.2117
Errors'+' should be on a new line.2117
Errors'+' is not preceded with whitespace.2118
Errors'+' should be on a new line.2118
Errors'+' is not preceded with whitespace.2119
Errors'+' should be on a new line.2119
Errors'+' is not preceded with whitespace.2120
Errors'+' should be on a new line.2120
Errors'+' is not preceded with whitespace.2121
Errors'+' should be on a new line.2121
Errors'+' is not preceded with whitespace.2122
Errors'+' should be on a new line.2122
Errors'+' is not preceded with whitespace.2123
Errors'+' should be on a new line.2123
Errors'+' is not preceded with whitespace.2124
Errors'+' should be on a new line.2124
Errors'+' is not preceded with whitespace.2125
Errors'+' should be on a new line.2125
Errors'+' is not preceded with whitespace.2126
Errors'+' should be on a new line.2126
Errors'+' is not preceded with whitespace.2127
Errors'+' should be on a new line.2127
Errors'+' is not preceded with whitespace.2128
Errors'+' should be on a new line.2128
Errors'+' is not preceded with whitespace.2129
Errors'+' should be on a new line.2129
Errors'+' is not preceded with whitespace.2130
Errors'+' should be on a new line.2130
Errors'+' is not preceded with whitespace.2131
Errors'+' should be on a new line.2131
Errors'+' is not preceded with whitespace.2132
Errors'+' should be on a new line.2132
Errors'+' is not preceded with whitespace.2133
Errors'+' should be on a new line.2133
Errors'+' is not preceded with whitespace.2134
Errors'+' should be on a new line.2134
Errors'+' is not preceded with whitespace.2135
Errors'+' should be on a new line.2135
Errors'+' is not preceded with whitespace.2136
Errors'+' should be on a new line.2136
Errors'+' is not preceded with whitespace.2137
Errors'+' should be on a new line.2137
Errors'+' is not preceded with whitespace.2138
Errors'+' should be on a new line.2138
Errors'+' is not preceded with whitespace.2139
Errors'+' should be on a new line.2139
Errors'+' is not preceded with whitespace.2140
Errors'+' should be on a new line.2140
Errors'+' is not preceded with whitespace.2141
Errors'+' should be on a new line.2141
Errors'+' is not preceded with whitespace.2142
Errors'+' should be on a new line.2142
Errors'+' is not preceded with whitespace.2143
Errors'+' should be on a new line.2143
Errors'+' is not preceded with whitespace.2144
Errors'+' should be on a new line.2144
Errors'+' is not preceded with whitespace.2145
Errors'+' should be on a new line.2145
Errors'+' is not preceded with whitespace.2146
Errors'+' should be on a new line.2146
Errors'+' is not preceded with whitespace.2147
Errors'+' should be on a new line.2147
Errors'+' is not preceded with whitespace.2148
Errors'+' should be on a new line.2148
Errors'+' is not preceded with whitespace.2149
Errors'+' should be on a new line.2149
Errors'+' is not preceded with whitespace.2150
Errors'+' should be on a new line.2150
Errors'+' is not preceded with whitespace.2151
Errors'+' should be on a new line.2151
Errors'+' is not preceded with whitespace.2152
Errors'+' should be on a new line.2152
Errors'+' is not preceded with whitespace.2153
Errors'+' should be on a new line.2153
Errors'+' is not preceded with whitespace.2154
Errors'+' should be on a new line.2154
Errors'+' is not preceded with whitespace.2155
Errors'+' should be on a new line.2155
Errors'+' is not preceded with whitespace.2156
Errors'+' should be on a new line.2156
Errors'+' is not preceded with whitespace.2157
Errors'+' should be on a new line.2157
Errors'+' is not preceded with whitespace.2158
Errors'+' should be on a new line.2158
Errors'+' is not preceded with whitespace.2159
Errors'+' should be on a new line.2159
Errors'+' is not preceded with whitespace.2160
Errors'+' should be on a new line.2160
Errors'+' is not preceded with whitespace.2161
Errors'+' should be on a new line.2161
Errors'+' is not preceded with whitespace.2162
Errors'+' should be on a new line.2162
Errors'+' is not preceded with whitespace.2163
Errors'+' should be on a new line.2163
Errors'+' is not preceded with whitespace.2164
Errors'+' should be on a new line.2164
Errors'+' is not preceded with whitespace.2165
Errors'+' should be on a new line.2165
Errors'+' is not preceded with whitespace.2166
Errors'+' should be on a new line.2166
Errors'+' is not preceded with whitespace.2167
Errors'+' should be on a new line.2167
Errors'+' is not preceded with whitespace.2168
Errors'+' should be on a new line.2168
Errors'+' is not preceded with whitespace.2169
Errors'+' should be on a new line.2169
Errors'+' is not preceded with whitespace.2170
Errors'+' should be on a new line.2170
Errors'+' is not preceded with whitespace.2171
Errors'+' should be on a new line.2171
Errors'+' is not preceded with whitespace.2172
Errors'+' should be on a new line.2172
Errors'+' is not preceded with whitespace.2173
Errors'+' should be on a new line.2173
Errors'+' is not preceded with whitespace.2174
Errors'+' should be on a new line.2174
Errors'+' is not preceded with whitespace.2175
Errors'+' should be on a new line.2175
Errors'+' is not preceded with whitespace.2176
Errors'+' should be on a new line.2176
Errors'+' is not preceded with whitespace.2177
Errors'+' should be on a new line.2177
Errors'+' is not preceded with whitespace.2178
Errors'+' should be on a new line.2178
Errors'+' is not preceded with whitespace.2179
Errors'+' should be on a new line.2179
Errors'+' is not preceded with whitespace.2180
Errors'+' should be on a new line.2180
Errors'+' is not preceded with whitespace.2181
Errors'+' should be on a new line.2181
Errors'+' is not preceded with whitespace.2182
Errors'+' should be on a new line.2182
Errors'+' is not preceded with whitespace.2183
Errors'+' should be on a new line.2183
Errors'+' is not preceded with whitespace.2184
Errors'+' should be on a new line.2184
Errors'+' is not preceded with whitespace.2185
Errors'+' should be on a new line.2185
Errors'+' is not preceded with whitespace.2186
Errors'+' should be on a new line.2186
Errors'+' is not preceded with whitespace.2187
Errors'+' should be on a new line.2187
Errors'+' is not preceded with whitespace.2188
Errors'+' should be on a new line.2188
Errors'+' is not preceded with whitespace.2189
Errors'+' should be on a new line.2189
Errors'+' is not preceded with whitespace.2190
Errors'+' should be on a new line.2190
Errors'+' is not preceded with whitespace.2191
Errors'+' should be on a new line.2191
Errors'+' is not preceded with whitespace.2192
Errors'+' should be on a new line.2192
Errors'+' is not preceded with whitespace.2193
Errors'+' should be on a new line.2193
Errors'+' is not preceded with whitespace.2194
Errors'+' should be on a new line.2194
Errors'+' is not preceded with whitespace.2195
Errors'+' should be on a new line.2195
Errors'+' is not preceded with whitespace.2196
Errors'+' should be on a new line.2196
Errors'+' is not preceded with whitespace.2197
Errors'+' should be on a new line.2197
Errors'+' is not preceded with whitespace.2198
Errors'+' should be on a new line.2198
Errors'+' is not preceded with whitespace.2199
Errors'+' should be on a new line.2199
Errors'+' is not preceded with whitespace.2200
Errors'+' should be on a new line.2200
Errors'+' is not preceded with whitespace.2201
Errors'+' should be on a new line.2201
Errors'+' is not preceded with whitespace.2202
Errors'+' should be on a new line.2202
Errors'+' is not preceded with whitespace.2203
Errors'+' should be on a new line.2203
Errors'+' is not preceded with whitespace.2204
Errors'+' should be on a new line.2204
Errors'+' is not preceded with whitespace.2205
Errors'+' should be on a new line.2205
Errors'+' is not preceded with whitespace.2206
Errors'+' should be on a new line.2206
Errors'+' is not preceded with whitespace.2207
Errors'+' should be on a new line.2207
Errors'+' is not preceded with whitespace.2208
Errors'+' should be on a new line.2208
Errors'+' is not preceded with whitespace.2209
Errors'+' should be on a new line.2209
Errors'+' is not preceded with whitespace.2210
Errors'+' should be on a new line.2210
Errors'+' is not preceded with whitespace.2211
Errors'+' should be on a new line.2211
Errors'+' is not preceded with whitespace.2212
Errors'+' should be on a new line.2212
Errors'+' is not preceded with whitespace.2213
Errors'+' should be on a new line.2213
Errors'+' is not preceded with whitespace.2214
Errors'+' should be on a new line.2214
Errors'+' is not preceded with whitespace.2215
Errors'+' should be on a new line.2215
Errors'+' is not preceded with whitespace.2216
Errors'+' should be on a new line.2216
Errors'+' is not preceded with whitespace.2217
Errors'+' should be on a new line.2217
Errors'+' is not preceded with whitespace.2218
Errors'+' should be on a new line.2218
Errors'+' is not preceded with whitespace.2219
Errors'+' should be on a new line.2219
Errors'+' is not preceded with whitespace.2220
Errors'+' should be on a new line.2220
Errors'+' is not preceded with whitespace.2221
Errors'+' should be on a new line.2221
Errors'+' is not preceded with whitespace.2222
Errors'+' should be on a new line.2222
Errors'+' is not preceded with whitespace.2223
Errors'+' should be on a new line.2223
Errors'+' is not preceded with whitespace.2224
Errors'+' should be on a new line.2224
Errors'+' is not preceded with whitespace.2225
Errors'+' should be on a new line.2225
Errors'+' is not preceded with whitespace.2226
Errors'+' should be on a new line.2226
Errors'+' is not preceded with whitespace.2227
Errors'+' should be on a new line.2227
Errors'+' is not preceded with whitespace.2228
Errors'+' should be on a new line.2228
Errors'+' is not preceded with whitespace.2229
Errors'+' should be on a new line.2229
Errors'+' is not preceded with whitespace.2230
Errors'+' should be on a new line.2230
Errors'+' is not preceded with whitespace.2231
Errors'+' should be on a new line.2231
Errors'+' is not preceded with whitespace.2232
Errors'+' should be on a new line.2232
Errors'+' is not preceded with whitespace.2233
Errors'+' should be on a new line.2233
Errors'+' is not preceded with whitespace.2234
Errors'+' should be on a new line.2234
Errors'+' is not preceded with whitespace.2235
Errors'+' should be on a new line.2235
Errors'+' is not preceded with whitespace.2236
Errors'+' should be on a new line.2236
Errors'+' is not preceded with whitespace.2237
Errors'+' should be on a new line.2237
Errors'+' is not preceded with whitespace.2238
Errors'+' should be on a new line.2238
Errors'+' is not preceded with whitespace.2239
Errors'+' should be on a new line.2239
Errors'+' is not preceded with whitespace.2240
Errors'+' should be on a new line.2240
Errors'+' is not preceded with whitespace.2241
Errors'+' should be on a new line.2241
Errors'+' is not preceded with whitespace.2242
Errors'+' should be on a new line.2242
Errors'+' is not preceded with whitespace.2243
Errors'+' should be on a new line.2243
Errors'+' is not preceded with whitespace.2244
Errors'+' should be on a new line.2244
Errors'+' is not preceded with whitespace.2245
Errors'+' should be on a new line.2245
Errors'+' is not preceded with whitespace.2246
Errors'+' should be on a new line.2246
Errors'+' is not preceded with whitespace.2247
Errors'+' should be on a new line.2247
Errors'+' is not preceded with whitespace.2248
Errors'+' should be on a new line.2248
Errors'+' is not preceded with whitespace.2249
Errors'+' should be on a new line.2249
Errors'+' is not preceded with whitespace.2250
Errors'+' should be on a new line.2250
Errors'+' is not preceded with whitespace.2251
Errors'+' should be on a new line.2251
Errors'+' is not preceded with whitespace.2252
Errors'+' should be on a new line.2252
Errors'+' is not preceded with whitespace.2253
Errors'+' should be on a new line.2253
Errors'+' is not preceded with whitespace.2254
Errors'+' should be on a new line.2254
Errors'+' is not preceded with whitespace.2255
Errors'+' should be on a new line.2255
Errors'+' is not preceded with whitespace.2256
Errors'+' should be on a new line.2256
Errors'+' is not preceded with whitespace.2257
Errors'+' should be on a new line.2257
Errors'+' is not preceded with whitespace.2258
Errors'+' should be on a new line.2258
Errors'+' is not preceded with whitespace.2259
Errors'+' should be on a new line.2259
Errors'+' is not preceded with whitespace.2260
Errors'+' should be on a new line.2260
Errors'+' is not preceded with whitespace.2261
Errors'+' should be on a new line.2261
Errors'+' is not preceded with whitespace.2262
Errors'+' should be on a new line.2262
Errors'+' is not preceded with whitespace.2263
Errors'+' should be on a new line.2263
Errors'+' is not preceded with whitespace.2264
Errors'+' should be on a new line.2264
Errors'+' is not preceded with whitespace.2265
Errors'+' should be on a new line.2265
Errors'+' is not preceded with whitespace.2266
Errors'+' should be on a new line.2266
Errors'+' is not preceded with whitespace.2267
Errors'+' should be on a new line.2267
Errors'+' is not preceded with whitespace.2268
Errors'+' should be on a new line.2268
Errors'+' is not preceded with whitespace.2269
Errors'+' should be on a new line.2269
Errors'+' is not preceded with whitespace.2270
Errors'+' should be on a new line.2270
Errors'+' is not preceded with whitespace.2271
Errors'+' should be on a new line.2271
Errors'+' is not preceded with whitespace.2272
Errors'+' should be on a new line.2272
Errors'+' is not preceded with whitespace.2273
Errors'+' should be on a new line.2273
Errors'+' is not preceded with whitespace.2274
Errors'+' should be on a new line.2274
Errors'+' is not preceded with whitespace.2275
Errors'+' should be on a new line.2275
Errors'+' is not preceded with whitespace.2276
Errors'+' should be on a new line.2276
Errors'+' is not preceded with whitespace.2277
Errors'+' should be on a new line.2277
Errors'+' is not preceded with whitespace.2278
Errors'+' should be on a new line.2278
Errors'+' is not preceded with whitespace.2279
Errors'+' should be on a new line.2279
Errors'+' is not preceded with whitespace.2280
Errors'+' should be on a new line.2280
Errors'+' is not preceded with whitespace.2281
Errors'+' should be on a new line.2281
Errors'+' is not preceded with whitespace.2282
Errors'+' should be on a new line.2282
Errors'+' is not preceded with whitespace.2283
Errors'+' should be on a new line.2283
Errors'+' is not preceded with whitespace.2284
Errors'+' should be on a new line.2284
Errors'+' is not preceded with whitespace.2285
Errors'+' should be on a new line.2285
Errors'+' is not preceded with whitespace.2286
Errors'+' should be on a new line.2286
Errors'+' is not preceded with whitespace.2287
Errors'+' should be on a new line.2287
Errors'+' is not preceded with whitespace.2288
Errors'+' should be on a new line.2288
Errors'+' is not preceded with whitespace.2289
Errors'+' should be on a new line.2289
Errors'+' is not preceded with whitespace.2290
Errors'+' should be on a new line.2290
Errors'+' is not preceded with whitespace.2291
Errors'+' should be on a new line.2291
Errors'+' is not preceded with whitespace.2292
Errors'+' should be on a new line.2292
Errors'+' is not preceded with whitespace.2293
Errors'+' should be on a new line.2293
Errors'+' is not preceded with whitespace.2294
Errors'+' should be on a new line.2294
Errors'+' is not preceded with whitespace.2295
Errors'+' should be on a new line.2295
Errors'+' is not preceded with whitespace.2296
Errors'+' should be on a new line.2296
Errors'+' is not preceded with whitespace.2297
Errors'+' should be on a new line.2297
Errors'+' is not preceded with whitespace.2298
Errors'+' should be on a new line.2298
Errors'+' is not preceded with whitespace.2299
Errors'+' should be on a new line.2299
Errors'+' is not preceded with whitespace.2300
Errors'+' should be on a new line.2300
Errors'+' is not preceded with whitespace.2301
Errors'+' should be on a new line.2301
Errors'+' is not preceded with whitespace.2302
Errors'+' should be on a new line.2302
Errors'+' is not preceded with whitespace.2303
Errors'+' should be on a new line.2303
Errors'+' is not preceded with whitespace.2304
Errors'+' should be on a new line.2304
Errors'+' is not preceded with whitespace.2305
Errors'+' should be on a new line.2305
Errors'+' is not preceded with whitespace.2306
Errors'+' should be on a new line.2306
Errors'+' is not preceded with whitespace.2307
Errors'+' should be on a new line.2307
Errors'+' is not preceded with whitespace.2308
Errors'+' should be on a new line.2308
Errors'+' is not preceded with whitespace.2309
Errors'+' should be on a new line.2309
Errors'+' is not preceded with whitespace.2310
Errors'+' should be on a new line.2310
Errors'+' is not preceded with whitespace.2311
Errors'+' should be on a new line.2311
Errors'+' is not preceded with whitespace.2312
Errors'+' should be on a new line.2312
Errors'+' is not preceded with whitespace.2313
Errors'+' should be on a new line.2313
Errors'+' is not preceded with whitespace.2314
Errors'+' should be on a new line.2314
Errors'+' is not preceded with whitespace.2315
Errors'+' should be on a new line.2315
Errors'+' is not preceded with whitespace.2316
Errors'+' should be on a new line.2316
Errors'+' is not preceded with whitespace.2317
Errors'+' should be on a new line.2317
Errors'+' is not preceded with whitespace.2318
Errors'+' should be on a new line.2318
Errors'+' is not preceded with whitespace.2319
Errors'+' should be on a new line.2319
Errors'+' is not preceded with whitespace.2320
Errors'+' should be on a new line.2320
Errors'+' is not preceded with whitespace.2321
Errors'+' should be on a new line.2321
Errors'+' is not preceded with whitespace.2322
Errors'+' should be on a new line.2322
Errors'+' is not preceded with whitespace.2323
Errors'+' should be on a new line.2323
Errors'+' is not preceded with whitespace.2324
Errors'+' should be on a new line.2324
Errors'+' is not preceded with whitespace.2325
Errors'+' should be on a new line.2325
Errors'+' is not preceded with whitespace.2326
Errors'+' should be on a new line.2326
Errors'+' is not preceded with whitespace.2327
Errors'+' should be on a new line.2327
Errors'+' is not preceded with whitespace.2328
Errors'+' should be on a new line.2328
Errors'+' is not preceded with whitespace.2329
Errors'+' should be on a new line.2329
Errors'+' is not preceded with whitespace.2330
Errors'+' should be on a new line.2330
Errors'+' is not preceded with whitespace.2331
Errors'+' should be on a new line.2331
Errors'+' is not preceded with whitespace.2332
Errors'+' should be on a new line.2332
Errors'+' is not preceded with whitespace.2333
Errors'+' should be on a new line.2333
Errors'+' is not preceded with whitespace.2334
Errors'+' should be on a new line.2334
Errors'+' is not preceded with whitespace.2335
Errors'+' should be on a new line.2335
Errors'+' is not preceded with whitespace.2336
Errors'+' should be on a new line.2336
Errors'+' is not preceded with whitespace.2337
Errors'+' should be on a new line.2337
Errors'+' is not preceded with whitespace.2338
Errors'+' should be on a new line.2338
Errors'+' is not preceded with whitespace.2339
Errors'+' should be on a new line.2339
Errors'+' is not preceded with whitespace.2340
Errors'+' should be on a new line.2340
Errors'+' is not preceded with whitespace.2341
Errors'+' should be on a new line.2341
Errors'+' is not preceded with whitespace.2342
Errors'+' should be on a new line.2342
Errors'+' is not preceded with whitespace.2343
Errors'+' should be on a new line.2343
Errors'+' is not preceded with whitespace.2344
Errors'+' should be on a new line.2344
Errors'+' is not preceded with whitespace.2345
Errors'+' should be on a new line.2345
Errors'+' is not preceded with whitespace.2346
Errors'+' should be on a new line.2346
Errors'+' is not preceded with whitespace.2347
Errors'+' should be on a new line.2347
Errors'+' is not preceded with whitespace.2348
Errors'+' should be on a new line.2348
Errors'+' is not preceded with whitespace.2349
Errors'+' should be on a new line.2349
Errors'+' is not preceded with whitespace.2350
Errors'+' should be on a new line.2350
Errors'+' is not preceded with whitespace.2351
Errors'+' should be on a new line.2351
Errors'+' is not preceded with whitespace.2352
Errors'+' should be on a new line.2352
Errors'+' is not preceded with whitespace.2353
Errors'+' should be on a new line.2353
Errors'+' is not preceded with whitespace.2354
Errors'+' should be on a new line.2354
Errors'+' is not preceded with whitespace.2355
Errors'+' should be on a new line.2355
Errors'+' is not preceded with whitespace.2356
Errors'+' should be on a new line.2356
Errors'+' is not preceded with whitespace.2357
Errors'+' should be on a new line.2357
Errors'+' is not preceded with whitespace.2358
Errors'+' should be on a new line.2358
Errors'+' is not preceded with whitespace.2359
Errors'+' should be on a new line.2359
Errors'+' is not preceded with whitespace.2360
Errors'+' should be on a new line.2360
Errors'+' is not preceded with whitespace.2361
Errors'+' should be on a new line.2361
Errors'+' is not preceded with whitespace.2362
Errors'+' should be on a new line.2362
Errors'+' is not preceded with whitespace.2363
Errors'+' should be on a new line.2363
Errors'+' is not preceded with whitespace.2364
Errors'+' should be on a new line.2364
Errors'+' is not preceded with whitespace.2365
Errors'+' should be on a new line.2365
Errors'+' is not preceded with whitespace.2366
Errors'+' should be on a new line.2366
Errors'+' is not preceded with whitespace.2367
Errors'+' should be on a new line.2367
Errors'+' is not preceded with whitespace.2368
Errors'+' should be on a new line.2368
Errors'+' is not preceded with whitespace.2369
Errors'+' should be on a new line.2369
Errors'+' is not preceded with whitespace.2370
Errors'+' should be on a new line.2370
Errors'+' is not preceded with whitespace.2371
Errors'+' should be on a new line.2371
Errors'+' is not preceded with whitespace.2372
Errors'+' should be on a new line.2372
Errors'+' is not preceded with whitespace.2373
Errors'+' should be on a new line.2373
Errors'+' is not preceded with whitespace.2374
Errors'+' should be on a new line.2374
Errors'+' is not preceded with whitespace.2375
Errors'+' should be on a new line.2375
Errors'+' is not preceded with whitespace.2376
Errors'+' should be on a new line.2376
Errors'+' is not preceded with whitespace.2377
Errors'+' should be on a new line.2377
Errors'+' is not preceded with whitespace.2378
Errors'+' should be on a new line.2378
Errors'+' is not preceded with whitespace.2379
Errors'+' should be on a new line.2379
Errors'+' is not preceded with whitespace.2380
Errors'+' should be on a new line.2380
Errors'+' is not preceded with whitespace.2381
Errors'+' should be on a new line.2381
Errors'+' is not preceded with whitespace.2382
Errors'+' should be on a new line.2382
Errors'+' is not preceded with whitespace.2383
Errors'+' should be on a new line.2383
Errors'+' is not preceded with whitespace.2384
Errors'+' should be on a new line.2384
Errors'+' is not preceded with whitespace.2385
Errors'+' should be on a new line.2385
Errors'+' is not preceded with whitespace.2386
Errors'+' should be on a new line.2386
Errors'+' is not preceded with whitespace.2387
Errors'+' should be on a new line.2387
Errors'+' is not preceded with whitespace.2388
Errors'+' should be on a new line.2388
Errors'+' is not preceded with whitespace.2389
Errors'+' should be on a new line.2389
Errors'+' is not preceded with whitespace.2390
Errors'+' should be on a new line.2390
Errors'+' is not preceded with whitespace.2391
Errors'+' should be on a new line.2391
Errors'+' is not preceded with whitespace.2392
Errors'+' should be on a new line.2392
Errors'+' is not preceded with whitespace.2393
Errors'+' should be on a new line.2393
Errors'+' is not preceded with whitespace.2394
Errors'+' should be on a new line.2394
Errors'+' is not preceded with whitespace.2395
Errors'+' should be on a new line.2395
Errors'+' is not preceded with whitespace.2396
Errors'+' should be on a new line.2396
Errors'+' is not preceded with whitespace.2397
Errors'+' should be on a new line.2397
Errors'+' is not preceded with whitespace.2398
Errors'+' should be on a new line.2398
Errors'+' is not preceded with whitespace.2399
Errors'+' should be on a new line.2399
Errors'+' is not preceded with whitespace.2400
Errors'+' should be on a new line.2400
Errors'+' is not preceded with whitespace.2401
Errors'+' should be on a new line.2401
Errors'+' is not preceded with whitespace.2402
Errors'+' should be on a new line.2402
Errors'+' is not preceded with whitespace.2403
Errors'+' should be on a new line.2403
Errors'+' is not preceded with whitespace.2404
Errors'+' should be on a new line.2404
Errors'+' is not preceded with whitespace.2405
Errors'+' should be on a new line.2405
Errors'+' is not preceded with whitespace.2406
Errors'+' should be on a new line.2406
Errors'+' is not preceded with whitespace.2407
Errors'+' should be on a new line.2407
Errors'+' is not preceded with whitespace.2408
Errors'+' should be on a new line.2408
Errors'+' is not preceded with whitespace.2409
Errors'+' should be on a new line.2409
Errors'+' is not preceded with whitespace.2410
Errors'+' should be on a new line.2410
Errors'+' is not preceded with whitespace.2411
Errors'+' should be on a new line.2411
Errors'+' is not preceded with whitespace.2412
Errors'+' should be on a new line.2412
Errors'+' is not preceded with whitespace.2413
Errors'+' should be on a new line.2413
Errors'+' is not preceded with whitespace.2414
Errors'+' should be on a new line.2414
Errors'+' is not preceded with whitespace.2415
Errors'+' should be on a new line.2415
Errors'+' is not preceded with whitespace.2416
Errors'+' should be on a new line.2416
Errors'+' is not preceded with whitespace.2417
Errors'+' should be on a new line.2417
Errors'+' is not preceded with whitespace.2418
Errors'+' should be on a new line.2418
Errors'+' is not preceded with whitespace.2419
Errors'+' should be on a new line.2419
Errors'+' is not preceded with whitespace.2420
Errors'+' should be on a new line.2420
Errors'+' is not preceded with whitespace.2421
Errors'+' should be on a new line.2421
Errors'+' is not preceded with whitespace.2422
Errors'+' should be on a new line.2422
Errors'+' is not preceded with whitespace.2423
Errors'+' should be on a new line.2423
Errors'+' is not preceded with whitespace.2424
Errors'+' should be on a new line.2424
Errors'+' is not preceded with whitespace.2425
Errors'+' should be on a new line.2425
Errors'+' is not preceded with whitespace.2426
Errors'+' should be on a new line.2426
Errors'+' is not preceded with whitespace.2427
Errors'+' should be on a new line.2427
Errors'+' is not preceded with whitespace.2428
Errors'+' should be on a new line.2428
Errors'+' is not preceded with whitespace.2429
Errors'+' should be on a new line.2429
Errors'+' is not preceded with whitespace.2430
Errors'+' should be on a new line.2430
Errors'+' is not preceded with whitespace.2431
Errors'+' should be on a new line.2431
Errors'+' is not preceded with whitespace.2432
Errors'+' should be on a new line.2432
Errors'+' is not preceded with whitespace.2433
Errors'+' should be on a new line.2433
Errors'+' is not preceded with whitespace.2434
Errors'+' should be on a new line.2434
Errors'+' is not preceded with whitespace.2435
Errors'+' should be on a new line.2435
Errors'+' is not preceded with whitespace.2436
Errors'+' should be on a new line.2436
Errors'+' is not preceded with whitespace.2437
Errors'+' should be on a new line.2437
Errors'+' is not preceded with whitespace.2438
Errors'+' should be on a new line.2438
Errors'+' is not preceded with whitespace.2439
Errors'+' should be on a new line.2439
Errors'+' is not preceded with whitespace.2440
Errors'+' should be on a new line.2440
Errors'+' is not preceded with whitespace.2441
Errors'+' should be on a new line.2441
Errors'+' is not preceded with whitespace.2442
Errors'+' should be on a new line.2442
Errors'+' is not preceded with whitespace.2443
Errors'+' should be on a new line.2443
Errors'+' is not preceded with whitespace.2444
Errors'+' should be on a new line.2444
Errors'+' is not preceded with whitespace.2445
Errors'+' should be on a new line.2445
Errors'+' is not preceded with whitespace.2446
Errors'+' should be on a new line.2446
Errors'+' is not preceded with whitespace.2447
Errors'+' should be on a new line.2447
Errors'+' is not preceded with whitespace.2448
Errors'+' should be on a new line.2448
Errors'+' is not preceded with whitespace.2449
Errors'+' should be on a new line.2449
Errors'+' is not preceded with whitespace.2450
Errors'+' should be on a new line.2450
Errors'+' is not preceded with whitespace.2451
Errors'+' should be on a new line.2451
Errors'+' is not preceded with whitespace.2452
Errors'+' should be on a new line.2452
Errors'+' is not preceded with whitespace.2453
Errors'+' should be on a new line.2453
Errors'+' is not preceded with whitespace.2454
Errors'+' should be on a new line.2454
Errors'+' is not preceded with whitespace.2455
Errors'+' should be on a new line.2455
Errors'+' is not preceded with whitespace.2456
Errors'+' should be on a new line.2456
Errors'+' is not preceded with whitespace.2457
Errors'+' should be on a new line.2457
Errors'+' is not preceded with whitespace.2458
Errors'+' should be on a new line.2458
Errors'+' is not preceded with whitespace.2459
Errors'+' should be on a new line.2459
Errors'+' is not preceded with whitespace.2460
Errors'+' should be on a new line.2460
Errors'+' is not preceded with whitespace.2461
Errors'+' should be on a new line.2461
Errors'+' is not preceded with whitespace.2462
Errors'+' should be on a new line.2462
Errors'+' is not preceded with whitespace.2463
Errors'+' should be on a new line.2463
Errors'+' is not preceded with whitespace.2464
Errors'+' should be on a new line.2464
Errors'+' is not preceded with whitespace.2465
Errors'+' should be on a new line.2465
Errors'+' is not preceded with whitespace.2466
Errors'+' should be on a new line.2466
Errors'+' is not preceded with whitespace.2467
Errors'+' should be on a new line.2467
Errors'+' is not preceded with whitespace.2468
Errors'+' should be on a new line.2468
Errors'+' is not preceded with whitespace.2469
Errors'+' should be on a new line.2469
Errors'+' is not preceded with whitespace.2470
Errors'+' should be on a new line.2470
Errors'+' is not preceded with whitespace.2471
Errors'+' should be on a new line.2471
Errors'+' is not preceded with whitespace.2472
Errors'+' should be on a new line.2472
Errors'+' is not preceded with whitespace.2473
Errors'+' should be on a new line.2473
Errors'+' is not preceded with whitespace.2474
Errors'+' should be on a new line.2474
Errors'+' is not preceded with whitespace.2475
Errors'+' should be on a new line.2475
Errors'+' is not preceded with whitespace.2476
Errors'+' should be on a new line.2476
Errors'+' is not preceded with whitespace.2477
Errors'+' should be on a new line.2477
Errors'+' is not preceded with whitespace.2478
Errors'+' should be on a new line.2478
Errors'+' is not preceded with whitespace.2479
Errors'+' should be on a new line.2479
Errors'+' is not preceded with whitespace.2480
Errors'+' should be on a new line.2480
Errors'+' is not preceded with whitespace.2481
Errors'+' should be on a new line.2481
Errors'+' is not preceded with whitespace.2482
Errors'+' should be on a new line.2482
Errors'+' is not preceded with whitespace.2483
Errors'+' should be on a new line.2483
Errors'+' is not preceded with whitespace.2484
Errors'+' should be on a new line.2484
Errors'+' is not preceded with whitespace.2485
Errors'+' should be on a new line.2485
Errors'+' is not preceded with whitespace.2486
Errors'+' should be on a new line.2486
Errors'+' is not preceded with whitespace.2487
Errors'+' should be on a new line.2487
Errors'+' is not preceded with whitespace.2488
Errors'+' should be on a new line.2488
Errors'+' is not preceded with whitespace.2489
Errors'+' should be on a new line.2489
Errors'+' is not preceded with whitespace.2490
Errors'+' should be on a new line.2490
Errors'+' is not preceded with whitespace.2491
Errors'+' should be on a new line.2491
Errors'+' is not preceded with whitespace.2492
Errors'+' should be on a new line.2492
Errors'+' is not preceded with whitespace.2493
Errors'+' should be on a new line.2493
Errors'+' is not preceded with whitespace.2494
Errors'+' should be on a new line.2494
Errors'+' is not preceded with whitespace.2495
Errors'+' should be on a new line.2495
Errors'+' is not preceded with whitespace.2496
Errors'+' should be on a new line.2496
Errors'+' is not preceded with whitespace.2497
Errors'+' should be on a new line.2497
Errors'+' is not preceded with whitespace.2498
Errors'+' should be on a new line.2498
Errors'+' is not preceded with whitespace.2499
Errors'+' should be on a new line.2499
Errors'+' is not preceded with whitespace.2500
Errors'+' should be on a new line.2500
Errors'+' is not preceded with whitespace.2501
Errors'+' should be on a new line.2501
Errors'+' is not preceded with whitespace.2502
Errors'+' should be on a new line.2502
Errors'+' is not preceded with whitespace.2503
Errors'+' should be on a new line.2503
Errors'+' is not preceded with whitespace.2504
Errors'+' should be on a new line.2504
Errors'+' is not preceded with whitespace.2505
Errors'+' should be on a new line.2505
Errors'+' is not preceded with whitespace.2506
Errors'+' should be on a new line.2506
Errors'+' is not preceded with whitespace.2507
Errors'+' should be on a new line.2507
Errors'+' is not preceded with whitespace.2508
Errors'+' should be on a new line.2508
Errors'+' is not preceded with whitespace.2509
Errors'+' should be on a new line.2509
Errors'+' is not preceded with whitespace.2510
Errors'+' should be on a new line.2510
Errors'+' is not preceded with whitespace.2511
Errors'+' should be on a new line.2511
Errors'+' is not preceded with whitespace.2512
Errors'+' should be on a new line.2512
Errors'+' is not preceded with whitespace.2513
Errors'+' should be on a new line.2513
Errors'+' is not preceded with whitespace.2514
Errors'+' should be on a new line.2514
Errors'+' is not preceded with whitespace.2515
Errors'+' should be on a new line.2515
Errors'+' is not preceded with whitespace.2516
Errors'+' should be on a new line.2516
Errors'+' is not preceded with whitespace.2517
Errors'+' should be on a new line.2517
Errors'+' is not preceded with whitespace.2518
Errors'+' should be on a new line.2518
Errors'+' is not preceded with whitespace.2519
Errors'+' should be on a new line.2519
Errors'+' is not preceded with whitespace.2520
Errors'+' should be on a new line.2520
Errors'+' is not preceded with whitespace.2521
Errors'+' should be on a new line.2521
Errors'+' is not preceded with whitespace.2522
Errors'+' should be on a new line.2522
Errors'+' is not preceded with whitespace.2523
Errors'+' should be on a new line.2523
Errors'+' is not preceded with whitespace.2524
Errors'+' should be on a new line.2524
Errors'+' is not preceded with whitespace.2525
Errors'+' should be on a new line.2525
Errors'+' is not preceded with whitespace.2526
Errors'+' should be on a new line.2526
Errors'+' is not preceded with whitespace.2527
Errors'+' should be on a new line.2527
Errors'+' is not preceded with whitespace.2528
Errors'+' should be on a new line.2528
Errors'+' is not preceded with whitespace.2529
Errors'+' should be on a new line.2529
Errors'+' is not preceded with whitespace.2530
Errors'+' should be on a new line.2530
Errors'+' is not preceded with whitespace.2531
Errors'+' should be on a new line.2531
Errors'+' is not preceded with whitespace.2532
Errors'+' should be on a new line.2532
Errors'+' is not preceded with whitespace.2533
Errors'+' should be on a new line.2533
Errors'+' is not preceded with whitespace.2534
Errors'+' should be on a new line.2534
Errors'+' is not preceded with whitespace.2535
Errors'+' should be on a new line.2535
Errors'+' is not preceded with whitespace.2536
Errors'+' should be on a new line.2536
Errors'+' is not preceded with whitespace.2537
Errors'+' should be on a new line.2537
Errors'+' is not preceded with whitespace.2538
Errors'+' should be on a new line.2538
Errors'+' is not preceded with whitespace.2539
Errors'+' should be on a new line.2539
Errors'+' is not preceded with whitespace.2540
Errors'+' should be on a new line.2540
Errors'+' is not preceded with whitespace.2541
Errors'+' should be on a new line.2541
Errors'+' is not preceded with whitespace.2542
Errors'+' should be on a new line.2542
Errors'+' is not preceded with whitespace.2543
Errors'+' should be on a new line.2543
Errors'+' is not preceded with whitespace.2544
Errors'+' should be on a new line.2544
Errors'+' is not preceded with whitespace.2545
Errors'+' should be on a new line.2545
Errors'+' is not preceded with whitespace.2546
Errors'+' should be on a new line.2546
Errors'+' is not preceded with whitespace.2547
Errors'+' should be on a new line.2547
Errors'+' is not preceded with whitespace.2548
Errors'+' should be on a new line.2548
Errors'+' is not preceded with whitespace.2549
Errors'+' should be on a new line.2549
Errors'+' is not preceded with whitespace.2550
Errors'+' should be on a new line.2550
Errors'+' is not preceded with whitespace.2551
Errors'+' should be on a new line.2551
Errors'+' is not preceded with whitespace.2552
Errors'+' should be on a new line.2552
Errors'+' is not preceded with whitespace.2553
Errors'+' should be on a new line.2553
Errors'+' is not preceded with whitespace.2554
Errors'+' should be on a new line.2554
Errors'+' is not preceded with whitespace.2555
Errors'+' should be on a new line.2555
Errors'+' is not preceded with whitespace.2556
Errors'+' should be on a new line.2556
Errors'+' is not preceded with whitespace.2557
Errors'+' should be on a new line.2557
Errors'+' is not preceded with whitespace.2558
Errors'+' should be on a new line.2558
Errors'+' is not preceded with whitespace.2559
Errors'+' should be on a new line.2559
Errors'+' is not preceded with whitespace.2560
Errors'+' should be on a new line.2560
Errors'+' is not preceded with whitespace.2561
Errors'+' should be on a new line.2561
Errors'+' is not preceded with whitespace.2562
Errors'+' should be on a new line.2562
Errors'+' is not preceded with whitespace.2563
Errors'+' should be on a new line.2563
Errors'+' is not preceded with whitespace.2564
Errors'+' should be on a new line.2564
Errors'+' is not preceded with whitespace.2565
Errors'+' should be on a new line.2565
Errors'+' is not preceded with whitespace.2566
Errors'+' should be on a new line.2566
Errors'+' is not preceded with whitespace.2567
Errors'+' should be on a new line.2567
Errors'+' is not preceded with whitespace.2568
Errors'+' should be on a new line.2568
Errors'+' is not preceded with whitespace.2569
Errors'+' should be on a new line.2569
Errors'+' is not preceded with whitespace.2570
Errors'+' should be on a new line.2570
Errors'+' is not preceded with whitespace.2571
Errors'+' should be on a new line.2571
Errors'+' is not preceded with whitespace.2572
Errors'+' should be on a new line.2572
Errors'+' is not preceded with whitespace.2573
Errors'+' should be on a new line.2573
Errors'+' is not preceded with whitespace.2574
Errors'+' should be on a new line.2574
Errors'+' is not preceded with whitespace.2575
Errors'+' should be on a new line.2575
Errors'+' is not preceded with whitespace.2576
Errors'+' should be on a new line.2576
Errors'+' is not preceded with whitespace.2577
Errors'+' should be on a new line.2577
Errors'+' is not preceded with whitespace.2578
Errors'+' should be on a new line.2578
Errors'+' is not preceded with whitespace.2579
Errors'+' should be on a new line.2579
Errors'+' is not preceded with whitespace.2580
Errors'+' should be on a new line.2580
Errors'+' is not preceded with whitespace.2581
Errors'+' should be on a new line.2581
Errors'+' is not preceded with whitespace.2582
Errors'+' should be on a new line.2582
Errors'+' is not preceded with whitespace.2583
Errors'+' should be on a new line.2583
Errors'+' is not preceded with whitespace.2584
Errors'+' should be on a new line.2584
Errors'+' is not preceded with whitespace.2585
Errors'+' should be on a new line.2585
Errors'+' is not preceded with whitespace.2586
Errors'+' should be on a new line.2586
Errors'+' is not preceded with whitespace.2587
Errors'+' should be on a new line.2587
Errors'+' is not preceded with whitespace.2588
Errors'+' should be on a new line.2588
Errors'+' is not preceded with whitespace.2589
Errors'+' should be on a new line.2589
Errors'+' is not preceded with whitespace.2590
Errors'+' should be on a new line.2590
Errors'+' is not preceded with whitespace.2591
Errors'+' should be on a new line.2591
Errors'+' is not preceded with whitespace.2592
Errors'+' should be on a new line.2592
Errors'+' is not preceded with whitespace.2593
Errors'+' should be on a new line.2593
Errors'+' is not preceded with whitespace.2594
Errors'+' should be on a new line.2594
Errors'+' is not preceded with whitespace.2595
Errors'+' should be on a new line.2595
Errors'+' is not preceded with whitespace.2596
Errors'+' should be on a new line.2596
Errors'+' is not preceded with whitespace.2597
Errors'+' should be on a new line.2597
Errors'+' is not preceded with whitespace.2598
Errors'+' should be on a new line.2598
Errors'+' is not preceded with whitespace.2599
Errors'+' should be on a new line.2599
Errors'+' is not preceded with whitespace.2600
Errors'+' should be on a new line.2600
Errors'+' is not preceded with whitespace.2601
Errors'+' should be on a new line.2601
Errors'+' is not preceded with whitespace.2602
Errors'+' should be on a new line.2602
Errors'+' is not preceded with whitespace.2603
Errors'+' should be on a new line.2603
Errors'+' is not preceded with whitespace.2604
Errors'+' should be on a new line.2604
Errors'+' is not preceded with whitespace.2605
Errors'+' should be on a new line.2605
Errors'+' is not preceded with whitespace.2606
Errors'+' should be on a new line.2606
Errors'+' is not preceded with whitespace.2607
Errors'+' should be on a new line.2607
Errors'+' is not preceded with whitespace.2608
Errors'+' should be on a new line.2608
Errors'+' is not preceded with whitespace.2609
Errors'+' should be on a new line.2609
Errors'+' is not preceded with whitespace.2610
Errors'+' should be on a new line.2610
Errors'+' is not preceded with whitespace.2611
Errors'+' should be on a new line.2611
Errors'+' is not preceded with whitespace.2612
Errors'+' should be on a new line.2612
Errors'+' is not preceded with whitespace.2613
Errors'+' should be on a new line.2613
Errors'+' is not preceded with whitespace.2614
Errors'+' should be on a new line.2614
Errors'+' is not preceded with whitespace.2615
Errors'+' should be on a new line.2615
Errors'+' is not preceded with whitespace.2616
Errors'+' should be on a new line.2616
Errors'+' is not preceded with whitespace.2617
Errors'+' should be on a new line.2617
Errors'+' is not preceded with whitespace.2618
Errors'+' should be on a new line.2618
Errors'+' is not preceded with whitespace.2619
Errors'+' should be on a new line.2619
Errors'+' is not preceded with whitespace.2620
Errors'+' should be on a new line.2620
Errors'+' is not preceded with whitespace.2621
Errors'+' should be on a new line.2621
Errors'+' is not preceded with whitespace.2622
Errors'+' should be on a new line.2622
Errors'+' is not preceded with whitespace.2623
Errors'+' should be on a new line.2623
Errors'+' is not preceded with whitespace.2624
Errors'+' should be on a new line.2624
Errors'+' is not preceded with whitespace.2625
Errors'+' should be on a new line.2625
Errors'+' is not preceded with whitespace.2626
Errors'+' should be on a new line.2626
Errors'+' is not preceded with whitespace.2627
Errors'+' should be on a new line.2627
Errors'+' is not preceded with whitespace.2628
Errors'+' should be on a new line.2628
Errors'+' is not preceded with whitespace.2629
Errors'+' should be on a new line.2629
Errors'+' is not preceded with whitespace.2630
Errors'+' should be on a new line.2630
Errors'+' is not preceded with whitespace.2631
Errors'+' should be on a new line.2631
Errors'+' is not preceded with whitespace.2632
Errors'+' should be on a new line.2632
Errors'+' is not preceded with whitespace.2633
Errors'+' should be on a new line.2633
Errors'+' is not preceded with whitespace.2634
Errors'+' should be on a new line.2634
Errors'+' is not preceded with whitespace.2635
Errors'+' should be on a new line.2635
Errors'+' is not preceded with whitespace.2636
Errors'+' should be on a new line.2636
Errors'+' is not preceded with whitespace.2637
Errors'+' should be on a new line.2637
Errors'+' is not preceded with whitespace.2638
Errors'+' should be on a new line.2638
Errors'+' is not preceded with whitespace.2639
Errors'+' should be on a new line.2639
Errors'+' is not preceded with whitespace.2640
Errors'+' should be on a new line.2640
Errors'+' is not preceded with whitespace.2641
Errors'+' should be on a new line.2641
Errors'+' is not preceded with whitespace.2642
Errors'+' should be on a new line.2642
Errors'+' is not preceded with whitespace.2643
Errors'+' should be on a new line.2643
Errors'+' is not preceded with whitespace.2644
Errors'+' should be on a new line.2644
Errors'+' is not preceded with whitespace.2645
Errors'+' should be on a new line.2645
Errors'+' is not preceded with whitespace.2646
Errors'+' should be on a new line.2646
Errors'+' is not preceded with whitespace.2647
Errors'+' should be on a new line.2647
Errors'+' is not preceded with whitespace.2648
Errors'+' should be on a new line.2648
Errors'+' is not preceded with whitespace.2649
Errors'+' should be on a new line.2649
Errors'+' is not preceded with whitespace.2650
Errors'+' should be on a new line.2650
Errors'+' is not preceded with whitespace.2651
Errors'+' should be on a new line.2651
Errors'+' is not preceded with whitespace.2652
Errors'+' should be on a new line.2652
Errors'+' is not preceded with whitespace.2653
Errors'+' should be on a new line.2653
Errors'+' is not preceded with whitespace.2654
Errors'+' should be on a new line.2654
Errors'+' is not preceded with whitespace.2655
Errors'+' should be on a new line.2655
Errors'+' is not preceded with whitespace.2656
Errors'+' should be on a new line.2656
Errors'+' is not preceded with whitespace.2657
Errors'+' should be on a new line.2657
Errors'+' is not preceded with whitespace.2658
Errors'+' should be on a new line.2658
Errors'+' is not preceded with whitespace.2659
Errors'+' should be on a new line.2659
Errors'+' is not preceded with whitespace.2660
Errors'+' should be on a new line.2660
Errors'+' is not preceded with whitespace.2661
Errors'+' should be on a new line.2661
Errors'+' is not preceded with whitespace.2662
Errors'+' should be on a new line.2662
Errors'+' is not preceded with whitespace.2663
Errors'+' should be on a new line.2663
Errors'+' is not preceded with whitespace.2664
Errors'+' should be on a new line.2664
Errors'+' is not preceded with whitespace.2665
Errors'+' should be on a new line.2665
Errors'+' is not preceded with whitespace.2666
Errors'+' should be on a new line.2666
Errors'+' is not preceded with whitespace.2667
Errors'+' should be on a new line.2667
Errors'+' is not preceded with whitespace.2668
Errors'+' should be on a new line.2668
Errors'+' is not preceded with whitespace.2669
Errors'+' should be on a new line.2669
Errors'+' is not preceded with whitespace.2670
Errors'+' should be on a new line.2670
Errors'+' is not preceded with whitespace.2671
Errors'+' should be on a new line.2671
Errors'+' is not preceded with whitespace.2672
Errors'+' should be on a new line.2672
Errors'+' is not preceded with whitespace.2673
Errors'+' should be on a new line.2673
Errors'+' is not preceded with whitespace.2674
Errors'+' should be on a new line.2674
Errors'+' is not preceded with whitespace.2675
Errors'+' should be on a new line.2675
Errors'+' is not preceded with whitespace.2676
Errors'+' should be on a new line.2676
Errors'+' is not preceded with whitespace.2677
Errors'+' should be on a new line.2677
Errors'+' is not preceded with whitespace.2678
Errors'+' should be on a new line.2678
Errors'+' is not preceded with whitespace.2679
Errors'+' should be on a new line.2679
Errors'+' is not preceded with whitespace.2680
Errors'+' should be on a new line.2680
Errors'+' is not preceded with whitespace.2681
Errors'+' should be on a new line.2681
Errors'+' is not preceded with whitespace.2682
Errors'+' should be on a new line.2682
Errors'+' is not preceded with whitespace.2683
Errors'+' should be on a new line.2683
Errors'+' is not preceded with whitespace.2684
Errors'+' should be on a new line.2684
Errors'+' is not preceded with whitespace.2685
Errors'+' should be on a new line.2685
Errors'+' is not preceded with whitespace.2686
Errors'+' should be on a new line.2686
Errors'+' is not preceded with whitespace.2687
Errors'+' should be on a new line.2687
Errors'+' is not preceded with whitespace.2688
Errors'+' should be on a new line.2688
Errors'+' is not preceded with whitespace.2689
Errors'+' should be on a new line.2689
Errors'+' is not preceded with whitespace.2690
Errors'+' should be on a new line.2690
Errors'+' is not preceded with whitespace.2691
Errors'+' should be on a new line.2691
Errors'+' is not preceded with whitespace.2692
Errors'+' should be on a new line.2692
Errors'+' is not preceded with whitespace.2693
Errors'+' should be on a new line.2693
Errors'+' is not preceded with whitespace.2694
Errors'+' should be on a new line.2694
Errors'+' is not preceded with whitespace.2695
Errors'+' should be on a new line.2695
Errors'+' is not preceded with whitespace.2696
Errors'+' should be on a new line.2696
Errors'+' is not preceded with whitespace.2697
Errors'+' should be on a new line.2697
Errors'+' is not preceded with whitespace.2698
Errors'+' should be on a new line.2698
Errors'+' is not preceded with whitespace.2699
Errors'+' should be on a new line.2699
Errors'+' is not preceded with whitespace.2700
Errors'+' should be on a new line.2700
Errors'+' is not preceded with whitespace.2701
Errors'+' should be on a new line.2701
Errors'+' is not preceded with whitespace.2702
Errors'+' should be on a new line.2702
Errors'+' is not preceded with whitespace.2703
Errors'+' should be on a new line.2703
Errors'+' is not preceded with whitespace.2704
Errors'+' should be on a new line.2704
Errors'+' is not preceded with whitespace.2705
Errors'+' should be on a new line.2705
Errors'+' is not preceded with whitespace.2706
Errors'+' should be on a new line.2706
Errors'+' is not preceded with whitespace.2707
Errors'+' should be on a new line.2707
Errors'+' is not preceded with whitespace.2708
Errors'+' should be on a new line.2708
Errors'+' is not preceded with whitespace.2709
Errors'+' should be on a new line.2709
Errors'+' is not preceded with whitespace.2710
Errors'+' should be on a new line.2710
Errors'+' is not preceded with whitespace.2711
Errors'+' should be on a new line.2711
Errors'+' is not preceded with whitespace.2712
Errors'+' should be on a new line.2712
Errors'+' is not preceded with whitespace.2713
Errors'+' should be on a new line.2713
Errors'+' is not preceded with whitespace.2714
Errors'+' should be on a new line.2714
Errors'+' is not preceded with whitespace.2715
Errors'+' should be on a new line.2715
Errors'+' is not preceded with whitespace.2716
Errors'+' should be on a new line.2716
Errors'+' is not preceded with whitespace.2717
Errors'+' should be on a new line.2717
Errors'+' is not preceded with whitespace.2718
Errors'+' should be on a new line.2718
Errors'+' is not preceded with whitespace.2719
Errors'+' should be on a new line.2719
Errors'+' is not preceded with whitespace.2720
Errors'+' should be on a new line.2720
Errors'+' is not preceded with whitespace.2721
Errors'+' should be on a new line.2721
Errors'+' is not preceded with whitespace.2722
Errors'+' should be on a new line.2722
Errors'+' is not preceded with whitespace.2723
Errors'+' should be on a new line.2723
Errors'+' is not preceded with whitespace.2724
Errors'+' should be on a new line.2724
Errors'+' is not preceded with whitespace.2725
Errors'+' should be on a new line.2725
Errors'+' is not preceded with whitespace.2726
Errors'+' should be on a new line.2726
Errors'+' is not preceded with whitespace.2727
Errors'+' should be on a new line.2727
Errors'+' is not preceded with whitespace.2728
Errors'+' should be on a new line.2728
Errors'+' is not preceded with whitespace.2729
Errors'+' should be on a new line.2729
Errors'+' is not preceded with whitespace.2730
Errors'+' should be on a new line.2730
Errors'+' is not preceded with whitespace.2731
Errors'+' should be on a new line.2731
Errors'+' is not preceded with whitespace.2732
Errors'+' should be on a new line.2732
Errors'+' is not preceded with whitespace.2733
Errors'+' should be on a new line.2733
Errors'+' is not preceded with whitespace.2734
Errors'+' should be on a new line.2734
Errors'+' is not preceded with whitespace.2735
Errors'+' should be on a new line.2735
Errors'+' is not preceded with whitespace.2736
Errors'+' should be on a new line.2736
Errors'+' is not preceded with whitespace.2737
Errors'+' should be on a new line.2737
Errors'+' is not preceded with whitespace.2738
Errors'+' should be on a new line.2738
Errors'+' is not preceded with whitespace.2739
Errors'+' should be on a new line.2739
Errors'+' is not preceded with whitespace.2740
Errors'+' should be on a new line.2740
Errors'+' is not preceded with whitespace.2741
Errors'+' should be on a new line.2741
Errors'+' is not preceded with whitespace.2742
Errors'+' should be on a new line.2742
Errors'+' is not preceded with whitespace.2743
Errors'+' should be on a new line.2743
Errors'+' is not preceded with whitespace.2744
Errors'+' should be on a new line.2744
Errors'+' is not preceded with whitespace.2745
Errors'+' should be on a new line.2745
Errors'+' is not preceded with whitespace.2746
Errors'+' should be on a new line.2746
Errors'+' is not preceded with whitespace.2747
Errors'+' should be on a new line.2747
Errors'+' is not preceded with whitespace.2748
Errors'+' should be on a new line.2748
Errors'+' is not preceded with whitespace.2749
Errors'+' should be on a new line.2749
Errors'+' is not preceded with whitespace.2750
Errors'+' should be on a new line.2750
Errors'+' is not preceded with whitespace.2751
Errors'+' should be on a new line.2751
Errors'+' is not preceded with whitespace.2752
Errors'+' should be on a new line.2752
Errors'+' is not preceded with whitespace.2753
Errors'+' should be on a new line.2753
Errors'+' is not preceded with whitespace.2754
Errors'+' should be on a new line.2754
Errors'+' is not preceded with whitespace.2755
Errors'+' should be on a new line.2755
Errors'+' is not preceded with whitespace.2756
Errors'+' should be on a new line.2756
Errors'+' is not preceded with whitespace.2757
Errors'+' should be on a new line.2757
Errors'+' is not preceded with whitespace.2758
Errors'+' should be on a new line.2758
Errors'+' is not preceded with whitespace.2759
Errors'+' should be on a new line.2759
Errors'+' is not preceded with whitespace.2760
Errors'+' should be on a new line.2760
Errors'+' is not preceded with whitespace.2761
Errors'+' should be on a new line.2761
Errors'+' is not preceded with whitespace.2762
Errors'+' should be on a new line.2762
Errors'+' is not preceded with whitespace.2763
Errors'+' should be on a new line.2763
Errors'+' is not preceded with whitespace.2764
Errors'+' should be on a new line.2764
Errors'+' is not preceded with whitespace.2765
Errors'+' should be on a new line.2765
Errors'+' is not preceded with whitespace.2766
Errors'+' should be on a new line.2766
Errors'+' is not preceded with whitespace.2767
Errors'+' should be on a new line.2767
Errors'+' is not preceded with whitespace.2768
Errors'+' should be on a new line.2768
Errors'+' is not preceded with whitespace.2769
Errors'+' should be on a new line.2769
Errors'+' is not preceded with whitespace.2770
Errors'+' should be on a new line.2770
Errors'+' is not preceded with whitespace.2771
Errors'+' should be on a new line.2771
Errors'+' is not preceded with whitespace.2772
Errors'+' should be on a new line.2772
Errors'+' is not preceded with whitespace.2773
Errors'+' should be on a new line.2773
Errors'+' is not preceded with whitespace.2774
Errors'+' should be on a new line.2774
Errors'+' is not preceded with whitespace.2775
Errors'+' should be on a new line.2775
Errors'+' is not preceded with whitespace.2776
Errors'+' should be on a new line.2776
Errors'+' is not preceded with whitespace.2777
Errors'+' should be on a new line.2777
Errors'+' is not preceded with whitespace.2778
Errors'+' should be on a new line.2778
Errors'+' is not preceded with whitespace.2779
Errors'+' should be on a new line.2779
Errors'+' is not preceded with whitespace.2780
Errors'+' should be on a new line.2780
Errors'+' is not preceded with whitespace.2781
Errors'+' should be on a new line.2781
Errors'+' is not preceded with whitespace.2782
Errors'+' should be on a new line.2782
Errors'+' is not preceded with whitespace.2783
Errors'+' should be on a new line.2783
Errors'+' is not preceded with whitespace.2784
Errors'+' should be on a new line.2784
Errors'+' is not preceded with whitespace.2785
Errors'+' should be on a new line.2785
Errors'+' is not preceded with whitespace.2786
Errors'+' should be on a new line.2786
Errors'+' is not preceded with whitespace.2787
Errors'+' should be on a new line.2787
Errors'+' is not preceded with whitespace.2788
Errors'+' should be on a new line.2788
Errors'+' is not preceded with whitespace.2789
Errors'+' should be on a new line.2789
Errors'+' is not preceded with whitespace.2790
Errors'+' should be on a new line.2790
Errors'+' is not preceded with whitespace.2791
Errors'+' should be on a new line.2791
Errors'+' is not preceded with whitespace.2792
Errors'+' should be on a new line.2792
Errors'+' is not preceded with whitespace.2793
Errors'+' should be on a new line.2793
Errors'+' is not preceded with whitespace.2794
Errors'+' should be on a new line.2794
Errors'+' is not preceded with whitespace.2795
Errors'+' should be on a new line.2795
Errors'+' is not preceded with whitespace.2796
Errors'+' should be on a new line.2796
Errors'+' is not preceded with whitespace.2797
Errors'+' should be on a new line.2797
Errors'+' is not preceded with whitespace.2798
Errors'+' should be on a new line.2798
Errors'+' is not preceded with whitespace.2799
Errors'+' should be on a new line.2799
Errors'+' is not preceded with whitespace.2800
Errors'+' should be on a new line.2800
Errors'+' is not preceded with whitespace.2801
Errors'+' should be on a new line.2801
Errors'+' is not preceded with whitespace.2802
Errors'+' should be on a new line.2802
Errors'+' is not preceded with whitespace.2803
Errors'+' should be on a new line.2803
Errors'+' is not preceded with whitespace.2804
Errors'+' should be on a new line.2804
Errors'+' is not preceded with whitespace.2805
Errors'+' should be on a new line.2805
Errors'+' is not preceded with whitespace.2806
Errors'+' should be on a new line.2806
Errors'+' is not preceded with whitespace.2807
Errors'+' should be on a new line.2807
Errors'+' is not preceded with whitespace.2808
Errors'+' should be on a new line.2808
Errors'+' is not preceded with whitespace.2809
Errors'+' should be on a new line.2809
Errors'+' is not preceded with whitespace.2810
Errors'+' should be on a new line.2810
Errors'+' is not preceded with whitespace.2811
Errors'+' should be on a new line.2811
Errors'+' is not preceded with whitespace.2812
Errors'+' should be on a new line.2812
Errors'+' is not preceded with whitespace.2813
Errors'+' should be on a new line.2813
Errors'+' is not preceded with whitespace.2814
Errors'+' should be on a new line.2814
Errors'+' is not preceded with whitespace.2815
Errors'+' should be on a new line.2815
Errors'+' is not preceded with whitespace.2816
Errors'+' should be on a new line.2816
Errors'+' is not preceded with whitespace.2817
Errors'+' should be on a new line.2817
Errors'+' is not preceded with whitespace.2818
Errors'+' should be on a new line.2818
Errors'+' is not preceded with whitespace.2819
Errors'+' should be on a new line.2819
Errors'+' is not preceded with whitespace.2820
Errors'+' should be on a new line.2820
Errors'+' is not preceded with whitespace.2821
Errors'+' should be on a new line.2821
Errors'+' is not preceded with whitespace.2822
Errors'+' should be on a new line.2822
Errors'+' is not preceded with whitespace.2823
Errors'+' should be on a new line.2823
Errors'+' is not preceded with whitespace.2824
Errors'+' should be on a new line.2824
Errors'+' is not preceded with whitespace.2825
Errors'+' should be on a new line.2825
Errors'+' is not preceded with whitespace.2826
Errors'+' should be on a new line.2826
Errors'+' is not preceded with whitespace.2827
Errors'+' should be on a new line.2827
Errors'+' is not preceded with whitespace.2828
Errors'+' should be on a new line.2828
Errors'+' is not preceded with whitespace.2829
Errors'+' should be on a new line.2829
Errors'+' is not preceded with whitespace.2830
Errors'+' should be on a new line.2830
Errors'+' is not preceded with whitespace.2831
Errors'+' should be on a new line.2831
Errors'+' is not preceded with whitespace.2832
Errors'+' should be on a new line.2832
Errors'+' is not preceded with whitespace.2833
Errors'+' should be on a new line.2833
Errors'+' is not preceded with whitespace.2834
Errors'+' should be on a new line.2834
Errors'+' is not preceded with whitespace.2835
Errors'+' should be on a new line.2835
Errors'+' is not preceded with whitespace.2836
Errors'+' should be on a new line.2836
Errors'+' is not preceded with whitespace.2837
Errors'+' should be on a new line.2837
Errors'+' is not preceded with whitespace.2838
Errors'+' should be on a new line.2838
Errors'+' is not preceded with whitespace.2839
Errors'+' should be on a new line.2839
Errors'+' is not preceded with whitespace.2840
Errors'+' should be on a new line.2840
Errors'+' is not preceded with whitespace.2841
Errors'+' should be on a new line.2841
Errors'+' is not preceded with whitespace.2842
Errors'+' should be on a new line.2842
Errors'+' is not preceded with whitespace.2843
Errors'+' should be on a new line.2843
Errors'+' is not preceded with whitespace.2844
Errors'+' should be on a new line.2844
Errors'+' is not preceded with whitespace.2845
Errors'+' should be on a new line.2845
Errors'+' is not preceded with whitespace.2846
Errors'+' should be on a new line.2846
Errors'+' is not preceded with whitespace.2847
Errors'+' should be on a new line.2847
Errors'+' is not preceded with whitespace.2848
Errors'+' should be on a new line.2848
Errors'+' is not preceded with whitespace.2849
Errors'+' should be on a new line.2849
Errors'+' is not preceded with whitespace.2850
Errors'+' should be on a new line.2850
Errors'+' is not preceded with whitespace.2851
Errors'+' should be on a new line.2851
Errors'+' is not preceded with whitespace.2852
Errors'+' should be on a new line.2852
Errors'+' is not preceded with whitespace.2853
Errors'+' should be on a new line.2853
Errors'+' is not preceded with whitespace.2854
Errors'+' should be on a new line.2854
Errors'+' is not preceded with whitespace.2855
Errors'+' should be on a new line.2855
Errors'+' is not preceded with whitespace.2856
Errors'+' should be on a new line.2856
Errors'+' is not preceded with whitespace.2857
Errors'+' should be on a new line.2857
Errors'+' is not preceded with whitespace.2858
Errors'+' should be on a new line.2858
Errors'+' is not preceded with whitespace.2859
Errors'+' should be on a new line.2859
Errors'+' is not preceded with whitespace.2860
Errors'+' should be on a new line.2860
Errors'+' is not preceded with whitespace.2861
Errors'+' should be on a new line.2861
Errors'+' is not preceded with whitespace.2862
Errors'+' should be on a new line.2862
Errors'+' is not preceded with whitespace.2863
Errors'+' should be on a new line.2863
Errors'+' is not preceded with whitespace.2864
Errors'+' should be on a new line.2864
Errors'+' is not preceded with whitespace.2865
Errors'+' should be on a new line.2865
Errors'+' is not preceded with whitespace.2866
Errors'+' should be on a new line.2866
Errors'+' is not preceded with whitespace.2867
Errors'+' should be on a new line.2867
Errors'+' is not preceded with whitespace.2868
Errors'+' should be on a new line.2868
Errors'+' is not preceded with whitespace.2869
Errors'+' should be on a new line.2869
Errors'+' is not preceded with whitespace.2870
Errors'+' should be on a new line.2870
Errors'+' is not preceded with whitespace.2871
Errors'+' should be on a new line.2871
Errors'+' is not preceded with whitespace.2872
Errors'+' should be on a new line.2872
Errors'+' is not preceded with whitespace.2873
Errors'+' should be on a new line.2873
Errors'+' is not preceded with whitespace.2874
Errors'+' should be on a new line.2874
Errors'+' is not preceded with whitespace.2875
Errors'+' should be on a new line.2875
Errors'+' is not preceded with whitespace.2876
Errors'+' should be on a new line.2876
Errors'+' is not preceded with whitespace.2877
Errors'+' should be on a new line.2877
Errors'+' is not preceded with whitespace.2878
Errors'+' should be on a new line.2878
Errors'+' is not preceded with whitespace.2879
Errors'+' should be on a new line.2879
Errors'+' is not preceded with whitespace.2880
Errors'+' should be on a new line.2880
Errors'+' is not preceded with whitespace.2881
Errors'+' should be on a new line.2881
Errors'+' is not preceded with whitespace.2882
Errors'+' should be on a new line.2882
Errors'+' is not preceded with whitespace.2883
Errors'+' should be on a new line.2883
Errors'+' is not preceded with whitespace.2884
Errors'+' should be on a new line.2884
Errors'+' is not preceded with whitespace.2885
Errors'+' should be on a new line.2885
Errors'+' is not preceded with whitespace.2886
Errors'+' should be on a new line.2886
Errors'+' is not preceded with whitespace.2887
Errors'+' should be on a new line.2887
Errors'+' is not preceded with whitespace.2888
Errors'+' should be on a new line.2888
Errors'+' is not preceded with whitespace.2889
Errors'+' should be on a new line.2889
Errors'+' is not preceded with whitespace.2890
Errors'+' should be on a new line.2890
Errors'+' is not preceded with whitespace.2891
Errors'+' should be on a new line.2891
Errors'+' is not preceded with whitespace.2892
Errors'+' should be on a new line.2892
Errors'+' is not preceded with whitespace.2893
Errors'+' should be on a new line.2893
Errors'+' is not preceded with whitespace.2894
Errors'+' should be on a new line.2894
Errors'+' is not preceded with whitespace.2895
Errors'+' should be on a new line.2895
Errors'+' is not preceded with whitespace.2896
Errors'+' should be on a new line.2896
Errors'+' is not preceded with whitespace.2897
Errors'+' should be on a new line.2897
Errors'+' is not preceded with whitespace.2898
Errors'+' should be on a new line.2898
Errors'+' is not preceded with whitespace.2899
Errors'+' should be on a new line.2899
Errors'+' is not preceded with whitespace.2900
Errors'+' should be on a new line.2900
Errors'+' is not preceded with whitespace.2901
Errors'+' should be on a new line.2901
Errors'+' is not preceded with whitespace.2902
Errors'+' should be on a new line.2902
Errors'+' is not preceded with whitespace.2903
Errors'+' should be on a new line.2903
Errors'+' is not preceded with whitespace.2904
Errors'+' should be on a new line.2904
Errors'+' is not preceded with whitespace.2905
Errors'+' should be on a new line.2905
Errors'+' is not preceded with whitespace.2906
Errors'+' should be on a new line.2906
Errors'+' is not preceded with whitespace.2907
Errors'+' should be on a new line.2907
Errors'+' is not preceded with whitespace.2908
Errors'+' should be on a new line.2908
Errors'+' is not preceded with whitespace.2909
Errors'+' should be on a new line.2909
Errors'+' is not preceded with whitespace.2910
Errors'+' should be on a new line.2910
Errors'+' is not preceded with whitespace.2911
Errors'+' should be on a new line.2911
Errors'+' is not preceded with whitespace.2912
Errors'+' should be on a new line.2912
Errors'+' is not preceded with whitespace.2913
Errors'+' should be on a new line.2913
Errors'+' is not preceded with whitespace.2914
Errors'+' should be on a new line.2914
Errors'+' is not preceded with whitespace.2915
Errors'+' should be on a new line.2915
Errors'+' is not preceded with whitespace.2916
Errors'+' should be on a new line.2916
Errors'+' is not preceded with whitespace.2917
Errors'+' should be on a new line.2917
Errors'+' is not preceded with whitespace.2918
Errors'+' should be on a new line.2918
Errors'+' is not preceded with whitespace.2919
Errors'+' should be on a new line.2919
Errors'+' is not preceded with whitespace.2920
Errors'+' should be on a new line.2920
Errors'+' is not preceded with whitespace.2921
Errors'+' should be on a new line.2921
Errors'+' is not preceded with whitespace.2922
Errors'+' should be on a new line.2922
Errors'+' is not preceded with whitespace.2923
Errors'+' should be on a new line.2923
Errors'+' is not preceded with whitespace.2924
Errors'+' should be on a new line.2924
Errors'+' is not preceded with whitespace.2925
Errors'+' should be on a new line.2925
Errors'+' is not preceded with whitespace.2926
Errors'+' should be on a new line.2926
Errors'+' is not preceded with whitespace.2927
Errors'+' should be on a new line.2927
Errors'+' is not preceded with whitespace.2928
Errors'+' should be on a new line.2928
Errors'+' is not preceded with whitespace.2929
Errors'+' should be on a new line.2929
Errors'+' is not preceded with whitespace.2930
Errors'+' should be on a new line.2930
Errors'+' is not preceded with whitespace.2931
Errors'+' should be on a new line.2931
Errors'+' is not preceded with whitespace.2932
Errors'+' should be on a new line.2932
Errors'+' is not preceded with whitespace.2933
Errors'+' should be on a new line.2933
Errors'+' is not preceded with whitespace.2934
Errors'+' should be on a new line.2934
Errors'+' is not preceded with whitespace.2935
Errors'+' should be on a new line.2935
Errors'+' is not preceded with whitespace.2936
Errors'+' should be on a new line.2936
Errors'+' is not preceded with whitespace.2937
Errors'+' should be on a new line.2937
Errors'+' is not preceded with whitespace.2938
Errors'+' should be on a new line.2938
Errors'+' is not preceded with whitespace.2939
Errors'+' should be on a new line.2939
Errors'+' is not preceded with whitespace.2940
Errors'+' should be on a new line.2940
Errors'+' is not preceded with whitespace.2941
Errors'+' should be on a new line.2941
Errors'+' is not preceded with whitespace.2942
Errors'+' should be on a new line.2942
Errors'+' is not preceded with whitespace.2943
Errors'+' should be on a new line.2943
Errors'+' is not preceded with whitespace.2944
Errors'+' should be on a new line.2944
Errors'+' is not preceded with whitespace.2945
Errors'+' should be on a new line.2945
Errors'+' is not preceded with whitespace.2946
Errors'+' should be on a new line.2946
Errors'+' is not preceded with whitespace.2947
Errors'+' should be on a new line.2947
Errors'+' is not preceded with whitespace.2948
Errors'+' should be on a new line.2948
Errors'+' is not preceded with whitespace.2949
Errors'+' should be on a new line.2949
Errors'+' is not preceded with whitespace.2950
Errors'+' should be on a new line.2950
Errors'+' is not preceded with whitespace.2951
Errors'+' should be on a new line.2951
Errors'+' is not preceded with whitespace.2952
Errors'+' should be on a new line.2952
Errors'+' is not preceded with whitespace.2953
Errors'+' should be on a new line.2953
Errors'+' is not preceded with whitespace.2954
Errors'+' should be on a new line.2954
Errors'+' is not preceded with whitespace.2955
Errors'+' should be on a new line.2955
Errors'+' is not preceded with whitespace.2956
Errors'+' should be on a new line.2956
Errors'+' is not preceded with whitespace.2957
Errors'+' should be on a new line.2957
Errors'+' is not preceded with whitespace.2958
Errors'+' should be on a new line.2958
Errors'+' is not preceded with whitespace.2959
Errors'+' should be on a new line.2959
Errors'+' is not preceded with whitespace.2960
Errors'+' should be on a new line.2960
Errors'+' is not preceded with whitespace.2961
Errors'+' should be on a new line.2961
Errors'+' is not preceded with whitespace.2962
Errors'+' should be on a new line.2962
Errors'+' is not preceded with whitespace.2963
Errors'+' should be on a new line.2963
Errors'+' is not preceded with whitespace.2964
Errors'+' should be on a new line.2964
Errors'+' is not preceded with whitespace.2965
Errors'+' should be on a new line.2965
Errors'+' is not preceded with whitespace.2966
Errors'+' should be on a new line.2966
Errors'+' is not preceded with whitespace.2967
Errors'+' should be on a new line.2967
Errors'+' is not preceded with whitespace.2968
Errors'+' should be on a new line.2968
Errors'+' is not preceded with whitespace.2969
Errors'+' should be on a new line.2969
Errors'+' is not preceded with whitespace.2970
Errors'+' should be on a new line.2970
Errors'+' is not preceded with whitespace.2971
Errors'+' should be on a new line.2971
Errors'+' is not preceded with whitespace.2972
Errors'+' should be on a new line.2972
Errors'+' is not preceded with whitespace.2973
Errors'+' should be on a new line.2973
Errors'+' is not preceded with whitespace.2974
Errors'+' should be on a new line.2974
Errors'+' is not preceded with whitespace.2975
Errors'+' should be on a new line.2975
Errors'+' is not preceded with whitespace.2976
Errors'+' should be on a new line.2976
Errors'+' is not preceded with whitespace.2977
Errors'+' should be on a new line.2977
Errors'+' is not preceded with whitespace.2978
Errors'+' should be on a new line.2978
Errors'+' is not preceded with whitespace.2979
Errors'+' should be on a new line.2979
Errors'+' is not preceded with whitespace.2980
Errors'+' should be on a new line.2980
Errors'+' is not preceded with whitespace.2981
Errors'+' should be on a new line.2981
Errors'+' is not preceded with whitespace.2982
Errors'+' should be on a new line.2982
Errors'+' is not preceded with whitespace.2983
Errors'+' should be on a new line.2983
Errors'+' is not preceded with whitespace.2984
Errors'+' should be on a new line.2984
Errors'+' is not preceded with whitespace.2985
Errors'+' should be on a new line.2985
Errors'+' is not preceded with whitespace.2986
Errors'+' should be on a new line.2986
Errors'+' is not preceded with whitespace.2987
Errors'+' should be on a new line.2987
Errors'+' is not preceded with whitespace.2988
Errors'+' should be on a new line.2988
Errors'+' is not preceded with whitespace.2989
Errors'+' should be on a new line.2989
Errors'+' is not preceded with whitespace.2990
Errors'+' should be on a new line.2990
Errors'+' is not preceded with whitespace.2991
Errors'+' should be on a new line.2991
Errors'+' is not preceded with whitespace.2992
Errors'+' should be on a new line.2992
Errors'+' is not preceded with whitespace.2993
Errors'+' should be on a new line.2993
Errors'+' is not preceded with whitespace.2994
Errors'+' should be on a new line.2994
Errors'+' is not preceded with whitespace.2995
Errors'+' should be on a new line.2995
Errors'+' is not preceded with whitespace.2996
Errors'+' should be on a new line.2996
Errors'+' is not preceded with whitespace.2997
Errors'+' should be on a new line.2997
Errors'+' is not preceded with whitespace.2998
Errors'+' should be on a new line.2998
Errors'+' is not preceded with whitespace.2999
Errors'+' should be on a new line.2999
Errors'+' is not preceded with whitespace.3000
Errors'+' should be on a new line.3000
Errors'+' is not preceded with whitespace.3001
Errors'+' should be on a new line.3001
Errors'+' is not preceded with whitespace.3002
Errors'+' should be on a new line.3002
Errors'+' is not preceded with whitespace.3003
Errors'+' should be on a new line.3003
Errors'+' is not preceded with whitespace.3004
Errors'+' should be on a new line.3004
Errors'+' is not preceded with whitespace.3005
Errors'+' should be on a new line.3005
Errors'+' is not preceded with whitespace.3006
Errors'+' should be on a new line.3006
Errors'+' is not preceded with whitespace.3007
Errors'+' should be on a new line.3007
Errors'+' is not preceded with whitespace.3008
Errors'+' should be on a new line.3008
Errors'+' is not preceded with whitespace.3009
Errors'+' should be on a new line.3009
Errors'+' is not preceded with whitespace.3010
Errors'+' should be on a new line.3010
Errors'+' is not preceded with whitespace.3011
Errors'+' should be on a new line.3011
Errors'+' is not preceded with whitespace.3012
Errors'+' should be on a new line.3012
Errors'+' is not preceded with whitespace.3013
Errors'+' should be on a new line.3013
Errors'+' is not preceded with whitespace.3014
Errors'+' should be on a new line.3014
Errors'+' is not preceded with whitespace.3015
Errors'+' should be on a new line.3015
Errors'+' is not preceded with whitespace.3016
Errors'+' should be on a new line.3016
Errors'+' is not preceded with whitespace.3017
Errors'+' should be on a new line.3017
Errors'+' is not preceded with whitespace.3018
Errors'+' should be on a new line.3018
Errors'+' is not preceded with whitespace.3019
Errors'+' should be on a new line.3019
Errors'+' is not preceded with whitespace.3020
Errors'+' should be on a new line.3020
Errors'+' is not preceded with whitespace.3021
Errors'+' should be on a new line.3021
Errors'+' is not preceded with whitespace.3022
Errors'+' should be on a new line.3022
Errors'+' is not preceded with whitespace.3023
Errors'+' should be on a new line.3023
Errors'+' is not preceded with whitespace.3024
Errors'+' should be on a new line.3024
Errors'+' is not preceded with whitespace.3025
Errors'+' should be on a new line.3025
Errors'+' is not preceded with whitespace.3026
Errors'+' should be on a new line.3026
Errors'+' is not preceded with whitespace.3027
Errors'+' should be on a new line.3027
Errors'+' is not preceded with whitespace.3028
Errors'+' should be on a new line.3028
Errors'+' is not preceded with whitespace.3029
Errors'+' should be on a new line.3029
Errors'+' is not preceded with whitespace.3030
Errors'+' should be on a new line.3030
Errors'+' is not preceded with whitespace.3031
Errors'+' should be on a new line.3031
Errors'+' is not preceded with whitespace.3032
Errors'+' should be on a new line.3032
Errors'+' is not preceded with whitespace.3033
Errors'+' should be on a new line.3033
Errors'+' is not preceded with whitespace.3034
Errors'+' should be on a new line.3034
Errors'+' is not preceded with whitespace.3035
Errors'+' should be on a new line.3035
Errors'+' is not preceded with whitespace.3036
Errors'+' should be on a new line.3036
Errors'+' is not preceded with whitespace.3037
Errors'+' should be on a new line.3037
Errors'+' is not preceded with whitespace.3038
Errors'+' should be on a new line.3038
Errors'+' is not preceded with whitespace.3039
Errors'+' should be on a new line.3039
Errors'+' is not preceded with whitespace.3040
Errors'+' should be on a new line.3040
Errors'+' is not preceded with whitespace.3041
Errors'+' should be on a new line.3041
Errors'+' is not preceded with whitespace.3042
Errors'+' should be on a new line.3042
Errors'+' is not preceded with whitespace.3043
Errors'+' should be on a new line.3043
Errors'+' is not preceded with whitespace.3044
Errors'+' should be on a new line.3044
Errors'+' is not preceded with whitespace.3045
Errors'+' should be on a new line.3045
Errors'+' is not preceded with whitespace.3046
Errors'+' should be on a new line.3046
Errors'+' is not preceded with whitespace.3047
Errors'+' should be on a new line.3047
Errors'+' is not preceded with whitespace.3048
Errors'+' should be on a new line.3048
Errors'+' is not preceded with whitespace.3049
Errors'+' should be on a new line.3049
Errors'+' is not preceded with whitespace.3050
Errors'+' should be on a new line.3050
Errors'+' is not preceded with whitespace.3051
Errors'+' should be on a new line.3051
Errors'+' is not preceded with whitespace.3052
Errors'+' should be on a new line.3052
Errors'+' is not preceded with whitespace.3053
Errors'+' should be on a new line.3053
Errors'+' is not preceded with whitespace.3054
Errors'+' should be on a new line.3054
Errors'+' is not preceded with whitespace.3055
Errors'+' should be on a new line.3055
Errors'+' is not preceded with whitespace.3056
Errors'+' should be on a new line.3056
Errors'+' is not preceded with whitespace.3057
Errors'+' should be on a new line.3057
Errors'+' is not preceded with whitespace.3058
Errors'+' should be on a new line.3058
Errors'+' is not preceded with whitespace.3059
Errors'+' should be on a new line.3059
Errors'+' is not preceded with whitespace.3060
Errors'+' should be on a new line.3060
Errors'+' is not preceded with whitespace.3061
Errors'+' should be on a new line.3061
Errors'+' is not preceded with whitespace.3062
Errors'+' should be on a new line.3062
Errors'+' is not preceded with whitespace.3063
Errors'+' should be on a new line.3063
Errors'+' is not preceded with whitespace.3064
Errors'+' should be on a new line.3064
Errors'+' is not preceded with whitespace.3065
Errors'+' should be on a new line.3065
Errors'+' is not preceded with whitespace.3066
Errors'+' should be on a new line.3066
Errors'+' is not preceded with whitespace.3067
Errors'+' should be on a new line.3067
Errors'+' is not preceded with whitespace.3068
Errors'+' should be on a new line.3068
Errors'+' is not preceded with whitespace.3069
Errors'+' should be on a new line.3069
Errors'+' is not preceded with whitespace.3070
Errors'+' should be on a new line.3070
Errors'+' is not preceded with whitespace.3071
Errors'+' should be on a new line.3071
Errors'+' is not preceded with whitespace.3072
Errors'+' should be on a new line.3072
Errors'+' is not preceded with whitespace.3073
Errors'+' should be on a new line.3073
Errors'+' is not preceded with whitespace.3074
Errors'+' should be on a new line.3074
Errors'+' is not preceded with whitespace.3075
Errors'+' should be on a new line.3075
Errors'+' is not preceded with whitespace.3076
Errors'+' should be on a new line.3076
Errors'+' is not preceded with whitespace.3077
Errors'+' should be on a new line.3077
Errors'+' is not preceded with whitespace.3078
Errors'+' should be on a new line.3078
Errors'+' is not preceded with whitespace.3079
Errors'+' should be on a new line.3079
Errors'+' is not preceded with whitespace.3080
Errors'+' should be on a new line.3080
Errors'+' is not preceded with whitespace.3081
Errors'+' should be on a new line.3081
Errors'+' is not preceded with whitespace.3082
Errors'+' should be on a new line.3082
Errors'+' is not preceded with whitespace.3083
Errors'+' should be on a new line.3083
Errors'+' is not preceded with whitespace.3084
Errors'+' should be on a new line.3084
Errors'+' is not preceded with whitespace.3085
Errors'+' should be on a new line.3085
Errors'+' is not preceded with whitespace.3086
Errors'+' should be on a new line.3086
Errors'+' is not preceded with whitespace.3087
Errors'+' should be on a new line.3087
Errors'+' is not preceded with whitespace.3088
Errors'+' should be on a new line.3088
Errors'+' is not preceded with whitespace.3089
Errors'+' should be on a new line.3089
Errors'+' is not preceded with whitespace.3090
Errors'+' should be on a new line.3090
Errors'+' is not preceded with whitespace.3091
Errors'+' should be on a new line.3091
Errors'+' is not preceded with whitespace.3092
Errors'+' should be on a new line.3092
Errors'+' is not preceded with whitespace.3093
Errors'+' should be on a new line.3093
Errors'+' is not preceded with whitespace.3094
Errors'+' should be on a new line.3094
Errors'+' is not preceded with whitespace.3095
Errors'+' should be on a new line.3095
Errors'+' is not preceded with whitespace.3096
Errors'+' should be on a new line.3096
Errors'+' is not preceded with whitespace.3097
Errors'+' should be on a new line.3097
Errors'+' is not preceded with whitespace.3098
Errors'+' should be on a new line.3098
Errors'+' is not preceded with whitespace.3099
Errors'+' should be on a new line.3099
Errors'+' is not preceded with whitespace.3100
Errors'+' should be on a new line.3100
Errors'+' is not preceded with whitespace.3101
Errors'+' should be on a new line.3101
Errors'+' is not preceded with whitespace.3102
Errors'+' should be on a new line.3102
Errors'+' is not preceded with whitespace.3103
Errors'+' should be on a new line.3103
Errors'+' is not preceded with whitespace.3104
Errors'+' should be on a new line.3104
Errors'+' is not preceded with whitespace.3105
Errors'+' should be on a new line.3105
Errors'+' is not preceded with whitespace.3106
Errors'+' should be on a new line.3106
Errors'+' is not preceded with whitespace.3107
Errors'+' should be on a new line.3107
Errors'+' is not preceded with whitespace.3108
Errors'+' should be on a new line.3108
Errors'+' is not preceded with whitespace.3109
Errors'+' should be on a new line.3109
Errors'+' is not preceded with whitespace.3110
Errors'+' should be on a new line.3110
Errors'+' is not preceded with whitespace.3111
Errors'+' should be on a new line.3111
Errors'+' is not preceded with whitespace.3112
Errors'+' should be on a new line.3112
Errors'+' is not preceded with whitespace.3113
Errors'+' should be on a new line.3113
Errors'+' is not preceded with whitespace.3114
Errors'+' should be on a new line.3114
Errors'+' is not preceded with whitespace.3115
Errors'+' should be on a new line.3115
Errors'+' is not preceded with whitespace.3116
Errors'+' should be on a new line.3116
Errors'+' is not preceded with whitespace.3117
Errors'+' should be on a new line.3117
Errors'+' is not preceded with whitespace.3118
Errors'+' should be on a new line.3118
Errors'+' is not preceded with whitespace.3119
Errors'+' should be on a new line.3119
Errors'+' is not preceded with whitespace.3120
Errors'+' should be on a new line.3120
Errors'+' is not preceded with whitespace.3121
Errors'+' should be on a new line.3121
Errors'+' is not preceded with whitespace.3122
Errors'+' should be on a new line.3122
Errors'+' is not preceded with whitespace.3123
Errors'+' should be on a new line.3123
Errors'+' is not preceded with whitespace.3124
Errors'+' should be on a new line.3124
Errors'+' is not preceded with whitespace.3125
Errors'+' should be on a new line.3125
Errors'+' is not preceded with whitespace.3126
Errors'+' should be on a new line.3126
Errors'+' is not preceded with whitespace.3127
Errors'+' should be on a new line.3127
Errors'+' is not preceded with whitespace.3128
Errors'+' should be on a new line.3128
Errors'+' is not preceded with whitespace.3129
Errors'+' should be on a new line.3129
Errors'+' is not preceded with whitespace.3130
Errors'+' should be on a new line.3130
Errors'+' is not preceded with whitespace.3131
Errors'+' should be on a new line.3131
Errors'+' is not preceded with whitespace.3132
Errors'+' should be on a new line.3132
Errors'+' is not preceded with whitespace.3133
Errors'+' should be on a new line.3133
Errors'+' is not preceded with whitespace.3134
Errors'+' should be on a new line.3134
Errors'+' is not preceded with whitespace.3135
Errors'+' should be on a new line.3135
Errors'+' is not preceded with whitespace.3136
Errors'+' should be on a new line.3136
Errors'+' is not preceded with whitespace.3137
Errors'+' should be on a new line.3137
Errors'+' is not preceded with whitespace.3138
Errors'+' should be on a new line.3138
Errors'+' is not preceded with whitespace.3139
Errors'+' should be on a new line.3139
Errors'+' is not preceded with whitespace.3140
Errors'+' should be on a new line.3140
Errors'+' is not preceded with whitespace.3141
Errors'+' should be on a new line.3141
Errors'+' is not preceded with whitespace.3142
Errors'+' should be on a new line.3142
Errors'+' is not preceded with whitespace.3143
Errors'+' should be on a new line.3143
Errors'+' is not preceded with whitespace.3144
Errors'+' should be on a new line.3144
Errors'+' is not preceded with whitespace.3145
Errors'+' should be on a new line.3145
Errors'+' is not preceded with whitespace.3146
Errors'+' should be on a new line.3146
Errors'+' is not preceded with whitespace.3147
Errors'+' should be on a new line.3147
Errors'+' is not preceded with whitespace.3148
Errors'+' should be on a new line.3148
Errors'+' is not preceded with whitespace.3149
Errors'+' should be on a new line.3149
Errors'+' is not preceded with whitespace.3150
Errors'+' should be on a new line.3150
Errors'+' is not preceded with whitespace.3151
Errors'+' should be on a new line.3151
Errors'+' is not preceded with whitespace.3152
Errors'+' should be on a new line.3152
Errors'+' is not preceded with whitespace.3153
Errors'+' should be on a new line.3153
Errors'+' is not preceded with whitespace.3154
Errors'+' should be on a new line.3154
Errors'+' is not preceded with whitespace.3155
Errors'+' should be on a new line.3155
Errors'+' is not preceded with whitespace.3156
Errors'+' should be on a new line.3156
Errors'+' is not preceded with whitespace.3157
Errors'+' should be on a new line.3157
Errors'+' is not preceded with whitespace.3158
Errors'+' should be on a new line.3158
Errors'+' is not preceded with whitespace.3159
Errors'+' should be on a new line.3159
Errors'+' is not preceded with whitespace.3160
Errors'+' should be on a new line.3160
Errors'+' is not preceded with whitespace.3161
Errors'+' should be on a new line.3161
Errors'+' is not preceded with whitespace.3162
Errors'+' should be on a new line.3162
Errors'+' is not preceded with whitespace.3163
Errors'+' should be on a new line.3163
Errors'+' is not preceded with whitespace.3164
Errors'+' should be on a new line.3164
Errors'+' is not preceded with whitespace.3165
Errors'+' should be on a new line.3165
Errors'+' is not preceded with whitespace.3166
Errors'+' should be on a new line.3166
Errors'+' is not preceded with whitespace.3167
Errors'+' should be on a new line.3167
Errors'+' is not preceded with whitespace.3168
Errors'+' should be on a new line.3168
Errors'+' is not preceded with whitespace.3169
Errors'+' should be on a new line.3169
Errors'+' is not preceded with whitespace.3170
Errors'+' should be on a new line.3170
Errors'+' is not preceded with whitespace.3171
Errors'+' should be on a new line.3171
Errors'+' is not preceded with whitespace.3172
Errors'+' should be on a new line.3172
Errors'+' is not preceded with whitespace.3173
Errors'+' should be on a new line.3173
Errors'+' is not preceded with whitespace.3174
Errors'+' should be on a new line.3174
Errors'+' is not preceded with whitespace.3175
Errors'+' should be on a new line.3175
Errors'+' is not preceded with whitespace.3176
Errors'+' should be on a new line.3176
Errors'+' is not preceded with whitespace.3177
Errors'+' should be on a new line.3177
Errors'+' is not preceded with whitespace.3178
Errors'+' should be on a new line.3178
Errors'+' is not preceded with whitespace.3179
Errors'+' should be on a new line.3179
Errors'+' is not preceded with whitespace.3180
Errors'+' should be on a new line.3180
Errors'+' is not preceded with whitespace.3181
Errors'+' should be on a new line.3181
Errors'+' is not preceded with whitespace.3182
Errors'+' should be on a new line.3182
Errors'+' is not preceded with whitespace.3183
Errors'+' should be on a new line.3183
Errors'+' is not preceded with whitespace.3184
Errors'+' should be on a new line.3184
Errors'+' is not preceded with whitespace.3185
Errors'+' should be on a new line.3185
Errors'+' is not preceded with whitespace.3186
Errors'+' should be on a new line.3186
Errors'+' is not preceded with whitespace.3187
Errors'+' should be on a new line.3187
Errors'+' is not preceded with whitespace.3188
Errors'+' should be on a new line.3188
Errors'+' is not preceded with whitespace.3189
Errors'+' should be on a new line.3189
Errors'+' is not preceded with whitespace.3190
Errors'+' should be on a new line.3190
Errors'+' is not preceded with whitespace.3191
Errors'+' should be on a new line.3191
Errors'+' is not preceded with whitespace.3192
Errors'+' should be on a new line.3192
Errors'+' is not preceded with whitespace.3193
Errors'+' should be on a new line.3193
Errors'+' is not preceded with whitespace.3194
Errors'+' should be on a new line.3194
Errors'+' is not preceded with whitespace.3195
Errors'+' should be on a new line.3195
Errors'+' is not preceded with whitespace.3196
Errors'+' should be on a new line.3196
Errors'+' is not preceded with whitespace.3197
Errors'+' should be on a new line.3197
Errors'+' is not preceded with whitespace.3198
Errors'+' should be on a new line.3198
Errors'+' is not preceded with whitespace.3199
Errors'+' should be on a new line.3199
Errors'+' is not preceded with whitespace.3200
Errors'+' should be on a new line.3200
Errors'+' is not preceded with whitespace.3201
Errors'+' should be on a new line.3201
Errors'+' is not preceded with whitespace.3202
Errors'+' should be on a new line.3202
Errors'+' is not preceded with whitespace.3203
Errors'+' should be on a new line.3203
Errors'+' is not preceded with whitespace.3204
Errors'+' should be on a new line.3204
Errors'+' is not preceded with whitespace.3205
Errors'+' should be on a new line.3205
Errors'+' is not preceded with whitespace.3206
Errors'+' should be on a new line.3206
Errors'+' is not preceded with whitespace.3207
Errors'+' should be on a new line.3207
Errors'+' is not preceded with whitespace.3208
Errors'+' should be on a new line.3208
Errors'+' is not preceded with whitespace.3209
Errors'+' should be on a new line.3209
Errors'+' is not preceded with whitespace.3210
Errors'+' should be on a new line.3210
Errors'+' is not preceded with whitespace.3211
Errors'+' should be on a new line.3211
Errors'+' is not preceded with whitespace.3212
Errors'+' should be on a new line.3212
Errors'+' is not preceded with whitespace.3213
Errors'+' should be on a new line.3213
Errors'+' is not preceded with whitespace.3214
Errors'+' should be on a new line.3214
Errors'+' is not preceded with whitespace.3215
Errors'+' should be on a new line.3215
Errors'+' is not preceded with whitespace.3216
Errors'+' should be on a new line.3216
Errors'+' is not preceded with whitespace.3217
Errors'+' should be on a new line.3217
Errors'+' is not preceded with whitespace.3218
Errors'+' should be on a new line.3218
Errors'+' is not preceded with whitespace.3219
Errors'+' should be on a new line.3219
Errors'+' is not preceded with whitespace.3220
Errors'+' should be on a new line.3220
Errors'+' is not preceded with whitespace.3221
Errors'+' should be on a new line.3221
Errors'+' is not preceded with whitespace.3222
Errors'+' should be on a new line.3222
Errors'+' is not preceded with whitespace.3223
Errors'+' should be on a new line.3223
Errors'+' is not preceded with whitespace.3224
Errors'+' should be on a new line.3224
Errors'+' is not preceded with whitespace.3225
Errors'+' should be on a new line.3225
Errors'+' is not preceded with whitespace.3226
Errors'+' should be on a new line.3226
Errors'+' is not preceded with whitespace.3227
Errors'+' should be on a new line.3227
Errors'+' is not preceded with whitespace.3228
Errors'+' should be on a new line.3228
Errors'+' is not preceded with whitespace.3229
Errors'+' should be on a new line.3229
Errors'+' is not preceded with whitespace.3230
Errors'+' should be on a new line.3230
Errors'+' is not preceded with whitespace.3231
Errors'+' should be on a new line.3231
Errors'+' is not preceded with whitespace.3232
Errors'+' should be on a new line.3232
Errors'+' is not preceded with whitespace.3233
Errors'+' should be on a new line.3233
Errors'+' is not preceded with whitespace.3234
Errors'+' should be on a new line.3234
Errors'+' is not preceded with whitespace.3235
Errors'+' should be on a new line.3235
Errors'+' is not preceded with whitespace.3236
Errors'+' should be on a new line.3236
Errors'+' is not preceded with whitespace.3237
Errors'+' should be on a new line.3237
Errors'+' is not preceded with whitespace.3238
Errors'+' should be on a new line.3238
Errors'+' is not preceded with whitespace.3239
Errors'+' should be on a new line.3239
Errors'+' is not preceded with whitespace.3240
Errors'+' should be on a new line.3240
Errors'+' is not preceded with whitespace.3241
Errors'+' should be on a new line.3241
Errors'+' is not preceded with whitespace.3242
Errors'+' should be on a new line.3242
Errors'+' is not preceded with whitespace.3243
Errors'+' should be on a new line.3243
Errors'+' is not preceded with whitespace.3244
Errors'+' should be on a new line.3244
Errors'+' is not preceded with whitespace.3245
Errors'+' should be on a new line.3245
Errors'+' is not preceded with whitespace.3246
Errors'+' should be on a new line.3246
Errors'+' is not preceded with whitespace.3247
Errors'+' should be on a new line.3247
Errors'+' is not preceded with whitespace.3248
Errors'+' should be on a new line.3248
Errors'+' is not preceded with whitespace.3249
Errors'+' should be on a new line.3249
Errors'+' is not preceded with whitespace.3250
Errors'+' should be on a new line.3250
Errors'+' is not preceded with whitespace.3251
Errors'+' should be on a new line.3251
Errors'+' is not preceded with whitespace.3252
Errors'+' should be on a new line.3252
Errors'+' is not preceded with whitespace.3253
Errors'+' should be on a new line.3253
Errors'+' is not preceded with whitespace.3254
Errors'+' should be on a new line.3254
Errors'+' is not preceded with whitespace.3255
Errors'+' should be on a new line.3255
Errors'+' is not preceded with whitespace.3256
Errors'+' should be on a new line.3256
Errors'+' is not preceded with whitespace.3257
Errors'+' should be on a new line.3257
Errors'+' is not preceded with whitespace.3258
Errors'+' should be on a new line.3258
Errors'+' is not preceded with whitespace.3259
Errors'+' should be on a new line.3259
Errors'+' is not preceded with whitespace.3260
Errors'+' should be on a new line.3260
Errors'+' is not preceded with whitespace.3261
Errors'+' should be on a new line.3261
Errors'+' is not preceded with whitespace.3262
Errors'+' should be on a new line.3262
Errors'+' is not preceded with whitespace.3263
Errors'+' should be on a new line.3263
Errors'+' is not preceded with whitespace.3264
Errors'+' should be on a new line.3264
Errors'+' is not preceded with whitespace.3265
Errors'+' should be on a new line.3265
Errors'+' is not preceded with whitespace.3266
Errors'+' should be on a new line.3266
Errors'+' is not preceded with whitespace.3267
Errors'+' should be on a new line.3267
Errors'+' is not preceded with whitespace.3268
Errors'+' should be on a new line.3268
Errors'+' is not preceded with whitespace.3269
Errors'+' should be on a new line.3269
Errors'+' is not preceded with whitespace.3270
Errors'+' should be on a new line.3270
Errors'+' is not preceded with whitespace.3271
Errors'+' should be on a new line.3271
Errors'+' is not preceded with whitespace.3272
Errors'+' should be on a new line.3272
Errors'+' is not preceded with whitespace.3273
Errors'+' should be on a new line.3273
Errors'+' is not preceded with whitespace.3274
Errors'+' should be on a new line.3274
Errors'+' is not preceded with whitespace.3275
Errors'+' should be on a new line.3275
Errors'+' is not preceded with whitespace.3276
Errors'+' should be on a new line.3276
Errors'+' is not preceded with whitespace.3277
Errors'+' should be on a new line.3277
Errors'+' is not preceded with whitespace.3278
Errors'+' should be on a new line.3278
Errors'+' is not preceded with whitespace.3279
Errors'+' should be on a new line.3279
Errors'+' is not preceded with whitespace.3280
Errors'+' should be on a new line.3280
Errors'+' is not preceded with whitespace.3281
Errors'+' should be on a new line.3281
Errors'+' is not preceded with whitespace.3282
Errors'+' should be on a new line.3282
Errors'+' is not preceded with whitespace.3283
Errors'+' should be on a new line.3283
Errors'+' is not preceded with whitespace.3284
Errors'+' should be on a new line.3284
Errors'+' is not preceded with whitespace.3285
Errors'+' should be on a new line.3285
Errors'+' is not preceded with whitespace.3286
Errors'+' should be on a new line.3286
Errors'+' is not preceded with whitespace.3287
Errors'+' should be on a new line.3287
Errors'+' is not preceded with whitespace.3288
Errors'+' should be on a new line.3288
Errors'+' is not preceded with whitespace.3289
Errors'+' should be on a new line.3289
Errors'+' is not preceded with whitespace.3290
Errors'+' should be on a new line.3290
Errors'+' is not preceded with whitespace.3291
Errors'+' should be on a new line.3291
Errors'+' is not preceded with whitespace.3292
Errors'+' should be on a new line.3292
Errors'+' is not preceded with whitespace.3293
Errors'+' should be on a new line.3293
Errors'+' is not preceded with whitespace.3294
Errors'+' should be on a new line.3294
Errors'+' is not preceded with whitespace.3295
Errors'+' should be on a new line.3295
Errors'+' is not preceded with whitespace.3296
Errors'+' should be on a new line.3296
Errors'+' is not preceded with whitespace.3297
Errors'+' should be on a new line.3297
Errors'+' is not preceded with whitespace.3298
Errors'+' should be on a new line.3298
Errors'+' is not preceded with whitespace.3299
Errors'+' should be on a new line.3299
Errors'+' is not preceded with whitespace.3300
Errors'+' should be on a new line.3300
Errors'+' is not preceded with whitespace.3301
Errors'+' should be on a new line.3301
Errors'+' is not preceded with whitespace.3302
Errors'+' should be on a new line.3302
Errors'+' is not preceded with whitespace.3303
Errors'+' should be on a new line.3303
Errors'+' is not preceded with whitespace.3304
Errors'+' should be on a new line.3304
Errors'+' is not preceded with whitespace.3305
Errors'+' should be on a new line.3305
Errors'+' is not preceded with whitespace.3306
Errors'+' should be on a new line.3306
Errors'+' is not preceded with whitespace.3307
Errors'+' should be on a new line.3307
Errors'+' is not preceded with whitespace.3308
Errors'+' should be on a new line.3308
Errors'+' is not preceded with whitespace.3309
Errors'+' should be on a new line.3309
Errors'+' is not preceded with whitespace.3310
Errors'+' should be on a new line.3310
Errors'+' is not preceded with whitespace.3311
Errors'+' should be on a new line.3311
Errors'+' is not preceded with whitespace.3312
Errors'+' should be on a new line.3312
Errors'+' is not preceded with whitespace.3313
Errors'+' should be on a new line.3313
Errors'+' is not preceded with whitespace.3314
Errors'+' should be on a new line.3314
Errors'+' is not preceded with whitespace.3315
Errors'+' should be on a new line.3315
Errors'+' is not preceded with whitespace.3316
Errors'+' should be on a new line.3316
Errors'+' is not preceded with whitespace.3317
Errors'+' should be on a new line.3317
Errors'+' is not preceded with whitespace.3318
Errors'+' should be on a new line.3318
Errors'+' is not preceded with whitespace.3319
Errors'+' should be on a new line.3319
Errors'+' is not preceded with whitespace.3320
Errors'+' should be on a new line.3320
Errors'+' is not preceded with whitespace.3321
Errors'+' should be on a new line.3321
Errors'+' is not preceded with whitespace.3322
Errors'+' should be on a new line.3322
Errors'+' is not preceded with whitespace.3323
Errors'+' should be on a new line.3323
Errors'+' is not preceded with whitespace.3324
Errors'+' should be on a new line.3324
Errors'+' is not preceded with whitespace.3325
Errors'+' should be on a new line.3325
Errors'+' is not preceded with whitespace.3326
Errors'+' should be on a new line.3326
Errors'+' is not preceded with whitespace.3327
Errors'+' should be on a new line.3327
Errors'+' is not preceded with whitespace.3328
Errors'+' should be on a new line.3328
Errors'+' is not preceded with whitespace.3329
Errors'+' should be on a new line.3329
Errors'+' is not preceded with whitespace.3330
Errors'+' should be on a new line.3330
Errors'+' is not preceded with whitespace.3331
Errors'+' should be on a new line.3331
Errors'+' is not preceded with whitespace.3332
Errors'+' should be on a new line.3332
Errors'+' is not preceded with whitespace.3333
Errors'+' should be on a new line.3333
Errors'+' is not preceded with whitespace.3334
Errors'+' should be on a new line.3334
Errors'+' is not preceded with whitespace.3335
Errors'+' should be on a new line.3335
Errors'+' is not preceded with whitespace.3336
Errors'+' should be on a new line.3336
Errors'+' is not preceded with whitespace.3337
Errors'+' should be on a new line.3337
Errors'+' is not preceded with whitespace.3338
Errors'+' should be on a new line.3338
Errors'+' is not preceded with whitespace.3339
Errors'+' should be on a new line.3339
Errors'+' is not preceded with whitespace.3340
Errors'+' should be on a new line.3340
Errors'+' is not preceded with whitespace.3341
Errors'+' should be on a new line.3341
Errors'+' is not preceded with whitespace.3342
Errors'+' should be on a new line.3342
Errors'+' is not preceded with whitespace.3343
Errors'+' should be on a new line.3343
Errors'+' is not preceded with whitespace.3344
Errors'+' should be on a new line.3344
Errors'+' is not preceded with whitespace.3345
Errors'+' should be on a new line.3345
Errors'+' is not preceded with whitespace.3346
Errors'+' should be on a new line.3346
Errors'+' is not preceded with whitespace.3347
Errors'+' should be on a new line.3347
Errors'+' is not preceded with whitespace.3348
Errors'+' should be on a new line.3348
Errors'+' is not preceded with whitespace.3349
Errors'+' should be on a new line.3349
Errors'+' is not preceded with whitespace.3350
Errors'+' should be on a new line.3350
Errors'+' is not preceded with whitespace.3351
Errors'+' should be on a new line.3351
Errors'+' is not preceded with whitespace.3352
Errors'+' should be on a new line.3352
Errors'+' is not preceded with whitespace.3353
Errors'+' should be on a new line.3353
Errors'+' is not preceded with whitespace.3354
Errors'+' should be on a new line.3354
Errors'+' is not preceded with whitespace.3355
Errors'+' should be on a new line.3355
Errors'+' is not preceded with whitespace.3356
Errors'+' should be on a new line.3356
Errors'+' is not preceded with whitespace.3357
Errors'+' should be on a new line.3357
Errors'+' is not preceded with whitespace.3358
Errors'+' should be on a new line.3358
Errors'+' is not preceded with whitespace.3359
Errors'+' should be on a new line.3359
Errors'+' is not preceded with whitespace.3360
Errors'+' should be on a new line.3360
Errors'+' is not preceded with whitespace.3361
Errors'+' should be on a new line.3361
Errors'+' is not preceded with whitespace.3362
Errors'+' should be on a new line.3362
Errors'+' is not preceded with whitespace.3363
Errors'+' should be on a new line.3363
Errors'+' is not preceded with whitespace.3364
Errors'+' should be on a new line.3364
Errors'+' is not preceded with whitespace.3365
Errors'+' should be on a new line.3365
Errors'+' is not preceded with whitespace.3366
Errors'+' should be on a new line.3366
Errors'+' is not preceded with whitespace.3367
Errors'+' should be on a new line.3367
Errors'+' is not preceded with whitespace.3368
Errors'+' should be on a new line.3368
Errors'+' is not preceded with whitespace.3369
Errors'+' should be on a new line.3369
Errors'+' is not preceded with whitespace.3370
Errors'+' should be on a new line.3370
Errors'+' is not preceded with whitespace.3371
Errors'+' should be on a new line.3371
Errors'+' is not preceded with whitespace.3372
Errors'+' should be on a new line.3372
Errors'+' is not preceded with whitespace.3373
Errors'+' should be on a new line.3373
Errors'+' is not preceded with whitespace.3374
Errors'+' should be on a new line.3374
Errors'+' is not preceded with whitespace.3375
Errors'+' should be on a new line.3375
Errors'+' is not preceded with whitespace.3376
Errors'+' should be on a new line.3376
Errors'+' is not preceded with whitespace.3377
Errors'+' should be on a new line.3377
Errors'+' is not preceded with whitespace.3378
Errors'+' should be on a new line.3378
Errors'+' is not preceded with whitespace.3379
Errors'+' should be on a new line.3379
Errors'+' is not preceded with whitespace.3380
Errors'+' should be on a new line.3380
Errors'+' is not preceded with whitespace.3381
Errors'+' should be on a new line.3381
Errors'+' is not preceded with whitespace.3382
Errors'+' should be on a new line.3382
Errors'+' is not preceded with whitespace.3383
Errors'+' should be on a new line.3383
Errors'+' is not preceded with whitespace.3384
Errors'+' should be on a new line.3384
Errors'+' is not preceded with whitespace.3385
Errors'+' should be on a new line.3385
Errors'+' is not preceded with whitespace.3386
Errors'+' should be on a new line.3386
Errors'+' is not preceded with whitespace.3387
Errors'+' should be on a new line.3387
Errors'+' is not preceded with whitespace.3388
Errors'+' should be on a new line.3388
Errors'+' is not preceded with whitespace.3389
Errors'+' should be on a new line.3389
Errors'+' is not preceded with whitespace.3390
Errors'+' should be on a new line.3390
Errors'+' is not preceded with whitespace.3391
Errors'+' should be on a new line.3391
Errors'+' is not preceded with whitespace.3392
Errors'+' should be on a new line.3392
Errors'+' is not preceded with whitespace.3393
Errors'+' should be on a new line.3393
Errors'+' is not preceded with whitespace.3394
Errors'+' should be on a new line.3394
Errors'+' is not preceded with whitespace.3395
Errors'+' should be on a new line.3395
Errors'+' is not preceded with whitespace.3396
Errors'+' should be on a new line.3396
Errors'+' is not preceded with whitespace.3397
Errors'+' should be on a new line.3397
Errors'+' is not preceded with whitespace.3398
Errors'+' should be on a new line.3398
Errors'+' is not preceded with whitespace.3399
Errors'+' should be on a new line.3399
Errors'+' is not preceded with whitespace.3400
Errors'+' should be on a new line.3400
Errors'+' is not preceded with whitespace.3401
Errors'+' should be on a new line.3401
Errors'+' is not preceded with whitespace.3402
Errors'+' should be on a new line.3402
Errors'+' is not preceded with whitespace.3403
Errors'+' should be on a new line.3403
Errors'+' is not preceded with whitespace.3404
Errors'+' should be on a new line.3404
Errors'+' is not preceded with whitespace.3405
Errors'+' should be on a new line.3405
Errors'+' is not preceded with whitespace.3406
Errors'+' should be on a new line.3406
Errors'+' is not preceded with whitespace.3407
Errors'+' should be on a new line.3407
Errors'+' is not preceded with whitespace.3408
Errors'+' should be on a new line.3408
Errors'+' is not preceded with whitespace.3409
Errors'+' should be on a new line.3409
Errors'+' is not preceded with whitespace.3410
Errors'+' should be on a new line.3410
Errors'+' is not preceded with whitespace.3411
Errors'+' should be on a new line.3411
Errors'+' is not preceded with whitespace.3412
Errors'+' should be on a new line.3412
Errors'+' is not preceded with whitespace.3413
Errors'+' should be on a new line.3413
Errors'+' is not preceded with whitespace.3414
Errors'+' should be on a new line.3414
Errors'+' is not preceded with whitespace.3415
Errors'+' should be on a new line.3415
Errors'+' is not preceded with whitespace.3416
Errors'+' should be on a new line.3416
Errors'+' is not preceded with whitespace.3417
Errors'+' should be on a new line.3417
Errors'+' is not preceded with whitespace.3418
Errors'+' should be on a new line.3418
Errors'+' is not preceded with whitespace.3419
Errors'+' should be on a new line.3419
Errors'+' is not preceded with whitespace.3420
Errors'+' should be on a new line.3420
Errors'+' is not preceded with whitespace.3421
Errors'+' should be on a new line.3421
Errors'+' is not preceded with whitespace.3422
Errors'+' should be on a new line.3422
Errors'+' is not preceded with whitespace.3423
Errors'+' should be on a new line.3423
Errors'+' is not preceded with whitespace.3424
Errors'+' should be on a new line.3424
Errors'+' is not preceded with whitespace.3425
Errors'+' should be on a new line.3425
Errors'+' is not preceded with whitespace.3426
Errors'+' should be on a new line.3426
Errors'+' is not preceded with whitespace.3427
Errors'+' should be on a new line.3427
Errors'+' is not preceded with whitespace.3428
Errors'+' should be on a new line.3428
Errors'+' is not preceded with whitespace.3429
Errors'+' should be on a new line.3429
Errors'+' is not preceded with whitespace.3430
Errors'+' should be on a new line.3430
Errors'+' is not preceded with whitespace.3431
Errors'+' should be on a new line.3431
Errors'+' is not preceded with whitespace.3432
Errors'+' should be on a new line.3432
Errors'+' is not preceded with whitespace.3433
Errors'+' should be on a new line.3433
Errors'+' is not preceded with whitespace.3434
Errors'+' should be on a new line.3434
Errors'+' is not preceded with whitespace.3435
Errors'+' should be on a new line.3435
Errors'+' is not preceded with whitespace.3436
Errors'+' should be on a new line.3436
Errors'+' is not preceded with whitespace.3437
Errors'+' should be on a new line.3437
Errors'+' is not preceded with whitespace.3438
Errors'+' should be on a new line.3438
Errors'+' is not preceded with whitespace.3439
Errors'+' should be on a new line.3439
Errors'+' is not preceded with whitespace.3440
Errors'+' should be on a new line.3440
Errors'+' is not preceded with whitespace.3441
Errors'+' should be on a new line.3441
Errors'+' is not preceded with whitespace.3442
Errors'+' should be on a new line.3442
Errors'+' is not preceded with whitespace.3443
Errors'+' should be on a new line.3443
Errors'+' is not preceded with whitespace.3444
Errors'+' should be on a new line.3444
Errors'+' is not preceded with whitespace.3445
Errors'+' should be on a new line.3445
Errors'+' is not preceded with whitespace.3446
Errors'+' should be on a new line.3446
Errors'+' is not preceded with whitespace.3447
Errors'+' should be on a new line.3447
Errors'+' is not preceded with whitespace.3448
Errors'+' should be on a new line.3448
Errors'+' is not preceded with whitespace.3449
Errors'+' should be on a new line.3449
Errors'+' is not preceded with whitespace.3450
Errors'+' should be on a new line.3450
Errors'+' is not preceded with whitespace.3451
Errors'+' should be on a new line.3451
Errors'+' is not preceded with whitespace.3452
Errors'+' should be on a new line.3452
Errors'+' is not preceded with whitespace.3453
Errors'+' should be on a new line.3453
Errors'+' is not preceded with whitespace.3454
Errors'+' should be on a new line.3454
Errors'+' is not preceded with whitespace.3455
Errors'+' should be on a new line.3455
Errors'+' is not preceded with whitespace.3456
Errors'+' should be on a new line.3456
Errors'+' is not preceded with whitespace.3457
Errors'+' should be on a new line.3457
Errors'+' is not preceded with whitespace.3458
Errors'+' should be on a new line.3458
Errors'+' is not preceded with whitespace.3459
Errors'+' should be on a new line.3459
Errors'+' is not preceded with whitespace.3460
Errors'+' should be on a new line.3460
Errors'+' is not preceded with whitespace.3461
Errors'+' should be on a new line.3461
Errors'+' is not preceded with whitespace.3462
Errors'+' should be on a new line.3462
Errors'+' is not preceded with whitespace.3463
Errors'+' should be on a new line.3463
Errors'+' is not preceded with whitespace.3464
Errors'+' should be on a new line.3464
Errors'+' is not preceded with whitespace.3465
Errors'+' should be on a new line.3465
Errors'+' is not preceded with whitespace.3466
Errors'+' should be on a new line.3466
Errors'+' is not preceded with whitespace.3467
Errors'+' should be on a new line.3467
Errors'+' is not preceded with whitespace.3468
Errors'+' should be on a new line.3468
Errors'+' is not preceded with whitespace.3469
Errors'+' should be on a new line.3469
Errors'+' is not preceded with whitespace.3470
Errors'+' should be on a new line.3470
Errors'+' is not preceded with whitespace.3471
Errors'+' should be on a new line.3471
Errors'+' is not preceded with whitespace.3472
Errors'+' should be on a new line.3472
Errors'+' is not preceded with whitespace.3473
Errors'+' should be on a new line.3473
Errors'+' is not preceded with whitespace.3474
Errors'+' should be on a new line.3474
Errors'+' is not preceded with whitespace.3475
Errors'+' should be on a new line.3475
Errors'+' is not preceded with whitespace.3476
Errors'+' should be on a new line.3476
Errors'+' is not preceded with whitespace.3477
Errors'+' should be on a new line.3477
Errors'+' is not preceded with whitespace.3478
Errors'+' should be on a new line.3478
Errors'+' is not preceded with whitespace.3479
Errors'+' should be on a new line.3479
Errors'+' is not preceded with whitespace.3480
Errors'+' should be on a new line.3480
Errors'+' is not preceded with whitespace.3481
Errors'+' should be on a new line.3481
Errors'+' is not preceded with whitespace.3482
Errors'+' should be on a new line.3482
Errors'+' is not preceded with whitespace.3483
Errors'+' should be on a new line.3483
Errors'+' is not preceded with whitespace.3484
Errors'+' should be on a new line.3484
Errors'+' is not preceded with whitespace.3485
Errors'+' should be on a new line.3485
Errors'+' is not preceded with whitespace.3486
Errors'+' should be on a new line.3486
Errors'+' is not preceded with whitespace.3487
Errors'+' should be on a new line.3487
Errors'+' is not preceded with whitespace.3488
Errors'+' should be on a new line.3488
Errors'+' is not preceded with whitespace.3489
Errors'+' should be on a new line.3489
Errors'+' is not preceded with whitespace.3490
Errors'+' should be on a new line.3490
Errors'+' is not preceded with whitespace.3491
Errors'+' should be on a new line.3491
Errors'+' is not preceded with whitespace.3492
Errors'+' should be on a new line.3492
Errors'+' is not preceded with whitespace.3493
Errors'+' should be on a new line.3493
Errors'+' is not preceded with whitespace.3494
Errors'+' should be on a new line.3494
Errors'+' is not preceded with whitespace.3495
Errors'+' should be on a new line.3495
Errors'+' is not preceded with whitespace.3496
Errors'+' should be on a new line.3496
Errors'+' is not preceded with whitespace.3497
Errors'+' should be on a new line.3497
Errors'+' is not preceded with whitespace.3498
Errors'+' should be on a new line.3498
Errors'+' is not preceded with whitespace.3499
Errors'+' should be on a new line.3499
Errors'+' is not preceded with whitespace.3500
Errors'+' should be on a new line.3500
Errors'+' is not preceded with whitespace.3501
Errors'+' should be on a new line.3501
Errors'+' is not preceded with whitespace.3502
Errors'+' should be on a new line.3502
Errors'+' is not preceded with whitespace.3503
Errors'+' should be on a new line.3503
Errors'+' is not preceded with whitespace.3504
Errors'+' should be on a new line.3504
Errors'+' is not preceded with whitespace.3505
Errors'+' should be on a new line.3505
Errors'+' is not preceded with whitespace.3506
Errors'+' should be on a new line.3506
Errors'+' is not preceded with whitespace.3507
Errors'+' should be on a new line.3507
Errors'+' is not preceded with whitespace.3508
Errors'+' should be on a new line.3508
Errors'+' is not preceded with whitespace.3509
Errors'+' should be on a new line.3509
Errors'+' is not preceded with whitespace.3510
Errors'+' should be on a new line.3510
Errors'+' is not preceded with whitespace.3511
Errors'+' should be on a new line.3511
Errors'+' is not preceded with whitespace.3512
Errors'+' should be on a new line.3512
Errors'+' is not preceded with whitespace.3513
Errors'+' should be on a new line.3513
Errors'+' is not preceded with whitespace.3514
Errors'+' should be on a new line.3514
Errors'+' is not preceded with whitespace.3515
Errors'+' should be on a new line.3515
Errors'+' is not preceded with whitespace.3516
Errors'+' should be on a new line.3516
Errors'+' is not preceded with whitespace.3517
Errors'+' should be on a new line.3517
Errors'+' is not preceded with whitespace.3518
Errors'+' should be on a new line.3518
Errors'+' is not preceded with whitespace.3519
Errors'+' should be on a new line.3519
Errors'+' is not preceded with whitespace.3520
Errors'+' should be on a new line.3520
Errors'+' is not preceded with whitespace.3521
Errors'+' should be on a new line.3521
Errors'+' is not preceded with whitespace.3522
Errors'+' should be on a new line.3522
Errors'+' is not preceded with whitespace.3523
Errors'+' should be on a new line.3523
Errors'+' is not preceded with whitespace.3524
Errors'+' should be on a new line.3524
Errors'+' is not preceded with whitespace.3525
Errors'+' should be on a new line.3525
Errors'+' is not preceded with whitespace.3526
Errors'+' should be on a new line.3526
Errors'+' is not preceded with whitespace.3527
Errors'+' should be on a new line.3527
Errors'+' is not preceded with whitespace.3528
Errors'+' should be on a new line.3528
Errors'+' is not preceded with whitespace.3529
Errors'+' should be on a new line.3529
Errors'+' is not preceded with whitespace.3530
Errors'+' should be on a new line.3530
Errors'+' is not preceded with whitespace.3531
Errors'+' should be on a new line.3531
Errors'+' is not preceded with whitespace.3532
Errors'+' should be on a new line.3532
Errors'+' is not preceded with whitespace.3533
Errors'+' should be on a new line.3533
Errors'+' is not preceded with whitespace.3534
Errors'+' should be on a new line.3534
Errors'+' is not preceded with whitespace.3535
Errors'+' should be on a new line.3535
Errors'+' is not preceded with whitespace.3536
Errors'+' should be on a new line.3536
Errors'+' is not preceded with whitespace.3537
Errors'+' should be on a new line.3537
Errors'+' is not preceded with whitespace.3538
Errors'+' should be on a new line.3538
Errors'+' is not preceded with whitespace.3539
Errors'+' should be on a new line.3539
Errors'+' is not preceded with whitespace.3540
Errors'+' should be on a new line.3540
Errors'+' is not preceded with whitespace.3541
Errors'+' should be on a new line.3541
Errors'+' is not preceded with whitespace.3542
Errors'+' should be on a new line.3542
Errors'+' is not preceded with whitespace.3543
Errors'+' should be on a new line.3543
Errors'+' is not preceded with whitespace.3544
Errors'+' should be on a new line.3544
Errors'+' is not preceded with whitespace.3545
Errors'+' should be on a new line.3545
Errors'+' is not preceded with whitespace.3546
Errors'+' should be on a new line.3546
Errors'+' is not preceded with whitespace.3547
Errors'+' should be on a new line.3547
Errors'+' is not preceded with whitespace.3548
Errors'+' should be on a new line.3548
Errors'+' is not preceded with whitespace.3549
Errors'+' should be on a new line.3549
Errors'+' is not preceded with whitespace.3550
Errors'+' should be on a new line.3550
Errors'+' is not preceded with whitespace.3551
Errors'+' should be on a new line.3551
Errors'+' is not preceded with whitespace.3552
Errors'+' should be on a new line.3552
Errors'+' is not preceded with whitespace.3553
Errors'+' should be on a new line.3553
Errors'+' is not preceded with whitespace.3554
Errors'+' should be on a new line.3554
Errors'+' is not preceded with whitespace.3555
Errors'+' should be on a new line.3555
Errors'+' is not preceded with whitespace.3556
Errors'+' should be on a new line.3556
Errors'+' is not preceded with whitespace.3557
Errors'+' should be on a new line.3557
Errors'+' is not preceded with whitespace.3558
Errors'+' should be on a new line.3558
Errors'+' is not preceded with whitespace.3559
Errors'+' should be on a new line.3559
Errors'+' is not preceded with whitespace.3560
Errors'+' should be on a new line.3560
Errors'+' is not preceded with whitespace.3561
Errors'+' should be on a new line.3561
Errors'+' is not preceded with whitespace.3562
Errors'+' should be on a new line.3562
Errors'+' is not preceded with whitespace.3563
Errors'+' should be on a new line.3563
Errors'+' is not preceded with whitespace.3564
Errors'+' should be on a new line.3564
Errors'+' is not preceded with whitespace.3565
Errors'+' should be on a new line.3565
Errors'+' is not preceded with whitespace.3566
Errors'+' should be on a new line.3566
Errors'+' is not preceded with whitespace.3567
Errors'+' should be on a new line.3567
Errors'+' is not preceded with whitespace.3568
Errors'+' should be on a new line.3568
Errors'+' is not preceded with whitespace.3569
Errors'+' should be on a new line.3569
Errors'+' is not preceded with whitespace.3570
Errors'+' should be on a new line.3570
Errors'+' is not preceded with whitespace.3571
Errors'+' should be on a new line.3571
Errors'+' is not preceded with whitespace.3572
Errors'+' should be on a new line.3572
Errors'+' is not preceded with whitespace.3573
Errors'+' should be on a new line.3573
Errors'+' is not preceded with whitespace.3574
Errors'+' should be on a new line.3574
Errors'+' is not preceded with whitespace.3575
Errors'+' should be on a new line.3575
Errors'+' is not preceded with whitespace.3576
Errors'+' should be on a new line.3576
Errors'+' is not preceded with whitespace.3577
Errors'+' should be on a new line.3577
Errors'+' is not preceded with whitespace.3578
Errors'+' should be on a new line.3578
Errors'+' is not preceded with whitespace.3579
Errors'+' should be on a new line.3579
Errors'+' is not preceded with whitespace.3580
Errors'+' should be on a new line.3580
Errors'+' is not preceded with whitespace.3581
Errors'+' should be on a new line.3581
Errors'+' is not preceded with whitespace.3582
Errors'+' should be on a new line.3582
Errors'+' is not preceded with whitespace.3583
Errors'+' should be on a new line.3583
Errors'+' is not preceded with whitespace.3584
Errors'+' should be on a new line.3584
Errors'+' is not preceded with whitespace.3585
Errors'+' should be on a new line.3585
Errors'+' is not preceded with whitespace.3586
Errors'+' should be on a new line.3586
Errors'+' is not preceded with whitespace.3587
Errors'+' should be on a new line.3587
Errors'+' is not preceded with whitespace.3588
Errors'+' should be on a new line.3588
Errors'+' is not preceded with whitespace.3589
Errors'+' should be on a new line.3589
Errors'+' is not preceded with whitespace.3590
Errors'+' should be on a new line.3590
Errors'+' is not preceded with whitespace.3591
Errors'+' should be on a new line.3591
Errors'+' is not preceded with whitespace.3592
Errors'+' should be on a new line.3592
Errors'+' is not preceded with whitespace.3593
Errors'+' should be on a new line.3593
Errors'+' is not preceded with whitespace.3594
Errors'+' should be on a new line.3594
Errors'+' is not preceded with whitespace.3595
Errors'+' should be on a new line.3595
Errors'+' is not preceded with whitespace.3596
Errors'+' should be on a new line.3596
Errors'+' is not preceded with whitespace.3597
Errors'+' should be on a new line.3597
Errors'+' is not preceded with whitespace.3598
Errors'+' should be on a new line.3598
Errors'+' is not preceded with whitespace.3599
Errors'+' should be on a new line.3599
Errors'+' is not preceded with whitespace.3600
Errors'+' should be on a new line.3600
Errors'+' is not preceded with whitespace.3601
Errors'+' should be on a new line.3601
Errors'+' is not preceded with whitespace.3602
Errors'+' should be on a new line.3602
Errors'+' is not preceded with whitespace.3603
Errors'+' should be on a new line.3603
Errors'+' is not preceded with whitespace.3604
Errors'+' should be on a new line.3604
Errors'+' is not preceded with whitespace.3605
Errors'+' should be on a new line.3605
Errors'+' is not preceded with whitespace.3606
Errors'+' should be on a new line.3606
Errors'+' is not preceded with whitespace.3607
Errors'+' should be on a new line.3607
Errors'+' is not preceded with whitespace.3608
Errors'+' should be on a new line.3608
Errors'+' is not preceded with whitespace.3609
Errors'+' should be on a new line.3609
Errors'+' is not preceded with whitespace.3610
Errors'+' should be on a new line.3610
Errors'+' is not preceded with whitespace.3611
Errors'+' should be on a new line.3611
Errors'+' is not preceded with whitespace.3612
Errors'+' should be on a new line.3612
Errors'+' is not preceded with whitespace.3613
Errors'+' should be on a new line.3613
Errors'+' is not preceded with whitespace.3614
Errors'+' should be on a new line.3614
Errors'+' is not preceded with whitespace.3615
Errors'+' should be on a new line.3615
Errors'+' is not preceded with whitespace.3616
Errors'+' should be on a new line.3616
Errors'+' is not preceded with whitespace.3617
Errors'+' should be on a new line.3617
Errors'+' is not preceded with whitespace.3618
Errors'+' should be on a new line.3618
Errors'+' is not preceded with whitespace.3619
Errors'+' should be on a new line.3619
Errors'+' is not preceded with whitespace.3620
Errors'+' should be on a new line.3620
Errors'+' is not preceded with whitespace.3621
Errors'+' should be on a new line.3621
Errors'+' is not preceded with whitespace.3622
Errors'+' should be on a new line.3622
Errors'+' is not preceded with whitespace.3623
Errors'+' should be on a new line.3623
Errors'+' is not preceded with whitespace.3624
Errors'+' should be on a new line.3624
Errors'+' is not preceded with whitespace.3625
Errors'+' should be on a new line.3625
Errors'+' is not preceded with whitespace.3626
Errors'+' should be on a new line.3626
Errors'+' is not preceded with whitespace.3627
Errors'+' should be on a new line.3627
Errors'+' is not preceded with whitespace.3628
Errors'+' should be on a new line.3628
Errors'+' is not preceded with whitespace.3629
Errors'+' should be on a new line.3629
Errors'+' is not preceded with whitespace.3630
Errors'+' should be on a new line.3630
Errors'+' is not preceded with whitespace.3631
Errors'+' should be on a new line.3631
Errors'+' is not preceded with whitespace.3632
Errors'+' should be on a new line.3632
Errors'+' is not preceded with whitespace.3633
Errors'+' should be on a new line.3633
Errors'+' is not preceded with whitespace.3634
Errors'+' should be on a new line.3634
Errors'+' is not preceded with whitespace.3635
Errors'+' should be on a new line.3635
Errors'+' is not preceded with whitespace.3636
Errors'+' should be on a new line.3636
Errors'+' is not preceded with whitespace.3637
Errors'+' should be on a new line.3637
Errors'+' is not preceded with whitespace.3638
Errors'+' should be on a new line.3638
Errors'+' is not preceded with whitespace.3639
Errors'+' should be on a new line.3639
Errors'+' is not preceded with whitespace.3640
Errors'+' should be on a new line.3640
Errors'+' is not preceded with whitespace.3641
Errors'+' should be on a new line.3641
Errors'+' is not preceded with whitespace.3642
Errors'+' should be on a new line.3642
Errors'+' is not preceded with whitespace.3643
Errors'+' should be on a new line.3643
Errors'+' is not preceded with whitespace.3644
Errors'+' should be on a new line.3644
Errors'+' is not preceded with whitespace.3645
Errors'+' should be on a new line.3645
Errors'+' is not preceded with whitespace.3646
Errors'+' should be on a new line.3646
Errors'+' is not preceded with whitespace.3647
Errors'+' should be on a new line.3647
Errors'+' is not preceded with whitespace.3648
Errors'+' should be on a new line.3648
Errors'+' is not preceded with whitespace.3649
Errors'+' should be on a new line.3649
Errors'+' is not preceded with whitespace.3650
Errors'+' should be on a new line.3650
Errors'+' is not preceded with whitespace.3651
Errors'+' should be on a new line.3651
Errors'+' is not preceded with whitespace.3652
Errors'+' should be on a new line.3652
Errors'+' is not preceded with whitespace.3653
Errors'+' should be on a new line.3653
Errors'+' is not preceded with whitespace.3654
Errors'+' should be on a new line.3654
Errors'+' is not preceded with whitespace.3655
Errors'+' should be on a new line.3655
Errors'+' is not preceded with whitespace.3656
Errors'+' should be on a new line.3656
Errors'+' is not preceded with whitespace.3657
Errors'+' should be on a new line.3657
Errors'+' is not preceded with whitespace.3658
Errors'+' should be on a new line.3658
Errors'+' is not preceded with whitespace.3659
Errors'+' should be on a new line.3659
Errors'+' is not preceded with whitespace.3660
Errors'+' should be on a new line.3660
Errors'+' is not preceded with whitespace.3661
Errors'+' should be on a new line.3661
Errors'+' is not preceded with whitespace.3662
Errors'+' should be on a new line.3662
Errors'+' is not preceded with whitespace.3663
Errors'+' should be on a new line.3663
Errors'+' is not preceded with whitespace.3664
Errors'+' should be on a new line.3664
Errors'+' is not preceded with whitespace.3665
Errors'+' should be on a new line.3665
Errors'+' is not preceded with whitespace.3666
Errors'+' should be on a new line.3666
Errors'+' is not preceded with whitespace.3667
Errors'+' should be on a new line.3667
Errors'+' is not preceded with whitespace.3668
Errors'+' should be on a new line.3668
Errors'+' is not preceded with whitespace.3669
Errors'+' should be on a new line.3669
Errors'+' is not preceded with whitespace.3670
Errors'+' should be on a new line.3670
Errors'+' is not preceded with whitespace.3671
Errors'+' should be on a new line.3671
Errors'+' is not preceded with whitespace.3672
Errors'+' should be on a new line.3672
Errors'+' is not preceded with whitespace.3673
Errors'+' should be on a new line.3673
Errors'+' is not preceded with whitespace.3674
Errors'+' should be on a new line.3674
Errors'+' is not preceded with whitespace.3675
Errors'+' should be on a new line.3675
Errors'+' is not preceded with whitespace.3676
Errors'+' should be on a new line.3676
Errors'+' is not preceded with whitespace.3677
Errors'+' should be on a new line.3677
Errors'+' is not preceded with whitespace.3678
Errors'+' should be on a new line.3678
Errors'+' is not preceded with whitespace.3679
Errors'+' should be on a new line.3679
Errors'+' is not preceded with whitespace.3680
Errors'+' should be on a new line.3680
Errors'+' is not preceded with whitespace.3681
Errors'+' should be on a new line.3681
Errors'+' is not preceded with whitespace.3682
Errors'+' should be on a new line.3682
Errors'+' is not preceded with whitespace.3683
Errors'+' should be on a new line.3683
Errors'+' is not preceded with whitespace.3684
Errors'+' should be on a new line.3684
Errors'+' is not preceded with whitespace.3685
Errors'+' should be on a new line.3685
Errors'+' is not preceded with whitespace.3686
Errors'+' should be on a new line.3686
Errors'+' is not preceded with whitespace.3687
Errors'+' should be on a new line.3687
Errors'+' is not preceded with whitespace.3688
Errors'+' should be on a new line.3688
Errors'+' is not preceded with whitespace.3689
Errors'+' should be on a new line.3689
Errors'+' is not preceded with whitespace.3690
Errors'+' should be on a new line.3690
Errors'+' is not preceded with whitespace.3691
Errors'+' should be on a new line.3691
Errors'+' is not preceded with whitespace.3692
Errors'+' should be on a new line.3692
Errors'+' is not preceded with whitespace.3693
Errors'+' should be on a new line.3693
Errors'+' is not preceded with whitespace.3694
Errors'+' should be on a new line.3694
Errors'+' is not preceded with whitespace.3695
Errors'+' should be on a new line.3695
Errors'+' is not preceded with whitespace.3696
Errors'+' should be on a new line.3696
Errors'+' is not preceded with whitespace.3697
Errors'+' should be on a new line.3697
Errors'+' is not preceded with whitespace.3698
Errors'+' should be on a new line.3698
Errors'+' is not preceded with whitespace.3699
Errors'+' should be on a new line.3699
Errors'+' is not preceded with whitespace.3700
Errors'+' should be on a new line.3700
Errors'+' is not preceded with whitespace.3701
Errors'+' should be on a new line.3701
Errors'+' is not preceded with whitespace.3702
Errors'+' should be on a new line.3702
Errors'+' is not preceded with whitespace.3703
Errors'+' should be on a new line.3703
Errors'+' is not preceded with whitespace.3704
Errors'+' should be on a new line.3704
Errors'+' is not preceded with whitespace.3705
Errors'+' should be on a new line.3705
Errors'+' is not preceded with whitespace.3706
Errors'+' should be on a new line.3706
Errors'+' is not preceded with whitespace.3707
Errors'+' should be on a new line.3707
Errors'+' is not preceded with whitespace.3708
Errors'+' should be on a new line.3708
Errors'+' is not preceded with whitespace.3709
Errors'+' should be on a new line.3709
Errors'+' is not preceded with whitespace.3710
Errors'+' should be on a new line.3710
Errors'+' is not preceded with whitespace.3711
Errors'+' should be on a new line.3711
Errors'+' is not preceded with whitespace.3712
Errors'+' should be on a new line.3712
Errors'+' is not preceded with whitespace.3713
Errors'+' should be on a new line.3713
Errors'+' is not preceded with whitespace.3714
Errors'+' should be on a new line.3714
Errors'+' is not preceded with whitespace.3715
Errors'+' should be on a new line.3715
Errors'+' is not preceded with whitespace.3716
Errors'+' should be on a new line.3716
Errors'+' is not preceded with whitespace.3717
Errors'+' should be on a new line.3717
Errors'+' is not preceded with whitespace.3718
Errors'+' should be on a new line.3718
Errors'+' is not preceded with whitespace.3719
Errors'+' should be on a new line.3719
Errors'+' is not preceded with whitespace.3720
Errors'+' should be on a new line.3720
Errors'+' is not preceded with whitespace.3721
Errors'+' should be on a new line.3721
Errors'+' is not preceded with whitespace.3722
Errors'+' should be on a new line.3722
Errors'+' is not preceded with whitespace.3723
Errors'+' should be on a new line.3723
ErrorsMissing a Javadoc comment.3726
Errors'+' is not preceded with whitespace.3727
Errors'+' should be on a new line.3727
Errors'+' is not preceded with whitespace.3728
Errors'+' should be on a new line.3728
Errors'+' is not preceded with whitespace.3729
Errors'+' should be on a new line.3729
Errors'+' is not preceded with whitespace.3730
Errors'+' should be on a new line.3730
Errors'+' is not preceded with whitespace.3731
Errors'+' should be on a new line.3731
Errors'+' is not preceded with whitespace.3732
Errors'+' should be on a new line.3732
Errors'+' is not preceded with whitespace.3733
Errors'+' should be on a new line.3733
Errors'+' is not preceded with whitespace.3734
Errors'+' should be on a new line.3734
Errors'+' is not preceded with whitespace.3735
Errors'+' should be on a new line.3735
Errors'+' is not preceded with whitespace.3736
Errors'+' should be on a new line.3736
Errors'+' is not preceded with whitespace.3737
Errors'+' should be on a new line.3737
Errors'+' is not preceded with whitespace.3738
Errors'+' should be on a new line.3738
Errors'+' is not preceded with whitespace.3739
Errors'+' should be on a new line.3739
Errors'+' is not preceded with whitespace.3740
Errors'+' should be on a new line.3740
Errors'+' is not preceded with whitespace.3741
Errors'+' should be on a new line.3741
Errors'+' is not preceded with whitespace.3742
Errors'+' should be on a new line.3742
Errors'+' is not preceded with whitespace.3743
Errors'+' should be on a new line.3743
Errors'+' is not preceded with whitespace.3744
Errors'+' should be on a new line.3744
Errors'+' is not preceded with whitespace.3745
Errors'+' should be on a new line.3745
Errors'+' is not preceded with whitespace.3746
Errors'+' should be on a new line.3746
Errors'+' is not preceded with whitespace.3747
Errors'+' should be on a new line.3747
Errors'+' is not preceded with whitespace.3748
Errors'+' should be on a new line.3748
Errors'+' is not preceded with whitespace.3749
Errors'+' should be on a new line.3749
Errors'+' is not preceded with whitespace.3750
Errors'+' should be on a new line.3750
Errors'+' is not preceded with whitespace.3751
Errors'+' should be on a new line.3751
Errors'+' is not preceded with whitespace.3752
Errors'+' should be on a new line.3752
Errors'+' is not preceded with whitespace.3753
Errors'+' should be on a new line.3753
Errors'+' is not preceded with whitespace.3754
Errors'+' should be on a new line.3754
Errors'+' is not preceded with whitespace.3755
Errors'+' should be on a new line.3755
Errors'+' is not preceded with whitespace.3756
Errors'+' should be on a new line.3756
Errors'+' is not preceded with whitespace.3757
Errors'+' should be on a new line.3757
Errors'+' is not preceded with whitespace.3758
Errors'+' should be on a new line.3758
Errors'+' is not preceded with whitespace.3759
Errors'+' should be on a new line.3759
Errors'+' is not preceded with whitespace.3760
Errors'+' should be on a new line.3760
Errors'+' is not preceded with whitespace.3761
Errors'+' should be on a new line.3761
Errors'+' is not preceded with whitespace.3762
Errors'+' should be on a new line.3762
Errors'+' is not preceded with whitespace.3763
Errors'+' should be on a new line.3763
Errors'+' is not preceded with whitespace.3764
Errors'+' should be on a new line.3764
Errors'+' is not preceded with whitespace.3765
Errors'+' should be on a new line.3765
Errors'+' is not preceded with whitespace.3766
Errors'+' should be on a new line.3766
Errors'+' is not preceded with whitespace.3767
Errors'+' should be on a new line.3767
Errors'+' is not preceded with whitespace.3768
Errors'+' should be on a new line.3768
Errors'+' is not preceded with whitespace.3769
Errors'+' should be on a new line.3769
Errors'+' is not preceded with whitespace.3770
Errors'+' should be on a new line.3770
Errors'+' is not preceded with whitespace.3771
Errors'+' should be on a new line.3771
Errors'+' is not preceded with whitespace.3772
Errors'+' should be on a new line.3772
Errors'+' is not preceded with whitespace.3773
Errors'+' should be on a new line.3773
Errors'+' is not preceded with whitespace.3774
Errors'+' should be on a new line.3774
Errors'+' is not preceded with whitespace.3775
Errors'+' should be on a new line.3775
Errors'+' is not preceded with whitespace.3776
Errors'+' should be on a new line.3776
Errors'+' is not preceded with whitespace.3777
Errors'+' should be on a new line.3777
Errors'+' is not preceded with whitespace.3778
Errors'+' should be on a new line.3778
Errors'+' is not preceded with whitespace.3779
Errors'+' should be on a new line.3779
Errors'+' is not preceded with whitespace.3780
Errors'+' should be on a new line.3780
Errors'+' is not preceded with whitespace.3781
Errors'+' should be on a new line.3781
Errors'+' is not preceded with whitespace.3782
Errors'+' should be on a new line.3782
Errors'+' is not preceded with whitespace.3783
Errors'+' should be on a new line.3783
Errors'+' is not preceded with whitespace.3784
Errors'+' should be on a new line.3784
Errors'+' is not preceded with whitespace.3785
Errors'+' should be on a new line.3785
Errors'+' is not preceded with whitespace.3786
Errors'+' should be on a new line.3786
Errors'+' is not preceded with whitespace.3787
Errors'+' should be on a new line.3787
Errors'+' is not preceded with whitespace.3788
Errors'+' should be on a new line.3788
Errors'+' is not preceded with whitespace.3789
Errors'+' should be on a new line.3789
Errors'+' is not preceded with whitespace.3790
Errors'+' should be on a new line.3790
Errors'+' is not preceded with whitespace.3791
Errors'+' should be on a new line.3791
Errors'+' is not preceded with whitespace.3792
Errors'+' should be on a new line.3792
Errors'+' is not preceded with whitespace.3793
Errors'+' should be on a new line.3793
Errors'+' is not preceded with whitespace.3794
Errors'+' should be on a new line.3794
Errors'+' is not preceded with whitespace.3795
Errors'+' should be on a new line.3795
Errors'+' is not preceded with whitespace.3796
Errors'+' should be on a new line.3796
Errors'+' is not preceded with whitespace.3797
Errors'+' should be on a new line.3797
Errors'+' is not preceded with whitespace.3798
Errors'+' should be on a new line.3798
Errors'+' is not preceded with whitespace.3799
Errors'+' should be on a new line.3799
Errors'+' is not preceded with whitespace.3800
Errors'+' should be on a new line.3800
Errors'+' is not preceded with whitespace.3801
Errors'+' should be on a new line.3801
Errors'+' is not preceded with whitespace.3802
Errors'+' should be on a new line.3802
Errors'+' is not preceded with whitespace.3803
Errors'+' should be on a new line.3803
Errors'+' is not preceded with whitespace.3804
Errors'+' should be on a new line.3804
Errors'+' is not preceded with whitespace.3805
Errors'+' should be on a new line.3805
Errors'+' is not preceded with whitespace.3806
Errors'+' should be on a new line.3806
Errors'+' is not preceded with whitespace.3807
Errors'+' should be on a new line.3807
Errors'+' is not preceded with whitespace.3808
Errors'+' should be on a new line.3808
Errors'+' is not preceded with whitespace.3809
Errors'+' should be on a new line.3809
Errors'+' is not preceded with whitespace.3810
Errors'+' should be on a new line.3810
Errors'+' is not preceded with whitespace.3811
Errors'+' should be on a new line.3811
Errors'+' is not preceded with whitespace.3812
Errors'+' should be on a new line.3812
Errors'+' is not preceded with whitespace.3813
Errors'+' should be on a new line.3813
Errors'+' is not preceded with whitespace.3814
Errors'+' should be on a new line.3814
Errors'+' is not preceded with whitespace.3815
Errors'+' should be on a new line.3815
Errors'+' is not preceded with whitespace.3816
Errors'+' should be on a new line.3816
Errors'+' is not preceded with whitespace.3817
Errors'+' should be on a new line.3817
Errors'+' is not preceded with whitespace.3818
Errors'+' should be on a new line.3818
Errors'+' is not preceded with whitespace.3819
Errors'+' should be on a new line.3819
Errors'+' is not preceded with whitespace.3820
Errors'+' should be on a new line.3820
Errors'+' is not preceded with whitespace.3821
Errors'+' should be on a new line.3821
Errors'+' is not preceded with whitespace.3822
Errors'+' should be on a new line.3822
Errors'+' is not preceded with whitespace.3823
Errors'+' should be on a new line.3823
Errors'+' is not preceded with whitespace.3824
Errors'+' should be on a new line.3824
Errors'+' is not preceded with whitespace.3825
Errors'+' should be on a new line.3825
Errors'+' is not preceded with whitespace.3826
Errors'+' should be on a new line.3826
Errors'+' is not preceded with whitespace.3827
Errors'+' should be on a new line.3827
Errors'+' is not preceded with whitespace.3828
Errors'+' should be on a new line.3828
Errors'+' is not preceded with whitespace.3829
Errors'+' should be on a new line.3829
Errors'+' is not preceded with whitespace.3830
Errors'+' should be on a new line.3830
Errors'+' is not preceded with whitespace.3831
Errors'+' should be on a new line.3831
Errors'+' is not preceded with whitespace.3832
Errors'+' should be on a new line.3832
Errors'+' is not preceded with whitespace.3833
Errors'+' should be on a new line.3833
Errors'+' is not preceded with whitespace.3834
Errors'+' should be on a new line.3834
Errors'+' is not preceded with whitespace.3835
Errors'+' should be on a new line.3835
Errors'+' is not preceded with whitespace.3836
Errors'+' should be on a new line.3836
Errors'+' is not preceded with whitespace.3837
Errors'+' should be on a new line.3837
Errors'+' is not preceded with whitespace.3838
Errors'+' should be on a new line.3838
Errors'+' is not preceded with whitespace.3839
Errors'+' should be on a new line.3839
Errors'+' is not preceded with whitespace.3840
Errors'+' should be on a new line.3840
Errors'+' is not preceded with whitespace.3841
Errors'+' should be on a new line.3841
Errors'+' is not preceded with whitespace.3842
Errors'+' should be on a new line.3842
Errors'+' is not preceded with whitespace.3843
Errors'+' should be on a new line.3843
Errors'+' is not preceded with whitespace.3844
Errors'+' should be on a new line.3844
Errors'+' is not preceded with whitespace.3845
Errors'+' should be on a new line.3845
Errors'+' is not preceded with whitespace.3846
Errors'+' should be on a new line.3846
Errors'+' is not preceded with whitespace.3847
Errors'+' should be on a new line.3847
Errors'+' is not preceded with whitespace.3848
Errors'+' should be on a new line.3848
Errors'+' is not preceded with whitespace.3849
Errors'+' should be on a new line.3849
Errors'+' is not preceded with whitespace.3850
Errors'+' should be on a new line.3850
Errors'+' is not preceded with whitespace.3851
Errors'+' should be on a new line.3851
Errors'+' is not preceded with whitespace.3852
Errors'+' should be on a new line.3852
Errors'+' is not preceded with whitespace.3853
Errors'+' should be on a new line.3853
Errors'+' is not preceded with whitespace.3854
Errors'+' should be on a new line.3854
Errors'+' is not preceded with whitespace.3855
Errors'+' should be on a new line.3855
Errors'+' is not preceded with whitespace.3856
Errors'+' should be on a new line.3856
Errors'+' is not preceded with whitespace.3857
Errors'+' should be on a new line.3857
Errors'+' is not preceded with whitespace.3858
Errors'+' should be on a new line.3858
Errors'+' is not preceded with whitespace.3859
Errors'+' should be on a new line.3859
Errors'+' is not preceded with whitespace.3860
Errors'+' should be on a new line.3860
Errors'+' is not preceded with whitespace.3861
Errors'+' should be on a new line.3861
Errors'+' is not preceded with whitespace.3862
Errors'+' should be on a new line.3862
Errors'+' is not preceded with whitespace.3863
Errors'+' should be on a new line.3863
Errors'+' is not preceded with whitespace.3864
Errors'+' should be on a new line.3864
Errors'+' is not preceded with whitespace.3865
Errors'+' should be on a new line.3865
Errors'+' is not preceded with whitespace.3866
Errors'+' should be on a new line.3866
Errors'+' is not preceded with whitespace.3867
Errors'+' should be on a new line.3867
Errors'+' is not preceded with whitespace.3868
Errors'+' should be on a new line.3868
Errors'+' is not preceded with whitespace.3869
Errors'+' should be on a new line.3869
Errors'+' is not preceded with whitespace.3870
Errors'+' should be on a new line.3870
Errors'+' is not preceded with whitespace.3871
Errors'+' should be on a new line.3871
Errors'+' is not preceded with whitespace.3872
Errors'+' should be on a new line.3872
Errors'+' is not preceded with whitespace.3873
Errors'+' should be on a new line.3873
Errors'+' is not preceded with whitespace.3874
Errors'+' should be on a new line.3874
Errors'+' is not preceded with whitespace.3875
Errors'+' should be on a new line.3875
Errors'+' is not preceded with whitespace.3876
Errors'+' should be on a new line.3876
Errors'+' is not preceded with whitespace.3877
Errors'+' should be on a new line.3877
Errors'+' is not preceded with whitespace.3878
Errors'+' should be on a new line.3878
Errors'+' is not preceded with whitespace.3879
Errors'+' should be on a new line.3879
Errors'+' is not preceded with whitespace.3880
Errors'+' should be on a new line.3880
Errors'+' is not preceded with whitespace.3881
Errors'+' should be on a new line.3881
Errors'+' is not preceded with whitespace.3882
Errors'+' should be on a new line.3882
Errors'+' is not preceded with whitespace.3883
Errors'+' should be on a new line.3883
Errors'+' is not preceded with whitespace.3884
Errors'+' should be on a new line.3884
Errors'+' is not preceded with whitespace.3885
Errors'+' should be on a new line.3885
Errors'+' is not preceded with whitespace.3886
Errors'+' should be on a new line.3886
Errors'+' is not preceded with whitespace.3887
Errors'+' should be on a new line.3887
Errors'+' is not preceded with whitespace.3888
Errors'+' should be on a new line.3888
Errors'+' is not preceded with whitespace.3889
Errors'+' should be on a new line.3889
Errors'+' is not preceded with whitespace.3890
Errors'+' should be on a new line.3890
Errors'+' is not preceded with whitespace.3891
Errors'+' should be on a new line.3891
Errors'+' is not preceded with whitespace.3892
Errors'+' should be on a new line.3892
ErrorsMissing a Javadoc comment.3895
Errors'388584' is a magic number.3896
ErrorsMissing a Javadoc comment.3903
ErrorsParameter packed should be final.3903
ErrorsParameter offset should be final.3903
ErrorsParameter result should be final.3903
Errors'do' construct must use '{}'s.3911
ErrorsMissing a Javadoc comment.3918
ErrorsMissing a Javadoc comment.3919
ErrorsMissing a Javadoc comment.3920
ErrorsMissing a Javadoc comment.3923
ErrorsArray brackets at illegal position.3923
ErrorsFirst sentence should end with a period.3929
ErrorsMissing a Javadoc comment.3934
Errors'+' is not preceded with whitespace.3935
Errors'+' should be on a new line.3935
Errors'+' is not preceded with whitespace.3936
Errors'+' should be on a new line.3936
Errors'+' is not preceded with whitespace.3937
Errors'+' should be on a new line.3937
Errors'+' is not preceded with whitespace.3938
Errors'+' should be on a new line.3938
Errors'+' is not preceded with whitespace.3939
Errors'+' should be on a new line.3939
Errors'+' is not preceded with whitespace.3940
Errors'+' should be on a new line.3940
Errors'+' is not preceded with whitespace.3941
Errors'+' should be on a new line.3941
Errors'+' is not preceded with whitespace.3942
Errors'+' should be on a new line.3942
Errors'+' is not preceded with whitespace.3943
Errors'+' should be on a new line.3943
Errors'+' is not preceded with whitespace.3944
Errors'+' should be on a new line.3944
Errors'+' is not preceded with whitespace.3945
Errors'+' should be on a new line.3945
Errors'+' is not preceded with whitespace.3946
Errors'+' should be on a new line.3946
Errors'+' is not preceded with whitespace.3947
Errors'+' should be on a new line.3947
Errors'+' is not preceded with whitespace.3948
Errors'+' should be on a new line.3948
Errors'+' is not preceded with whitespace.3949
Errors'+' should be on a new line.3949
Errors'+' is not preceded with whitespace.3950
Errors'+' should be on a new line.3950
Errors'+' is not preceded with whitespace.3951
Errors'+' should be on a new line.3951
Errors'+' is not preceded with whitespace.3952
Errors'+' should be on a new line.3952
Errors'+' is not preceded with whitespace.3953
Errors'+' should be on a new line.3953
Errors'+' is not preceded with whitespace.3954
Errors'+' should be on a new line.3954
Errors'+' is not preceded with whitespace.3955
Errors'+' should be on a new line.3955
Errors'+' is not preceded with whitespace.3956
Errors'+' should be on a new line.3956
Errors'+' is not preceded with whitespace.3957
Errors'+' should be on a new line.3957
Errors'+' is not preceded with whitespace.3958
Errors'+' should be on a new line.3958
Errors'+' is not preceded with whitespace.3959
Errors'+' should be on a new line.3959
Errors'+' is not preceded with whitespace.3960
Errors'+' should be on a new line.3960
Errors'+' is not preceded with whitespace.3961
Errors'+' should be on a new line.3961
Errors'+' is not preceded with whitespace.3962
Errors'+' should be on a new line.3962
Errors'+' is not preceded with whitespace.3963
Errors'+' should be on a new line.3963
Errors'+' is not preceded with whitespace.3964
Errors'+' should be on a new line.3964
Errors'+' is not preceded with whitespace.3965
Errors'+' should be on a new line.3965
Errors'+' is not preceded with whitespace.3966
Errors'+' should be on a new line.3966
Errors'+' is not preceded with whitespace.3967
Errors'+' should be on a new line.3967
Errors'+' is not preceded with whitespace.3968
Errors'+' should be on a new line.3968
Errors'+' is not preceded with whitespace.3969
Errors'+' should be on a new line.3969
Errors'+' is not preceded with whitespace.3970
Errors'+' should be on a new line.3970
Errors'+' is not preceded with whitespace.3971
Errors'+' should be on a new line.3971
Errors'+' is not preceded with whitespace.3972
Errors'+' should be on a new line.3972
Errors'+' is not preceded with whitespace.3973
Errors'+' should be on a new line.3973
Errors'+' is not preceded with whitespace.3974
Errors'+' should be on a new line.3974
Errors'+' is not preceded with whitespace.3975
Errors'+' should be on a new line.3975
Errors'+' is not preceded with whitespace.3976
Errors'+' should be on a new line.3976
Errors'+' is not preceded with whitespace.3977
Errors'+' should be on a new line.3977
Errors'+' is not preceded with whitespace.3978
Errors'+' should be on a new line.3978
Errors'+' is not preceded with whitespace.3979
Errors'+' should be on a new line.3979
Errors'+' is not preceded with whitespace.3980
Errors'+' should be on a new line.3980
Errors'+' is not preceded with whitespace.3981
Errors'+' should be on a new line.3981
Errors'+' is not preceded with whitespace.3982
Errors'+' should be on a new line.3982
Errors'+' is not preceded with whitespace.3983
Errors'+' should be on a new line.3983
Errors'+' is not preceded with whitespace.3984
Errors'+' should be on a new line.3984
Errors'+' is not preceded with whitespace.3985
Errors'+' should be on a new line.3985
Errors'+' is not preceded with whitespace.3986
Errors'+' should be on a new line.3986
Errors'+' is not preceded with whitespace.3987
Errors'+' should be on a new line.3987
Errors'+' is not preceded with whitespace.3988
Errors'+' should be on a new line.3988
Errors'+' is not preceded with whitespace.3989
Errors'+' should be on a new line.3989
Errors'+' is not preceded with whitespace.3990
Errors'+' should be on a new line.3990
Errors'+' is not preceded with whitespace.3991
Errors'+' should be on a new line.3991
Errors'+' is not preceded with whitespace.3992
Errors'+' should be on a new line.3992
Errors'+' is not preceded with whitespace.3993
Errors'+' should be on a new line.3993
Errors'+' is not preceded with whitespace.3994
Errors'+' should be on a new line.3994
Errors'+' is not preceded with whitespace.3995
Errors'+' should be on a new line.3995
Errors'+' is not preceded with whitespace.3996
Errors'+' should be on a new line.3996
Errors'+' is not preceded with whitespace.3997
Errors'+' should be on a new line.3997
Errors'+' is not preceded with whitespace.3998
Errors'+' should be on a new line.3998
Errors'+' is not preceded with whitespace.3999
Errors'+' should be on a new line.3999
Errors'+' is not preceded with whitespace.4000
Errors'+' should be on a new line.4000
Errors'+' is not preceded with whitespace.4001
Errors'+' should be on a new line.4001
Errors'+' is not preceded with whitespace.4002
Errors'+' should be on a new line.4002
Errors'+' is not preceded with whitespace.4003
Errors'+' should be on a new line.4003
Errors'+' is not preceded with whitespace.4004
Errors'+' should be on a new line.4004
Errors'+' is not preceded with whitespace.4005
Errors'+' should be on a new line.4005
Errors'+' is not preceded with whitespace.4006
Errors'+' should be on a new line.4006
Errors'+' is not preceded with whitespace.4007
Errors'+' should be on a new line.4007
Errors'+' is not preceded with whitespace.4008
Errors'+' should be on a new line.4008
Errors'+' is not preceded with whitespace.4009
Errors'+' should be on a new line.4009
Errors'+' is not preceded with whitespace.4010
Errors'+' should be on a new line.4010
Errors'+' is not preceded with whitespace.4011
Errors'+' should be on a new line.4011
Errors'+' is not preceded with whitespace.4012
Errors'+' should be on a new line.4012
Errors'+' is not preceded with whitespace.4013
Errors'+' should be on a new line.4013
Errors'+' is not preceded with whitespace.4014
Errors'+' should be on a new line.4014
Errors'+' is not preceded with whitespace.4015
Errors'+' should be on a new line.4015
Errors'+' is not preceded with whitespace.4016
Errors'+' should be on a new line.4016
Errors'+' is not preceded with whitespace.4017
Errors'+' should be on a new line.4017
Errors'+' is not preceded with whitespace.4018
Errors'+' should be on a new line.4018
Errors'+' is not preceded with whitespace.4019
Errors'+' should be on a new line.4019
Errors'+' is not preceded with whitespace.4020
Errors'+' should be on a new line.4020
Errors'+' is not preceded with whitespace.4021
Errors'+' should be on a new line.4021
Errors'+' is not preceded with whitespace.4022
Errors'+' should be on a new line.4022
Errors'+' is not preceded with whitespace.4023
Errors'+' should be on a new line.4023
Errors'+' is not preceded with whitespace.4024
Errors'+' should be on a new line.4024
Errors'+' is not preceded with whitespace.4025
Errors'+' should be on a new line.4025
Errors'+' is not preceded with whitespace.4026
Errors'+' should be on a new line.4026
Errors'+' is not preceded with whitespace.4027
Errors'+' should be on a new line.4027
Errors'+' is not preceded with whitespace.4028
Errors'+' should be on a new line.4028
Errors'+' is not preceded with whitespace.4029
Errors'+' should be on a new line.4029
Errors'+' is not preceded with whitespace.4030
Errors'+' should be on a new line.4030
Errors'+' is not preceded with whitespace.4031
Errors'+' should be on a new line.4031
Errors'+' is not preceded with whitespace.4032
Errors'+' should be on a new line.4032
Errors'+' is not preceded with whitespace.4033
Errors'+' should be on a new line.4033
Errors'+' is not preceded with whitespace.4034
Errors'+' should be on a new line.4034
Errors'+' is not preceded with whitespace.4035
Errors'+' should be on a new line.4035
Errors'+' is not preceded with whitespace.4036
Errors'+' should be on a new line.4036
Errors'+' is not preceded with whitespace.4037
Errors'+' should be on a new line.4037
Errors'+' is not preceded with whitespace.4038
Errors'+' should be on a new line.4038
Errors'+' is not preceded with whitespace.4039
Errors'+' should be on a new line.4039
Errors'+' is not preceded with whitespace.4040
Errors'+' should be on a new line.4040
Errors'+' is not preceded with whitespace.4041
Errors'+' should be on a new line.4041
Errors'+' is not preceded with whitespace.4042
Errors'+' should be on a new line.4042
Errors'+' is not preceded with whitespace.4043
Errors'+' should be on a new line.4043
Errors'+' is not preceded with whitespace.4044
Errors'+' should be on a new line.4044
Errors'+' is not preceded with whitespace.4045
Errors'+' should be on a new line.4045
Errors'+' is not preceded with whitespace.4046
Errors'+' should be on a new line.4046
Errors'+' is not preceded with whitespace.4047
Errors'+' should be on a new line.4047
Errors'+' is not preceded with whitespace.4048
Errors'+' should be on a new line.4048
Errors'+' is not preceded with whitespace.4049
Errors'+' should be on a new line.4049
Errors'+' is not preceded with whitespace.4050
Errors'+' should be on a new line.4050
Errors'+' is not preceded with whitespace.4051
Errors'+' should be on a new line.4051
Errors'+' is not preceded with whitespace.4052
Errors'+' should be on a new line.4052
Errors'+' is not preceded with whitespace.4053
Errors'+' should be on a new line.4053
Errors'+' is not preceded with whitespace.4054
Errors'+' should be on a new line.4054
Errors'+' is not preceded with whitespace.4055
Errors'+' should be on a new line.4055
ErrorsMissing a Javadoc comment.4058
Errors'7002' is a magic number.4059
ErrorsLine is longer than 80 characters.4065
ErrorsMissing a Javadoc comment.4065
ErrorsParameter packed should be final.4065
ErrorsParameter offset should be final.4065
ErrorsParameter result should be final.4065
Errors'do' construct must use '{}'s.4072
ErrorsFirst sentence should end with a period.4077
ErrorsFirst sentence should end with a period.4080
ErrorsFirst sentence should end with a period.4083
ErrorsFirst sentence should end with a period.4086
ErrorsArray brackets at illegal position.4088
ErrorsFirst sentence should end with a period.4090
ErrorsFirst sentence should end with a period.4093
ErrorsFirst sentence should end with a period.4096
ErrorsFirst sentence should end with a period.4099
ErrorsFirst sentence should end with a period.4103
ErrorsFirst sentence should end with a period.4106
ErrorsFirst sentence should end with a period.4109
ErrorsLine has trailing spaces.4110
ErrorsFirst sentence should end with a period.4115
ErrorsLine has trailing spaces.4115
ErrorsFirst sentence should end with a period.4120
ErrorsFirst sentence should end with a period.4123
ErrorsLine has trailing spaces.4127
ErrorsLine contains a tab character.4127
ErrorsLine contains a tab character.4128
ErrorsMissing a Javadoc comment.4128
ErrorsLine contains a tab character.4129
ErrorsMissing a Javadoc comment.4129
ErrorsFirst sentence should end with a period.4131
ErrorsLine contains a tab character.4131
ErrorsLine contains a tab character.4132
ErrorsVariable 'mapIntIDDouble' must be private and have accessor methods.4132
ErrorsFirst sentence should end with a period.4134
ErrorsLine contains a tab character.4134
ErrorsLine contains a tab character.4135
ErrorsVariable 'mapIntDouble' must be private and have accessor methods.4135
ErrorsLine has trailing spaces.4136
ErrorsLine contains a tab character.4136
ErrorsFirst sentence should end with a period.4137
ErrorsLine is longer than 80 characters.4137
ErrorsLine contains a tab character.4137
ErrorsLine contains a tab character.4138
ErrorsVariable 'translator' must be private and have accessor methods.4138
ErrorsLine has trailing spaces.4139
ErrorsLine contains a tab character.4139
ErrorsFirst sentence should end with a period.4140
ErrorsLine has trailing spaces.4140
ErrorsLine contains a tab character.4140
ErrorsLine contains a tab character.4141
ErrorsVariable 'itemTranslator' must be private and have accessor methods.4141
ErrorsLine has trailing spaces.4142
ErrorsLine contains a tab character.4142
ErrorsFirst sentence should end with a period.4143
ErrorsLine has trailing spaces.4143
ErrorsLine contains a tab character.4143
ErrorsLine contains a tab character.4144
ErrorsVariable 'observer' must be private and have accessor methods.4144
ErrorsLine has trailing spaces.4145
ErrorsLine contains a tab character.4145
ErrorsFirst sentence should end with a period.4146
ErrorsLine has trailing spaces.4146
ErrorsLine contains a tab character.4146
ErrorsLine contains a tab character.4147
ErrorsVariable 'udkTime' must be private and have accessor methods.4147
ErrorsLine has trailing spaces.4148
ErrorsLine contains a tab character.4148
ErrorsLine contains a tab character.4149
ErrorsMissing a Javadoc comment.4149
Errors'{' is not preceded with whitespace.4149
ErrorsLine contains a tab character.4150
ErrorsLine has trailing spaces.4151
ErrorsLine contains a tab character.4151
ErrorsLine contains a tab character.4152
ErrorsMethod 'setReader' is not designed for extension - needs to be abstract, final or empty.4152
ErrorsMissing a Javadoc comment.4152
ErrorsParameter reader should be final.4152
ErrorsLine contains a tab character.4153
ErrorsLine contains a tab character.4154
ErrorsLine has trailing spaces.4155
ErrorsLine contains a tab character.4155
ErrorsLine contains a tab character.4156
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.4156
ErrorsMissing a Javadoc comment.4156
ErrorsLine contains a tab character.4157
ErrorsLine contains a tab character.4158
ErrorsLine has trailing spaces.4159
ErrorsLine contains a tab character.4159
ErrorsLine contains a tab character.4160
ErrorsMethod 'setItemTranslator' is not designed for extension - needs to be abstract, final or empty.4160
ErrorsMissing a Javadoc comment.4160
ErrorsParameter translator should be final.4160
Errors'translator' hides a field.4160
ErrorsLine contains a tab character.4161
ErrorsLine contains a tab character.4162
ErrorsLine has trailing spaces.4163
ErrorsLine contains a tab character.4163
ErrorsLine contains a tab character.4164
ErrorsMethod 'setObserver' is not designed for extension - needs to be abstract, final or empty.4164
ErrorsMissing a Javadoc comment.4164
ErrorsParameter observer should be final.4164
Errors'observer' hides a field.4164
ErrorsLine contains a tab character.4165
ErrorsLine contains a tab character.4166
ErrorsLine has trailing spaces.4167
ErrorsLine contains a tab character.4167
ErrorsLine contains a tab character.4168
ErrorsLine contains a tab character.4169
ErrorsLine is longer than 80 characters.4170
ErrorsLine contains a tab character.4170
ErrorsLine contains a tab character.4171
ErrorsLine contains a tab character.4172
ErrorsMethod 'setTranslator' is not designed for extension - needs to be abstract, final or empty.4172
ErrorsParameter translator should be final.4172
Errors'translator' hides a field.4172
ErrorsExpected @param tag for 'translator'.4172
ErrorsLine contains a tab character.4173
ErrorsLine contains a tab character.4174
ErrorsLine has trailing spaces.4175
ErrorsLine contains a tab character.4175
ErrorsLine contains a tab character.4176
ErrorsMethod 'setTime' is not designed for extension - needs to be abstract, final or empty.4176
ErrorsMissing a Javadoc comment.4176
ErrorsParameter obj should be final.4176
ErrorsParameter time should be final.4176
ErrorsLine contains a tab character.4177
ErrorsLine is longer than 80 characters.4178
ErrorsLine contains a tab character.4178
ErrorsLine contains a tab character.4179
ErrorsLine contains a tab character.4180
ErrorsLine contains a tab character.4181
ErrorsLine is longer than 80 characters.4182
ErrorsLine contains a tab character.4182
ErrorsLine contains a tab character.4183
ErrorsLine contains a tab character.4184
ErrorsLine has trailing spaces.4185
ErrorsLine contains a tab character.4185
ErrorsLine contains a tab character.4186
ErrorsLine contains a tab character.4187
ErrorsLine contains a tab character.4188
ErrorsLine contains a tab character.4189
ErrorsLine contains a tab character.4190
ErrorsLine contains a tab character.4191
ErrorsLine contains a tab character.4192
ErrorsLine has trailing spaces.4193
ErrorsLine contains a tab character.4193
ErrorsLine contains a tab character.4194
ErrorsLine contains a tab character.4195
ErrorsMethod 'exceptionOccured' is not designed for extension - needs to be abstract, final or empty.4195
ErrorsParameter e should be final.4195
ErrorsExpected @param tag for 'e'.4195
ErrorsParameter info should be final.4195
ErrorsLine contains a tab character.4196
ErrorsLine has trailing spaces.4197
ErrorsLine contains a tab character.4197
ErrorsLine is longer than 80 characters.4198
ErrorsLine contains a tab character.4198
ErrorsAvoid inline conditionals.4198
ErrorsLine contains a tab character.4199
ErrorsLine contains a tab character.4200
Errors'if' construct must use '{}'s.4201
ErrorsLine has trailing spaces.4201
ErrorsLine contains a tab character.4201
ErrorsLine contains a tab character.4202
ErrorsLine has trailing spaces.4203
ErrorsLine contains a tab character.4203
ErrorsLine has trailing spaces.4204
ErrorsLine contains a tab character.4204
ErrorsLine contains a tab character.4205
ErrorsLine contains a tab character.4206
ErrorsLine contains a tab character.4207
ErrorsLine contains a tab character.4208
ErrorsMethod 'warning' is not designed for extension - needs to be abstract, final or empty.4208
ErrorsParameter info should be final.4208
ErrorsExpected @param tag for 'info'.4208
ErrorsLine contains a tab character.4209
ErrorsLine has trailing spaces.4210
ErrorsLine contains a tab character.4210
ErrorsLine is longer than 80 characters.4211
ErrorsLine contains a tab character.4211
ErrorsAvoid inline conditionals.4211
ErrorsLine contains a tab character.4212
ErrorsLine has trailing spaces.4213
ErrorsLine is longer than 80 characters.4213
ErrorsLine contains a tab character.4213
ErrorsLine contains a tab character.4214
ErrorsLine contains a tab character.4215
ErrorsLine has trailing spaces.4216
ErrorsLine contains a tab character.4216
ErrorsLine is longer than 80 characters.4218
ErrorsLine has trailing spaces.4219
ErrorsLine is longer than 80 characters.4219
ErrorsLine is longer than 80 characters.4220
ErrorsLine is longer than 80 characters.4221
ErrorsLine is longer than 80 characters.4222
ErrorsLine has trailing spaces.4224
ErrorsLine is longer than 80 characters.4224
ErrorsLine has trailing spaces.4226
ErrorsMethod 'tryParsingUnprocessedMessage' is not designed for extension - needs to be abstract, final or empty.4227
ErrorsParameter messageName should be final.4227
ErrorsExpected @param tag for 'messageName'.4227
Errors'{' is not preceded with whitespace.4227
ErrorsLine has trailing spaces.4230
ErrorsLine is longer than 80 characters.4232
ErrorsLine is longer than 80 characters.4233
ErrorsLine is longer than 80 characters.4235
ErrorsLine has trailing spaces.4236
ErrorsLine is longer than 80 characters.4236
ErrorsLine has trailing spaces.4237
ErrorsLine is longer than 80 characters.4237
ErrorsLine has trailing spaces.4239
ErrorsLine has trailing spaces.4240
ErrorsLine has trailing spaces.4241
ErrorsExpected an @return tag.4242
ErrorsLine is longer than 80 characters.4242
ErrorsMethod 'tryParsingUnprocessedMessageParameter' is not designed for extension - needs to be abstract, final or empty.4242
ErrorsParameter paramName should be final.4242
ErrorsParameter wholeParamText should be final.4242
Errors'{' is not preceded with whitespace.4242
ErrorsLine has trailing spaces.4245
ErrorsLine contains a tab character.4246
ErrorsLine contains a tab character.4247
ErrorsLine contains a tab character.4248
ErrorsLine contains a tab character.4249
ErrorsLine contains a tab character.4250
ErrorsLine contains a tab character.4251
ErrorsLine contains a tab character.4252
ErrorsLine has trailing spaces.4253
ErrorsLine contains a tab character.4253
ErrorsLine contains a tab character.4254
ErrorsMethod 'getToken' is not designed for extension - needs to be abstract, final or empty.4254
ErrorsParameter text should be final.4254
ErrorsExpected @param tag for 'text'.4254
ErrorsParameter delimiters should be final.4254
ErrorsExpected @param tag for 'delimiters'.4254
ErrorsParameter num should be final.4254
ErrorsExpected @param tag for 'num'.4254
ErrorsLine contains a tab character.4255
ErrorsLine contains a tab character.4256
ErrorsLine contains a tab character.4257
ErrorsLine contains a tab character.4258
ErrorsLine contains a tab character.4259
ErrorsLine contains a tab character.4260
ErrorsLine contains a tab character.4261
ErrorsLine is longer than 80 characters.4262
ErrorsLine contains a tab character.4262
Errors'+' is not preceded with whitespace.4262
Errors'+' is not followed by whitespace.4262
Errors'+' is not preceded with whitespace.4262
Errors'+' is not followed by whitespace.4262
Errors'+' is not preceded with whitespace.4262
Errors'+' is not followed by whitespace.4262
Errors'+' is not preceded with whitespace.4262
Errors'+' is not followed by whitespace.4262
ErrorsLine contains a tab character.4263
ErrorsLine contains a tab character.4264
ErrorsLine contains a tab character.4265
ErrorsLine has trailing spaces.4266
ErrorsLine contains a tab character.4266
ErrorsLine contains a tab character.4267
ErrorsLine contains a tab character.4268
ErrorsLine contains a tab character.4269
ErrorsLine contains a tab character.4270
ErrorsLine contains a tab character.4271
ErrorsLine contains a tab character.4272
ErrorsLine has trailing spaces.4273
ErrorsLine contains a tab character.4273
ErrorsLine contains a tab character.4274
ErrorsMethod 'getToken' is not designed for extension - needs to be abstract, final or empty.4274
ErrorsParameter text should be final.4274
ErrorsExpected @param tag for 'text'.4274
ErrorsParameter num should be final.4274
ErrorsExpected @param tag for 'num'.4274
ErrorsLine has trailing spaces.4275
ErrorsLine contains a tab character.4275
ErrorsLine contains a tab character.4276
ErrorsLine contains a tab character.4278
ErrorsLine contains a tab character.4279
ErrorsLine contains a tab character.4280
ErrorsLine is longer than 80 characters.4281
ErrorsLine contains a tab character.4281
ErrorsLine has trailing spaces.4282
ErrorsLine contains a tab character.4282
ErrorsLine contains a tab character.4283
ErrorsLine contains a tab character.4284
ErrorsLine contains a tab character.4285
ErrorsLine contains a tab character.4286
ErrorsMethod 'intValue' is not designed for extension - needs to be abstract, final or empty.4286
Errors'(' is followed by whitespace.4286
ErrorsParameter txt should be final.4286
Errors')' is preceded with whitespace.4286
ErrorsLine contains a tab character.4287
ErrorsLine contains a tab character.4288
ErrorsLine contains a tab character.4290
Errors'+' is not preceded with whitespace.4290
Errors'+' is not followed by whitespace.4290
Errors'+' is not preceded with whitespace.4290
Errors'+' is not followed by whitespace.4290
ErrorsLine contains a tab character.4291
ErrorsLine contains a tab character.4293
Errors'+' is not preceded with whitespace.4293
Errors'+' is not followed by whitespace.4293
Errors'+' is not preceded with whitespace.4293
Errors'+' is not followed by whitespace.4293
ErrorsLine has trailing spaces.4294
ErrorsLine contains a tab character.4294
ErrorsLine contains a tab character.4296
Errors'+' is not preceded with whitespace.4296
Errors'+' is not followed by whitespace.4296
Errors'+' is not preceded with whitespace.4296
Errors'+' is not followed by whitespace.4296
ErrorsLine contains a tab character.4297
ErrorsLine contains a tab character.4299
ErrorsLine has trailing spaces.4301
ErrorsLine contains a tab character.4301
ErrorsLine contains a tab character.4302
ErrorsLine contains a tab character.4303
ErrorsLine contains a tab character.4304
ErrorsLine has trailing spaces.4305
ErrorsLine is longer than 80 characters.4305
ErrorsLine contains a tab character.4305
ErrorsLine has trailing spaces.4306
ErrorsLine contains a tab character.4306
ErrorsLine contains a tab character.4307
ErrorsLine contains a tab character.4308
ErrorsLine contains a tab character.4309
ErrorsLine contains a tab character.4310
ErrorsMethod 'doubleValue' is not designed for extension - needs to be abstract, final or empty.4310
ErrorsParameter txt should be final.4310
ErrorsLine contains a tab character.4311
ErrorsLine contains a tab character.4312
ErrorsLine contains a tab character.4314
Errors'+' is not preceded with whitespace.4314
Errors'+' is not followed by whitespace.4314
Errors'+' is not preceded with whitespace.4314
Errors'+' is not followed by whitespace.4314
ErrorsLine contains a tab character.4315
ErrorsLine contains a tab character.4317
Errors'+' is not preceded with whitespace.4317
Errors'+' is not followed by whitespace.4317
Errors'+' is not preceded with whitespace.4317
Errors'+' is not followed by whitespace.4317
ErrorsLine has trailing spaces.4318
ErrorsLine contains a tab character.4318
ErrorsLine is longer than 80 characters.4320
ErrorsLine contains a tab character.4320
Errors'+' is not preceded with whitespace.4320
Errors'+' is not followed by whitespace.4320
Errors'+' is not preceded with whitespace.4320
Errors'+' is not followed by whitespace.4320
ErrorsLine contains a tab character.4321
ErrorsLine contains a tab character.4323
ErrorsLine has trailing spaces.4324
ErrorsLine contains a tab character.4324
ErrorsLine contains a tab character.4325
ErrorsLine contains a tab character.4326
ErrorsLine contains a tab character.4327
ErrorsLine has trailing spaces.4328
ErrorsLine is longer than 80 characters.4328
ErrorsLine contains a tab character.4328
ErrorsLine has trailing spaces.4329
ErrorsLine contains a tab character.4329
ErrorsLine contains a tab character.4330
ErrorsLine contains a tab character.4331
ErrorsLine contains a tab character.4332
ErrorsLine contains a tab character.4333
ErrorsMethod 'floatValue' is not designed for extension - needs to be abstract, final or empty.4333
ErrorsParameter txt should be final.4333
ErrorsLine contains a tab character.4334
ErrorsLine contains a tab character.4335
ErrorsLine contains a tab character.4337
Errors'+' is not preceded with whitespace.4337
Errors'+' is not followed by whitespace.4337
Errors'+' is not preceded with whitespace.4337
Errors'+' is not followed by whitespace.4337
ErrorsLine contains a tab character.4338
ErrorsLine contains a tab character.4340
Errors'+' is not preceded with whitespace.4340
Errors'+' is not followed by whitespace.4340
Errors'+' is not preceded with whitespace.4340
Errors'+' is not followed by whitespace.4340
ErrorsLine has trailing spaces.4341
ErrorsLine contains a tab character.4341
ErrorsLine is longer than 80 characters.4343
ErrorsLine contains a tab character.4343
Errors'+' is not preceded with whitespace.4343
Errors'+' is not followed by whitespace.4343
Errors'+' is not preceded with whitespace.4343
Errors'+' is not followed by whitespace.4343
ErrorsLine contains a tab character.4344
ErrorsLine contains a tab character.4346
ErrorsLine has trailing spaces.4347
ErrorsLine contains a tab character.4347
ErrorsFirst sentence should end with a period.4348
ErrorsLine contains a tab character.4349
ErrorsLine contains a tab character.4350
ErrorsLine has trailing spaces.4351
ErrorsLine contains a tab character.4351
ErrorsLine contains a tab character.4352
ErrorsLine contains a tab character.4353
ErrorsLine contains a tab character.4354
ErrorsLine contains a tab character.4355
ErrorsMethod 'getTriple' is not designed for extension - needs to be abstract, final or empty.4355
Errors'(' is followed by whitespace.4355
ErrorsParameter txt should be final.4355
Errors')' is preceded with whitespace.4355
ErrorsLine is longer than 80 characters.4356
ErrorsLine contains a tab character.4356
ErrorsLine has trailing spaces.4357
ErrorsLine contains a tab character.4357
ErrorsLine contains a tab character.4358
ErrorsLine contains a tab character.4359
ErrorsLine contains a tab character.4360
ErrorsLine contains a tab character.4361
ErrorsLine has trailing spaces.4362
ErrorsLine contains a tab character.4362
ErrorsLine contains a tab character.4363
ErrorsLine contains a tab character.4364
ErrorsLine contains a tab character.4365
Errors',' is not followed by whitespace.4365
Errors',' is not followed by whitespace.4365
ErrorsLine contains a tab character.4366
ErrorsLine contains a tab character.4367
ErrorsLine contains a tab character.4368
ErrorsLine contains a tab character.4369
Errors',' is not followed by whitespace.4369
Errors',' is not followed by whitespace.4369
ErrorsLine contains a tab character.4371
Errors'+' is not preceded with whitespace.4371
Errors'+' is not followed by whitespace.4371
Errors'+' is not preceded with whitespace.4371
Errors'+' is not followed by whitespace.4371
ErrorsLine has trailing spaces.4372
ErrorsLine contains a tab character.4372
ErrorsLine contains a tab character.4374
Errors'+' is not preceded with whitespace.4374
Errors'+' is not followed by whitespace.4374
Errors'+' is not preceded with whitespace.4374
Errors'+' is not followed by whitespace.4374
ErrorsLine contains a tab character.4375
ErrorsLine contains a tab character.4377
ErrorsLine has trailing spaces.4378
ErrorsLine contains a tab character.4378
ErrorsFirst sentence should end with a period.4379
ErrorsLine contains a tab character.4379
ErrorsLine is longer than 80 characters.4380
ErrorsLine contains a tab character.4380
ErrorsLine has trailing spaces.4381
ErrorsLine contains a tab character.4381
ErrorsLine contains a tab character.4382
ErrorsLine contains a tab character.4383
ErrorsLine contains a tab character.4384
ErrorsLine contains a tab character.4385
ErrorsMethod 'locationValue' is not designed for extension - needs to be abstract, final or empty.4385
ErrorsParameter txt should be final.4385
ErrorsLine contains a tab character.4386
ErrorsLine contains a tab character.4387
ErrorsLine contains a tab character.4388
ErrorsLine contains a tab character.4389
ErrorsLine contains a tab character.4390
Errors'+' is not preceded with whitespace.4390
Errors'+' is not followed by whitespace.4390
Errors'+' is not preceded with whitespace.4390
Errors'+' is not followed by whitespace.4390
ErrorsLine contains a tab character.4391
ErrorsLine contains a tab character.4392
ErrorsLine is longer than 80 characters.4393
ErrorsLine contains a tab character.4393
Errors'+' is not preceded with whitespace.4393
Errors'+' is not followed by whitespace.4393
Errors'+' is not preceded with whitespace.4393
Errors'+' is not followed by whitespace.4393
ErrorsLine contains a tab character.4394
ErrorsLine contains a tab character.4395
ErrorsLine contains a tab character.4396
ErrorsLine has trailing spaces.4397
ErrorsLine contains a tab character.4397
ErrorsLine contains a tab character.4398
ErrorsLine has trailing spaces.4400
ErrorsMethod 'itemTypeValue' is not designed for extension - needs to be abstract, final or empty.4404
ErrorsParameter txt should be final.4404
ErrorsLine has trailing spaces.4407
ErrorsMethod 'itemDescriptorValue' is not designed for extension - needs to be abstract, final or empty.4408
ErrorsMissing a Javadoc comment.4408
ErrorsParameter type should be final.4408
ErrorsLine contains a tab character.4409
ErrorsLine has trailing spaces.4411
ErrorsLine has trailing spaces.4416
ErrorsMethod 'categoryValue' is not designed for extension - needs to be abstract, final or empty.4417
ErrorsParameter txt should be final.4417
ErrorsLine contains a tab character.4418
ErrorsLine is longer than 80 characters.4419
ErrorsLine contains a tab character.4419
ErrorsLine contains a tab character.4420
ErrorsLine contains a tab character.4421
ErrorsLine contains a tab character.4422
ErrorsLine has trailing spaces.4424
ErrorsLine contains a tab character.4424
ErrorsFirst sentence should end with a period.4425
ErrorsLine contains a tab character.4425
ErrorsLine is longer than 80 characters.4426
ErrorsLine contains a tab character.4426
ErrorsLine has trailing spaces.4427
ErrorsLine contains a tab character.4427
ErrorsLine contains a tab character.4428
ErrorsLine contains a tab character.4429
ErrorsLine contains a tab character.4430
ErrorsLine contains a tab character.4431
ErrorsMethod 'velocityValue' is not designed for extension - needs to be abstract, final or empty.4431
ErrorsParameter txt should be final.4431
ErrorsLine contains a tab character.4432
ErrorsLine contains a tab character.4433
ErrorsLine contains a tab character.4434
ErrorsLine contains a tab character.4435
ErrorsLine contains a tab character.4436
Errors'+' is not preceded with whitespace.4436
Errors'+' is not followed by whitespace.4436
Errors'+' is not preceded with whitespace.4436
Errors'+' is not followed by whitespace.4436
ErrorsLine contains a tab character.4437
ErrorsLine contains a tab character.4438
ErrorsLine is longer than 80 characters.4439
ErrorsLine contains a tab character.4439
Errors'+' is not preceded with whitespace.4439
Errors'+' is not followed by whitespace.4439
Errors'+' is not preceded with whitespace.4439
Errors'+' is not followed by whitespace.4439
ErrorsLine contains a tab character.4440
ErrorsLine contains a tab character.4441
ErrorsLine contains a tab character.4442
ErrorsFirst sentence should end with a period.4444
ErrorsLine contains a tab character.4444
ErrorsLine is longer than 80 characters.4445
ErrorsLine contains a tab character.4445
ErrorsLine has trailing spaces.4446
ErrorsLine contains a tab character.4446
ErrorsLine contains a tab character.4447
ErrorsLine contains a tab character.4448
ErrorsLine contains a tab character.4449
ErrorsLine contains a tab character.4450
ErrorsMethod 'rotationValue' is not designed for extension - needs to be abstract, final or empty.4450
ErrorsParameter txt should be final.4450
ErrorsLine contains a tab character.4451
ErrorsLine contains a tab character.4452
ErrorsLine contains a tab character.4453
ErrorsLine contains a tab character.4454
ErrorsLine contains a tab character.4455
Errors'+' is not preceded with whitespace.4455
Errors'+' is not followed by whitespace.4455
Errors'+' is not preceded with whitespace.4455
Errors'+' is not followed by whitespace.4455
ErrorsLine contains a tab character.4456
ErrorsLine contains a tab character.4457
ErrorsLine is longer than 80 characters.4458
ErrorsLine contains a tab character.4458
Errors'+' is not preceded with whitespace.4458
Errors'+' is not followed by whitespace.4458
Errors'+' is not preceded with whitespace.4458
Errors'+' is not followed by whitespace.4458
ErrorsLine contains a tab character.4459
ErrorsLine contains a tab character.4460
ErrorsLine contains a tab character.4461
ErrorsLine has trailing spaces.4462
ErrorsLine contains a tab character.4462
ErrorsFirst sentence should end with a period.4463
ErrorsLine contains a tab character.4463
ErrorsLine is longer than 80 characters.4464
ErrorsLine contains a tab character.4464
ErrorsLine has trailing spaces.4465
ErrorsLine contains a tab character.4465
ErrorsLine contains a tab character.4466
ErrorsLine contains a tab character.4467
ErrorsLine contains a tab character.4468
ErrorsLine contains a tab character.4469
ErrorsMethod 'point3dValue' is not designed for extension - needs to be abstract, final or empty.4469
ErrorsParameter txt should be final.4469
ErrorsLine contains a tab character.4470
ErrorsLine contains a tab character.4471
ErrorsLine contains a tab character.4472
ErrorsLine contains a tab character.4473
ErrorsLine contains a tab character.4474
Errors'+' is not preceded with whitespace.4474
Errors'+' is not followed by whitespace.4474
Errors'+' is not preceded with whitespace.4474
Errors'+' is not followed by whitespace.4474
ErrorsLine contains a tab character.4475
Errors',' is not followed by whitespace.4475
Errors',' is not followed by whitespace.4475
ErrorsLine contains a tab character.4476
ErrorsLine contains a tab character.4477
Errors'+' is not preceded with whitespace.4477
Errors'+' is not followed by whitespace.4477
Errors'+' is not preceded with whitespace.4477
Errors'+' is not followed by whitespace.4477
ErrorsLine contains a tab character.4478
ErrorsLine contains a tab character.4480
ErrorsLine has trailing spaces.4481
ErrorsLine contains a tab character.4481
ErrorsFirst sentence should end with a period.4482
ErrorsLine contains a tab character.4482
ErrorsLine is longer than 80 characters.4483
ErrorsLine contains a tab character.4483
ErrorsLine has trailing spaces.4484
ErrorsLine contains a tab character.4484
ErrorsLine contains a tab character.4485
ErrorsLine contains a tab character.4486
ErrorsLine contains a tab character.4487
ErrorsLine contains a tab character.4488
ErrorsMethod 'vector3dValue' is not designed for extension - needs to be abstract, final or empty.4488
ErrorsParameter txt should be final.4488
ErrorsLine contains a tab character.4489
ErrorsLine contains a tab character.4490
ErrorsLine contains a tab character.4491
ErrorsLine contains a tab character.4492
ErrorsLine contains a tab character.4493
Errors'+' is not preceded with whitespace.4493
Errors'+' is not followed by whitespace.4493
Errors'+' is not preceded with whitespace.4493
Errors'+' is not followed by whitespace.4493
ErrorsLine contains a tab character.4494
Errors',' is not followed by whitespace.4494
Errors',' is not followed by whitespace.4494
ErrorsLine contains a tab character.4495
ErrorsLine contains a tab character.4496
Errors'+' is not preceded with whitespace.4496
Errors'+' is not followed by whitespace.4496
Errors'+' is not preceded with whitespace.4496
Errors'+' is not followed by whitespace.4496
ErrorsLine contains a tab character.4497
ErrorsLine contains a tab character.4499
ErrorsLine has trailing spaces.4500
ErrorsLine contains a tab character.4500
ErrorsLine contains a tab character.4501
ErrorsLine contains a tab character.4502
ErrorsLine has trailing spaces.4503
ErrorsLine contains a tab character.4503
ErrorsLine contains a tab character.4504
ErrorsLine contains a tab character.4505
ErrorsLine contains a tab character.4506
ErrorsLine contains a tab character.4507
ErrorsMethod 'stringValue' is not designed for extension - needs to be abstract, final or empty.4507
Errors'(' is followed by whitespace.4507
ErrorsParameter txt should be final.4507
Errors')' is preceded with whitespace.4507
ErrorsLine contains a tab character.4508
ErrorsLine contains a tab character.4509
ErrorsLine contains a tab character.4510
ErrorsLine is longer than 80 characters.4511
ErrorsLine contains a tab character.4511
ErrorsLine contains a tab character.4512
ErrorsLine contains a tab character.4513
ErrorsLine contains a tab character.4514
Errors'+' is not preceded with whitespace.4514
Errors'+' is not followed by whitespace.4514
Errors'-' is not preceded with whitespace.4514
Errors'-' is not followed by whitespace.4514
ErrorsLine contains a tab character.4515
ErrorsLine has trailing spaces.4516
ErrorsLine contains a tab character.4516
ErrorsLine contains a tab character.4517
ErrorsLine contains a tab character.4518
Errors'+' is not preceded with whitespace.4518
Errors'+' is not followed by whitespace.4518
Errors'+' is not preceded with whitespace.4518
Errors'+' is not followed by whitespace.4518
ErrorsLine contains a tab character.4519
ErrorsLine contains a tab character.4520
ErrorsLine is longer than 80 characters.4522
ErrorsLine contains a tab character.4522
Errors'+' is not preceded with whitespace.4522
Errors'+' is not followed by whitespace.4522
Errors'+' is not preceded with whitespace.4522
Errors'+' is not followed by whitespace.4522
ErrorsLine contains a tab character.4523
ErrorsLine contains a tab character.4525
ErrorsLine has trailing spaces.4526
ErrorsLine contains a tab character.4526
ErrorsLine contains a tab character.4527
ErrorsLine contains a tab character.4528
ErrorsLine has trailing spaces.4529
ErrorsLine contains a tab character.4529
ErrorsLine contains a tab character.4530
ErrorsLine contains a tab character.4531
ErrorsLine contains a tab character.4532
ErrorsLine contains a tab character.4533
ErrorsMethod 'stringIdValue' is not designed for extension - needs to be abstract, final or empty.4533
Errors'(' is followed by whitespace.4533
ErrorsParameter txt should be final.4533
Errors')' is preceded with whitespace.4533
ErrorsLine has trailing spaces.4534
ErrorsLine contains a tab character.4534
ErrorsLine contains a tab character.4535
ErrorsLine has trailing spaces.4536
ErrorsLine contains a tab character.4536
ErrorsLine contains a tab character.4537
ErrorsLine contains a tab character.4538
ErrorsLine contains a tab character.4539
ErrorsLine has trailing spaces.4540
ErrorsLine is longer than 80 characters.4540
ErrorsLine contains a tab character.4540
ErrorsLine has trailing spaces.4541
ErrorsLine contains a tab character.4541
ErrorsLine contains a tab character.4542
ErrorsLine contains a tab character.4543
ErrorsLine contains a tab character.4544
ErrorsLine contains a tab character.4545
ErrorsMethod 'booleanValue' is not designed for extension - needs to be abstract, final or empty.4545
ErrorsParameter txt should be final.4545
ErrorsLine contains a tab character.4546
ErrorsLine contains a tab character.4547
Errors'if' construct must use '{}'s.4548
ErrorsLine contains a tab character.4548
ErrorsConditional logic can be removed.4548
Errors'else' construct must use '{}'s.4549
ErrorsLine contains a tab character.4549
ErrorsLine contains a tab character.4551
Errors'+' is not preceded with whitespace.4551
Errors'+' is not followed by whitespace.4551
Errors'+' is not preceded with whitespace.4551
Errors'+' is not followed by whitespace.4551
ErrorsLine has trailing spaces.4552
ErrorsLine contains a tab character.4552
ErrorsLine is longer than 80 characters.4554
ErrorsLine contains a tab character.4554
Errors'+' is not preceded with whitespace.4554
Errors'+' is not followed by whitespace.4554
Errors'+' is not preceded with whitespace.4554
Errors'+' is not followed by whitespace.4554
ErrorsLine contains a tab character.4555
ErrorsLine contains a tab character.4557
ErrorsLine has trailing spaces.4558
ErrorsLine contains a tab character.4558
ErrorsLine contains a tab character.4559
ErrorsLine contains a tab character.4560
ErrorsLine contains a tab character.4561
ErrorsLine has trailing spaces.4562
ErrorsLine is longer than 80 characters.4562
ErrorsLine contains a tab character.4562
ErrorsLine has trailing spaces.4563
ErrorsLine contains a tab character.4563
ErrorsLine contains a tab character.4564
ErrorsLine contains a tab character.4565
ErrorsLine contains a tab character.4566
ErrorsLine contains a tab character.4567
ErrorsMethod 'unrealIdValue' is not designed for extension - needs to be abstract, final or empty.4567
ErrorsParameter txt should be final.4567
ErrorsLine contains a tab character.4568
ErrorsLine contains a tab character.4569
ErrorsLine contains a tab character.4570
ErrorsLine is longer than 80 characters.4571
ErrorsLine contains a tab character.4571
Errors'+' is not preceded with whitespace.4571
Errors'+' is not followed by whitespace.4571
Errors'+' is not preceded with whitespace.4571
Errors'+' is not followed by whitespace.4571
ErrorsLine contains a tab character.4572
ErrorsLine contains a tab character.4573
ErrorsLine contains a tab character.4574
ErrorsLine is longer than 80 characters.4576
ErrorsLine contains a tab character.4576
Errors'+' is not preceded with whitespace.4576
Errors'+' is not followed by whitespace.4576
Errors'+' is not preceded with whitespace.4576
Errors'+' is not followed by whitespace.4576
ErrorsLine has trailing spaces.4577
ErrorsLine contains a tab character.4577
ErrorsLine is longer than 80 characters.4579
ErrorsLine contains a tab character.4579
Errors'+' is not preceded with whitespace.4579
Errors'+' is not followed by whitespace.4579
Errors'+' is not preceded with whitespace.4579
Errors'+' is not followed by whitespace.4579
ErrorsLine contains a tab character.4580
ErrorsLine contains a tab character.4582
ErrorsLine has trailing spaces.4583
ErrorsLine contains a tab character.4583
ErrorsMissing a Javadoc comment.4585
Errors'10' is a magic number.4585
ErrorsMissing a Javadoc comment.4586
ErrorsName 'stack_pos' must match pattern '^[a-z][a-zA-Z0-9]*$'.4586
ErrorsLine has trailing spaces.4587
ErrorsLine has trailing spaces.4588
ErrorsMissing a Javadoc comment.4589
ErrorsVariable 'actObj' must be private and have accessor methods.4589
ErrorsLine has trailing spaces.4590
ErrorsMethod 'getParsedObject' is not designed for extension - needs to be abstract, final or empty.4591
ErrorsMissing a Javadoc comment.4591
ErrorsLine has trailing spaces.4594
ErrorsFirst sentence should end with a period.4595
ErrorsLine is longer than 80 characters.4596
ErrorsName 'state_go' must match pattern '^[a-z][a-zA-Z0-9]*$'.4598
ErrorsParameter state should be final.4598
ErrorsExpected @param tag for 'state'.4598
Errors'{' should be on the previous line.4599
ErrorsLine contains a tab character.4600
ErrorsLine contains a tab character.4601
ErrorsLine has trailing spaces.4603
ErrorsName 'state_return' must match pattern '^[a-z][a-zA-Z0-9]*$'.4607
Errors'{' should be on the previous line.4608
ErrorsLine contains a tab character.4609
ErrorsParameter in should be final.4619
ErrorsParameter in should be final.4629
ErrorsLine has trailing spaces.4633
ErrorsParameter packed should be final.4639
Errors'0x10000' is a magic number.4640
Errors'146' is a magic number.4643
Errors'do' construct must use '{}'s.4646
ErrorsLine has trailing spaces.4656
Errors'-' is not preceded with whitespace.4665
Errors'-' is not followed by whitespace.4665
Errors'-=' is not preceded with whitespace.4668
Errors'-=' is not preceded with whitespace.4669
Errors'-=' is not preceded with whitespace.4670
ErrorsArray brackets at illegal position.4677
Errors'*' is not preceded with whitespace.4677
Errors'*' is not followed by whitespace.4677
Errors'-' is not preceded with whitespace.4684
Errors'-' is not followed by whitespace.4684
Errors'+=' is not preceded with whitespace.4687
ErrorsLine has trailing spaces.4690
ErrorsLine is longer than 80 characters.4690
ErrorsLine has trailing spaces.4698
ErrorsLine contains a tab character.4701
ErrorsLine has trailing spaces.4705
ErrorsExpected @throws tag for 'java.io.IOException'.4709
Errors'if' construct must use '{}'s.4713
ErrorsLine has trailing spaces.4722
ErrorsLine has trailing spaces.4726
ErrorsParameter reader should be final.4728
ErrorsInner assignments should be avoided.4733
ErrorsInner assignments should be avoided.4734
ErrorsInner assignments should be avoided.4735
ErrorsInner assignments should be avoided.4735
ErrorsExpected an @return tag.4743
ErrorsFirst sentence should end with a period.4748
ErrorsParameter newState should be final.4753
ErrorsExpected an @return tag.4761
Errors'(' is followed by whitespace.4762
Errors'-' is not preceded with whitespace.4762
Errors'-' is not followed by whitespace.4762
Errors')' is preceded with whitespace.4762
ErrorsLine has trailing spaces.4767
ErrorsLine has trailing spaces.4768
ErrorsLine has trailing spaces.4769
ErrorsLine has trailing spaces.4772
ErrorsParameter pos should be final.4777
Errors'+' is not preceded with whitespace.4778
Errors'+' is not followed by whitespace.4778
ErrorsExpected an @return tag.4785
Errors'-' is not preceded with whitespace.4786
Errors'-' is not followed by whitespace.4786
ErrorsLine has trailing spaces.4793
ErrorsLine has trailing spaces.4794
ErrorsParameter errorCode should be final.4804
Errors'}' should be on the same line.4808
ErrorsLine has trailing spaces.4814
ErrorsMethod 'yypushback' is not designed for extension - needs to be abstract, final or empty.4825
ErrorsParameter number should be final.4825
Errors'if' construct must use '{}'s.4826
Errors'(' is followed by whitespace.4826
Errors')' is preceded with whitespace.4826
ErrorsMethod 'yylex' is not designed for extension - needs to be abstract, final or empty.4840
ErrorsMethod length is 3,013 lines (max allowed is 150).4840
Errors'+=' is not preceded with whitespace.4858
Errors'-' is not preceded with whitespace.4858
Errors'-' is not followed by whitespace.4858
Errors'if' construct must use '{}'s.4877
ErrorsLine is longer than 80 characters.4889
Errors'if' construct must use '{}'s.4891
Errors'if' construct must use '{}'s.4893
Errors'if' construct must use '{}'s.4900
ErrorsLine has trailing spaces.4900
Errors'else' construct must use '{}'s.4902
ErrorsLine has trailing spaces.4902
Errors'if' construct must use '{}'s.4905
ErrorsInner assignments should be avoided.4909
ErrorsInner assignments should be avoided.4909
ErrorsLine has trailing spaces.4910
ErrorsLine has trailing spaces.4916
Errors'if' construct must use '{}'s.4917
Errors'}' should be on the same line.4922
Errors'}' should be on the same line.4936
Errors'if' construct must use '{}'s.4942
Errors'(' is followed by whitespace.4946
Errors')' is preceded with whitespace.4946
Errors'if' construct must use '{}'s.4949
Errors'(' is followed by whitespace.4949
Errors'8' is a magic number.4949
Errors'8' is a magic number.4949
Errors')' is preceded with whitespace.4949
ErrorsAvoid inline conditionals.4958
ErrorsLine has trailing spaces.4959
Errors'369' is a magic number.4959
ErrorsAvoid nested blocks.4960
Errors'cast' is not followed by whitespace.4960
Errors'637' is a magic number.4962
ErrorsLine has trailing spaces.4963
Errors'415' is a magic number.4963
ErrorsAvoid nested blocks.4964
Errors'cast' is not followed by whitespace.4964
Errors'638' is a magic number.4966
ErrorsLine has trailing spaces.4967
Errors'297' is a magic number.4967
ErrorsAvoid nested blocks.4968
ErrorsLine contains a tab character.4969
Errors'639' is a magic number.4971
ErrorsLine has trailing spaces.4972
Errors'265' is a magic number.4972
ErrorsAvoid nested blocks.4973
Errors'cast' is not followed by whitespace.4973
Errors'640' is a magic number.4975
ErrorsLine has trailing spaces.4976
Errors'553' is a magic number.4976
ErrorsAvoid nested blocks.4977
Errors'cast' is not followed by whitespace.4977
Errors'641' is a magic number.4979
ErrorsLine has trailing spaces.4980
Errors'254' is a magic number.4980
ErrorsAvoid nested blocks.4981
ErrorsLine contains a tab character.4982
Errors'642' is a magic number.4984
ErrorsLine has trailing spaces.4985
Errors'55' is a magic number.4985
ErrorsAvoid nested blocks.4986
ErrorsLine contains a tab character.4987
ErrorsLine contains a tab character.4988
Errors'643' is a magic number.4990
ErrorsLine has trailing spaces.4991
Errors'615' is a magic number.4991
ErrorsLine is longer than 80 characters.4992
ErrorsAvoid nested blocks.4992
Errors'cast' is not followed by whitespace.4992
Errors'644' is a magic number.4994
ErrorsLine has trailing spaces.4995
Errors'419' is a magic number.4995
ErrorsAvoid nested blocks.4996
Errors'cast' is not followed by whitespace.4996
Errors'645' is a magic number.4998
ErrorsLine has trailing spaces.4999
Errors'37' is a magic number.4999
ErrorsAvoid nested blocks.5000
ErrorsLine contains a tab character.5001
ErrorsLine contains a tab character.5002
Errors'646' is a magic number.5004
ErrorsLine has trailing spaces.5005
Errors'423' is a magic number.5005
ErrorsAvoid nested blocks.5006
Errors'cast' is not followed by whitespace.5006
Errors'647' is a magic number.5008
ErrorsLine has trailing spaces.5009
Errors'164' is a magic number.5009
ErrorsAvoid nested blocks.5010
ErrorsLine contains a tab character.5011
Errors'648' is a magic number.5013
ErrorsLine has trailing spaces.5014
Errors'117' is a magic number.5014
ErrorsAvoid nested blocks.5015
ErrorsLine contains a tab character.5016
Errors'649' is a magic number.5018
ErrorsLine has trailing spaces.5019
Errors'160' is a magic number.5019
ErrorsAvoid nested blocks.5020
ErrorsLine contains a tab character.5021
Errors'650' is a magic number.5023
ErrorsLine has trailing spaces.5024
Errors'296' is a magic number.5024
ErrorsAvoid nested blocks.5025
Errors'cast' is not followed by whitespace.5025
Errors'651' is a magic number.5027
ErrorsLine has trailing spaces.5028
Errors'620' is a magic number.5028
ErrorsAvoid nested blocks.5029
Errors'cast' is not followed by whitespace.5029
Errors'652' is a magic number.5031
ErrorsLine has trailing spaces.5032
Errors'116' is a magic number.5032
ErrorsAvoid nested blocks.5033
ErrorsLine contains a tab character.5034
Errors'653' is a magic number.5036
ErrorsLine has trailing spaces.5037
Errors'95' is a magic number.5037
ErrorsAvoid nested blocks.5038
ErrorsLine is longer than 80 characters.5039
ErrorsLine contains a tab character.5039
ErrorsLine contains a tab character.5040
Errors'654' is a magic number.5042
ErrorsLine has trailing spaces.5043
Errors'122' is a magic number.5043
ErrorsAvoid nested blocks.5044
ErrorsLine contains a tab character.5045
Errors'655' is a magic number.5047
ErrorsLine has trailing spaces.5048
Errors'263' is a magic number.5048
ErrorsAvoid nested blocks.5049
Errors'cast' is not followed by whitespace.5049
ErrorsLine has trailing spaces.5050
ErrorsLine contains a tab character.5050
ErrorsLine is longer than 80 characters.5051
ErrorsLine contains a tab character.5051
Errors'cast' is not followed by whitespace.5051
Errors'cast' is not followed by whitespace.5051
Errors'656' is a magic number.5053
ErrorsLine has trailing spaces.5054
Errors'223' is a magic number.5054
ErrorsAvoid nested blocks.5055
Errors'cast' is not followed by whitespace.5055
Errors'657' is a magic number.5057
ErrorsLine has trailing spaces.5058
Errors'23' is a magic number.5058
ErrorsAvoid nested blocks.5059
ErrorsLine contains a tab character.5060
ErrorsLine contains a tab character.5061
Errors'658' is a magic number.5063
ErrorsLine has trailing spaces.5064
Errors'517' is a magic number.5064
ErrorsAvoid nested blocks.5065
Errors'cast' is not followed by whitespace.5065
Errors'659' is a magic number.5067
ErrorsLine has trailing spaces.5068
Errors'275' is a magic number.5068
ErrorsAvoid nested blocks.5069
ErrorsLine contains a tab character.5070
Errors'660' is a magic number.5072
ErrorsLine has trailing spaces.5073
Errors'181' is a magic number.5073
ErrorsAvoid nested blocks.5074
ErrorsLine contains a tab character.5075
Errors'661' is a magic number.5077
ErrorsLine has trailing spaces.5078
Errors'635' is a magic number.5078
ErrorsLine is longer than 80 characters.5079
ErrorsAvoid nested blocks.5079
Errors'cast' is not followed by whitespace.5079
Errors'662' is a magic number.5081
ErrorsLine has trailing spaces.5082
Errors'213' is a magic number.5082
ErrorsAvoid nested blocks.5083
Errors'cast' is not followed by whitespace.5083
Errors'663' is a magic number.5085
ErrorsLine has trailing spaces.5086
Errors'561' is a magic number.5086
ErrorsAvoid nested blocks.5087
Errors'cast' is not followed by whitespace.5087
Errors'664' is a magic number.5089
ErrorsLine has trailing spaces.5090
Errors'511' is a magic number.5090
ErrorsAvoid nested blocks.5091
Errors'cast' is not followed by whitespace.5091
Errors'665' is a magic number.5093
ErrorsLine has trailing spaces.5094
Errors'125' is a magic number.5094
ErrorsAvoid nested blocks.5095
ErrorsLine contains a tab character.5096
Errors'666' is a magic number.5098
ErrorsLine has trailing spaces.5099
Errors'567' is a magic number.5099
ErrorsAvoid nested blocks.5100
Errors'cast' is not followed by whitespace.5100
Errors'667' is a magic number.5102
ErrorsLine has trailing spaces.5103
Errors'38' is a magic number.5103
ErrorsAvoid nested blocks.5104
ErrorsLine contains a tab character.5105
ErrorsLine contains a tab character.5106
Errors'668' is a magic number.5108
ErrorsLine has trailing spaces.5109
Errors'481' is a magic number.5109
ErrorsAvoid nested blocks.5110
Errors'cast' is not followed by whitespace.5110
Errors'669' is a magic number.5112
ErrorsLine has trailing spaces.5113
Errors'480' is a magic number.5113
ErrorsAvoid nested blocks.5114
Errors'cast' is not followed by whitespace.5114
Errors'670' is a magic number.5116
ErrorsLine has trailing spaces.5117
Errors'446' is a magic number.5117
ErrorsAvoid nested blocks.5118
Errors'cast' is not followed by whitespace.5118
Errors'671' is a magic number.5120
ErrorsLine has trailing spaces.5121
Errors'614' is a magic number.5121
ErrorsAvoid nested blocks.5122
Errors'cast' is not followed by whitespace.5122
Errors'672' is a magic number.5124
ErrorsLine has trailing spaces.5125
Errors'280' is a magic number.5125
ErrorsAvoid nested blocks.5126
Errors'cast' is not followed by whitespace.5126
Errors'673' is a magic number.5128
ErrorsLine has trailing spaces.5129
Errors'546' is a magic number.5129
ErrorsLine is longer than 80 characters.5130
ErrorsAvoid nested blocks.5130
Errors'cast' is not followed by whitespace.5130
Errors'674' is a magic number.5132
ErrorsLine has trailing spaces.5133
Errors'192' is a magic number.5133
ErrorsAvoid nested blocks.5134
ErrorsLine contains a tab character.5135
Errors'675' is a magic number.5137
ErrorsLine has trailing spaces.5138
Errors'367' is a magic number.5138
ErrorsAvoid nested blocks.5139
Errors'cast' is not followed by whitespace.5139
Errors'676' is a magic number.5141
ErrorsLine has trailing spaces.5142
Errors'540' is a magic number.5142
ErrorsAvoid nested blocks.5143
Errors'cast' is not followed by whitespace.5143
Errors'677' is a magic number.5145
ErrorsLine has trailing spaces.5146
Errors'85' is a magic number.5146
ErrorsAvoid nested blocks.5147
ErrorsLine contains a tab character.5148
ErrorsLine contains a tab character.5149
Errors'678' is a magic number.5151
ErrorsLine has trailing spaces.5152
Errors'362' is a magic number.5152
ErrorsAvoid nested blocks.5153
Errors'cast' is not followed by whitespace.5153
Errors'679' is a magic number.5155
ErrorsLine has trailing spaces.5156
Errors'73' is a magic number.5156
ErrorsAvoid nested blocks.5157
ErrorsLine contains a tab character.5158
ErrorsLine contains a tab character.5159
Errors'680' is a magic number.5161
ErrorsLine has trailing spaces.5162
Errors'147' is a magic number.5162
ErrorsAvoid nested blocks.5163
ErrorsLine contains a tab character.5164
Errors'681' is a magic number.5166
ErrorsLine has trailing spaces.5167
Errors'515' is a magic number.5167
ErrorsAvoid nested blocks.5168
Errors'cast' is not followed by whitespace.5168
Errors'682' is a magic number.5170
ErrorsLine has trailing spaces.5171
Errors'179' is a magic number.5171
ErrorsAvoid nested blocks.5172
Errors'if' is not followed by whitespace.5173
Errors',' is not followed by whitespace.5173
ErrorsLine has trailing spaces.5174
ErrorsLine is longer than 80 characters.5174
Errors'683' is a magic number.5177
ErrorsLine has trailing spaces.5178
Errors'387' is a magic number.5178
ErrorsAvoid nested blocks.5179
Errors'cast' is not followed by whitespace.5179
ErrorsLine has trailing spaces.5180
ErrorsLine contains a tab character.5180
ErrorsLine is longer than 80 characters.5181
ErrorsLine contains a tab character.5181
Errors'cast' is not followed by whitespace.5181
Errors'cast' is not followed by whitespace.5181
Errors'684' is a magic number.5183
ErrorsLine has trailing spaces.5184
Errors'206' is a magic number.5184
ErrorsAvoid nested blocks.5185
Errors'cast' is not followed by whitespace.5185
Errors'685' is a magic number.5187
ErrorsLine has trailing spaces.5188
Errors'531' is a magic number.5188
ErrorsAvoid nested blocks.5189
Errors'cast' is not followed by whitespace.5189
Errors'686' is a magic number.5191
ErrorsLine has trailing spaces.5192
Errors'586' is a magic number.5192
ErrorsAvoid nested blocks.5193
Errors'cast' is not followed by whitespace.5193
Errors'687' is a magic number.5195
ErrorsLine has trailing spaces.5196
Errors'579' is a magic number.5196
ErrorsAvoid nested blocks.5197
Errors'cast' is not followed by whitespace.5197
Errors'688' is a magic number.5199
ErrorsLine has trailing spaces.5200
Errors'363' is a magic number.5200
ErrorsAvoid nested blocks.5201
Errors'cast' is not followed by whitespace.5201
Errors'689' is a magic number.5203
ErrorsLine has trailing spaces.5204
Errors'304' is a magic number.5204
ErrorsAvoid nested blocks.5205
Errors'cast' is not followed by whitespace.5205
Errors'690' is a magic number.5207
ErrorsLine has trailing spaces.5208
Errors'636' is a magic number.5208
ErrorsLine is longer than 80 characters.5209
ErrorsAvoid nested blocks.5209
Errors'cast' is not followed by whitespace.5209
Errors'691' is a magic number.5211
ErrorsLine has trailing spaces.5212
Errors'155' is a magic number.5212
ErrorsAvoid nested blocks.5213
ErrorsLine contains a tab character.5214
Errors'692' is a magic number.5216
ErrorsLine has trailing spaces.5217
Errors'523' is a magic number.5217
ErrorsAvoid nested blocks.5218
Errors'cast' is not followed by whitespace.5218
Errors'693' is a magic number.5220
ErrorsLine has trailing spaces.5221
Errors'286' is a magic number.5221
ErrorsAvoid nested blocks.5222
Errors'cast' is not followed by whitespace.5222
Errors'694' is a magic number.5224
ErrorsLine has trailing spaces.5225
Errors'507' is a magic number.5225
ErrorsAvoid nested blocks.5226
Errors'cast' is not followed by whitespace.5226
Errors'695' is a magic number.5228
ErrorsLine has trailing spaces.5229
Errors'13' is a magic number.5229
ErrorsAvoid nested blocks.5230
ErrorsLine contains a tab character.5231
ErrorsLine contains a tab character.5232
Errors'696' is a magic number.5234
ErrorsLine has trailing spaces.5235
Errors'438' is a magic number.5235
ErrorsAvoid nested blocks.5236
Errors'cast' is not followed by whitespace.5236
Errors'697' is a magic number.5238
ErrorsLine has trailing spaces.5239
Errors'366' is a magic number.5239
ErrorsAvoid nested blocks.5240
Errors'cast' is not followed by whitespace.5240
Errors'698' is a magic number.5242
ErrorsLine has trailing spaces.5243
Errors'327' is a magic number.5243
ErrorsAvoid nested blocks.5244
Errors'cast' is not followed by whitespace.5244
Errors'699' is a magic number.5246
ErrorsLine has trailing spaces.5247
Errors'324' is a magic number.5247
ErrorsAvoid nested blocks.5248
Errors'cast' is not followed by whitespace.5248
Errors'700' is a magic number.5250
ErrorsLine has trailing spaces.5251
Errors'123' is a magic number.5251
ErrorsAvoid nested blocks.5252
ErrorsLine contains a tab character.5253
Errors'701' is a magic number.5255
ErrorsLine has trailing spaces.5256
Errors'238' is a magic number.5256
ErrorsAvoid nested blocks.5257
Errors'cast' is not followed by whitespace.5257
Errors'702' is a magic number.5259
ErrorsLine has trailing spaces.5260
Errors'58' is a magic number.5260
ErrorsAvoid nested blocks.5261
ErrorsLine contains a tab character.5262
ErrorsLine contains a tab character.5263
Errors'703' is a magic number.5265
ErrorsLine has trailing spaces.5266
Errors'630' is a magic number.5266
ErrorsAvoid nested blocks.5267
Errors'cast' is not followed by whitespace.5267
Errors'704' is a magic number.5269
ErrorsLine has trailing spaces.5270
Errors'145' is a magic number.5270
ErrorsAvoid nested blocks.5271
ErrorsLine contains a tab character.5272
Errors'705' is a magic number.5274
ErrorsLine has trailing spaces.5275
Errors'587' is a magic number.5275
ErrorsAvoid nested blocks.5276
Errors'cast' is not followed by whitespace.5276
Errors'706' is a magic number.5278
ErrorsLine has trailing spaces.5279
Errors'462' is a magic number.5279
ErrorsAvoid nested blocks.5280
Errors'cast' is not followed by whitespace.5280
Errors'707' is a magic number.5282
ErrorsLine has trailing spaces.5283
Errors'287' is a magic number.5283
ErrorsAvoid nested blocks.5284
Errors'cast' is not followed by whitespace.5284
Errors'708' is a magic number.5286
ErrorsLine has trailing spaces.5287
Errors'544' is a magic number.5287
ErrorsAvoid nested blocks.5288
Errors'cast' is not followed by whitespace.5288
Errors'709' is a magic number.5290
ErrorsLine has trailing spaces.5291
Errors'284' is a magic number.5291
ErrorsAvoid nested blocks.5292
Errors'cast' is not followed by whitespace.5292
Errors'710' is a magic number.5294
ErrorsLine has trailing spaces.5295
Errors'112' is a magic number.5295
ErrorsAvoid nested blocks.5296
ErrorsLine contains a tab character.5297
Errors'711' is a magic number.5299
ErrorsLine has trailing spaces.5300
Errors'16' is a magic number.5300
ErrorsAvoid nested blocks.5301
ErrorsLine contains a tab character.5302
ErrorsLine contains a tab character.5303
Errors'712' is a magic number.5305
ErrorsLine has trailing spaces.5306
Errors'93' is a magic number.5306
ErrorsAvoid nested blocks.5307
ErrorsLine contains a tab character.5308
ErrorsLine contains a tab character.5309
Errors'713' is a magic number.5311
ErrorsLine has trailing spaces.5312
ErrorsAvoid nested blocks.5313
Errors'if' is not followed by whitespace.5314
Errors'{' is not preceded with whitespace.5314
ErrorsLine has trailing spaces.5318
ErrorsLine is longer than 80 characters.5318
Errors'+' is not preceded with whitespace.5318
Errors'714' is a magic number.5321
ErrorsLine has trailing spaces.5322
Errors'536' is a magic number.5322
ErrorsAvoid nested blocks.5323
Errors'cast' is not followed by whitespace.5323
Errors'715' is a magic number.5325
ErrorsLine has trailing spaces.5326
Errors'550' is a magic number.5326
ErrorsAvoid nested blocks.5327
Errors'cast' is not followed by whitespace.5327
Errors'716' is a magic number.5329
ErrorsLine has trailing spaces.5330
Errors'293' is a magic number.5330
ErrorsAvoid nested blocks.5331
Errors'cast' is not followed by whitespace.5331
Errors'717' is a magic number.5333
ErrorsLine has trailing spaces.5334
Errors'609' is a magic number.5334
ErrorsAvoid nested blocks.5335
Errors'cast' is not followed by whitespace.5335
Errors'718' is a magic number.5337
ErrorsLine has trailing spaces.5338
Errors'495' is a magic number.5338
ErrorsAvoid nested blocks.5339
Errors'cast' is not followed by whitespace.5339
Errors'719' is a magic number.5341
ErrorsLine has trailing spaces.5342
Errors'314' is a magic number.5342
ErrorsAvoid nested blocks.5343
Errors'cast' is not followed by whitespace.5343
Errors'720' is a magic number.5345
ErrorsLine has trailing spaces.5346
Errors'513' is a magic number.5346
ErrorsAvoid nested blocks.5347
Errors'cast' is not followed by whitespace.5347
Errors'721' is a magic number.5349
ErrorsLine has trailing spaces.5350
Errors'619' is a magic number.5350
ErrorsAvoid nested blocks.5351
Errors'cast' is not followed by whitespace.5351
Errors'722' is a magic number.5353
ErrorsLine has trailing spaces.5354
Errors'342' is a magic number.5354
ErrorsAvoid nested blocks.5355
Errors'cast' is not followed by whitespace.5355
Errors'723' is a magic number.5357
ErrorsLine has trailing spaces.5358
Errors'40' is a magic number.5358
ErrorsAvoid nested blocks.5359
ErrorsLine contains a tab character.5360
ErrorsLine contains a tab character.5361
Errors'724' is a magic number.5363
ErrorsLine has trailing spaces.5364
Errors'131' is a magic number.5364
ErrorsAvoid nested blocks.5365
ErrorsLine contains a tab character.5366
Errors'725' is a magic number.5368
ErrorsLine has trailing spaces.5369
Errors'548' is a magic number.5369
ErrorsAvoid nested blocks.5370
Errors'cast' is not followed by whitespace.5370
Errors'726' is a magic number.5372
ErrorsLine has trailing spaces.5373
Errors'506' is a magic number.5373
ErrorsAvoid nested blocks.5374
Errors'cast' is not followed by whitespace.5374
Errors'727' is a magic number.5376
ErrorsLine has trailing spaces.5377
Errors'410' is a magic number.5377
ErrorsAvoid nested blocks.5378
Errors'cast' is not followed by whitespace.5378
Errors'728' is a magic number.5380
ErrorsLine has trailing spaces.5381
Errors'67' is a magic number.5381
ErrorsAvoid nested blocks.5382
ErrorsLine is longer than 80 characters.5383
ErrorsLine contains a tab character.5383
ErrorsLine contains a tab character.5384
Errors'729' is a magic number.5386
ErrorsLine has trailing spaces.5387
Errors'588' is a magic number.5387
ErrorsAvoid nested blocks.5388
Errors'cast' is not followed by whitespace.5388
Errors'730' is a magic number.5390
ErrorsLine has trailing spaces.5391
Errors'98' is a magic number.5391
ErrorsAvoid nested blocks.5392
ErrorsLine contains a tab character.5393
ErrorsLine contains a tab character.5394
Errors'731' is a magic number.5396
ErrorsLine has trailing spaces.5397
Errors'428' is a magic number.5397
ErrorsAvoid nested blocks.5398
Errors'cast' is not followed by whitespace.5398
Errors'732' is a magic number.5400
ErrorsLine has trailing spaces.5401
Errors'623' is a magic number.5401
ErrorsAvoid nested blocks.5402
Errors'cast' is not followed by whitespace.5402
Errors'733' is a magic number.5404
ErrorsLine has trailing spaces.5405
Errors'447' is a magic number.5405
ErrorsAvoid nested blocks.5406
Errors'cast' is not followed by whitespace.5406
Errors'734' is a magic number.5408
ErrorsLine has trailing spaces.5409
Errors'563' is a magic number.5409
ErrorsAvoid nested blocks.5410
Errors'cast' is not followed by whitespace.5410
Errors'735' is a magic number.5412
ErrorsLine has trailing spaces.5413
Errors'166' is a magic number.5413
ErrorsAvoid nested blocks.5414
ErrorsLine contains a tab character.5415
Errors'736' is a magic number.5417
ErrorsLine has trailing spaces.5418
Errors'445' is a magic number.5418
ErrorsAvoid nested blocks.5419
Errors'cast' is not followed by whitespace.5419
Errors'737' is a magic number.5421
ErrorsLine has trailing spaces.5422
Errors'19' is a magic number.5422
ErrorsAvoid nested blocks.5423
ErrorsLine contains a tab character.5424
ErrorsLine contains a tab character.5425
Errors'738' is a magic number.5427
ErrorsLine has trailing spaces.5428
Errors'365' is a magic number.5428
ErrorsAvoid nested blocks.5429
Errors'cast' is not followed by whitespace.5429
Errors'739' is a magic number.5431
ErrorsLine has trailing spaces.5432
Errors'429' is a magic number.5432
ErrorsAvoid nested blocks.5433
Errors'cast' is not followed by whitespace.5433
Errors'740' is a magic number.5435
ErrorsLine has trailing spaces.5436
Errors'337' is a magic number.5436
ErrorsAvoid nested blocks.5437
Errors'cast' is not followed by whitespace.5437
Errors'741' is a magic number.5439
ErrorsLine has trailing spaces.5440
Errors'622' is a magic number.5440
ErrorsAvoid nested blocks.5441
Errors'cast' is not followed by whitespace.5441
Errors'742' is a magic number.5443
ErrorsLine has trailing spaces.5444
Errors'66' is a magic number.5444
ErrorsAvoid nested blocks.5445
ErrorsLine contains a tab character.5446
ErrorsLine contains a tab character.5447
Errors'743' is a magic number.5449
ErrorsLine has trailing spaces.5450
Errors'575' is a magic number.5450
ErrorsAvoid nested blocks.5451
Errors'cast' is not followed by whitespace.5451
Errors'744' is a magic number.5453
ErrorsLine has trailing spaces.5454
Errors'430' is a magic number.5454
ErrorsAvoid nested blocks.5455
Errors'cast' is not followed by whitespace.5455
Errors'745' is a magic number.5457
ErrorsLine has trailing spaces.5458
Errors'235' is a magic number.5458
ErrorsAvoid nested blocks.5459
Errors'cast' is not followed by whitespace.5459
Errors'746' is a magic number.5461
ErrorsLine has trailing spaces.5462
Errors'427' is a magic number.5462
ErrorsAvoid nested blocks.5463
Errors'cast' is not followed by whitespace.5463
Errors'747' is a magic number.5465
ErrorsLine has trailing spaces.5466
Errors'153' is a magic number.5466
ErrorsAvoid nested blocks.5467
ErrorsLine contains a tab character.5468
Errors'748' is a magic number.5470
ErrorsLine has trailing spaces.5471
Errors'252' is a magic number.5471
ErrorsAvoid nested blocks.5472
Errors'cast' is not followed by whitespace.5472
Errors'749' is a magic number.5474
ErrorsLine has trailing spaces.5475
Errors'306' is a magic number.5475
ErrorsAvoid nested blocks.5476
Errors'cast' is not followed by whitespace.5476
Errors'750' is a magic number.5478
ErrorsLine has trailing spaces.5479
Errors'103' is a magic number.5479
ErrorsAvoid nested blocks.5480
ErrorsLine contains a tab character.5481
ErrorsLine contains a tab character.5482
Errors'751' is a magic number.5484
ErrorsLine has trailing spaces.5485
Errors'407' is a magic number.5485
ErrorsAvoid nested blocks.5486
Errors'cast' is not followed by whitespace.5486
Errors'752' is a magic number.5488
ErrorsLine has trailing spaces.5489
Errors'612' is a magic number.5489
ErrorsAvoid nested blocks.5490
Errors'cast' is not followed by whitespace.5490
Errors'753' is a magic number.5492
ErrorsLine has trailing spaces.5493
Errors'111' is a magic number.5493
ErrorsAvoid nested blocks.5494
ErrorsLine contains a tab character.5495
Errors'754' is a magic number.5497
ErrorsLine has trailing spaces.5498
Errors'267' is a magic number.5498
ErrorsAvoid nested blocks.5499
Errors'cast' is not followed by whitespace.5499
ErrorsLine has trailing spaces.5500
ErrorsLine contains a tab character.5500
ErrorsLine is longer than 80 characters.5501
ErrorsLine contains a tab character.5501
Errors'cast' is not followed by whitespace.5501
Errors'cast' is not followed by whitespace.5501
Errors'755' is a magic number.5503
ErrorsLine has trailing spaces.5504
Errors'240' is a magic number.5504
ErrorsAvoid nested blocks.5505
Errors'cast' is not followed by whitespace.5505
Errors'756' is a magic number.5507
ErrorsLine has trailing spaces.5508
Errors'224' is a magic number.5508
ErrorsAvoid nested blocks.5509
Errors'cast' is not followed by whitespace.5509
Errors'757' is a magic number.5511
ErrorsLine has trailing spaces.5512
Errors'569' is a magic number.5512
ErrorsAvoid nested blocks.5513
Errors'cast' is not followed by whitespace.5513
Errors'758' is a magic number.5515
ErrorsLine has trailing spaces.5516
Errors'345' is a magic number.5516
ErrorsAvoid nested blocks.5517
Errors'cast' is not followed by whitespace.5517
Errors'759' is a magic number.5519
ErrorsLine has trailing spaces.5520
Errors'607' is a magic number.5520
ErrorsAvoid nested blocks.5521
Errors'cast' is not followed by whitespace.5521
Errors'760' is a magic number.5523
ErrorsLine has trailing spaces.5524
Errors'113' is a magic number.5524
ErrorsAvoid nested blocks.5525
ErrorsLine contains a tab character.5526
Errors'761' is a magic number.5528
ErrorsLine has trailing spaces.5529
Errors'360' is a magic number.5529
ErrorsAvoid nested blocks.5530
Errors'cast' is not followed by whitespace.5530
Errors'762' is a magic number.5532
ErrorsLine has trailing spaces.5533
Errors'570' is a magic number.5533
ErrorsAvoid nested blocks.5534
Errors'cast' is not followed by whitespace.5534
Errors'763' is a magic number.5536
ErrorsLine has trailing spaces.5537
Errors'400' is a magic number.5537
ErrorsAvoid nested blocks.5538
Errors'cast' is not followed by whitespace.5538
Errors'764' is a magic number.5540
ErrorsLine has trailing spaces.5541
Errors'104' is a magic number.5541
ErrorsAvoid nested blocks.5542
ErrorsLine contains a tab character.5543
ErrorsLine contains a tab character.5544
Errors'765' is a magic number.5546
ErrorsLine has trailing spaces.5547
Errors'191' is a magic number.5547
ErrorsAvoid nested blocks.5548
ErrorsLine contains a tab character.5549
Errors'766' is a magic number.5551
ErrorsLine has trailing spaces.5552
Errors'524' is a magic number.5552
ErrorsAvoid nested blocks.5553
Errors'cast' is not followed by whitespace.5553
Errors'767' is a magic number.5555
ErrorsLine has trailing spaces.5556
Errors'302' is a magic number.5556
ErrorsAvoid nested blocks.5557
Errors'cast' is not followed by whitespace.5557
Errors'768' is a magic number.5559
ErrorsLine has trailing spaces.5560
Errors'396' is a magic number.5560
ErrorsAvoid nested blocks.5561
Errors'cast' is not followed by whitespace.5561
Errors'769' is a magic number.5563
ErrorsLine has trailing spaces.5564
Errors'382' is a magic number.5564
ErrorsAvoid nested blocks.5565
Errors'cast' is not followed by whitespace.5565
Errors'770' is a magic number.5567
ErrorsLine has trailing spaces.5568
Errors'557' is a magic number.5568
ErrorsAvoid nested blocks.5569
Errors'cast' is not followed by whitespace.5569
Errors'771' is a magic number.5571
ErrorsLine has trailing spaces.5572
Errors'601' is a magic number.5572
ErrorsAvoid nested blocks.5573
Errors'cast' is not followed by whitespace.5573
Errors'772' is a magic number.5575
ErrorsLine has trailing spaces.5576
Errors'325' is a magic number.5576
ErrorsAvoid nested blocks.5577
Errors'cast' is not followed by whitespace.5577
Errors'773' is a magic number.5579
ErrorsLine has trailing spaces.5580
Errors'479' is a magic number.5580
ErrorsAvoid nested blocks.5581
Errors'cast' is not followed by whitespace.5581
Errors'774' is a magic number.5583
ErrorsLine has trailing spaces.5584
Errors'208' is a magic number.5584
ErrorsAvoid nested blocks.5585
Errors'cast' is not followed by whitespace.5585
Errors'775' is a magic number.5587
ErrorsLine has trailing spaces.5588
Errors'26' is a magic number.5588
ErrorsAvoid nested blocks.5589
ErrorsLine contains a tab character.5590
ErrorsLine contains a tab character.5591
Errors'776' is a magic number.5593
ErrorsLine has trailing spaces.5594
Errors'628' is a magic number.5594
ErrorsAvoid nested blocks.5595
Errors'cast' is not followed by whitespace.5595
Errors'777' is a magic number.5597
ErrorsLine has trailing spaces.5598
Errors'500' is a magic number.5598
ErrorsAvoid nested blocks.5599
Errors'cast' is not followed by whitespace.5599
Errors'778' is a magic number.5601
ErrorsLine has trailing spaces.5602
Errors'222' is a magic number.5602
ErrorsAvoid nested blocks.5603
Errors'cast' is not followed by whitespace.5603
Errors'779' is a magic number.5605
ErrorsLine has trailing spaces.5606
Errors'246' is a magic number.5606
ErrorsAvoid nested blocks.5607
Errors'cast' is not followed by whitespace.5607
Errors'780' is a magic number.5609
ErrorsLine has trailing spaces.5610
Errors'451' is a magic number.5610
ErrorsAvoid nested blocks.5611
Errors'cast' is not followed by whitespace.5611
Errors'781' is a magic number.5613
ErrorsLine has trailing spaces.5614
Errors'168' is a magic number.5614
ErrorsAvoid nested blocks.5615
ErrorsLine contains a tab character.5616
Errors'782' is a magic number.5618
ErrorsLine has trailing spaces.5619
Errors'402' is a magic number.5619
ErrorsAvoid nested blocks.5620
Errors'cast' is not followed by whitespace.5620
Errors'783' is a magic number.5622
ErrorsLine has trailing spaces.5623
Errors'279' is a magic number.5623
ErrorsAvoid nested blocks.5624
Errors'cast' is not followed by whitespace.5624
Errors'784' is a magic number.5626
ErrorsLine has trailing spaces.5627
Errors'173' is a magic number.5627
ErrorsAvoid nested blocks.5628
ErrorsLine contains a tab character.5629
Errors'785' is a magic number.5631
ErrorsLine has trailing spaces.5632
Errors'621' is a magic number.5632
ErrorsAvoid nested blocks.5633
Errors'cast' is not followed by whitespace.5633
Errors'786' is a magic number.5635
ErrorsLine has trailing spaces.5636
Errors'12' is a magic number.5636
ErrorsAvoid nested blocks.5637
ErrorsLine contains a tab character.5638
ErrorsLine contains a tab character.5639
Errors'787' is a magic number.5641
ErrorsLine has trailing spaces.5642
Errors'395' is a magic number.5642
ErrorsAvoid nested blocks.5643
Errors'cast' is not followed by whitespace.5643
Errors'788' is a magic number.5645
ErrorsLine has trailing spaces.5646
Errors'172' is a magic number.5646
ErrorsAvoid nested blocks.5647
ErrorsLine contains a tab character.5648
Errors'789' is a magic number.5650
ErrorsLine has trailing spaces.5651
Errors'139' is a magic number.5651
ErrorsAvoid nested blocks.5652
ErrorsLine contains a tab character.5653
Errors'790' is a magic number.5655
ErrorsLine has trailing spaces.5656
Errors'14' is a magic number.5656
ErrorsAvoid nested blocks.5657
ErrorsLine contains a tab character.5658
ErrorsLine contains a tab character.5659
Errors'791' is a magic number.5661
ErrorsLine has trailing spaces.5662
Errors'565' is a magic number.5662
ErrorsAvoid nested blocks.5663
Errors'cast' is not followed by whitespace.5663
Errors'792' is a magic number.5665
ErrorsLine has trailing spaces.5666
Errors'136' is a magic number.5666
ErrorsAvoid nested blocks.5667
ErrorsLine contains a tab character.5668
Errors'793' is a magic number.5670
ErrorsLine has trailing spaces.5671
Errors'57' is a magic number.5671
ErrorsAvoid nested blocks.5672
ErrorsLine contains a tab character.5673
ErrorsLine contains a tab character.5674
Errors'794' is a magic number.5676
ErrorsLine has trailing spaces.5677
Errors'477' is a magic number.5677
ErrorsAvoid nested blocks.5678
Errors'cast' is not followed by whitespace.5678
Errors'795' is a magic number.5680
ErrorsLine has trailing spaces.5681
Errors'205' is a magic number.5681
ErrorsAvoid nested blocks.5682
Errors'cast' is not followed by whitespace.5682
Errors'796' is a magic number.5684
ErrorsLine has trailing spaces.5685
Errors'35' is a magic number.5685
ErrorsAvoid nested blocks.5686
ErrorsLine contains a tab character.5687
ErrorsLine contains a tab character.5688
Errors'797' is a magic number.5690
ErrorsLine has trailing spaces.5691
Errors'250' is a magic number.5691
ErrorsAvoid nested blocks.5692
Errors'cast' is not followed by whitespace.5692
Errors'798' is a magic number.5694
ErrorsLine has trailing spaces.5695
Errors'162' is a magic number.5695
ErrorsAvoid nested blocks.5696
ErrorsLine contains a tab character.5697
Errors'799' is a magic number.5699
ErrorsLine has trailing spaces.5700
Errors'247' is a magic number.5700
ErrorsAvoid nested blocks.5701
Errors'cast' is not followed by whitespace.5701
Errors'800' is a magic number.5703
ErrorsLine has trailing spaces.5704
Errors'229' is a magic number.5704
ErrorsAvoid nested blocks.5705
Errors'cast' is not followed by whitespace.5705
Errors'801' is a magic number.5707
ErrorsLine has trailing spaces.5708
Errors'420' is a magic number.5708
ErrorsAvoid nested blocks.5709
Errors'cast' is not followed by whitespace.5709
Errors'802' is a magic number.5711
ErrorsLine has trailing spaces.5712
Errors'465' is a magic number.5712
ErrorsAvoid nested blocks.5713
Errors'cast' is not followed by whitespace.5713
Errors'803' is a magic number.5715
ErrorsLine has trailing spaces.5716
Errors'157' is a magic number.5716
ErrorsAvoid nested blocks.5717
ErrorsLine contains a tab character.5718
Errors'804' is a magic number.5720
ErrorsLine has trailing spaces.5721
Errors'310' is a magic number.5721
ErrorsAvoid nested blocks.5722
Errors'cast' is not followed by whitespace.5722
Errors'805' is a magic number.5724
ErrorsLine has trailing spaces.5725
Errors'248' is a magic number.5725
ErrorsAvoid nested blocks.5726
Errors'cast' is not followed by whitespace.5726
Errors'806' is a magic number.5728
ErrorsLine has trailing spaces.5729
Errors'505' is a magic number.5729
ErrorsAvoid nested blocks.5730
Errors'cast' is not followed by whitespace.5730
Errors'807' is a magic number.5732
ErrorsLine has trailing spaces.5733
Errors'187' is a magic number.5733
ErrorsAvoid nested blocks.5734
Errors'cast' is not followed by whitespace.5734
Errors'808' is a magic number.5736
ErrorsLine has trailing spaces.5737
Errors'282' is a magic number.5737
ErrorsAvoid nested blocks.5738
Errors'cast' is not followed by whitespace.5738
Errors'809' is a magic number.5740
ErrorsLine has trailing spaces.5741
Errors'176' is a magic number.5741
ErrorsAvoid nested blocks.5742
ErrorsLine contains a tab character.5743
Errors'810' is a magic number.5745
ErrorsLine has trailing spaces.5746
Errors'251' is a magic number.5746
ErrorsAvoid nested blocks.5747
Errors'cast' is not followed by whitespace.5747
Errors'811' is a magic number.5749
ErrorsLine has trailing spaces.5750
Errors'8' is a magic number.5750
ErrorsAvoid nested blocks.5751
ErrorsLine contains a tab character.5752
ErrorsLine contains a tab character.5753
Errors'812' is a magic number.5755
ErrorsLine has trailing spaces.5756
Errors'466' is a magic number.5756
ErrorsAvoid nested blocks.5757
Errors'cast' is not followed by whitespace.5757
Errors'813' is a magic number.5759
ErrorsLine has trailing spaces.5760
Errors'494' is a magic number.5760
ErrorsAvoid nested blocks.5761
Errors'cast' is not followed by whitespace.5761
Errors'814' is a magic number.5763
ErrorsLine has trailing spaces.5764
Errors'509' is a magic number.5764
ErrorsAvoid nested blocks.5765
Errors'cast' is not followed by whitespace.5765
Errors'815' is a magic number.5767
ErrorsLine has trailing spaces.5768
Errors'129' is a magic number.5768
ErrorsAvoid nested blocks.5769
ErrorsLine contains a tab character.5770
Errors'816' is a magic number.5772
ErrorsLine has trailing spaces.5773
Errors'364' is a magic number.5773
ErrorsAvoid nested blocks.5774
Errors'cast' is not followed by whitespace.5774
Errors'817' is a magic number.5776
ErrorsLine has trailing spaces.5777
Errors'321' is a magic number.5777
ErrorsAvoid nested blocks.5778
Errors'cast' is not followed by whitespace.5778
Errors'818' is a magic number.5780
ErrorsLine has trailing spaces.5781
Errors'534' is a magic number.5781
ErrorsAvoid nested blocks.5782
Errors'cast' is not followed by whitespace.5782
Errors'819' is a magic number.5784
ErrorsLine has trailing spaces.5785
Errors'21' is a magic number.5785
ErrorsAvoid nested blocks.5786
ErrorsLine contains a tab character.5787
ErrorsLine contains a tab character.5788
Errors'820' is a magic number.5790
ErrorsLine has trailing spaces.5791
Errors'6' is a magic number.5791
ErrorsAvoid nested blocks.5792
ErrorsLine contains a tab character.5793
ErrorsLine contains a tab character.5794
Errors'821' is a magic number.5796
ErrorsLine has trailing spaces.5797
Errors'89' is a magic number.5797
ErrorsAvoid nested blocks.5798
ErrorsLine contains a tab character.5799
ErrorsLine contains a tab character.5800
Errors'822' is a magic number.5802
ErrorsLine has trailing spaces.5803
Errors'568' is a magic number.5803
ErrorsAvoid nested blocks.5804
Errors'cast' is not followed by whitespace.5804
Errors'823' is a magic number.5806
ErrorsLine has trailing spaces.5807
Errors'554' is a magic number.5807
ErrorsAvoid nested blocks.5808
Errors'cast' is not followed by whitespace.5808
Errors'824' is a magic number.5810
ErrorsLine has trailing spaces.5811
Errors'371' is a magic number.5811
ErrorsAvoid nested blocks.5812
Errors'cast' is not followed by whitespace.5812
Errors'825' is a magic number.5814
ErrorsLine has trailing spaces.5815
Errors'68' is a magic number.5815
ErrorsAvoid nested blocks.5816
ErrorsLine contains a tab character.5817
ErrorsLine contains a tab character.5818
Errors'826' is a magic number.5820
ErrorsLine has trailing spaces.5821
Errors'245' is a magic number.5821
ErrorsAvoid nested blocks.5822
Errors'cast' is not followed by whitespace.5822
Errors'827' is a magic number.5824
ErrorsLine has trailing spaces.5825
Errors'53' is a magic number.5825
ErrorsAvoid nested blocks.5826
ErrorsLine contains a tab character.5827
ErrorsLine contains a tab character.5828
Errors'828' is a magic number.5830
ErrorsLine has trailing spaces.5831
Errors'492' is a magic number.5831
ErrorsAvoid nested blocks.5832
Errors'cast' is not followed by whitespace.5832
Errors'829' is a magic number.5834
ErrorsLine has trailing spaces.5835
Errors'491' is a magic number.5835
ErrorsAvoid nested blocks.5836
Errors'cast' is not followed by whitespace.5836
Errors'830' is a magic number.5838
ErrorsLine has trailing spaces.5839
Errors'356' is a magic number.5839
ErrorsAvoid nested blocks.5840
Errors'cast' is not followed by whitespace.5840
Errors'831' is a magic number.5842
ErrorsLine has trailing spaces.5843
Errors'72' is a magic number.5843
ErrorsAvoid nested blocks.5844
ErrorsLine contains a tab character.5845
ErrorsLine contains a tab character.5846
Errors'832' is a magic number.5848
ErrorsLine has trailing spaces.5849
Errors'255' is a magic number.5849
ErrorsAvoid nested blocks.5850
ErrorsLine contains a tab character.5851
Errors'833' is a magic number.5853
ErrorsLine has trailing spaces.5854
Errors'20' is a magic number.5854
ErrorsAvoid nested blocks.5855
ErrorsLine contains a tab character.5856
ErrorsLine contains a tab character.5857
Errors'834' is a magic number.5859
ErrorsLine has trailing spaces.5860
Errors'558' is a magic number.5860
ErrorsAvoid nested blocks.5861
Errors'cast' is not followed by whitespace.5861
Errors'835' is a magic number.5863
ErrorsLine has trailing spaces.5864
Errors'522' is a magic number.5864
ErrorsAvoid nested blocks.5865
Errors'cast' is not followed by whitespace.5865
Errors'836' is a magic number.5867
ErrorsLine has trailing spaces.5868
Errors'593' is a magic number.5868
ErrorsAvoid nested blocks.5869
Errors'cast' is not followed by whitespace.5869
Errors'837' is a magic number.5871
ErrorsLine has trailing spaces.5872
Errors'329' is a magic number.5872
ErrorsAvoid nested blocks.5873
Errors'cast' is not followed by whitespace.5873
Errors'838' is a magic number.5875
ErrorsLine has trailing spaces.5876
Errors'253' is a magic number.5876
ErrorsAvoid nested blocks.5877
ErrorsLine contains a tab character.5878
Errors'839' is a magic number.5880
ErrorsLine has trailing spaces.5881
Errors'398' is a magic number.5881
ErrorsAvoid nested blocks.5882
Errors'cast' is not followed by whitespace.5882
Errors'840' is a magic number.5884
ErrorsLine has trailing spaces.5885
Errors'44' is a magic number.5885
ErrorsAvoid nested blocks.5886
ErrorsLine contains a tab character.5887
ErrorsLine contains a tab character.5888
Errors'841' is a magic number.5890
ErrorsLine has trailing spaces.5891
Errors'530' is a magic number.5891
ErrorsAvoid nested blocks.5892
Errors'cast' is not followed by whitespace.5892
Errors'842' is a magic number.5894
ErrorsLine has trailing spaces.5895
Errors'62' is a magic number.5895
ErrorsAvoid nested blocks.5896
ErrorsLine contains a tab character.5897
ErrorsLine contains a tab character.5898
Errors'843' is a magic number.5900
ErrorsLine has trailing spaces.5901
Errors'455' is a magic number.5901
ErrorsAvoid nested blocks.5902
Errors'cast' is not followed by whitespace.5902
Errors'844' is a magic number.5904
ErrorsLine has trailing spaces.5905
Errors'431' is a magic number.5905
ErrorsAvoid nested blocks.5906
Errors'cast' is not followed by whitespace.5906
Errors'845' is a magic number.5908
ErrorsLine has trailing spaces.5909
Errors'200' is a magic number.5909
ErrorsAvoid nested blocks.5910
Errors'cast' is not followed by whitespace.5910
Errors'846' is a magic number.5912
ErrorsLine has trailing spaces.5913
Errors'262' is a magic number.5913
ErrorsAvoid nested blocks.5914
Errors'cast' is not followed by whitespace.5914
Errors'847' is a magic number.5916
ErrorsLine has trailing spaces.5917
Errors'338' is a magic number.5917
ErrorsAvoid nested blocks.5918
Errors'cast' is not followed by whitespace.5918
Errors'848' is a magic number.5920
ErrorsLine has trailing spaces.5921
Errors'347' is a magic number.5921
ErrorsAvoid nested blocks.5922
Errors'cast' is not followed by whitespace.5922
Errors'849' is a magic number.5924
ErrorsLine has trailing spaces.5925
Errors'232' is a magic number.5925
ErrorsAvoid nested blocks.5926
ErrorsLine contains a tab character.5927
Errors'850' is a magic number.5929
ErrorsLine has trailing spaces.5930
Errors'133' is a magic number.5930
ErrorsAvoid nested blocks.5931
ErrorsLine contains a tab character.5932
Errors'851' is a magic number.5934
ErrorsLine has trailing spaces.5935
Errors'444' is a magic number.5935
ErrorsAvoid nested blocks.5936
Errors'cast' is not followed by whitespace.5936
Errors'852' is a magic number.5938
ErrorsLine has trailing spaces.5939
Errors'152' is a magic number.5939
ErrorsAvoid nested blocks.5940
ErrorsLine contains a tab character.5941
Errors'853' is a magic number.5943
ErrorsLine has trailing spaces.5944
Errors'11' is a magic number.5944
ErrorsAvoid nested blocks.5945
ErrorsLine contains a tab character.5946
ErrorsLine contains a tab character.5947
Errors'854' is a magic number.5949
ErrorsLine has trailing spaces.5950
Errors'115' is a magic number.5950
ErrorsAvoid nested blocks.5951
ErrorsLine contains a tab character.5952
Errors'855' is a magic number.5954
ErrorsLine has trailing spaces.5955
Errors'576' is a magic number.5955
ErrorsAvoid nested blocks.5956
Errors'cast' is not followed by whitespace.5956
Errors'856' is a magic number.5958
ErrorsLine has trailing spaces.5959
Errors'343' is a magic number.5959
ErrorsAvoid nested blocks.5960
Errors'cast' is not followed by whitespace.5960
Errors'857' is a magic number.5962
ErrorsLine has trailing spaces.5963
Errors'61' is a magic number.5963
ErrorsAvoid nested blocks.5964
ErrorsLine contains a tab character.5965
ErrorsLine contains a tab character.5966
Errors'858' is a magic number.5968
ErrorsLine has trailing spaces.5969
Errors'624' is a magic number.5969
ErrorsAvoid nested blocks.5970
Errors'cast' is not followed by whitespace.5970
Errors'859' is a magic number.5972
ErrorsLine has trailing spaces.5973
Errors'352' is a magic number.5973
ErrorsAvoid nested blocks.5974
Errors'cast' is not followed by whitespace.5974
Errors'860' is a magic number.5976
ErrorsLine has trailing spaces.5977
Errors'458' is a magic number.5977
ErrorsAvoid nested blocks.5978
Errors'cast' is not followed by whitespace.5978
Errors'861' is a magic number.5980
ErrorsLine has trailing spaces.5981
Errors'424' is a magic number.5981
ErrorsAvoid nested blocks.5982
Errors'cast' is not followed by whitespace.5982
Errors'862' is a magic number.5984
ErrorsLine has trailing spaces.5985
Errors'417' is a magic number.5985
ErrorsAvoid nested blocks.5986
Errors'cast' is not followed by whitespace.5986
Errors'863' is a magic number.5988
ErrorsLine has trailing spaces.5989
Errors'81' is a magic number.5989
ErrorsAvoid nested blocks.5990
ErrorsLine contains a tab character.5991
ErrorsLine contains a tab character.5992
Errors'864' is a magic number.5994
ErrorsLine has trailing spaces.5995
Errors'533' is a magic number.5995
ErrorsAvoid nested blocks.5996
Errors'cast' is not followed by whitespace.5996
Errors'865' is a magic number.5998
ErrorsLine has trailing spaces.5999
Errors'94' is a magic number.5999
ErrorsAvoid nested blocks.6000
ErrorsLine contains a tab character.6001
ErrorsLine contains a tab character.6002
Errors'866' is a magic number.6004
ErrorsLine has trailing spaces.6005
Errors'603' is a magic number.6005
ErrorsAvoid nested blocks.6006
Errors'cast' is not followed by whitespace.6006
Errors'867' is a magic number.6008
ErrorsLine has trailing spaces.6009
Errors'478' is a magic number.6009
ErrorsAvoid nested blocks.6010
Errors'cast' is not followed by whitespace.6010
Errors'868' is a magic number.6012
ErrorsLine has trailing spaces.6013
Errors'51' is a magic number.6013
ErrorsAvoid nested blocks.6014
ErrorsLine contains a tab character.6015
ErrorsLine contains a tab character.6016
Errors'869' is a magic number.6018
ErrorsLine has trailing spaces.6019
Errors'559' is a magic number.6019
ErrorsAvoid nested blocks.6020
Errors'cast' is not followed by whitespace.6020
Errors'870' is a magic number.6022
ErrorsLine has trailing spaces.6023
Errors'416' is a magic number.6023
ErrorsAvoid nested blocks.6024
Errors'cast' is not followed by whitespace.6024
Errors'871' is a magic number.6026
ErrorsLine has trailing spaces.6027
Errors'421' is a magic number.6027
ErrorsAvoid nested blocks.6028
Errors'cast' is not followed by whitespace.6028
Errors'872' is a magic number.6030
ErrorsLine has trailing spaces.6031
Errors'323' is a magic number.6031
ErrorsAvoid nested blocks.6032
Errors'cast' is not followed by whitespace.6032
Errors'873' is a magic number.6034
ErrorsLine has trailing spaces.6035
Errors'82' is a magic number.6035
ErrorsAvoid nested blocks.6036
ErrorsLine contains a tab character.6037
ErrorsLine contains a tab character.6038
Errors'874' is a magic number.6040
ErrorsLine has trailing spaces.6041
Errors'32' is a magic number.6041
ErrorsAvoid nested blocks.6042
ErrorsLine contains a tab character.6043
ErrorsLine contains a tab character.6044
Errors'875' is a magic number.6046
ErrorsLine has trailing spaces.6047
Errors'308' is a magic number.6047
ErrorsAvoid nested blocks.6048
Errors'cast' is not followed by whitespace.6048
Errors'876' is a magic number.6050
ErrorsLine has trailing spaces.6051
Errors'336' is a magic number.6051
ErrorsAvoid nested blocks.6052
Errors'cast' is not followed by whitespace.6052
Errors'877' is a magic number.6054
ErrorsLine has trailing spaces.6055
Errors'411' is a magic number.6055
ErrorsAvoid nested blocks.6056
Errors'cast' is not followed by whitespace.6056
Errors'878' is a magic number.6058
ErrorsLine has trailing spaces.6059
Errors'521' is a magic number.6059
ErrorsAvoid nested blocks.6060
Errors'cast' is not followed by whitespace.6060
Errors'879' is a magic number.6062
ErrorsLine has trailing spaces.6063
Errors'161' is a magic number.6063
ErrorsAvoid nested blocks.6064
ErrorsLine contains a tab character.6065
Errors'880' is a magic number.6067
ErrorsLine has trailing spaces.6068
Errors'124' is a magic number.6068
ErrorsAvoid nested blocks.6069
ErrorsLine contains a tab character.6070
Errors'881' is a magic number.6072
ErrorsLine has trailing spaces.6073
Errors'101' is a magic number.6073
ErrorsAvoid nested blocks.6074
ErrorsLine contains a tab character.6075
ErrorsLine contains a tab character.6076
Errors'882' is a magic number.6078
ErrorsLine has trailing spaces.6079
Errors'597' is a magic number.6079
ErrorsAvoid nested blocks.6080
Errors'cast' is not followed by whitespace.6080
Errors'883' is a magic number.6082
ErrorsLine has trailing spaces.6083
Errors'34' is a magic number.6083
ErrorsAvoid nested blocks.6084
ErrorsLine contains a tab character.6085
ErrorsLine contains a tab character.6086
Errors'884' is a magic number.6088
ErrorsLine has trailing spaces.6089
Errors'63' is a magic number.6089
ErrorsAvoid nested blocks.6090
ErrorsLine contains a tab character.6091
ErrorsLine contains a tab character.6092
Errors'885' is a magic number.6094
ErrorsLine has trailing spaces.6095
Errors'332' is a magic number.6095
ErrorsAvoid nested blocks.6096
Errors'cast' is not followed by whitespace.6096
Errors'886' is a magic number.6098
ErrorsLine has trailing spaces.6099
Errors'344' is a magic number.6099
ErrorsAvoid nested blocks.6100
Errors'cast' is not followed by whitespace.6100
Errors'887' is a magic number.6102
ErrorsLine has trailing spaces.6103
Errors'196' is a magic number.6103
ErrorsAvoid nested blocks.6104
ErrorsLine contains a tab character.6105
Errors'888' is a magic number.6107
ErrorsLine has trailing spaces.6108
Errors'48' is a magic number.6108
ErrorsAvoid nested blocks.6109
ErrorsLine contains a tab character.6110
ErrorsLine contains a tab character.6111
Errors'889' is a magic number.6113
ErrorsLine has trailing spaces.6114
Errors'482' is a magic number.6114
ErrorsAvoid nested blocks.6115
Errors'cast' is not followed by whitespace.6115
Errors'890' is a magic number.6117
ErrorsLine has trailing spaces.6118
Errors'185' is a magic number.6118
ErrorsAvoid nested blocks.6119
Errors'cast' is not followed by whitespace.6119
Errors'891' is a magic number.6121
ErrorsLine has trailing spaces.6122
Errors'353' is a magic number.6122
ErrorsAvoid nested blocks.6123
Errors'cast' is not followed by whitespace.6123
Errors'892' is a magic number.6125
ErrorsLine has trailing spaces.6126
Errors'583' is a magic number.6126
ErrorsAvoid nested blocks.6127
Errors'cast' is not followed by whitespace.6127
Errors'893' is a magic number.6129
ErrorsLine has trailing spaces.6130
Errors'194' is a magic number.6130
ErrorsAvoid nested blocks.6131
ErrorsLine contains a tab character.6132
Errors'894' is a magic number.6134
ErrorsLine has trailing spaces.6135
Errors'78' is a magic number.6135
ErrorsAvoid nested blocks.6136
ErrorsLine contains a tab character.6137
ErrorsLine contains a tab character.6138
Errors'895' is a magic number.6140
ErrorsLine has trailing spaces.6141
Errors'9' is a magic number.6141
ErrorsAvoid nested blocks.6142
ErrorsLine contains a tab character.6143
ErrorsLine contains a tab character.6144
Errors'896' is a magic number.6146
ErrorsLine has trailing spaces.6147
Errors'311' is a magic number.6147
ErrorsAvoid nested blocks.6148
Errors'cast' is not followed by whitespace.6148
Errors'897' is a magic number.6150
ErrorsLine has trailing spaces.6151
Errors'4' is a magic number.6151
ErrorsAvoid nested blocks.6152
ErrorsLine is longer than 80 characters.6153
Errors'898' is a magic number.6156
ErrorsLine has trailing spaces.6157
Errors'309' is a magic number.6157
ErrorsAvoid nested blocks.6158
Errors'cast' is not followed by whitespace.6158
Errors'899' is a magic number.6160
ErrorsLine has trailing spaces.6161
Errors'459' is a magic number.6161
ErrorsAvoid nested blocks.6162
Errors'cast' is not followed by whitespace.6162
Errors'900' is a magic number.6164
ErrorsLine has trailing spaces.6165
Errors'227' is a magic number.6165
ErrorsAvoid nested blocks.6166
Errors'cast' is not followed by whitespace.6166
Errors'901' is a magic number.6168
ErrorsLine has trailing spaces.6169
Errors'527' is a magic number.6169
ErrorsAvoid nested blocks.6170
Errors'cast' is not followed by whitespace.6170
Errors'902' is a magic number.6172
ErrorsLine has trailing spaces.6173
Errors'154' is a magic number.6173
ErrorsAvoid nested blocks.6174
ErrorsLine contains a tab character.6175
Errors'903' is a magic number.6177
ErrorsLine has trailing spaces.6178
Errors'488' is a magic number.6178
ErrorsAvoid nested blocks.6179
Errors'cast' is not followed by whitespace.6179
Errors'904' is a magic number.6181
ErrorsLine has trailing spaces.6182
Errors'547' is a magic number.6182
ErrorsAvoid nested blocks.6183
Errors'cast' is not followed by whitespace.6183
Errors'905' is a magic number.6185
ErrorsLine has trailing spaces.6186
Errors'74' is a magic number.6186
ErrorsAvoid nested blocks.6187
ErrorsLine contains a tab character.6188
ErrorsLine contains a tab character.6189
Errors'906' is a magic number.6191
ErrorsLine has trailing spaces.6192
Errors'355' is a magic number.6192
ErrorsAvoid nested blocks.6193
Errors'cast' is not followed by whitespace.6193
Errors'907' is a magic number.6195
ErrorsLine has trailing spaces.6196
Errors'413' is a magic number.6196
ErrorsAvoid nested blocks.6197
Errors'cast' is not followed by whitespace.6197
Errors'908' is a magic number.6199
ErrorsLine has trailing spaces.6200
Errors'260' is a magic number.6200
ErrorsAvoid nested blocks.6201
Errors'cast' is not followed by whitespace.6201
Errors'909' is a magic number.6203
ErrorsLine has trailing spaces.6204
Errors'54' is a magic number.6204
ErrorsAvoid nested blocks.6205
ErrorsLine contains a tab character.6206
ErrorsLine contains a tab character.6207
Errors'910' is a magic number.6209
ErrorsLine has trailing spaces.6210
Errors'52' is a magic number.6210
ErrorsAvoid nested blocks.6211
ErrorsLine contains a tab character.6212
ErrorsLine contains a tab character.6213
Errors'911' is a magic number.6215
ErrorsLine has trailing spaces.6216
Errors'625' is a magic number.6216
ErrorsAvoid nested blocks.6217
Errors'cast' is not followed by whitespace.6217
Errors'912' is a magic number.6219
ErrorsLine has trailing spaces.6220
Errors'303' is a magic number.6220
ErrorsAvoid nested blocks.6221
Errors'cast' is not followed by whitespace.6221
Errors'913' is a magic number.6223
ErrorsLine has trailing spaces.6224
Errors'210' is a magic number.6224
ErrorsAvoid nested blocks.6225
Errors'cast' is not followed by whitespace.6225
Errors'914' is a magic number.6227
ErrorsLine has trailing spaces.6228
Errors'118' is a magic number.6228
ErrorsAvoid nested blocks.6229
ErrorsLine contains a tab character.6230
Errors'915' is a magic number.6232
ErrorsLine has trailing spaces.6233
Errors'121' is a magic number.6233
ErrorsAvoid nested blocks.6234
ErrorsLine contains a tab character.6235
Errors'916' is a magic number.6237
ErrorsLine has trailing spaces.6238
Errors'184' is a magic number.6238
ErrorsAvoid nested blocks.6239
Errors'cast' is not followed by whitespace.6239
Errors'917' is a magic number.6241
ErrorsLine has trailing spaces.6242
Errors'65' is a magic number.6242
ErrorsAvoid nested blocks.6243
ErrorsLine contains a tab character.6244
ErrorsLine contains a tab character.6245
Errors'918' is a magic number.6247
ErrorsLine has trailing spaces.6248
Errors'334' is a magic number.6248
ErrorsAvoid nested blocks.6249
Errors'cast' is not followed by whitespace.6249
Errors'919' is a magic number.6251
ErrorsLine has trailing spaces.6252
Errors'273' is a magic number.6252
ErrorsAvoid nested blocks.6253
Errors'cast' is not followed by whitespace.6253
Errors'920' is a magic number.6255
ErrorsLine has trailing spaces.6256
Errors'560' is a magic number.6256
ErrorsAvoid nested blocks.6257
Errors'cast' is not followed by whitespace.6257
Errors'921' is a magic number.6259
ErrorsLine has trailing spaces.6260
Errors'105' is a magic number.6260
ErrorsAvoid nested blocks.6261
ErrorsLine contains a tab character.6262
ErrorsLine contains a tab character.6263
ErrorsLine contains a tab character.6264
ErrorsLine has trailing spaces.6265
ErrorsLine contains a tab character.6265
Errors'{' should be on the previous line.6265
ErrorsLine contains a tab character.6266
ErrorsLine has trailing spaces.6267
ErrorsLine contains a tab character.6267
ErrorsLine contains a tab character.6268
Errors'cast' is not followed by whitespace.6269
Errors'cast' is not followed by whitespace.6272
ErrorsLine contains a tab character.6274
ErrorsLine contains a tab character.6275
Errors'cast' is not followed by whitespace.6275
ErrorsLine contains a tab character.6276
ErrorsLine has trailing spaces.6277
ErrorsLine contains a tab character.6277
ErrorsLine contains a tab character.6278
ErrorsLine contains a tab character.6279
ErrorsLine contains a tab character.6280
Errors'922' is a magic number.6282
ErrorsLine has trailing spaces.6283
Errors'405' is a magic number.6283
ErrorsAvoid nested blocks.6284
Errors'cast' is not followed by whitespace.6284
Errors'923' is a magic number.6286
ErrorsLine has trailing spaces.6287
Errors'566' is a magic number.6287
ErrorsAvoid nested blocks.6288
Errors'cast' is not followed by whitespace.6288
Errors'924' is a magic number.6290
ErrorsLine has trailing spaces.6291
Errors'230' is a magic number.6291
ErrorsAvoid nested blocks.6292
ErrorsLine contains a tab character.6293
Errors'925' is a magic number.6295
ErrorsLine has trailing spaces.6296
Errors'381' is a magic number.6296
ErrorsAvoid nested blocks.6297
Errors'cast' is not followed by whitespace.6297
Errors'926' is a magic number.6299
ErrorsLine has trailing spaces.6300
Errors'126' is a magic number.6300
ErrorsAvoid nested blocks.6301
ErrorsLine contains a tab character.6302
Errors'927' is a magic number.6304
ErrorsLine has trailing spaces.6305
Errors'489' is a magic number.6305
ErrorsAvoid nested blocks.6306
Errors'cast' is not followed by whitespace.6306
Errors'928' is a magic number.6308
ErrorsLine has trailing spaces.6309
Errors'79' is a magic number.6309
ErrorsAvoid nested blocks.6310
ErrorsLine contains a tab character.6311
ErrorsLine contains a tab character.6312
Errors'929' is a magic number.6314
ErrorsLine has trailing spaces.6315
Errors'330' is a magic number.6315
ErrorsAvoid nested blocks.6316
Errors'cast' is not followed by whitespace.6316
Errors'930' is a magic number.6318
ErrorsLine has trailing spaces.6319
Errors'143' is a magic number.6319
ErrorsAvoid nested blocks.6320
ErrorsLine contains a tab character.6321
Errors'931' is a magic number.6323
ErrorsLine has trailing spaces.6324
Errors'383' is a magic number.6324
ErrorsAvoid nested blocks.6325
Errors'cast' is not followed by whitespace.6325
Errors'932' is a magic number.6327
ErrorsLine has trailing spaces.6328
Errors'88' is a magic number.6328
ErrorsAvoid nested blocks.6329
ErrorsLine contains a tab character.6330
ErrorsLine contains a tab character.6331
Errors'933' is a magic number.6333
ErrorsLine has trailing spaces.6334
Errors'299' is a magic number.6334
ErrorsAvoid nested blocks.6335
Errors'cast' is not followed by whitespace.6335
Errors'934' is a magic number.6337
ErrorsLine has trailing spaces.6338
Errors'541' is a magic number.6338
ErrorsAvoid nested blocks.6339
Errors'cast' is not followed by whitespace.6339
Errors'935' is a magic number.6341
ErrorsLine has trailing spaces.6342
Errors'5' is a magic number.6342
ErrorsAvoid nested blocks.6343
ErrorsLine contains a tab character.6344
ErrorsLine contains a tab character.6345
Errors'936' is a magic number.6347
ErrorsLine has trailing spaces.6348
Errors'456' is a magic number.6348
ErrorsAvoid nested blocks.6349
Errors'cast' is not followed by whitespace.6349
Errors'937' is a magic number.6351
ErrorsLine has trailing spaces.6352
Errors'264' is a magic number.6352
ErrorsAvoid nested blocks.6353
Errors'cast' is not followed by whitespace.6353
Errors'938' is a magic number.6355
ErrorsLine has trailing spaces.6356
Errors'435' is a magic number.6356
ErrorsAvoid nested blocks.6357
Errors'cast' is not followed by whitespace.6357
Errors'939' is a magic number.6359
ErrorsLine has trailing spaces.6360
Errors'331' is a magic number.6360
ErrorsAvoid nested blocks.6361
Errors'cast' is not followed by whitespace.6361
Errors'940' is a magic number.6363
ErrorsLine has trailing spaces.6364
Errors'268' is a magic number.6364
ErrorsAvoid nested blocks.6365
Errors'cast' is not followed by whitespace.6365
Errors'941' is a magic number.6367
ErrorsLine has trailing spaces.6368
Errors'350' is a magic number.6368
ErrorsAvoid nested blocks.6369
Errors'cast' is not followed by whitespace.6369
Errors'942' is a magic number.6371
ErrorsLine has trailing spaces.6372
Errors'24' is a magic number.6372
ErrorsAvoid nested blocks.6373
ErrorsLine contains a tab character.6374
ErrorsLine contains a tab character.6375
Errors'943' is a magic number.6377
ErrorsLine has trailing spaces.6378
Errors'439' is a magic number.6378
ErrorsAvoid nested blocks.6379
Errors'cast' is not followed by whitespace.6379
Errors'944' is a magic number.6381
ErrorsLine has trailing spaces.6382
Errors'599' is a magic number.6382
ErrorsAvoid nested blocks.6383
Errors'cast' is not followed by whitespace.6383
Errors'945' is a magic number.6385
ErrorsLine has trailing spaces.6386
Errors'183' is a magic number.6386
ErrorsAvoid nested blocks.6387
Errors'cast' is not followed by whitespace.6387
Errors'946' is a magic number.6389
ErrorsLine has trailing spaces.6390
Errors'351' is a magic number.6390
ErrorsAvoid nested blocks.6391
Errors'cast' is not followed by whitespace.6391
Errors'947' is a magic number.6393
ErrorsLine has trailing spaces.6394
Errors'80' is a magic number.6394
ErrorsAvoid nested blocks.6395
ErrorsLine contains a tab character.6396
ErrorsLine contains a tab character.6397
Errors'948' is a magic number.6399
ErrorsLine has trailing spaces.6400
Errors'434' is a magic number.6400
ErrorsAvoid nested blocks.6401
Errors'cast' is not followed by whitespace.6401
Errors'949' is a magic number.6403
ErrorsLine has trailing spaces.6404
Errors'539' is a magic number.6404
ErrorsAvoid nested blocks.6405
Errors'cast' is not followed by whitespace.6405
Errors'950' is a magic number.6407
ErrorsLine has trailing spaces.6408
Errors'632' is a magic number.6408
ErrorsAvoid nested blocks.6409
Errors'cast' is not followed by whitespace.6409
Errors'951' is a magic number.6411
ErrorsLine has trailing spaces.6412
Errors'526' is a magic number.6412
ErrorsAvoid nested blocks.6413
Errors'cast' is not followed by whitespace.6413
Errors'952' is a magic number.6415
ErrorsLine has trailing spaces.6416
Errors'464' is a magic number.6416
ErrorsAvoid nested blocks.6417
Errors'cast' is not followed by whitespace.6417
Errors'953' is a magic number.6419
ErrorsLine has trailing spaces.6420
Errors'234' is a magic number.6420
ErrorsAvoid nested blocks.6421
Errors'cast' is not followed by whitespace.6421
Errors'954' is a magic number.6423
ErrorsLine has trailing spaces.6424
Errors'442' is a magic number.6424
ErrorsAvoid nested blocks.6425
Errors'cast' is not followed by whitespace.6425
Errors'955' is a magic number.6427
ErrorsLine has trailing spaces.6428
Errors'361' is a magic number.6428
ErrorsAvoid nested blocks.6429
Errors'cast' is not followed by whitespace.6429
Errors'956' is a magic number.6431
ErrorsLine has trailing spaces.6432
Errors'461' is a magic number.6432
ErrorsAvoid nested blocks.6433
Errors'cast' is not followed by whitespace.6433
Errors'957' is a magic number.6435
ErrorsLine has trailing spaces.6436
Errors'316' is a magic number.6436
ErrorsAvoid nested blocks.6437
Errors'cast' is not followed by whitespace.6437
Errors'958' is a magic number.6439
ErrorsLine has trailing spaces.6440
Errors'629' is a magic number.6440
ErrorsAvoid nested blocks.6441
Errors'cast' is not followed by whitespace.6441
Errors'959' is a magic number.6443
ErrorsLine has trailing spaces.6444
Errors'372' is a magic number.6444
ErrorsAvoid nested blocks.6445
Errors'cast' is not followed by whitespace.6445
Errors'960' is a magic number.6447
ErrorsLine has trailing spaces.6448
Errors'290' is a magic number.6448
ErrorsAvoid nested blocks.6449
Errors'cast' is not followed by whitespace.6449
Errors'961' is a magic number.6451
ErrorsLine has trailing spaces.6452
Errors'490' is a magic number.6452
ErrorsAvoid nested blocks.6453
Errors'cast' is not followed by whitespace.6453
Errors'962' is a magic number.6455
ErrorsLine has trailing spaces.6456
Errors'300' is a magic number.6456
ErrorsAvoid nested blocks.6457
Errors'cast' is not followed by whitespace.6457
Errors'963' is a magic number.6459
ErrorsLine has trailing spaces.6460
Errors'384' is a magic number.6460
ErrorsAvoid nested blocks.6461
Errors'cast' is not followed by whitespace.6461
Errors'964' is a magic number.6463
ErrorsLine has trailing spaces.6464
Errors'120' is a magic number.6464
ErrorsAvoid nested blocks.6465
ErrorsLine contains a tab character.6466
Errors'965' is a magic number.6468
ErrorsLine has trailing spaces.6469
Errors'257' is a magic number.6469
ErrorsAvoid nested blocks.6470
Errors'cast' is not followed by whitespace.6470
Errors'966' is a magic number.6472
ErrorsLine has trailing spaces.6473
Errors'326' is a magic number.6473
ErrorsAvoid nested blocks.6474
Errors'cast' is not followed by whitespace.6474
Errors'967' is a magic number.6476
ErrorsLine has trailing spaces.6477
Errors'582' is a magic number.6477
ErrorsAvoid nested blocks.6478
Errors'cast' is not followed by whitespace.6478
Errors'968' is a magic number.6480
ErrorsLine has trailing spaces.6481
Errors'357' is a magic number.6481
ErrorsAvoid nested blocks.6482
Errors'cast' is not followed by whitespace.6482
Errors'969' is a magic number.6484
ErrorsLine has trailing spaces.6485
Errors'211' is a magic number.6485
ErrorsAvoid nested blocks.6486
Errors'cast' is not followed by whitespace.6486
Errors'970' is a magic number.6488
ErrorsLine has trailing spaces.6489
Errors'266' is a magic number.6489
ErrorsAvoid nested blocks.6490
Errors'cast' is not followed by whitespace.6490
Errors'971' is a magic number.6492
ErrorsLine has trailing spaces.6493
ErrorsLine is longer than 80 characters.6494
ErrorsAvoid nested blocks.6494
Errors'+' is not preceded with whitespace.6494
Errors'972' is a magic number.6496
ErrorsLine has trailing spaces.6497
Errors'341' is a magic number.6497
ErrorsAvoid nested blocks.6498
Errors'cast' is not followed by whitespace.6498
Errors'973' is a magic number.6500
ErrorsLine has trailing spaces.6501
Errors'244' is a magic number.6501
ErrorsAvoid nested blocks.6502
Errors'cast' is not followed by whitespace.6502
Errors'974' is a magic number.6504
ErrorsLine has trailing spaces.6505
Errors'373' is a magic number.6505
ErrorsAvoid nested blocks.6506
Errors'cast' is not followed by whitespace.6506
Errors'975' is a magic number.6508
ErrorsLine has trailing spaces.6509
Errors'17' is a magic number.6509
ErrorsAvoid nested blocks.6510
ErrorsLine contains a tab character.6511
ErrorsLine contains a tab character.6512
Errors'976' is a magic number.6514
ErrorsLine has trailing spaces.6515
Errors'390' is a magic number.6515
ErrorsAvoid nested blocks.6516
Errors'cast' is not followed by whitespace.6516
Errors'977' is a magic number.6518
ErrorsLine has trailing spaces.6519
Errors'374' is a magic number.6519
ErrorsAvoid nested blocks.6520
Errors'cast' is not followed by whitespace.6520
Errors'978' is a magic number.6522
ErrorsLine has trailing spaces.6523
Errors'401' is a magic number.6523
ErrorsAvoid nested blocks.6524
Errors'cast' is not followed by whitespace.6524
Errors'979' is a magic number.6526
ErrorsLine has trailing spaces.6527
Errors'328' is a magic number.6527
ErrorsAvoid nested blocks.6528
Errors'cast' is not followed by whitespace.6528
Errors'980' is a magic number.6530
ErrorsLine has trailing spaces.6531
Errors'501' is a magic number.6531
ErrorsAvoid nested blocks.6532
Errors'cast' is not followed by whitespace.6532
Errors'981' is a magic number.6534
ErrorsLine has trailing spaces.6535
Errors'249' is a magic number.6535
ErrorsAvoid nested blocks.6536
Errors'cast' is not followed by whitespace.6536
Errors'982' is a magic number.6538
ErrorsLine has trailing spaces.6539
Errors'504' is a magic number.6539
ErrorsAvoid nested blocks.6540
Errors'cast' is not followed by whitespace.6540
Errors'983' is a magic number.6542
ErrorsLine has trailing spaces.6543
Errors'305' is a magic number.6543
ErrorsAvoid nested blocks.6544
Errors'cast' is not followed by whitespace.6544
Errors'984' is a magic number.6546
ErrorsLine has trailing spaces.6547
Errors'215' is a magic number.6547
ErrorsAvoid nested blocks.6548
Errors'cast' is not followed by whitespace.6548
Errors'985' is a magic number.6550
ErrorsLine has trailing spaces.6551
Errors'503' is a magic number.6551
ErrorsAvoid nested blocks.6552
Errors'cast' is not followed by whitespace.6552
Errors'986' is a magic number.6554
ErrorsLine has trailing spaces.6555
Errors'174' is a magic number.6555
ErrorsAvoid nested blocks.6556
ErrorsLine contains a tab character.6557
Errors'987' is a magic number.6559
ErrorsLine has trailing spaces.6560
Errors'22' is a magic number.6560
ErrorsAvoid nested blocks.6561
ErrorsLine contains a tab character.6562
ErrorsLine contains a tab character.6563
Errors'988' is a magic number.6565
ErrorsLine has trailing spaces.6566
Errors'231' is a magic number.6566
ErrorsAvoid nested blocks.6567
ErrorsLine contains a tab character.6568
Errors'989' is a magic number.6570
ErrorsLine has trailing spaces.6571
Errors'379' is a magic number.6571
ErrorsAvoid nested blocks.6572
Errors'cast' is not followed by whitespace.6572
Errors'990' is a magic number.6574
ErrorsLine has trailing spaces.6575
Errors'518' is a magic number.6575
ErrorsAvoid nested blocks.6576
Errors'cast' is not followed by whitespace.6576
Errors'991' is a magic number.6578
ErrorsLine has trailing spaces.6579
Errors'214' is a magic number.6579
ErrorsAvoid nested blocks.6580
Errors'cast' is not followed by whitespace.6580
Errors'992' is a magic number.6582
ErrorsLine has trailing spaces.6583
Errors'15' is a magic number.6583
ErrorsAvoid nested blocks.6584
ErrorsLine contains a tab character.6585
ErrorsLine contains a tab character.6586
Errors'993' is a magic number.6588
ErrorsLine has trailing spaces.6589
Errors'218' is a magic number.6589
ErrorsAvoid nested blocks.6590
Errors'cast' is not followed by whitespace.6590
Errors'994' is a magic number.6592
ErrorsLine has trailing spaces.6593
Errors'403' is a magic number.6593
ErrorsAvoid nested blocks.6594
Errors'cast' is not followed by whitespace.6594
Errors'995' is a magic number.6596
ErrorsLine has trailing spaces.6597
Errors'476' is a magic number.6597
ErrorsAvoid nested blocks.6598
Errors'cast' is not followed by whitespace.6598
Errors'996' is a magic number.6600
ErrorsLine has trailing spaces.6601
Errors'426' is a magic number.6601
ErrorsAvoid nested blocks.6602
Errors'cast' is not followed by whitespace.6602
Errors'997' is a magic number.6604
ErrorsLine has trailing spaces.6605
Errors'270' is a magic number.6605
ErrorsAvoid nested blocks.6606
Errors'cast' is not followed by whitespace.6606
ErrorsLine has trailing spaces.6607
ErrorsLine contains a tab character.6607
ErrorsLine is longer than 80 characters.6608
ErrorsLine contains a tab character.6608
Errors'cast' is not followed by whitespace.6608
Errors'cast' is not followed by whitespace.6608
Errors'998' is a magic number.6610
ErrorsLine has trailing spaces.6611
Errors'391' is a magic number.6611
ErrorsAvoid nested blocks.6612
Errors'cast' is not followed by whitespace.6612
Errors'999' is a magic number.6614
ErrorsLine has trailing spaces.6615
Errors'132' is a magic number.6615
ErrorsAvoid nested blocks.6616
ErrorsLine contains a tab character.6617
Errors'1000' is a magic number.6619
ErrorsLine has trailing spaces.6620
Errors'71' is a magic number.6620
ErrorsAvoid nested blocks.6621
ErrorsLine contains a tab character.6622
ErrorsLine contains a tab character.6623
Errors'1001' is a magic number.6625
ErrorsLine has trailing spaces.6626
Errors'346' is a magic number.6626
ErrorsAvoid nested blocks.6627
Errors'cast' is not followed by whitespace.6627
Errors'1002' is a magic number.6629
ErrorsLine has trailing spaces.6630
Errors'127' is a magic number.6630
ErrorsAvoid nested blocks.6631
ErrorsLine contains a tab character.6632
Errors'1003' is a magic number.6634
ErrorsLine has trailing spaces.6635
Errors'110' is a magic number.6635
ErrorsAvoid nested blocks.6636
ErrorsLine contains a tab character.6637
Errors'1004' is a magic number.6639
ErrorsLine has trailing spaces.6640
Errors'236' is a magic number.6640
ErrorsAvoid nested blocks.6641
Errors'cast' is not followed by whitespace.6641
Errors'1005' is a magic number.6643
ErrorsLine has trailing spaces.6644
Errors'370' is a magic number.6644
ErrorsAvoid nested blocks.6645
ErrorsLine contains a tab character.6646
Errors'1006' is a magic number.6648
ErrorsLine has trailing spaces.6649
Errors'585' is a magic number.6649
ErrorsAvoid nested blocks.6650
Errors'cast' is not followed by whitespace.6650
Errors'1007' is a magic number.6652
ErrorsLine has trailing spaces.6653
Errors'412' is a magic number.6653
ErrorsAvoid nested blocks.6654
Errors'cast' is not followed by whitespace.6654
Errors'1008' is a magic number.6656
ErrorsLine has trailing spaces.6657
Errors'375' is a magic number.6657
ErrorsAvoid nested blocks.6658
Errors'cast' is not followed by whitespace.6658
Errors'1009' is a magic number.6660
ErrorsLine has trailing spaces.6661
Errors'114' is a magic number.6661
ErrorsAvoid nested blocks.6662
ErrorsLine contains a tab character.6663
Errors'1010' is a magic number.6665
ErrorsLine has trailing spaces.6666
Errors'188' is a magic number.6666
ErrorsAvoid nested blocks.6667
Errors'cast' is not followed by whitespace.6667
Errors'1011' is a magic number.6669
ErrorsLine has trailing spaces.6670
Errors'562' is a magic number.6670
ErrorsAvoid nested blocks.6671
Errors'cast' is not followed by whitespace.6671
Errors'1012' is a magic number.6673
ErrorsLine has trailing spaces.6674
Errors'425' is a magic number.6674
ErrorsAvoid nested blocks.6675
Errors'cast' is not followed by whitespace.6675
Errors'1013' is a magic number.6677
ErrorsLine has trailing spaces.6678
Errors'278' is a magic number.6678
ErrorsAvoid nested blocks.6679
Errors'cast' is not followed by whitespace.6679
Errors'1014' is a magic number.6681
ErrorsLine has trailing spaces.6682
Errors'269' is a magic number.6682
ErrorsAvoid nested blocks.6683
Errors'cast' is not followed by whitespace.6683
Errors'1015' is a magic number.6685
ErrorsLine has trailing spaces.6686
Errors'283' is a magic number.6686
ErrorsAvoid nested blocks.6687
Errors'cast' is not followed by whitespace.6687
Errors'1016' is a magic number.6689
ErrorsLine has trailing spaces.6690
Errors'574' is a magic number.6690
ErrorsLine is longer than 80 characters.6691
ErrorsAvoid nested blocks.6691
Errors'cast' is not followed by whitespace.6691
Errors'1017' is a magic number.6693
ErrorsLine has trailing spaces.6694
Errors'274' is a magic number.6694
ErrorsAvoid nested blocks.6695
ErrorsLine contains a tab character.6696
Errors'1018' is a magic number.6698
ErrorsLine has trailing spaces.6699
Errors'217' is a magic number.6699
ErrorsAvoid nested blocks.6700
Errors'cast' is not followed by whitespace.6700
Errors'1019' is a magic number.6702
ErrorsLine has trailing spaces.6703
Errors'109' is a magic number.6703
ErrorsAvoid nested blocks.6704
ErrorsLine contains a tab character.6705
Errors'1020' is a magic number.6707
ErrorsLine has trailing spaces.6708
Errors'156' is a magic number.6708
ErrorsAvoid nested blocks.6709
ErrorsLine contains a tab character.6710
Errors'1021' is a magic number.6712
ErrorsLine has trailing spaces.6713
Errors'473' is a magic number.6713
ErrorsAvoid nested blocks.6714
Errors'cast' is not followed by whitespace.6714
Errors'1022' is a magic number.6716
ErrorsLine has trailing spaces.6717
Errors'189' is a magic number.6717
ErrorsAvoid nested blocks.6718
Errors'cast' is not followed by whitespace.6718
Errors'1023' is a magic number.6720
ErrorsLine has trailing spaces.6721
Errors'59' is a magic number.6721
ErrorsAvoid nested blocks.6722
ErrorsLine is longer than 80 characters.6723
ErrorsLine contains a tab character.6723
ErrorsLine contains a tab character.6724
Errors'1024' is a magic number.6726
ErrorsLine has trailing spaces.6727
Errors'386' is a magic number.6727
ErrorsAvoid nested blocks.6728
Errors'cast' is not followed by whitespace.6728
Errors'1025' is a magic number.6730
ErrorsLine has trailing spaces.6731
Errors'170' is a magic number.6731
ErrorsAvoid nested blocks.6732
ErrorsLine contains a tab character.6733
Errors'1026' is a magic number.6735
ErrorsLine has trailing spaces.6736
Errors'27' is a magic number.6736
ErrorsAvoid nested blocks.6737
ErrorsLine contains a tab character.6738
ErrorsLine contains a tab character.6739
Errors'1027' is a magic number.6741
ErrorsLine has trailing spaces.6742
Errors'84' is a magic number.6742
ErrorsAvoid nested blocks.6743
ErrorsLine contains a tab character.6744
ErrorsLine contains a tab character.6745
Errors'1028' is a magic number.6747
ErrorsLine has trailing spaces.6748
Errors'75' is a magic number.6748
ErrorsAvoid nested blocks.6749
ErrorsLine contains a tab character.6750
ErrorsLine contains a tab character.6751
Errors'1029' is a magic number.6753
ErrorsLine has trailing spaces.6754
Errors'140' is a magic number.6754
ErrorsAvoid nested blocks.6755
ErrorsLine contains a tab character.6756
Errors'1030' is a magic number.6758
ErrorsLine has trailing spaces.6759
Errors'148' is a magic number.6759
ErrorsAvoid nested blocks.6760
ErrorsLine contains a tab character.6761
Errors'1031' is a magic number.6763
ErrorsLine has trailing spaces.6764
Errors'39' is a magic number.6764
ErrorsAvoid nested blocks.6765
ErrorsLine contains a tab character.6766
ErrorsLine contains a tab character.6767
Errors'1032' is a magic number.6769
ErrorsLine has trailing spaces.6770
Errors'577' is a magic number.6770
ErrorsAvoid nested blocks.6771
Errors'cast' is not followed by whitespace.6771
Errors'1033' is a magic number.6773
ErrorsLine has trailing spaces.6774
Errors'165' is a magic number.6774
ErrorsAvoid nested blocks.6775
ErrorsLine contains a tab character.6776
Errors'1034' is a magic number.6778
ErrorsLine has trailing spaces.6779
Errors'470' is a magic number.6779
ErrorsAvoid nested blocks.6780
Errors'cast' is not followed by whitespace.6780
Errors'1035' is a magic number.6782
ErrorsLine has trailing spaces.6783
Errors'135' is a magic number.6783
ErrorsAvoid nested blocks.6784
ErrorsLine contains a tab character.6785
Errors'1036' is a magic number.6787
ErrorsLine has trailing spaces.6788
Errors'552' is a magic number.6788
ErrorsAvoid nested blocks.6789
Errors'cast' is not followed by whitespace.6789
Errors'1037' is a magic number.6791
ErrorsLine has trailing spaces.6792
Errors'529' is a magic number.6792
ErrorsAvoid nested blocks.6793
Errors'cast' is not followed by whitespace.6793
Errors'1038' is a magic number.6795
ErrorsLine has trailing spaces.6796
Errors'572' is a magic number.6796
ErrorsAvoid nested blocks.6797
Errors'cast' is not followed by whitespace.6797
Errors'1039' is a magic number.6799
ErrorsLine has trailing spaces.6800
Errors'64' is a magic number.6800
ErrorsAvoid nested blocks.6801
ErrorsLine contains a tab character.6802
ErrorsLine contains a tab character.6803
Errors'1040' is a magic number.6805
ErrorsLine has trailing spaces.6806
Errors'457' is a magic number.6806
ErrorsAvoid nested blocks.6807
Errors'cast' is not followed by whitespace.6807
Errors'1041' is a magic number.6809
ErrorsLine has trailing spaces.6810
Errors'77' is a magic number.6810
ErrorsAvoid nested blocks.6811
ErrorsLine contains a tab character.6812
ErrorsLine contains a tab character.6813
Errors'1042' is a magic number.6815
ErrorsLine has trailing spaces.6816
Errors'301' is a magic number.6816
ErrorsAvoid nested blocks.6817
Errors'cast' is not followed by whitespace.6817
Errors'1043' is a magic number.6819
ErrorsLine has trailing spaces.6820
Errors'167' is a magic number.6820
ErrorsAvoid nested blocks.6821
ErrorsLine contains a tab character.6822
Errors'1044' is a magic number.6824
ErrorsLine has trailing spaces.6825
Errors'169' is a magic number.6825
ErrorsAvoid nested blocks.6826
ErrorsLine contains a tab character.6827
Errors'1045' is a magic number.6829
ErrorsLine has trailing spaces.6830
Errors'454' is a magic number.6830
ErrorsAvoid nested blocks.6831
Errors'cast' is not followed by whitespace.6831
Errors'1046' is a magic number.6833
ErrorsLine has trailing spaces.6834
Errors'631' is a magic number.6834
ErrorsAvoid nested blocks.6835
Errors'cast' is not followed by whitespace.6835
Errors'1047' is a magic number.6837
ErrorsLine has trailing spaces.6838
Errors'171' is a magic number.6838
ErrorsAvoid nested blocks.6839
ErrorsLine contains a tab character.6840
Errors'1048' is a magic number.6842
ErrorsLine has trailing spaces.6843
Errors'545' is a magic number.6843
ErrorsAvoid nested blocks.6844
Errors'cast' is not followed by whitespace.6844
Errors'1049' is a magic number.6846
ErrorsLine has trailing spaces.6847
Errors'175' is a magic number.6847
ErrorsAvoid nested blocks.6848
ErrorsLine contains a tab character.6849
Errors'1050' is a magic number.6851
ErrorsLine has trailing spaces.6852
Errors'45' is a magic number.6852
ErrorsAvoid nested blocks.6853
ErrorsLine contains a tab character.6854
ErrorsLine contains a tab character.6855
Errors'1051' is a magic number.6857
ErrorsLine has trailing spaces.6858
Errors'207' is a magic number.6858
ErrorsAvoid nested blocks.6859
Errors'cast' is not followed by whitespace.6859
Errors'1052' is a magic number.6861
ErrorsLine has trailing spaces.6862
Errors'590' is a magic number.6862
ErrorsAvoid nested blocks.6863
Errors'cast' is not followed by whitespace.6863
Errors'1053' is a magic number.6865
ErrorsLine has trailing spaces.6866
Errors'385' is a magic number.6866
ErrorsAvoid nested blocks.6867
Errors'cast' is not followed by whitespace.6867
Errors'1054' is a magic number.6869
ErrorsLine has trailing spaces.6870
Errors'259' is a magic number.6870
ErrorsAvoid nested blocks.6871
Errors'cast' is not followed by whitespace.6871
Errors'1055' is a magic number.6873
ErrorsLine has trailing spaces.6874
Errors'134' is a magic number.6874
ErrorsAvoid nested blocks.6875
ErrorsLine contains a tab character.6876
Errors'1056' is a magic number.6878
ErrorsLine has trailing spaces.6879
Errors'349' is a magic number.6879
ErrorsAvoid nested blocks.6880
Errors'cast' is not followed by whitespace.6880
Errors'1057' is a magic number.6882
ErrorsLine has trailing spaces.6883
Errors'487' is a magic number.6883
ErrorsAvoid nested blocks.6884
Errors'cast' is not followed by whitespace.6884
Errors'1058' is a magic number.6886
ErrorsLine has trailing spaces.6887
Errors'486' is a magic number.6887
ErrorsAvoid nested blocks.6888
Errors'cast' is not followed by whitespace.6888
Errors'1059' is a magic number.6890
ErrorsLine has trailing spaces.6891
Errors'538' is a magic number.6891
ErrorsAvoid nested blocks.6892
Errors'cast' is not followed by whitespace.6892
Errors'1060' is a magic number.6894
ErrorsLine has trailing spaces.6895
Errors'86' is a magic number.6895
ErrorsAvoid nested blocks.6896
ErrorsLine contains a tab character.6897
ErrorsLine contains a tab character.6898
Errors'1061' is a magic number.6900
ErrorsLine has trailing spaces.6901
Errors'151' is a magic number.6901
ErrorsAvoid nested blocks.6902
ErrorsLine contains a tab character.6903
Errors'1062' is a magic number.6905
ErrorsLine has trailing spaces.6906
Errors'472' is a magic number.6906
ErrorsAvoid nested blocks.6907
Errors'cast' is not followed by whitespace.6907
Errors'1063' is a magic number.6909
ErrorsLine has trailing spaces.6910
Errors'317' is a magic number.6910
ErrorsAvoid nested blocks.6911
Errors'cast' is not followed by whitespace.6911
Errors'1064' is a magic number.6913
ErrorsLine has trailing spaces.6914
Errors'315' is a magic number.6914
ErrorsAvoid nested blocks.6915
Errors'cast' is not followed by whitespace.6915
Errors'1065' is a magic number.6917
ErrorsLine has trailing spaces.6918
Errors'108' is a magic number.6918
ErrorsAvoid nested blocks.6919
ErrorsLine contains a tab character.6920
Errors'1066' is a magic number.6922
ErrorsLine has trailing spaces.6923
Errors'596' is a magic number.6923
ErrorsAvoid nested blocks.6924
Errors'cast' is not followed by whitespace.6924
Errors'1067' is a magic number.6926
ErrorsLine has trailing spaces.6927
Errors'298' is a magic number.6927
ErrorsAvoid nested blocks.6928
Errors'cast' is not followed by whitespace.6928
Errors'1068' is a magic number.6930
ErrorsLine has trailing spaces.6931
Errors'130' is a magic number.6931
ErrorsAvoid nested blocks.6932
ErrorsLine contains a tab character.6933
Errors'1069' is a magic number.6935
ErrorsLine has trailing spaces.6936
Errors'87' is a magic number.6936
ErrorsAvoid nested blocks.6937
ErrorsLine contains a tab character.6938
ErrorsLine contains a tab character.6939
Errors'1070' is a magic number.6941
ErrorsLine has trailing spaces.6942
Errors'258' is a magic number.6942
ErrorsAvoid nested blocks.6943
Errors'cast' is not followed by whitespace.6943
Errors'1071' is a magic number.6945
ErrorsLine has trailing spaces.6946
Errors'209' is a magic number.6946
ErrorsAvoid nested blocks.6947
Errors'cast' is not followed by whitespace.6947
Errors'1072' is a magic number.6949
ErrorsLine has trailing spaces.6950
Errors'307' is a magic number.6950
ErrorsAvoid nested blocks.6951
Errors'cast' is not followed by whitespace.6951
Errors'1073' is a magic number.6953
ErrorsLine has trailing spaces.6954
Errors'497' is a magic number.6954
ErrorsAvoid nested blocks.6955
Errors'cast' is not followed by whitespace.6955
Errors'1074' is a magic number.6957
ErrorsLine has trailing spaces.6958
Errors'261' is a magic number.6958
ErrorsAvoid nested blocks.6959
Errors'cast' is not followed by whitespace.6959
Errors'1075' is a magic number.6961
ErrorsLine has trailing spaces.6962
Errors'581' is a magic number.6962
ErrorsAvoid nested blocks.6963
ErrorsLine contains a tab character.6964
Errors'1076' is a magic number.6966
ErrorsLine has trailing spaces.6967
Errors'272' is a magic number.6967
ErrorsAvoid nested blocks.6968
Errors'cast' is not followed by whitespace.6968
Errors'1077' is a magic number.6970
ErrorsLine has trailing spaces.6971
Errors'150' is a magic number.6971
ErrorsAvoid nested blocks.6972
ErrorsLine contains a tab character.6973
Errors'1078' is a magic number.6975
ErrorsLine has trailing spaces.6976
Errors'60' is a magic number.6976
ErrorsAvoid nested blocks.6977
ErrorsLine contains a tab character.6978
ErrorsLine contains a tab character.6979
Errors'1079' is a magic number.6981
ErrorsLine has trailing spaces.6982
Errors'633' is a magic number.6982
ErrorsAvoid nested blocks.6983
Errors'cast' is not followed by whitespace.6983
Errors'1080' is a magic number.6985
ErrorsLine has trailing spaces.6986
Errors'30' is a magic number.6986
ErrorsAvoid nested blocks.6987
ErrorsLine contains a tab character.6988
ErrorsLine contains a tab character.6989
Errors'1081' is a magic number.6991
ErrorsLine has trailing spaces.6992
Errors'377' is a magic number.6992
ErrorsAvoid nested blocks.6993
Errors'cast' is not followed by whitespace.6993
Errors'1082' is a magic number.6995
ErrorsLine has trailing spaces.6996
Errors'33' is a magic number.6996
ErrorsAvoid nested blocks.6997
ErrorsLine contains a tab character.6998
ErrorsLine contains a tab character.6999
Errors'1083' is a magic number.7001
ErrorsLine has trailing spaces.7002
Errors'313' is a magic number.7002
ErrorsAvoid nested blocks.7003
Errors'cast' is not followed by whitespace.7003
Errors'1084' is a magic number.7005
ErrorsLine has trailing spaces.7006
Errors'520' is a magic number.7006
ErrorsAvoid nested blocks.7007
Errors'cast' is not followed by whitespace.7007
Errors'1085' is a magic number.7009
ErrorsLine has trailing spaces.7010
Errors'292' is a magic number.7010
ErrorsAvoid nested blocks.7011
Errors'cast' is not followed by whitespace.7011
Errors'1086' is a magic number.7013
ErrorsLine has trailing spaces.7014
Errors'512' is a magic number.7014
ErrorsAvoid nested blocks.7015
Errors'cast' is not followed by whitespace.7015
Errors'1087' is a magic number.7017
ErrorsLine has trailing spaces.7018
Errors'468' is a magic number.7018
ErrorsAvoid nested blocks.7019
Errors'cast' is not followed by whitespace.7019
Errors'1088' is a magic number.7021
ErrorsLine has trailing spaces.7022
Errors'340' is a magic number.7022
ErrorsAvoid nested blocks.7023
Errors'cast' is not followed by whitespace.7023
Errors'1089' is a magic number.7025
ErrorsLine has trailing spaces.7026
Errors'499' is a magic number.7026
ErrorsAvoid nested blocks.7027
Errors'cast' is not followed by whitespace.7027
Errors'1090' is a magic number.7029
ErrorsLine has trailing spaces.7030
Errors'578' is a magic number.7030
ErrorsAvoid nested blocks.7031
Errors'cast' is not followed by whitespace.7031
Errors'1091' is a magic number.7033
ErrorsLine has trailing spaces.7034
Errors'498' is a magic number.7034
ErrorsAvoid nested blocks.7035
Errors'cast' is not followed by whitespace.7035
Errors'1092' is a magic number.7037
ErrorsLine has trailing spaces.7038
Errors'502' is a magic number.7038
ErrorsAvoid nested blocks.7039
Errors'cast' is not followed by whitespace.7039
Errors'1093' is a magic number.7041
ErrorsLine has trailing spaces.7042
Errors'219' is a magic number.7042
ErrorsAvoid nested blocks.7043
Errors'cast' is not followed by whitespace.7043
Errors'1094' is a magic number.7045
ErrorsLine has trailing spaces.7046
Errors'440' is a magic number.7046
ErrorsAvoid nested blocks.7047
Errors'cast' is not followed by whitespace.7047
Errors'1095' is a magic number.7049
ErrorsLine has trailing spaces.7050
Errors'56' is a magic number.7050
ErrorsAvoid nested blocks.7051
ErrorsLine contains a tab character.7052
ErrorsLine contains a tab character.7053
Errors'1096' is a magic number.7055
ErrorsLine has trailing spaces.7056
Errors'393' is a magic number.7056
ErrorsAvoid nested blocks.7057
Errors'cast' is not followed by whitespace.7057
Errors'1097' is a magic number.7059
ErrorsLine has trailing spaces.7060
Errors'233' is a magic number.7060
ErrorsAvoid nested blocks.7061
Errors'cast' is not followed by whitespace.7061
Errors'1098' is a magic number.7063
ErrorsLine has trailing spaces.7064
Errors'589' is a magic number.7064
ErrorsAvoid nested blocks.7065
Errors'cast' is not followed by whitespace.7065
Errors'1099' is a magic number.7067
ErrorsLine has trailing spaces.7068
Errors'448' is a magic number.7068
ErrorsAvoid nested blocks.7069
Errors'cast' is not followed by whitespace.7069
Errors'1100' is a magic number.7071
ErrorsLine has trailing spaces.7072
Errors'47' is a magic number.7072
ErrorsAvoid nested blocks.7073
ErrorsLine contains a tab character.7074
ErrorsLine contains a tab character.7075
Errors'1101' is a magic number.7077
ErrorsLine has trailing spaces.7078
Errors'256' is a magic number.7078
ErrorsAvoid nested blocks.7079
ErrorsLine contains a tab character.7080
Errors'1102' is a magic number.7082
ErrorsLine has trailing spaces.7083
Errors'102' is a magic number.7083
ErrorsAvoid nested blocks.7084
ErrorsLine contains a tab character.7085
ErrorsLine contains a tab character.7086
Errors'1103' is a magic number.7088
ErrorsLine has trailing spaces.7089
Errors'241' is a magic number.7089
ErrorsAvoid nested blocks.7090
Errors'cast' is not followed by whitespace.7090
Errors'1104' is a magic number.7092
ErrorsLine has trailing spaces.7093
Errors'388' is a magic number.7093
ErrorsAvoid nested blocks.7094
Errors'cast' is not followed by whitespace.7094
Errors'1105' is a magic number.7096
ErrorsLine has trailing spaces.7097
Errors'354' is a magic number.7097
ErrorsAvoid nested blocks.7098
Errors'cast' is not followed by whitespace.7098
Errors'1106' is a magic number.7100
ErrorsLine has trailing spaces.7101
Errors'376' is a magic number.7101
ErrorsAvoid nested blocks.7102
Errors'cast' is not followed by whitespace.7102
Errors'1107' is a magic number.7104
ErrorsLine has trailing spaces.7105
Errors'186' is a magic number.7105
ErrorsAvoid nested blocks.7106
Errors'cast' is not followed by whitespace.7106
Errors'1108' is a magic number.7108
ErrorsLine has trailing spaces.7109
Errors'163' is a magic number.7109
ErrorsAvoid nested blocks.7110
ErrorsLine contains a tab character.7111
Errors'1109' is a magic number.7113
ErrorsLine has trailing spaces.7114
Errors'463' is a magic number.7114
ErrorsAvoid nested blocks.7115
Errors'cast' is not followed by whitespace.7115
Errors'1110' is a magic number.7117
ErrorsLine has trailing spaces.7118
Errors'96' is a magic number.7118
ErrorsAvoid nested blocks.7119
ErrorsLine contains a tab character.7120
ErrorsLine contains a tab character.7121
Errors'1111' is a magic number.7123
ErrorsLine has trailing spaces.7124
Errors'158' is a magic number.7124
ErrorsAvoid nested blocks.7125
ErrorsLine contains a tab character.7126
Errors'1112' is a magic number.7128
ErrorsLine has trailing spaces.7129
Errors'97' is a magic number.7129
ErrorsAvoid nested blocks.7130
ErrorsLine contains a tab character.7131
ErrorsLine contains a tab character.7132
Errors'1113' is a magic number.7134
ErrorsLine has trailing spaces.7135
Errors'90' is a magic number.7135
ErrorsAvoid nested blocks.7136
ErrorsLine contains a tab character.7137
ErrorsLine contains a tab character.7138
Errors'1114' is a magic number.7140
ErrorsLine has trailing spaces.7141
Errors'626' is a magic number.7141
ErrorsAvoid nested blocks.7142
Errors'cast' is not followed by whitespace.7142
Errors'1115' is a magic number.7144
ErrorsLine has trailing spaces.7145
Errors'7' is a magic number.7145
ErrorsAvoid nested blocks.7146
ErrorsLine contains a tab character.7147
ErrorsLine contains a tab character.7148
Errors'1116' is a magic number.7150
ErrorsLine has trailing spaces.7151
Errors'580' is a magic number.7151
ErrorsAvoid nested blocks.7152
Errors'cast' is not followed by whitespace.7152
Errors'1117' is a magic number.7154
ErrorsLine has trailing spaces.7155
Errors'380' is a magic number.7155
ErrorsAvoid nested blocks.7156
Errors'cast' is not followed by whitespace.7156
Errors'1118' is a magic number.7158
ErrorsLine has trailing spaces.7159
Errors'137' is a magic number.7159
ErrorsAvoid nested blocks.7160
ErrorsLine contains a tab character.7161
Errors'1119' is a magic number.7163
ErrorsLine has trailing spaces.7164
Errors'138' is a magic number.7164
ErrorsAvoid nested blocks.7165
ErrorsLine contains a tab character.7166
Errors'1120' is a magic number.7168
ErrorsLine has trailing spaces.7169
Errors'469' is a magic number.7169
ErrorsAvoid nested blocks.7170
Errors'cast' is not followed by whitespace.7170
Errors'1121' is a magic number.7172
ErrorsLine has trailing spaces.7173
Errors'510' is a magic number.7173
ErrorsAvoid nested blocks.7174
Errors'cast' is not followed by whitespace.7174
Errors'1122' is a magic number.7176
ErrorsLine has trailing spaces.7177
Errors'460' is a magic number.7177
ErrorsAvoid nested blocks.7178
Errors'cast' is not followed by whitespace.7178
Errors'1123' is a magic number.7180
ErrorsLine has trailing spaces.7181
Errors'197' is a magic number.7181
ErrorsAvoid nested blocks.7182
ErrorsLine contains a tab character.7183
Errors'1124' is a magic number.7185
ErrorsLine has trailing spaces.7186
Errors'339' is a magic number.7186
ErrorsAvoid nested blocks.7187
Errors'cast' is not followed by whitespace.7187
Errors'1125' is a magic number.7189
ErrorsLine has trailing spaces.7190
Errors'584' is a magic number.7190
ErrorsAvoid nested blocks.7191
Errors'cast' is not followed by whitespace.7191
Errors'1126' is a magic number.7193
ErrorsLine has trailing spaces.7194
Errors'243' is a magic number.7194
ErrorsAvoid nested blocks.7195
Errors'cast' is not followed by whitespace.7195
Errors'1127' is a magic number.7197
ErrorsLine has trailing spaces.7198
Errors'432' is a magic number.7198
ErrorsAvoid nested blocks.7199
Errors'cast' is not followed by whitespace.7199
Errors'1128' is a magic number.7201
ErrorsLine has trailing spaces.7202
Errors'627' is a magic number.7202
ErrorsLine is longer than 80 characters.7203
ErrorsAvoid nested blocks.7203
Errors'cast' is not followed by whitespace.7203
Errors'1129' is a magic number.7205
ErrorsLine has trailing spaces.7206
Errors'441' is a magic number.7206
ErrorsAvoid nested blocks.7207
Errors'cast' is not followed by whitespace.7207
Errors'1130' is a magic number.7209
ErrorsLine has trailing spaces.7210
Errors'289' is a magic number.7210
ErrorsAvoid nested blocks.7211
Errors'cast' is not followed by whitespace.7211
Errors'1131' is a magic number.7213
ErrorsLine has trailing spaces.7214
Errors'611' is a magic number.7214
ErrorsAvoid nested blocks.7215
Errors'cast' is not followed by whitespace.7215
Errors'1132' is a magic number.7217
ErrorsLine has trailing spaces.7218
Errors'564' is a magic number.7218
ErrorsAvoid nested blocks.7219
Errors'cast' is not followed by whitespace.7219
Errors'1133' is a magic number.7221
ErrorsLine has trailing spaces.7222
Errors'202' is a magic number.7222
ErrorsAvoid nested blocks.7223
Errors'cast' is not followed by whitespace.7223
Errors'1134' is a magic number.7225
ErrorsLine has trailing spaces.7226
Errors'190' is a magic number.7226
ErrorsAvoid nested blocks.7227
Errors'cast' is not followed by whitespace.7227
Errors'1135' is a magic number.7229
ErrorsLine has trailing spaces.7230
Errors'537' is a magic number.7230
ErrorsAvoid nested blocks.7231
Errors'cast' is not followed by whitespace.7231
Errors'1136' is a magic number.7233
ErrorsLine has trailing spaces.7234
Errors'228' is a magic number.7234
ErrorsAvoid nested blocks.7235
Errors'cast' is not followed by whitespace.7235
Errors'1137' is a magic number.7237
ErrorsLine has trailing spaces.7238
Errors'592' is a magic number.7238
ErrorsAvoid nested blocks.7239
Errors'cast' is not followed by whitespace.7239
Errors'1138' is a magic number.7241
ErrorsLine has trailing spaces.7242
Errors'556' is a magic number.7242
ErrorsAvoid nested blocks.7243
Errors'cast' is not followed by whitespace.7243
Errors'1139' is a magic number.7245
ErrorsLine has trailing spaces.7246
Errors'10' is a magic number.7246
ErrorsAvoid nested blocks.7247
ErrorsLine contains a tab character.7248
ErrorsLine contains a tab character.7249
Errors'1140' is a magic number.7251
ErrorsLine has trailing spaces.7252
Errors'28' is a magic number.7252
ErrorsAvoid nested blocks.7253
ErrorsLine contains a tab character.7254
ErrorsLine contains a tab character.7255
Errors'1141' is a magic number.7257
ErrorsLine has trailing spaces.7258
Errors'436' is a magic number.7258
ErrorsAvoid nested blocks.7259
Errors'cast' is not followed by whitespace.7259
Errors'1142' is a magic number.7261
ErrorsLine has trailing spaces.7262
Errors'25' is a magic number.7262
ErrorsAvoid nested blocks.7263
ErrorsLine is longer than 80 characters.7264
ErrorsLine contains a tab character.7264
ErrorsLine contains a tab character.7265
Errors'1143' is a magic number.7267
ErrorsLine has trailing spaces.7268
Errors'31' is a magic number.7268
ErrorsAvoid nested blocks.7269
ErrorsLine contains a tab character.7270
ErrorsLine contains a tab character.7271
Errors'1144' is a magic number.7273
ErrorsLine has trailing spaces.7274
Errors'573' is a magic number.7274
ErrorsAvoid nested blocks.7275
Errors'cast' is not followed by whitespace.7275
Errors'1145' is a magic number.7277
ErrorsLine has trailing spaces.7278
Errors'83' is a magic number.7278
ErrorsAvoid nested blocks.7279
ErrorsLine contains a tab character.7280
ErrorsLine contains a tab character.7281
Errors'1146' is a magic number.7283
ErrorsLine has trailing spaces.7284
Errors'600' is a magic number.7284
ErrorsLine is longer than 80 characters.7285
ErrorsAvoid nested blocks.7285
Errors'cast' is not followed by whitespace.7285
Errors'1147' is a magic number.7287
ErrorsLine has trailing spaces.7288
Errors'525' is a magic number.7288
ErrorsAvoid nested blocks.7289
Errors'cast' is not followed by whitespace.7289
Errors'1148' is a magic number.7291
ErrorsLine has trailing spaces.7292
Errors'433' is a magic number.7292
ErrorsAvoid nested blocks.7293
Errors'cast' is not followed by whitespace.7293
Errors'1149' is a magic number.7295
ErrorsLine has trailing spaces.7296
Errors'358' is a magic number.7296
ErrorsAvoid nested blocks.7297
Errors'cast' is not followed by whitespace.7297
Errors'1150' is a magic number.7299
ErrorsLine has trailing spaces.7300
Errors'42' is a magic number.7300
ErrorsAvoid nested blocks.7301
ErrorsLine contains a tab character.7302
ErrorsLine contains a tab character.7303
Errors'1151' is a magic number.7305
ErrorsLine has trailing spaces.7306
Errors'450' is a magic number.7306
ErrorsAvoid nested blocks.7307
Errors'cast' is not followed by whitespace.7307
Errors'1152' is a magic number.7309
ErrorsLine has trailing spaces.7310
Errors'239' is a magic number.7310
ErrorsAvoid nested blocks.7311
Errors'cast' is not followed by whitespace.7311
Errors'1153' is a magic number.7313
ErrorsLine has trailing spaces.7314
Errors'399' is a magic number.7314
ErrorsAvoid nested blocks.7315
Errors'cast' is not followed by whitespace.7315
Errors'1154' is a magic number.7317
ErrorsLine has trailing spaces.7318
Errors'394' is a magic number.7318
ErrorsAvoid nested blocks.7319
Errors'cast' is not followed by whitespace.7319
Errors'1155' is a magic number.7321
ErrorsLine has trailing spaces.7322
Errors'485' is a magic number.7322
ErrorsAvoid nested blocks.7323
Errors'cast' is not followed by whitespace.7323
Errors'1156' is a magic number.7325
ErrorsLine has trailing spaces.7326
Errors'92' is a magic number.7326
ErrorsAvoid nested blocks.7327
ErrorsLine contains a tab character.7328
ErrorsLine contains a tab character.7329
Errors'1157' is a magic number.7331
ErrorsLine has trailing spaces.7332
Errors'146' is a magic number.7332
ErrorsAvoid nested blocks.7333
ErrorsLine contains a tab character.7334
Errors'1158' is a magic number.7336
ErrorsLine has trailing spaces.7337
Errors'193' is a magic number.7337
ErrorsAvoid nested blocks.7338
ErrorsLine contains a tab character.7339
Errors'1159' is a magic number.7341
ErrorsLine has trailing spaces.7342
Errors'551' is a magic number.7342
ErrorsAvoid nested blocks.7343
Errors'cast' is not followed by whitespace.7343
Errors'1160' is a magic number.7345
ErrorsLine has trailing spaces.7346
Errors'484' is a magic number.7346
ErrorsAvoid nested blocks.7347
Errors'cast' is not followed by whitespace.7347
Errors'1161' is a magic number.7349
ErrorsLine has trailing spaces.7350
Errors'333' is a magic number.7350
ErrorsAvoid nested blocks.7351
Errors'cast' is not followed by whitespace.7351
Errors'1162' is a magic number.7353
ErrorsLine has trailing spaces.7354
Errors'41' is a magic number.7354
ErrorsAvoid nested blocks.7355
ErrorsLine contains a tab character.7356
ErrorsLine contains a tab character.7357
Errors'1163' is a magic number.7359
ErrorsLine has trailing spaces.7360
Errors'602' is a magic number.7360
ErrorsAvoid nested blocks.7361
Errors'cast' is not followed by whitespace.7361
Errors'1164' is a magic number.7363
ErrorsLine has trailing spaces.7364
Errors'204' is a magic number.7364
ErrorsAvoid nested blocks.7365
Errors'cast' is not followed by whitespace.7365
Errors'1165' is a magic number.7367
ErrorsLine has trailing spaces.7368
Errors'452' is a magic number.7368
ErrorsAvoid nested blocks.7369
Errors'cast' is not followed by whitespace.7369
Errors'1166' is a magic number.7371
ErrorsLine has trailing spaces.7372
Errors'49' is a magic number.7372
ErrorsAvoid nested blocks.7373
ErrorsLine contains a tab character.7374
ErrorsLine contains a tab character.7375
Errors'1167' is a magic number.7377
ErrorsLine has trailing spaces.7378
Errors'359' is a magic number.7378
ErrorsAvoid nested blocks.7379
Errors'cast' is not followed by whitespace.7379
Errors'1168' is a magic number.7381
ErrorsLine has trailing spaces.7382
Errors'422' is a magic number.7382
ErrorsAvoid nested blocks.7383
Errors'cast' is not followed by whitespace.7383
Errors'1169' is a magic number.7385
ErrorsLine has trailing spaces.7386
Errors'535' is a magic number.7386
ErrorsAvoid nested blocks.7387
Errors'cast' is not followed by whitespace.7387
Errors'1170' is a magic number.7389
ErrorsLine has trailing spaces.7390
Errors'418' is a magic number.7390
ErrorsAvoid nested blocks.7391
Errors'cast' is not followed by whitespace.7391
Errors'1171' is a magic number.7393
ErrorsLine has trailing spaces.7394
Errors'225' is a magic number.7394
ErrorsAvoid nested blocks.7395
Errors'cast' is not followed by whitespace.7395
Errors'1172' is a magic number.7397
ErrorsLine has trailing spaces.7398
Errors'467' is a magic number.7398
ErrorsAvoid nested blocks.7399
Errors'cast' is not followed by whitespace.7399
Errors'1173' is a magic number.7401
ErrorsLine has trailing spaces.7402
Errors'119' is a magic number.7402
ErrorsAvoid nested blocks.7403
ErrorsLine contains a tab character.7404
Errors'1174' is a magic number.7406
ErrorsLine has trailing spaces.7407
Errors'182' is a magic number.7407
ErrorsAvoid nested blocks.7408
ErrorsLine contains a tab character.7409
Errors'1175' is a magic number.7411
ErrorsLine has trailing spaces.7412
Errors'617' is a magic number.7412
ErrorsLine is longer than 80 characters.7413
ErrorsAvoid nested blocks.7413
Errors'cast' is not followed by whitespace.7413
Errors'1176' is a magic number.7415
ErrorsLine has trailing spaces.7416
Errors'543' is a magic number.7416
ErrorsAvoid nested blocks.7417
Errors'cast' is not followed by whitespace.7417
Errors'1177' is a magic number.7419
ErrorsLine has trailing spaces.7420
Errors'285' is a magic number.7420
ErrorsAvoid nested blocks.7421
Errors'cast' is not followed by whitespace.7421
Errors'1178' is a magic number.7423
ErrorsLine has trailing spaces.7424
Errors'226' is a magic number.7424
ErrorsAvoid nested blocks.7425
Errors'cast' is not followed by whitespace.7425
Errors'1179' is a magic number.7427
ErrorsLine has trailing spaces.7428
Errors'409' is a magic number.7428
ErrorsAvoid nested blocks.7429
Errors'cast' is not followed by whitespace.7429
Errors'1180' is a magic number.7431
ErrorsLine has trailing spaces.7432
Errors'549' is a magic number.7432
ErrorsAvoid nested blocks.7433
Errors'cast' is not followed by whitespace.7433
Errors'1181' is a magic number.7435
ErrorsLine has trailing spaces.7436
Errors'542' is a magic number.7436
ErrorsAvoid nested blocks.7437
Errors'cast' is not followed by whitespace.7437
Errors'1182' is a magic number.7439
ErrorsLine has trailing spaces.7440
Errors'271' is a magic number.7440
ErrorsAvoid nested blocks.7441
Errors'cast' is not followed by whitespace.7441
Errors'1183' is a magic number.7443
ErrorsLine has trailing spaces.7444
Errors'571' is a magic number.7444
ErrorsAvoid nested blocks.7445
Errors'cast' is not followed by whitespace.7445
Errors'1184' is a magic number.7447
ErrorsLine has trailing spaces.7448
Errors'43' is a magic number.7448
ErrorsAvoid nested blocks.7449
ErrorsLine contains a tab character.7450
ErrorsLine contains a tab character.7451
Errors'1185' is a magic number.7453
ErrorsLine has trailing spaces.7454
Errors'91' is a magic number.7454
ErrorsAvoid nested blocks.7455
ErrorsLine contains a tab character.7456
ErrorsLine contains a tab character.7457
Errors'1186' is a magic number.7459
ErrorsLine has trailing spaces.7460
Errors'70' is a magic number.7460
ErrorsAvoid nested blocks.7461
ErrorsLine contains a tab character.7462
ErrorsLine contains a tab character.7463
Errors'1187' is a magic number.7465
ErrorsLine has trailing spaces.7466
Errors'221' is a magic number.7466
ErrorsAvoid nested blocks.7467
Errors'cast' is not followed by whitespace.7467
Errors'1188' is a magic number.7469
ErrorsLine has trailing spaces.7470
Errors'453' is a magic number.7470
ErrorsAvoid nested blocks.7471
Errors'cast' is not followed by whitespace.7471
Errors'1189' is a magic number.7473
ErrorsLine has trailing spaces.7474
Errors'242' is a magic number.7474
ErrorsAvoid nested blocks.7475
Errors'cast' is not followed by whitespace.7475
Errors'1190' is a magic number.7477
ErrorsLine has trailing spaces.7478
Errors'471' is a magic number.7478
ErrorsAvoid nested blocks.7479
Errors'cast' is not followed by whitespace.7479
Errors'1191' is a magic number.7481
ErrorsLine has trailing spaces.7482
Errors'606' is a magic number.7482
ErrorsAvoid nested blocks.7483
Errors'cast' is not followed by whitespace.7483
Errors'1192' is a magic number.7485
ErrorsLine has trailing spaces.7486
Errors'322' is a magic number.7486
ErrorsAvoid nested blocks.7487
ErrorsLine contains a tab character.7488
Errors'1193' is a magic number.7490
ErrorsLine has trailing spaces.7491
Errors'142' is a magic number.7491
ErrorsAvoid nested blocks.7492
ErrorsLine contains a tab character.7493
Errors'1194' is a magic number.7495
ErrorsLine has trailing spaces.7496
Errors'291' is a magic number.7496
ErrorsAvoid nested blocks.7497
Errors'cast' is not followed by whitespace.7497
Errors'1195' is a magic number.7499
ErrorsLine has trailing spaces.7500
Errors'203' is a magic number.7500
ErrorsAvoid nested blocks.7501
Errors'cast' is not followed by whitespace.7501
Errors'1196' is a magic number.7503
ErrorsLine has trailing spaces.7504
Errors'605' is a magic number.7504
ErrorsAvoid nested blocks.7505
Errors'cast' is not followed by whitespace.7505
Errors'1197' is a magic number.7507
ErrorsLine has trailing spaces.7508
Errors'378' is a magic number.7508
ErrorsAvoid nested blocks.7509
Errors'cast' is not followed by whitespace.7509
Errors'1198' is a magic number.7511
ErrorsLine has trailing spaces.7512
Errors'149' is a magic number.7512
ErrorsAvoid nested blocks.7513
ErrorsLine contains a tab character.7514
Errors'1199' is a magic number.7516
ErrorsLine has trailing spaces.7517
Errors'198' is a magic number.7517
ErrorsAvoid nested blocks.7518
ErrorsLine contains a tab character.7519
Errors'1200' is a magic number.7521
ErrorsLine has trailing spaces.7522
Errors'595' is a magic number.7522
ErrorsAvoid nested blocks.7523
Errors'cast' is not followed by whitespace.7523
Errors'1201' is a magic number.7525
ErrorsLine has trailing spaces.7526
Errors'496' is a magic number.7526
ErrorsAvoid nested blocks.7527
Errors'cast' is not followed by whitespace.7527
Errors'1202' is a magic number.7529
ErrorsLine has trailing spaces.7530
Errors'368' is a magic number.7530
ErrorsAvoid nested blocks.7531
Errors'cast' is not followed by whitespace.7531
Errors'1203' is a magic number.7533
ErrorsLine has trailing spaces.7534
Errors'519' is a magic number.7534
ErrorsAvoid nested blocks.7535
Errors'cast' is not followed by whitespace.7535
Errors'1204' is a magic number.7537
ErrorsLine has trailing spaces.7538
Errors'634' is a magic number.7538
ErrorsLine is longer than 80 characters.7539
ErrorsAvoid nested blocks.7539
Errors'cast' is not followed by whitespace.7539
Errors'1205' is a magic number.7541
ErrorsLine has trailing spaces.7542
Errors'392' is a magic number.7542
ErrorsAvoid nested blocks.7543
Errors'cast' is not followed by whitespace.7543
Errors'1206' is a magic number.7545
ErrorsLine has trailing spaces.7546
Errors'437' is a magic number.7546
ErrorsAvoid nested blocks.7547
Errors'cast' is not followed by whitespace.7547
Errors'1207' is a magic number.7549
ErrorsLine has trailing spaces.7550
Errors'404' is a magic number.7550
ErrorsAvoid nested blocks.7551
Errors'cast' is not followed by whitespace.7551
Errors'1208' is a magic number.7553
ErrorsLine has trailing spaces.7554
Errors'199' is a magic number.7554
ErrorsAvoid nested blocks.7555
ErrorsLine contains a tab character.7556
Errors'1209' is a magic number.7558
ErrorsLine has trailing spaces.7559
Errors'237' is a magic number.7559
ErrorsAvoid nested blocks.7560
Errors'cast' is not followed by whitespace.7560
Errors'1210' is a magic number.7562
ErrorsLine has trailing spaces.7563
Errors'216' is a magic number.7563
ErrorsAvoid nested blocks.7564
Errors'cast' is not followed by whitespace.7564
Errors'1211' is a magic number.7566
ErrorsLine has trailing spaces.7567
Errors'201' is a magic number.7567
ErrorsAvoid nested blocks.7568
Errors'cast' is not followed by whitespace.7568
Errors'1212' is a magic number.7570
ErrorsLine has trailing spaces.7571
Errors'443' is a magic number.7571
ErrorsAvoid nested blocks.7572
Errors'cast' is not followed by whitespace.7572
Errors'1213' is a magic number.7574
ErrorsLine has trailing spaces.7575
Errors'406' is a magic number.7575
ErrorsAvoid nested blocks.7576
Errors'cast' is not followed by whitespace.7576
Errors'1214' is a magic number.7578
ErrorsLine has trailing spaces.7579
Errors'335' is a magic number.7579
ErrorsAvoid nested blocks.7580
Errors'cast' is not followed by whitespace.7580
Errors'1215' is a magic number.7582
ErrorsLine has trailing spaces.7583
Errors'594' is a magic number.7583
ErrorsAvoid nested blocks.7584
Errors'cast' is not followed by whitespace.7584
Errors'1216' is a magic number.7586
ErrorsLine has trailing spaces.7587
Errors'555' is a magic number.7587
ErrorsAvoid nested blocks.7588
Errors'cast' is not followed by whitespace.7588
Errors'1217' is a magic number.7590
ErrorsLine has trailing spaces.7591
Errors'613' is a magic number.7591
ErrorsAvoid nested blocks.7592
Errors'cast' is not followed by whitespace.7592
Errors'1218' is a magic number.7594
ErrorsLine has trailing spaces.7595
Errors'514' is a magic number.7595
ErrorsAvoid nested blocks.7596
Errors'cast' is not followed by whitespace.7596
Errors'1219' is a magic number.7598
ErrorsLine has trailing spaces.7599
Errors'608' is a magic number.7599
ErrorsAvoid nested blocks.7600
Errors'cast' is not followed by whitespace.7600
Errors'1220' is a magic number.7602
ErrorsLine has trailing spaces.7603
Errors'141' is a magic number.7603
ErrorsAvoid nested blocks.7604
ErrorsLine contains a tab character.7605
Errors'1221' is a magic number.7607
ErrorsLine has trailing spaces.7608
Errors'320' is a magic number.7608
ErrorsAvoid nested blocks.7609
Errors'cast' is not followed by whitespace.7609
Errors'1222' is a magic number.7611
ErrorsLine has trailing spaces.7612
Errors'493' is a magic number.7612
ErrorsAvoid nested blocks.7613
Errors'cast' is not followed by whitespace.7613
Errors'1223' is a magic number.7615
ErrorsLine has trailing spaces.7616
Errors'348' is a magic number.7616
ErrorsAvoid nested blocks.7617
Errors'cast' is not followed by whitespace.7617
Errors'1224' is a magic number.7619
ErrorsLine has trailing spaces.7620
Errors'516' is a magic number.7620
ErrorsAvoid nested blocks.7621
Errors'cast' is not followed by whitespace.7621
Errors'1225' is a magic number.7623
ErrorsLine has trailing spaces.7624
Errors'50' is a magic number.7624
ErrorsAvoid nested blocks.7625
ErrorsLine contains a tab character.7626
ErrorsLine contains a tab character.7627
Errors'1226' is a magic number.7629
ErrorsLine has trailing spaces.7630
Errors'618' is a magic number.7630
ErrorsAvoid nested blocks.7631
Errors'cast' is not followed by whitespace.7631
Errors'1227' is a magic number.7633
ErrorsLine has trailing spaces.7634
Errors'180' is a magic number.7634
ErrorsAvoid nested blocks.7635
ErrorsLine contains a tab character.7636
Errors'1228' is a magic number.7638
ErrorsLine has trailing spaces.7639
Errors'107' is a magic number.7639
ErrorsAvoid nested blocks.7640
ErrorsLine contains a tab character.7641
Errors'1229' is a magic number.7643
ErrorsLine has trailing spaces.7644
Errors'36' is a magic number.7644
ErrorsAvoid nested blocks.7645
ErrorsLine contains a tab character.7646
ErrorsLine contains a tab character.7647
Errors'1230' is a magic number.7649
ErrorsLine has trailing spaces.7650
Errors'598' is a magic number.7650
ErrorsAvoid nested blocks.7651
Errors'cast' is not followed by whitespace.7651
Errors'1231' is a magic number.7653
ErrorsLine has trailing spaces.7654
Errors'195' is a magic number.7654
ErrorsAvoid nested blocks.7655
ErrorsLine contains a tab character.7656
Errors'1232' is a magic number.7658
ErrorsLine has trailing spaces.7659
Errors'29' is a magic number.7659
ErrorsAvoid nested blocks.7660
ErrorsLine contains a tab character.7661
ErrorsLine contains a tab character.7662
Errors'1233' is a magic number.7664
ErrorsLine has trailing spaces.7665
Errors'46' is a magic number.7665
ErrorsAvoid nested blocks.7666
ErrorsLine contains a tab character.7667
ErrorsLine contains a tab character.7668
Errors'1234' is a magic number.7670
ErrorsLine has trailing spaces.7671
Errors'277' is a magic number.7671
ErrorsAvoid nested blocks.7672
ErrorsLine contains a tab character.7673
Errors'1235' is a magic number.7675
ErrorsLine has trailing spaces.7676
Errors'212' is a magic number.7676
ErrorsAvoid nested blocks.7677
Errors'cast' is not followed by whitespace.7677
Errors'1236' is a magic number.7679
ErrorsLine has trailing spaces.7680
Errors'220' is a magic number.7680
ErrorsAvoid nested blocks.7681
Errors'cast' is not followed by whitespace.7681
Errors'1237' is a magic number.7683
ErrorsLine has trailing spaces.7684
Errors'483' is a magic number.7684
ErrorsAvoid nested blocks.7685
Errors'cast' is not followed by whitespace.7685
Errors'1238' is a magic number.7687
ErrorsLine has trailing spaces.7688
Errors'178' is a magic number.7688
ErrorsAvoid nested blocks.7689
ErrorsLine contains a tab character.7690
Errors'1239' is a magic number.7692
ErrorsLine has trailing spaces.7693
Errors'414' is a magic number.7693
ErrorsAvoid nested blocks.7694
Errors'cast' is not followed by whitespace.7694
Errors'1240' is a magic number.7696
ErrorsLine has trailing spaces.7697
Errors'159' is a magic number.7697
ErrorsAvoid nested blocks.7698
ErrorsLine contains a tab character.7699
Errors'1241' is a magic number.7701
ErrorsLine has trailing spaces.7702
Errors'508' is a magic number.7702
ErrorsAvoid nested blocks.7703
Errors'cast' is not followed by whitespace.7703
Errors'1242' is a magic number.7705
ErrorsLine has trailing spaces.7706
Errors'389' is a magic number.7706
ErrorsAvoid nested blocks.7707
Errors'cast' is not followed by whitespace.7707
Errors'1243' is a magic number.7709
ErrorsLine has trailing spaces.7710
Errors'294' is a magic number.7710
ErrorsAvoid nested blocks.7711
Errors'cast' is not followed by whitespace.7711
Errors'1244' is a magic number.7713
ErrorsLine has trailing spaces.7714
Errors'106' is a magic number.7714
ErrorsAvoid nested blocks.7715
ErrorsLine contains a tab character.7716
Errors'1245' is a magic number.7718
ErrorsLine has trailing spaces.7719
Errors'408' is a magic number.7719
ErrorsAvoid nested blocks.7720
Errors'cast' is not followed by whitespace.7720
Errors'1246' is a magic number.7722
ErrorsLine has trailing spaces.7723
Errors'616' is a magic number.7723
ErrorsLine is longer than 80 characters.7724
ErrorsAvoid nested blocks.7724
Errors'cast' is not followed by whitespace.7724
Errors'1247' is a magic number.7726
ErrorsLine has trailing spaces.7727
Errors'319' is a magic number.7727
ErrorsAvoid nested blocks.7728
Errors'cast' is not followed by whitespace.7728
Errors'1248' is a magic number.7730
ErrorsLine has trailing spaces.7731
Errors'144' is a magic number.7731
ErrorsAvoid nested blocks.7732
ErrorsLine contains a tab character.7733
Errors'1249' is a magic number.7735
ErrorsLine has trailing spaces.7736
Errors'318' is a magic number.7736
ErrorsAvoid nested blocks.7737
Errors'cast' is not followed by whitespace.7737
Errors'1250' is a magic number.7739
ErrorsLine has trailing spaces.7740
Errors'449' is a magic number.7740
ErrorsAvoid nested blocks.7741
Errors'cast' is not followed by whitespace.7741
Errors'1251' is a magic number.7743
ErrorsLine has trailing spaces.7744
Errors'474' is a magic number.7744
ErrorsAvoid nested blocks.7745
Errors'cast' is not followed by whitespace.7745
Errors'1252' is a magic number.7747
ErrorsLine has trailing spaces.7748
Errors'312' is a magic number.7748
ErrorsAvoid nested blocks.7749
Errors'cast' is not followed by whitespace.7749
Errors'1253' is a magic number.7751
ErrorsLine has trailing spaces.7752
Errors'276' is a magic number.7752
ErrorsAvoid nested blocks.7753
ErrorsLine contains a tab character.7754
Errors'1254' is a magic number.7756
ErrorsLine has trailing spaces.7757
Errors'100' is a magic number.7757
ErrorsAvoid nested blocks.7758
ErrorsLine contains a tab character.7759
ErrorsLine contains a tab character.7760
Errors'1255' is a magic number.7762
ErrorsLine has trailing spaces.7763
Errors'604' is a magic number.7763
ErrorsAvoid nested blocks.7764
Errors'cast' is not followed by whitespace.7764
Errors'1256' is a magic number.7766
ErrorsLine has trailing spaces.7767
Errors'69' is a magic number.7767
ErrorsAvoid nested blocks.7768
ErrorsLine contains a tab character.7769
ErrorsLine contains a tab character.7770
Errors'1257' is a magic number.7772
ErrorsLine has trailing spaces.7773
Errors'177' is a magic number.7773
ErrorsAvoid nested blocks.7774
ErrorsLine contains a tab character.7775
Errors'1258' is a magic number.7777
ErrorsLine has trailing spaces.7778
Errors'397' is a magic number.7778
ErrorsAvoid nested blocks.7779
Errors'cast' is not followed by whitespace.7779
Errors'1259' is a magic number.7781
ErrorsLine has trailing spaces.7782
Errors'288' is a magic number.7782
ErrorsAvoid nested blocks.7783
Errors'cast' is not followed by whitespace.7783
Errors'1260' is a magic number.7785
ErrorsLine has trailing spaces.7786
Errors'528' is a magic number.7786
ErrorsAvoid nested blocks.7787
Errors'cast' is not followed by whitespace.7787
Errors'1261' is a magic number.7789
ErrorsLine has trailing spaces.7790
Errors'76' is a magic number.7790
ErrorsAvoid nested blocks.7791
ErrorsLine contains a tab character.7792
ErrorsLine contains a tab character.7793
Errors'1262' is a magic number.7795
ErrorsLine has trailing spaces.7796
Errors'99' is a magic number.7796
ErrorsAvoid nested blocks.7797
ErrorsLine contains a tab character.7798
ErrorsLine contains a tab character.7799
Errors'1263' is a magic number.7801
ErrorsLine has trailing spaces.7802
Errors'591' is a magic number.7802
ErrorsAvoid nested blocks.7803
Errors'cast' is not followed by whitespace.7803
Errors'1264' is a magic number.7805
ErrorsLine has trailing spaces.7806
Errors'128' is a magic number.7806
ErrorsAvoid nested blocks.7807
ErrorsLine contains a tab character.7808
Errors'1265' is a magic number.7810
ErrorsLine has trailing spaces.7811
Errors'281' is a magic number.7811
ErrorsAvoid nested blocks.7812
Errors'cast' is not followed by whitespace.7812
Errors'1266' is a magic number.7814
ErrorsLine has trailing spaces.7815
Errors'475' is a magic number.7815
ErrorsAvoid nested blocks.7816
Errors'cast' is not followed by whitespace.7816
Errors'1267' is a magic number.7818
ErrorsLine has trailing spaces.7819
Errors'18' is a magic number.7819
ErrorsAvoid nested blocks.7820
ErrorsLine contains a tab character.7821
ErrorsLine contains a tab character.7822
Errors'1268' is a magic number.7824
ErrorsLine has trailing spaces.7825
Errors'295' is a magic number.7825
ErrorsAvoid nested blocks.7826
Errors'cast' is not followed by whitespace.7826
Errors'1269' is a magic number.7828
ErrorsLine has trailing spaces.7829
Errors'610' is a magic number.7829
ErrorsAvoid nested blocks.7830
Errors'cast' is not followed by whitespace.7830
Errors'1270' is a magic number.7832
ErrorsLine has trailing spaces.7833
Errors'3' is a magic number.7833
ErrorsLine has trailing spaces.7834
ErrorsAvoid nested blocks.7834
Errors'1271' is a magic number.7836
ErrorsLine has trailing spaces.7837
Errors'532' is a magic number.7837
ErrorsAvoid nested blocks.7838
Errors'cast' is not followed by whitespace.7838
Errors'1272' is a magic number.7840
ErrorsLine has trailing spaces.7841
ErrorsAvoid nested blocks.7844
ErrorsLine has trailing spaces.7846
Errors'}' should be on the same line.7846
ErrorsParameter argv should be final.7863
ErrorsArray brackets at illegal position.7863
Errors'}' should be on the same line.7866
Errors'(' is followed by whitespace.7871
Errors')' is preceded with whitespace.7871
Errors'while' construct must use '{}'s.7872
Errors'(' is followed by whitespace.7872
Errors')' is preceded with whitespace.7872
Errors'}' should be on the same line.7873
Errors'+' is not preceded with whitespace.7875
Errors'+' is not followed by whitespace.7875
Errors'+' is not preceded with whitespace.7875
Errors'+' is not followed by whitespace.7875
Errors'}' should be on the same line.7876
Errors'+' is not preceded with whitespace.7878
Errors'+' is not followed by whitespace.7878
Errors'+' is not preceded with whitespace.7878
Errors'+' is not followed by whitespace.7878
Errors'}' should be on the same line.7880

cz/cuni/amis/pogamut/udk/communication/messages/gbinfomessages/ZoneChangedBot.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsLine contains a tab character.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.13
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.14
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.messages.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.worldview.objects.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.*.24
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.Category.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.26
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.27
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.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 has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.46
Errors'{' should be on the previous line.48
ErrorsLine has trailing spaces.49
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsParameter Id should be final.60
Errors'Id' hides a field.60
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.60
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.63
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine has trailing spaces.73
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.77
ErrorsVariable 'Id' must be private and have accessor methods.77
ErrorsLine contains a tab character.78
ErrorsLine has trailing spaces.80
ErrorsExpected an @return tag.83
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.83
ErrorsLine has trailing spaces.88
ErrorsLine has trailing spaces.90
ErrorsLine contains a tab character.95
ErrorsLine has trailing spaces.96
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.97
ErrorsMissing a Javadoc comment.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.106
ErrorsLine has trailing spaces.107
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine has trailing spaces.112
ErrorsParameter original should be final.117
ErrorsExpected @param tag for 'original'.117
ErrorsLine has trailing spaces.118
Errors'=' is not preceded with whitespace.119
Errors'=' is not followed by whitespace.119
ErrorsLine has trailing spaces.120
ErrorsLine has trailing spaces.123
ErrorsLine is longer than 80 characters.125
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine has trailing spaces.129
ErrorsLine has trailing spaces.131
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.132
ErrorsMissing a Javadoc comment.132
ErrorsLine has trailing spaces.134
ErrorsLine contains a tab character.135
Errors'+' should be on a new line.135
ErrorsLine has trailing spaces.136
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
Errors'+' should be on a new line.137
ErrorsLine contains a tab character.138
Errors'+' should be on a new line.138
ErrorsLine contains a tab character.139
ErrorsLine has trailing spaces.140
ErrorsLine contains a tab character.140
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.143
ErrorsMissing a Javadoc comment.143
Errors'+' should be on a new line.144
ErrorsLine has trailing spaces.145
Errors'+' should be on a new line.146
Errors'+' should be on a new line.147
Errors'+' should be on a new line.148
ErrorsLine has trailing spaces.152
ErrorsLine has trailing spaces.153
ErrorsLine has trailing spaces.156

cz/cuni/amis/pogamut/udk/communication/parser/IUDKYylex.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsUnused import - cz.cuni.amis.pogamut.base.utils.guice.AgentScoped.4
ErrorsLine is longer than 80 characters.6
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
ErrorsRedundant 'public' modifier.10
ErrorsLine has trailing spaces.11
ErrorsLine contains a tab character.11
ErrorsLine contains a tab character.12
ErrorsMissing a Javadoc comment.12
ErrorsRedundant 'public' modifier.12

cz/cuni/amis/pogamut/udk/communication/parser/UDKParser.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.15
ErrorsMissing a Javadoc comment.18
ErrorsLine has trailing spaces.20
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsMissing a Javadoc comment.21
ErrorsLine is longer than 80 characters.22
ErrorsLine contains a tab character.22
ErrorsParameter unrealIdTranslator should be final.22
ErrorsParameter itemTranslator should be final.22
ErrorsLine has trailing spaces.23
ErrorsLine is longer than 80 characters.23
ErrorsLine contains a tab character.23
ErrorsParameter readerProvider should be final.23
ErrorsParameter yylex should be final.23
ErrorsParameter yylexObserver should be final.23
ErrorsLine is longer than 80 characters.24
ErrorsLine contains a tab character.24
ErrorsParameter bus should be final.24
ErrorsParameter logger should be final.24
ErrorsRedundant throws: 'CommunicationException' is unchecked exception.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 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.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38

cz/cuni/amis/pogamut/udk/communication/translator/IWorldEventQueue.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
ErrorsLine has trailing spaces.11
ErrorsLine is longer than 80 characters.11
Errors'=' is not preceded with whitespace.14
Errors'=' is not followed by whitespace.14
ErrorsLine has trailing spaces.16
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
ErrorsRedundant 'public' modifier.21
ErrorsExpected @param tag for 'event'.21
ErrorsLine has trailing spaces.22
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
ErrorsRedundant 'public' modifier.27
ErrorsExpected @param tag for 'events'.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.31
ErrorsLine has trailing spaces.32
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsExpected an @return tag.35
ErrorsLine contains a tab character.35
ErrorsRedundant 'public' modifier.35
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.36
ErrorsMissing a Javadoc comment.37
ErrorsLine contains a tab character.37
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsLine is longer than 80 characters.39
ErrorsLine contains a tab character.39
ErrorsMissing a Javadoc comment.39
Errors'50' is a magic number.39
ErrorsLine contains a tab character.41
ErrorsMethod 'popEvents' is not designed for extension - needs to be abstract, final or empty.41
ErrorsLine contains a tab character.42
ErrorsLine is longer than 80 characters.43
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine has trailing spaces.47
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsMethod 'pushEvent' is not designed for extension - needs to be abstract, final or empty.48
ErrorsLine contains a tab character.49
ErrorsParameter event should be final.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.53
ErrorsMethod 'pushEvent' is not designed for extension - needs to be abstract, final or empty.53
ErrorsLine contains a tab character.54
ErrorsParameter events should be final.54
Errors'events' hides a field.54
Errors'for' construct must use '{}'s.55
ErrorsLine is longer than 80 characters.55
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.56
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58

cz/cuni/amis/pogamut/udk/communication/translator/TranslatorContext.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.18
ErrorsLine has trailing spaces.27
ErrorsLine has trailing spaces.31
ErrorsMissing a Javadoc comment.32
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.34
ErrorsLine has trailing spaces.35
ErrorsLine is longer than 80 characters.36
ErrorsLine contains a tab character.36
ErrorsMissing a Javadoc comment.36
ErrorsLine is longer than 80 characters.37
ErrorsLine contains a tab character.37
ErrorsMissing a Javadoc comment.37
ErrorsLine contains a tab character.38
ErrorsMissing a Javadoc comment.38
ErrorsLine is longer than 80 characters.39
ErrorsLine contains a tab character.39
ErrorsMissing a Javadoc comment.39
ErrorsLine has trailing spaces.40
ErrorsLine is longer than 80 characters.41
ErrorsMissing a Javadoc comment.41
ErrorsParameter events should be final.41
Errors'events' hides a field.41
ErrorsParameter itemTranslator should be final.41
Errors'itemTranslator' hides a field.41
ErrorsParameter log should be final.41
Errors'log' hides a field.41
ErrorsLine has trailing spaces.46
ErrorsMethod 'reset' is not designed for extension - needs to be abstract, final or empty.47
ErrorsMissing a Javadoc comment.47
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 has trailing spaces.53
ErrorsMethod 'getEventQueue' is not designed for extension - needs to be abstract, final or empty.54
ErrorsMissing a Javadoc comment.54
ErrorsLine has trailing spaces.57
ErrorsMethod 'getItemTranslator' is not designed for extension - needs to be abstract, final or empty.58
ErrorsMissing a Javadoc comment.58
ErrorsLine has trailing spaces.61
ErrorsMethod 'getLogger' is not designed for extension - needs to be abstract, final or empty.62
ErrorsMissing a Javadoc comment.62
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.65
ErrorsMethod 'getNeighbours' is not designed for extension - needs to be abstract, final or empty.66
ErrorsMissing a Javadoc comment.66
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.69
ErrorsMethod 'setNeighbours' is not designed for extension - needs to be abstract, final or empty.70
ErrorsMissing a Javadoc comment.70
ErrorsParameter neighs should be final.70
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.73
ErrorsLine is longer than 80 characters.74
ErrorsMethod 'setNavPointLinks' is not designed for extension - needs to be abstract, final or empty.74
ErrorsMissing a Javadoc comment.74
ErrorsParameter links should be final.74
Errors'links' hides a field.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.77
ErrorsMethod 'getNavPointLinks' is not designed for extension - needs to be abstract, final or empty.78
ErrorsMissing a Javadoc comment.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.82
ErrorsMethod 'setNavPoints' is not designed for extension - needs to be abstract, final or empty.82
ErrorsMissing a Javadoc comment.82
ErrorsParameter navPoints should be final.82
Errors'navPoints' hides a field.82
ErrorsLine contains a tab character.83
ErrorsLine has trailing spaces.85
ErrorsMethod 'getNavPoints' is not designed for extension - needs to be abstract, final or empty.86
ErrorsMissing a Javadoc comment.86
ErrorsLine contains a tab character.87
Errors';' is preceded with whitespace.87
ErrorsLine contains a tab character.90
ErrorsMethod 'setItems' is not designed for extension - needs to be abstract, final or empty.90
ErrorsMissing a Javadoc comment.90
ErrorsParameter items should be final.90
Errors'items' hides a field.90
ErrorsLine has trailing spaces.91
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.94
ErrorsMethod 'getItems' is not designed for extension - needs to be abstract, final or empty.94
ErrorsMissing a Javadoc comment.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine has trailing spaces.97
ErrorsLine contains a tab character.97
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 contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsMethod 'processNavPointLinks' is not designed for extension - needs to be abstract, final or empty.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine has trailing spaces.107
ErrorsLine contains a tab character.107
Errors'if' construct must use '{}'s.108
ErrorsLine is longer than 80 characters.108
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
Errors'for' is not followed by whitespace.113
ErrorsLine is longer than 80 characters.114
ErrorsLine contains a tab character.114
Errors'links' hides a field.114
ErrorsLine is longer than 80 characters.115
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine is longer than 80 characters.117
ErrorsLine contains a tab character.117
ErrorsLine is longer than 80 characters.118
ErrorsLine contains a tab character.118
Errors')' is preceded with whitespace.118
ErrorsLine contains a tab character.119
ErrorsLine is longer than 80 characters.120
ErrorsLine contains a tab character.120
ErrorsLine is longer than 80 characters.121
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
Errors'if' construct must use '{}'s.125
ErrorsLine is longer than 80 characters.125
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine has trailing spaces.127
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine is longer than 80 characters.129
ErrorsLine contains a tab character.129
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
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsMethod 'processNavPointsAndItems' is not designed for extension - needs to be abstract, final or empty.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsLine has trailing spaces.140
ErrorsLine contains a tab character.140
Errors'if' construct must use '{}'s.141
ErrorsLine is longer than 80 characters.141
ErrorsLine contains a tab character.141
ErrorsLine has trailing spaces.142
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.143
Errors'items' hides a field.143
ErrorsLine has trailing spaces.144
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
Errors'if' construct must use '{}'s.149
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 contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsLine has trailing spaces.154
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
ErrorsLine has trailing spaces.156
ErrorsLine contains a tab character.156
Errors'if' construct must use '{}'s.157
ErrorsLine is longer than 80 characters.157
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine has trailing spaces.159
ErrorsLine contains a tab character.159

cz/cuni/amis/pogamut/udk/communication/translator/TranslatorMessages.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.6
ErrorsUtility classes should not have a public or default constructor.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine contains a tab character.8
ErrorsMissing a Javadoc comment.8
ErrorsParameter state should be final.8
ErrorsParameter symbol should be final.8
ErrorsLine contains a tab character.9
ErrorsLine contains a tab character.10
ErrorsLine has trailing spaces.11
ErrorsLine contains a tab character.11
ErrorsLine contains a tab character.12
ErrorsMissing a Javadoc comment.12
ErrorsLine is longer than 80 characters.13
ErrorsLine contains a tab character.13
ErrorsParameter state should be final.13
ErrorsParameter symbol should be final.13
ErrorsParameter expected should be final.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine contains a tab character.15
ErrorsLine has trailing spaces.16
ErrorsLine contains a tab character.16
ErrorsLine is longer than 80 characters.17
ErrorsLine contains a tab character.17
ErrorsMissing a Javadoc comment.17
ErrorsParameter state should be final.17
ErrorsParameter symbol should be final.17
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.20
ErrorsLine contains a tab character.20
ErrorsLine is longer than 80 characters.21
ErrorsLine contains a tab character.21
ErrorsMissing a Javadoc comment.21
ErrorsParameter state should be final.21
ErrorsParameter symbol should be final.21
ErrorsLine is longer than 80 characters.22
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsLine has trailing spaces.24
ErrorsLine contains a tab character.24
ErrorsLine is longer than 80 characters.25
ErrorsLine contains a tab character.25
ErrorsMissing a Javadoc comment.25
ErrorsParameter state should be final.25
ErrorsParameter symbol should be final.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsMissing a Javadoc comment.29
ErrorsLine is longer than 80 characters.30
ErrorsLine contains a tab character.30
ErrorsParameter state should be final.30
ErrorsParameter symbol should be final.30
ErrorsParameter expected should be final.30
ErrorsLine is longer than 80 characters.31
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.33
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
ErrorsMissing a Javadoc comment.34
ErrorsParameter state should be final.34
ErrorsParameter symbol should be final.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 is longer than 80 characters.38
ErrorsLine contains a tab character.38
ErrorsMissing a Javadoc comment.38
ErrorsParameter state should be final.38
ErrorsParameter symbol should be final.38
ErrorsLine is longer than 80 characters.39
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40

cz/cuni/amis/pogamut/udk/communication/translator/UnexpectedMessageException.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.7
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine contains a tab character.10
ErrorsLine contains a tab character.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
ErrorsLine contains a tab character.16
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
ErrorsParameter message should be final.18
ErrorsExpected @param tag for 'message'.18
ErrorsParameter origin should be final.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 contains a tab character.22
ErrorsLine is longer than 80 characters.23
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine has trailing spaces.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.30
ErrorsLine is longer than 80 characters.31
ErrorsLine contains a tab character.31
ErrorsParameter message should be final.31
ErrorsExpected @param tag for 'message'.31
ErrorsParameter cause should be final.31
ErrorsExpected @param tag for 'cause'.31
ErrorsParameter origin should be final.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine has trailing spaces.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.39
ErrorsLine has trailing spaces.40
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 is longer than 80 characters.45
ErrorsLine contains a tab character.45
ErrorsParameter message should be final.45
ErrorsExpected @param tag for 'message'.45
ErrorsParameter log should be final.45
ErrorsExpected @param tag for 'log'.45
ErrorsParameter origin should be final.45
Errors'{' is not preceded with whitespace.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine has trailing spaces.48
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.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 has trailing spaces.53
ErrorsLine contains a tab character.53
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 is longer than 80 characters.58
ErrorsLine contains a tab character.58
ErrorsParameter message should be final.58
ErrorsExpected @param tag for 'message'.58
ErrorsParameter cause should be final.58
ErrorsExpected @param tag for 'cause'.58
ErrorsParameter log should be final.58
ErrorsExpected @param tag for 'log'.58
ErrorsParameter origin should be final.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60

cz/cuni/amis/pogamut/udk/communication/translator/bot/BotFSM.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.translator.IWorldEventQueue.Queue.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.20
ErrorsLine has trailing spaces.21
ErrorsLine has trailing spaces.25
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsMissing a Javadoc comment.26
ErrorsLine has trailing spaces.27
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsMissing a Javadoc comment.28
ErrorsLine has trailing spaces.29
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsMissing a Javadoc comment.30
ErrorsLine contains a tab character.32
ErrorsMissing a Javadoc comment.32
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsMissing a Javadoc comment.34
ErrorsLine contains a tab character.35
ErrorsParameter translator should be final.35
ErrorsParameter logger should be final.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine is longer than 80 characters.38
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.41
ErrorsMethod 'processMessage' is not designed for extension - needs to be abstract, final or empty.41
ErrorsLine is longer than 80 characters.42
ErrorsLine contains a tab character.42
ErrorsParameter message should be final.42
ErrorsRedundant throws: 'TranslatorException' is unchecked exception.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
ErrorsMethod 'reset' 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
ErrorsLine contains a tab character.51
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.53
ErrorsMissing a Javadoc comment.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55

cz/cuni/amis/pogamut/udk/communication/translator/bot/state/BotAliveState.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.24
ErrorsLine has trailing spaces.25
ErrorsLine is longer than 80 characters.25
ErrorsLine contains a tab character.25
ErrorsLine has trailing spaces.26
ErrorsLine is longer than 80 characters.26
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
Errors'}' is not preceded with whitespace.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
Errors'}' is not preceded with whitespace.32
ErrorsLine contains a tab character.34
ErrorsLine is longer than 80 characters.36
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 has trailing spaces.42
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 is longer than 80 characters.48
ErrorsMissing a Javadoc comment.48
ErrorsParameter context should be final.48
ErrorsParameter arg1 should be final.48
ErrorsParameter arg2 should be final.48
ErrorsMethod 'stateSymbol' is not designed for extension - needs to be abstract, final or empty.51
ErrorsMissing a Javadoc comment.51
ErrorsParameter context should be final.51
ErrorsParameter obj should be final.51
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.68
ErrorsLine is longer than 80 characters.78
ErrorsLine is longer than 80 characters.83
ErrorsLine contains a tab character.83
ErrorsLine has trailing spaces.86
ErrorsLine contains a tab character.86
ErrorsLine is longer than 80 characters.90
ErrorsMethod 'stateLeaving' is not designed for extension - needs to be abstract, final or empty.90
ErrorsMissing a Javadoc comment.90
ErrorsParameter context should be final.90
ErrorsParameter arg1 should be final.90
ErrorsParameter symbol should be final.90
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.92
ErrorsLine contains a tab character.94
ErrorsLine is longer than 80 characters.97
ErrorsLine is longer than 80 characters.102
Errors'if' construct must use '{}'s.107
ErrorsLine is longer than 80 characters.107
ErrorsLine contains a tab character.109
ErrorsLine has trailing spaces.112
ErrorsMissing a Javadoc comment.112
ErrorsParameter arg0 should be final.112
ErrorsMethod 'restart' is not designed for extension - needs to be abstract, final or empty.115
ErrorsMissing a Javadoc comment.115
ErrorsParameter arg0 should be final.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine has trailing spaces.119

cz/cuni/amis/pogamut/udk/communication/translator/bot/state/BotDeadState.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.17
ErrorsLine has trailing spaces.20
ErrorsLine contains a tab character.21
ErrorsLine has trailing spaces.22
ErrorsLine contains a tab character.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
Errors'}' is not preceded with whitespace.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine is longer than 80 characters.28
ErrorsLine is longer than 80 characters.30
ErrorsMethod 'stateEntering' is not designed for extension - needs to be abstract, final or empty.30
ErrorsMissing a Javadoc comment.30
ErrorsParameter arg0 should be final.30
ErrorsParameter arg1 should be final.30
ErrorsParameter arg2 should be final.30
Errors'if' construct must use '{}'s.31
ErrorsLine is longer than 80 characters.31
ErrorsLine contains a tab character.31
ErrorsMethod 'stateSymbol' is not designed for extension - needs to be abstract, final or empty.34
ErrorsMissing a Javadoc comment.34
ErrorsParameter context should be final.34
ErrorsParameter symbol should be final.34
Errors'if' construct must use '{}'s.35
ErrorsLine is longer than 80 characters.35
ErrorsLine contains a tab character.35
ErrorsLine is longer than 80 characters.38
ErrorsMethod 'stateLeaving' is not designed for extension - needs to be abstract, final or empty.38
ErrorsMissing a Javadoc comment.38
ErrorsParameter arg0 should be final.38
ErrorsParameter arg1 should be final.38
ErrorsParameter arg2 should be final.38
Errors'if' construct must use '{}'s.39
ErrorsLine is longer than 80 characters.39
ErrorsLine contains a tab character.39
Errors'if' construct must use '{}'s.40
ErrorsLine is longer than 80 characters.40
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsMissing a Javadoc comment.44
ErrorsParameter arg0 should be final.44
ErrorsMissing a Javadoc comment.48
ErrorsParameter arg0 should be final.48
ErrorsLine has trailing spaces.51

cz/cuni/amis/pogamut/udk/communication/translator/bot/state/CommunicationTerminatedState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsMissing a Javadoc comment.12
Errors'=' is not preceded with whitespace.12
Errors'=' is not followed by whitespace.12
Errors'}' is not preceded with whitespace.12
ErrorsLine is longer than 80 characters.14
Errors'{' is not preceded with whitespace.14
ErrorsLine contains a tab character.16
ErrorsLine contains a tab character.17
ErrorsParameter context should be final.17
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsParameter context should be final.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsParameter context should be final.25
ErrorsLine contains a tab character.26
ErrorsParameter fromState should be final.26
ErrorsLine contains a tab character.27
ErrorsParameter symbol should be final.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsParameter context should be final.31
ErrorsLine is longer than 80 characters.32
ErrorsLine contains a tab character.32
ErrorsParameter toState should be final.32
ErrorsParameter symbol should be final.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.35
ErrorsMethod 'stateSymbol' is not designed for extension - needs to be abstract, final or empty.35
ErrorsLine contains a tab character.36
ErrorsParameter context should be final.36
ErrorsParameter symbol should be final.36
ErrorsLine is longer than 80 characters.37
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38

cz/cuni/amis/pogamut/udk/communication/translator/bot/state/ConfigureMessageExpectedState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
Errors'=' is not preceded with whitespace.18
Errors'=' is not followed by whitespace.18
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.20
ErrorsLine is longer than 80 characters.20
ErrorsLine contains a tab character.20
Errors'=' is not preceded with whitespace.20
Errors'=' is not followed by whitespace.20
ErrorsLine has trailing spaces.21
ErrorsLine contains a tab character.21
Errors'=' is not preceded with whitespace.21
Errors'=' is not followed by whitespace.21
Errors'}' is not preceded with whitespace.21
ErrorsLine contains a tab character.22
Errors'=' is not preceded with whitespace.22
Errors'=' is not followed by whitespace.22
Errors'}' is not preceded with whitespace.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsLine is longer than 80 characters.26
ErrorsLine has trailing spaces.27
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsMissing a Javadoc comment.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
ErrorsMethod 'stateLeaving' is not designed for extension - needs to be abstract, final or empty.32
ErrorsLine is longer than 80 characters.33
ErrorsLine contains a tab character.33
ErrorsParameter context should be final.33
ErrorsParameter toState should be final.33
ErrorsParameter symbol should be final.33
ErrorsLine contains a tab character.34
Errors'if' construct must use '{}'s.35
ErrorsLine is longer than 80 characters.35
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
Errors'cast' is not followed by whitespace.36
ErrorsLine contains a tab character.37
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38

cz/cuni/amis/pogamut/udk/communication/translator/bot/state/FirstSpawnExpectedState.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.20
ErrorsLine contains a tab character.21
ErrorsLine has trailing spaces.22
ErrorsLine is longer than 80 characters.22
ErrorsLine contains a tab character.22
ErrorsLine has trailing spaces.23
ErrorsLine is longer than 80 characters.23
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
Errors'}' is not preceded with whitespace.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine is longer than 80 characters.28
ErrorsLine has trailing spaces.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsParameter context should be final.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsParameter context should be final.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsParameter context should be final.39
ErrorsLine contains a tab character.40
ErrorsParameter fromState should be final.40
ErrorsLine contains a tab character.41
ErrorsParameter symbol should be final.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.44
ErrorsMethod 'stateLeaving' is not designed for extension - needs to be abstract, final or empty.44
ErrorsLine contains a tab character.45
ErrorsParameter context should be final.45
ErrorsLine has trailing spaces.46
ErrorsLine is longer than 80 characters.46
ErrorsLine contains a tab character.46
ErrorsParameter toState should be final.46
ErrorsParameter symbol should be final.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
Errors'cast' is not followed by whitespace.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.51
ErrorsMethod 'stateSymbol' is not designed for extension - needs to be abstract, final or empty.51
ErrorsLine contains a tab character.52
ErrorsParameter context should be final.52
ErrorsParameter symbol should be final.52
Errors'if' construct must use '{}'s.53
ErrorsLine is longer than 80 characters.53
ErrorsLine contains a tab character.53
Errors'cast' is not followed by whitespace.53
Errors'if' construct must use '{}'s.54
ErrorsLine is longer than 80 characters.54
ErrorsLine contains a tab character.54
Errors'cast' is not followed by whitespace.54
Errors'else' construct must use '{}'s.55
ErrorsLine has trailing spaces.55
ErrorsLine is longer than 80 characters.55
ErrorsLine contains a tab character.55
Errors'cast' is not followed by whitespace.55
ErrorsLine contains a tab character.56

cz/cuni/amis/pogamut/udk/communication/translator/bot/state/GameInfoExpectedState.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.15
ErrorsLine contains a tab character.19
Errors'=' is not preceded with whitespace.19
Errors'=' is not followed by whitespace.19
ErrorsLine contains a tab character.20
ErrorsLine has trailing spaces.21
ErrorsLine contains a tab character.21
Errors'=' is not preceded with whitespace.21
Errors'=' is not followed by whitespace.21
ErrorsLine has trailing spaces.22
ErrorsLine contains a tab character.22
Errors'=' is not preceded with whitespace.22
Errors'=' is not followed by whitespace.22
Errors'}' is not preceded with whitespace.22
ErrorsLine contains a tab character.23
Errors'=' is not preceded with whitespace.23
Errors'=' is not followed by whitespace.23
Errors'}' is not preceded with whitespace.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine is longer than 80 characters.27
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsParameter context should be final.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsParameter context should be final.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsParameter context should be final.38
ErrorsLine contains a tab character.39
ErrorsParameter fromState should be final.39
ErrorsLine contains a tab character.40
ErrorsParameter symbol should be final.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsParameter context should be final.44
ErrorsLine is longer than 80 characters.45
ErrorsLine contains a tab character.45
ErrorsParameter toState should be final.45
ErrorsParameter symbol should be final.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.48
ErrorsMethod 'stateSymbol' is not designed for extension - needs to be abstract, final or empty.48
ErrorsLine contains a tab character.49
ErrorsParameter context should be final.49
ErrorsParameter symbol should be final.49
ErrorsLine is longer than 80 characters.50
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51

cz/cuni/amis/pogamut/udk/communication/translator/bot/state/HandshakeControllerState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.22
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.24
ErrorsLine is longer than 80 characters.25
ErrorsLine has trailing spaces.29
ErrorsLine contains a tab character.29
Errors'=' is not preceded with whitespace.29
Errors'=' is not followed by whitespace.29
ErrorsLine contains a tab character.30
ErrorsLine has trailing spaces.31
ErrorsLine contains a tab character.31
Errors'=' is not preceded with whitespace.31
Errors'=' is not followed by whitespace.31
ErrorsLine has trailing spaces.32
ErrorsLine contains a tab character.32
Errors'=' is not preceded with whitespace.32
Errors'=' is not followed by whitespace.32
Errors'}' is not preceded with whitespace.32
ErrorsLine contains a tab character.33
Errors'=' is not preceded with whitespace.33
Errors'=' is not followed by whitespace.33
Errors'}' is not preceded with whitespace.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.36
Errors'=' is not preceded with whitespace.36
Errors'=' is not followed by whitespace.36
ErrorsLine has trailing spaces.37
ErrorsLine contains a tab character.37
Errors'=' is not preceded with whitespace.37
Errors'=' is not followed by whitespace.37
Errors'}' is not preceded with whitespace.37
ErrorsLine contains a tab character.38
Errors'=' is not preceded with whitespace.38
Errors'=' is not followed by whitespace.38
Errors'}' is not preceded with whitespace.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
Errors'=' is not preceded with whitespace.41
Errors'=' is not followed by whitespace.41
ErrorsLine contains a tab character.42
Errors'=' is not preceded with whitespace.42
Errors'=' is not followed by whitespace.42
Errors'}' is not preceded with whitespace.42
ErrorsLine contains a tab character.43
Errors'=' is not preceded with whitespace.43
Errors'=' is not followed by whitespace.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 has trailing spaces.47
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
Errors'}' is not preceded with whitespace.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 contains a tab character.53
Errors'}' is not preceded with whitespace.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.56
ErrorsLine has trailing spaces.57
ErrorsLine is longer than 80 characters.57
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
Errors'}' is not preceded with whitespace.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
Errors'}' is not preceded with whitespace.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine is longer than 80 characters.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine is longer than 80 characters.68
ErrorsLine contains a tab character.68
Errors'}' is not preceded with whitespace.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine is longer than 80 characters.72
Errors'{' is not preceded with whitespace.72
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsParameter context should be final.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsParameter context should be final.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsParameter context should be final.83
ErrorsLine contains a tab character.84
ErrorsParameter fromState should be final.84
ErrorsLine has trailing spaces.85
ErrorsLine contains a tab character.85
ErrorsParameter symbol should be final.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsParameter context should be final.89
ErrorsLine has trailing spaces.90
ErrorsLine is longer than 80 characters.90
ErrorsLine contains a tab character.90
ErrorsParameter toState should be final.90
ErrorsParameter symbol should be final.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.93
ErrorsMethod 'stateSymbol' is not designed for extension - needs to be abstract, final or empty.93
ErrorsLine contains a tab character.94
ErrorsParameter context should be final.94
ErrorsParameter symbol should be final.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
Errors'cast' is not followed by whitespace.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99

cz/cuni/amis/pogamut/udk/communication/translator/bot/state/HelloBotExpectedState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.13
Errors'=' is not preceded with whitespace.16
Errors'=' is not followed by whitespace.16
ErrorsLine contains a tab character.17
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine contains a tab character.18
Errors'=' is not preceded with whitespace.18
Errors'=' is not followed by whitespace.18
ErrorsLine has trailing spaces.19
ErrorsLine is longer than 80 characters.19
ErrorsLine contains a tab character.19
Errors'=' is not preceded with whitespace.19
Errors'=' is not followed by whitespace.19
Errors'}' is not preceded with whitespace.19
ErrorsLine is longer than 80 characters.20
ErrorsLine contains a tab character.20
Errors'=' is not preceded with whitespace.20
Errors'=' is not followed by whitespace.20
Errors'}' is not preceded with whitespace.20
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.23
ErrorsLine has trailing spaces.24
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
Errors'}' is not preceded with whitespace.25
ErrorsLine contains a tab character.26
ErrorsLine is longer than 80 characters.29
ErrorsLine contains a tab character.31
ErrorsMissing a Javadoc comment.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33

cz/cuni/amis/pogamut/udk/communication/translator/bot/state/InitedMessageExpectedState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine contains a tab character.19
Errors'=' is not preceded with whitespace.19
Errors'=' is not followed by whitespace.19
ErrorsLine contains a tab character.20
ErrorsLine has trailing spaces.21
ErrorsLine contains a tab character.21
Errors'=' is not preceded with whitespace.21
Errors'=' is not followed by whitespace.21
ErrorsLine has trailing spaces.22
ErrorsLine contains a tab character.22
Errors'=' is not preceded with whitespace.22
Errors'=' is not followed by whitespace.22
Errors'}' is not preceded with whitespace.22
ErrorsLine contains a tab character.23
Errors'=' is not preceded with whitespace.23
Errors'=' is not followed by whitespace.23
Errors'}' is not preceded with whitespace.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine is longer than 80 characters.27
Errors'{' is not preceded with whitespace.27
ErrorsLine contains a tab character.29
ErrorsMissing a Javadoc comment.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine has trailing spaces.32
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsMethod 'stateEntering' is not designed for extension - needs to be abstract, final or empty.33
ErrorsLine contains a tab character.34
ErrorsParameter context should be final.34
ErrorsLine is longer than 80 characters.35
ErrorsLine contains a tab character.35
ErrorsParameter fromState should be final.35
ErrorsParameter symbol should be final.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsMethod 'stateLeaving' is not designed for extension - needs to be abstract, final or empty.39
ErrorsLine is longer than 80 characters.40
ErrorsLine contains a tab character.40
ErrorsParameter context should be final.40
ErrorsParameter toState should be final.40
ErrorsParameter symbol should be final.40
ErrorsLine contains a tab character.41
Errors'if' construct must use '{}'s.42
ErrorsLine is longer than 80 characters.42
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
Errors'cast' is not followed by whitespace.43
ErrorsLine contains a tab character.44

cz/cuni/amis/pogamut/udk/communication/translator/bot/state/ItemCategoryState.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.18
Errors'=' is not preceded with whitespace.22
Errors'=' is not followed by whitespace.22
ErrorsLine contains a tab character.23
ErrorsLine has trailing spaces.24
ErrorsLine contains a tab character.24
Errors'=' is not preceded with whitespace.24
Errors'=' is not followed by whitespace.24
ErrorsLine has trailing spaces.25
ErrorsLine contains a tab character.25
Errors'=' is not preceded with whitespace.25
Errors'=' is not followed by whitespace.25
Errors'}' is not preceded with whitespace.25
ErrorsLine contains a tab character.26
Errors'=' is not preceded with whitespace.26
Errors'=' is not followed by whitespace.26
Errors'}' is not preceded with whitespace.26
ErrorsLine contains a tab character.27
ErrorsLine is longer than 80 characters.29
Errors'{' is not preceded with whitespace.29
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsParameter context should be final.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsParameter context should be final.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.39
ErrorsMethod 'stateEntering' is not designed for extension - needs to be abstract, final or empty.39
ErrorsLine contains a tab character.40
ErrorsParameter context should be final.40
ErrorsLine is longer than 80 characters.41
ErrorsLine contains a tab character.41
ErrorsParameter fromState should be final.41
ErrorsLine contains a tab character.42
ErrorsParameter symbol should be final.42
Errors'if' construct must use '{}'s.43
ErrorsLine is longer than 80 characters.43
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.46
ErrorsMethod 'stateLeaving' is not designed for extension - needs to be abstract, final or empty.46
ErrorsLine contains a tab character.47
ErrorsParameter context should be final.47
ErrorsLine is longer than 80 characters.48
ErrorsLine contains a tab character.48
ErrorsParameter toState should be final.48
ErrorsParameter symbol should be final.48
Errors'if' construct must use '{}'s.49
ErrorsLine is longer than 80 characters.49
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.52
ErrorsMethod 'stateSymbol' is not designed for extension - needs to be abstract, final or empty.52
ErrorsLine contains a tab character.53
ErrorsParameter context should be final.53
ErrorsParameter symbol should be final.53
Errors'if' construct must use '{}'s.54
ErrorsLine is longer than 80 characters.54
ErrorsLine contains a tab character.54
ErrorsLine is longer than 80 characters.55
ErrorsLine contains a tab character.55
Errors'cast' is not followed by whitespace.55
ErrorsLine is longer than 80 characters.56
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57

cz/cuni/amis/pogamut/udk/communication/translator/bot/state/ItemListState.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.17
ErrorsMissing a Javadoc comment.19
ErrorsLine contains a tab character.20
Errors'=' is not preceded with whitespace.20
Errors'=' is not followed by whitespace.20
ErrorsLine contains a tab character.21
ErrorsLine has trailing spaces.22
ErrorsLine contains a tab character.22
Errors'=' is not preceded with whitespace.22
Errors'=' is not followed by whitespace.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.23
Errors'=' is not preceded with whitespace.23
Errors'=' is not followed by whitespace.23
Errors'}' is not preceded with whitespace.23
ErrorsLine contains a tab character.24
Errors'=' is not preceded with whitespace.24
Errors'=' is not followed by whitespace.24
Errors'}' is not preceded with whitespace.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.30
ErrorsMissing a Javadoc comment.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsMethod 'stateLeaving' is not designed for extension - needs to be abstract, final or empty.34
ErrorsLine contains a tab character.35
ErrorsParameter translatorContext should be final.35
ErrorsLine is longer than 80 characters.36
ErrorsLine contains a tab character.36
ErrorsParameter toState should be final.36
ErrorsParameter symbol should be final.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 is longer than 80 characters.41
ErrorsLine contains a tab character.41
ErrorsMissing a Javadoc comment.41
ErrorsParameter origNavPoints should be final.41
ErrorsParameter list should be final.41
ErrorsParameter context should be final.41
ErrorsLine contains a tab character.42
ErrorsLine has trailing spaces.43
ErrorsLine contains a tab character.43
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine has trailing spaces.47
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine has trailing spaces.49
ErrorsLine is longer than 80 characters.49
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsMethod 'stateSymbol' is not designed for extension - needs to be abstract, final or empty.52
ErrorsLine contains a tab character.53
ErrorsParameter context should be final.53
ErrorsParameter symbol should be final.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
Errors'cast' is not followed by whitespace.55
ErrorsLine contains a tab character.56

cz/cuni/amis/pogamut/udk/communication/translator/bot/state/MoverListState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.16
Errors'=' is not preceded with whitespace.20
Errors'=' is not followed by whitespace.20
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
Errors'=' is not preceded with whitespace.22
Errors'=' is not followed by whitespace.22
ErrorsLine contains a tab character.23
Errors'=' is not preceded with whitespace.23
Errors'=' is not followed by whitespace.23
Errors'}' is not preceded with whitespace.23
ErrorsLine contains a tab character.24
Errors'=' is not preceded with whitespace.24
Errors'=' is not followed by whitespace.24
Errors'}' is not preceded with whitespace.24
ErrorsLine contains a tab character.25
Errors'{' is not preceded with whitespace.27
ErrorsLine contains a tab character.29
ErrorsMissing a Javadoc comment.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.33
ErrorsMethod 'stateEntering' is not designed for extension - needs to be abstract, final or empty.33
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
ErrorsParameter context should be final.34
ErrorsParameter fromState should be final.34
ErrorsParameter symbol should be final.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 'stateLeaving' is not designed for extension - needs to be abstract, final or empty.39
ErrorsLine is longer than 80 characters.40
ErrorsLine contains a tab character.40
ErrorsParameter context should be final.40
ErrorsParameter toState should be final.40
ErrorsParameter symbol should be final.40
ErrorsLine contains a tab character.41
ErrorsLine is longer than 80 characters.42
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.46
ErrorsMethod 'stateSymbol' is not designed for extension - needs to be abstract, final or empty.46
ErrorsLine contains a tab character.47
ErrorsParameter context should be final.47
ErrorsParameter symbol should be final.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
Errors'cast' is not followed by whitespace.49
ErrorsLine contains a tab character.50

cz/cuni/amis/pogamut/udk/communication/translator/bot/state/MutatorListState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.16
Errors'=' is not preceded with whitespace.20
Errors'=' is not followed by whitespace.20
ErrorsLine contains a tab character.21
ErrorsLine has trailing spaces.22
ErrorsLine contains a tab character.22
Errors'=' is not preceded with whitespace.22
Errors'=' is not followed by whitespace.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.23
Errors'=' is not preceded with whitespace.23
Errors'=' is not followed by whitespace.23
Errors'}' is not preceded with whitespace.23
ErrorsLine contains a tab character.24
Errors'=' is not preceded with whitespace.24
Errors'=' is not followed by whitespace.24
Errors'}' is not preceded with whitespace.24
ErrorsLine contains a tab character.25
Errors'{' is not preceded with whitespace.27
ErrorsLine contains a tab character.29
ErrorsMissing a Javadoc comment.29
ErrorsLine is longer than 80 characters.30
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine has trailing spaces.32
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsMethod 'stateEntering' is not designed for extension - needs to be abstract, final or empty.33
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
ErrorsParameter context should be final.34
ErrorsParameter fromState should be final.34
ErrorsParameter symbol should be final.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsMethod 'stateLeaving' is not designed for extension - needs to be abstract, final or empty.39
ErrorsLine is longer than 80 characters.40
ErrorsLine contains a tab character.40
ErrorsParameter context should be final.40
ErrorsParameter toState should be final.40
ErrorsParameter symbol should be final.40
ErrorsLine contains a tab character.41
ErrorsLine is longer than 80 characters.42
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsMethod 'stateSymbol' is not designed for extension - needs to be abstract, final or empty.46
ErrorsLine contains a tab character.47
ErrorsParameter context should be final.47
ErrorsParameter symbol should be final.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
Errors'cast' is not followed by whitespace.49
ErrorsLine contains a tab character.50
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.51

cz/cuni/amis/pogamut/udk/communication/translator/bot/state/NavPointListState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.21
ErrorsLine is longer than 80 characters.24
ErrorsLine is longer than 80 characters.25
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.29
ErrorsLine has trailing spaces.30
Errors'=' is not preceded with whitespace.33
Errors'=' is not followed by whitespace.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
Errors'=' is not preceded with whitespace.34
Errors'=' is not followed by whitespace.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
Errors'=' is not preceded with whitespace.35
Errors'=' is not followed by whitespace.35
Errors'}' is not preceded with whitespace.35
ErrorsLine contains a tab character.36
Errors'=' is not preceded with whitespace.36
Errors'=' is not followed by whitespace.36
Errors'}' is not preceded with whitespace.36
ErrorsLine contains a tab character.37
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.39
ErrorsLine is longer than 80 characters.39
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine has trailing spaces.41
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine is longer than 80 characters.44
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsMissing a Javadoc comment.46
ErrorsLine has trailing spaces.47
ErrorsLine contains a tab character.47
ErrorsLine is longer than 80 characters.48
ErrorsLine contains a tab character.48
ErrorsMissing a Javadoc comment.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
ErrorsMissing a Javadoc comment.50
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsMissing a Javadoc comment.52
ErrorsLine contains a tab character.54
ErrorsMissing a Javadoc comment.54
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsMethod 'stateEntering' is not designed for extension - needs to be abstract, final or empty.57
ErrorsLine is longer than 80 characters.58
ErrorsLine contains a tab character.58
ErrorsParameter context should be final.58
ErrorsParameter fromState should be final.58
ErrorsParameter symbol should be final.58
ErrorsLine contains a tab character.59
Errors'if' construct must use '{}'s.60
ErrorsLine is longer than 80 characters.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.63
ErrorsLine contains a tab character.63
Errors'if' construct must use '{}'s.64
ErrorsLine is longer than 80 characters.64
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine is longer than 80 characters.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsMethod 'stateLeaving' is not designed for extension - needs to be abstract, final or empty.69
ErrorsLine contains a tab character.70
ErrorsParameter context should be final.70
ErrorsLine is longer than 80 characters.71
ErrorsLine contains a tab character.71
ErrorsParameter toState should be final.71
ErrorsParameter symbol should be final.71
Errors'if' construct must use '{}'s.72
ErrorsLine has trailing spaces.72
ErrorsLine is longer than 80 characters.72
ErrorsLine contains a tab character.72
Errors'if' construct must use '{}'s.73
ErrorsLine is longer than 80 characters.73
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.74
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.75
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine has trailing spaces.79
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine is longer than 80 characters.81
ErrorsLine contains a tab character.81
Errors'20' is a magic number.81
ErrorsLine is longer than 80 characters.82
ErrorsLine contains a tab character.82
Errors'20' is a magic number.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.86
ErrorsMethod 'stateSymbol' is not designed for extension - needs to be abstract, final or empty.86
ErrorsLine contains a tab character.87
ErrorsParameter context should be final.87
ErrorsParameter symbol should be final.87
Errors'if' construct must use '{}'s.88
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.88
ErrorsLine has trailing spaces.89
ErrorsLine contains a tab character.89
Errors'cast' is not followed by whitespace.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsParameter context should be final.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.97
ErrorsMethod 'restart' is not designed for extension - needs to be abstract, final or empty.97
ErrorsLine contains a tab character.98
ErrorsParameter context should be final.98
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
Errors'20' is a magic number.101
ErrorsLine is longer than 80 characters.102
ErrorsLine contains a tab character.102
Errors'20' is a magic number.102
ErrorsLine contains a tab character.103
ErrorsLine has trailing spaces.104
ErrorsLine contains a tab character.104

cz/cuni/amis/pogamut/udk/communication/translator/bot/state/NavPointNeighboursState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.11
ErrorsLine has trailing spaces.14
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine has trailing spaces.17
Errors'=' is not preceded with whitespace.20
Errors'=' is not followed by whitespace.20
ErrorsLine contains a tab character.21
ErrorsLine has trailing spaces.22
ErrorsLine contains a tab character.22
Errors'=' is not preceded with whitespace.22
Errors'=' is not followed by whitespace.22
ErrorsLine has trailing spaces.23
ErrorsLine is longer than 80 characters.23
ErrorsLine contains a tab character.23
Errors'=' is not preceded with whitespace.23
Errors'=' is not followed by whitespace.23
Errors'}' is not preceded with whitespace.23
ErrorsLine contains a tab character.24
Errors'=' is not preceded with whitespace.24
Errors'=' is not followed by whitespace.24
Errors'}' is not preceded with whitespace.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine is longer than 80 characters.28
ErrorsLine contains a tab character.30
ErrorsMissing a Javadoc comment.30
ErrorsLine is longer than 80 characters.31
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsMethod 'stateLeaving' is not designed for extension - needs to be abstract, final or empty.34
ErrorsLine contains a tab character.35
ErrorsParameter translatorContext should be final.35
ErrorsLine is longer than 80 characters.36
ErrorsLine contains a tab character.36
ErrorsParameter toState should be final.36
ErrorsParameter symbol should be final.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39

cz/cuni/amis/pogamut/udk/communication/translator/bot/state/PasswordState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.17
ErrorsLine has trailing spaces.19
Errors'=' is not preceded with whitespace.22
Errors'=' is not followed by whitespace.22
ErrorsLine has trailing spaces.23
Errors'=' is not preceded with whitespace.23
Errors'=' is not followed by whitespace.23
ErrorsLine has trailing spaces.24
Errors'=' is not preceded with whitespace.24
Errors'=' is not followed by whitespace.24
Errors'}' is not preceded with whitespace.24
Errors'=' is not preceded with whitespace.25
Errors'=' is not followed by whitespace.25
Errors'}' is not preceded with whitespace.25
ErrorsLine has trailing spaces.27
Errors'=' is not preceded with whitespace.27
Errors'=' is not followed by whitespace.27
Errors'=' is not preceded with whitespace.28
Errors'=' is not followed by whitespace.28
Errors'}' is not preceded with whitespace.28
Errors'=' is not preceded with whitespace.29
Errors'=' is not followed by whitespace.29
Errors'}' is not preceded with whitespace.29
ErrorsLine is longer than 80 characters.32
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsParameter context should be final.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsParameter context should be final.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.42
ErrorsMethod 'stateEntering' is not designed for extension - needs to be abstract, final or empty.42
ErrorsLine contains a tab character.43
ErrorsParameter context should be final.43
ErrorsLine contains a tab character.44
ErrorsParameter fromState should be final.44
ErrorsLine contains a tab character.45
ErrorsParameter symbol should be final.45
Errors'if' construct must use '{}'s.46
ErrorsLine is longer than 80 characters.46
ErrorsLine contains a tab character.46
Errors'if' construct must use '{}'s.47
ErrorsLine is longer than 80 characters.47
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
Errors'cast' is not followed by whitespace.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsParameter context should be final.52
ErrorsLine is longer than 80 characters.53
ErrorsLine contains a tab character.53
ErrorsParameter toState should be final.53
ErrorsParameter symbol should be final.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.56
ErrorsMethod 'stateSymbol' is not designed for extension - needs to be abstract, final or empty.56
ErrorsLine contains a tab character.57
ErrorsParameter context should be final.57
ErrorsParameter symbol should be final.57
Errors'if' construct must use '{}'s.58
ErrorsLine is longer than 80 characters.58
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60

cz/cuni/amis/pogamut/udk/communication/translator/bot/state/PathAcceptState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.20
ErrorsLine contains a tab character.25
ErrorsLine is longer than 80 characters.26
ErrorsLine contains a tab character.26
ErrorsLine is longer than 80 characters.27
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
Errors'}' is not preceded with whitespace.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsMissing a Javadoc comment.34
ErrorsLine contains a tab character.36
ErrorsMissing a Javadoc comment.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsMethod 'stateEntering' is not designed for extension - needs to be abstract, final or empty.40
ErrorsLine is longer than 80 characters.41
ErrorsLine contains a tab character.41
ErrorsParameter context should be final.41
ErrorsParameter fromState should be final.41
ErrorsParameter symbol should be final.41
Errors'cast' is not followed by whitespace.43
ErrorsLine contains a tab character.46
ErrorsMethod 'stateLeaving' is not designed for extension - needs to be abstract, final or empty.46
ErrorsLine is longer than 80 characters.47
ErrorsLine contains a tab character.47
ErrorsParameter context should be final.47
ErrorsParameter toState should be final.47
ErrorsParameter symbol should be final.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51

cz/cuni/amis/pogamut/udk/communication/translator/bot/state/PlayerListState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.translator.shared.events.InitCommandRequest.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.19
ErrorsLine is longer than 80 characters.19
ErrorsLine has trailing spaces.20
Errors'=' is not preceded with whitespace.23
Errors'=' is not followed by whitespace.23
ErrorsLine has trailing spaces.24
ErrorsLine contains a tab character.24
Errors'=' is not preceded with whitespace.24
Errors'=' is not followed by whitespace.24
ErrorsLine contains a tab character.25
Errors'=' is not preceded with whitespace.25
Errors'=' is not followed by whitespace.25
Errors'}' is not preceded with whitespace.25
ErrorsLine contains a tab character.26
Errors'=' is not preceded with whitespace.26
Errors'=' is not followed by whitespace.26
Errors'}' is not preceded with whitespace.26
Errors'}' is not preceded with whitespace.26
ErrorsLine contains a tab character.30
ErrorsMissing a Javadoc comment.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsMethod 'stateLeaving' is not designed for extension - needs to be abstract, final or empty.34
ErrorsLine contains a tab character.35
ErrorsParameter context should be final.35
ErrorsLine is longer than 80 characters.36
ErrorsLine contains a tab character.36
ErrorsParameter toState should be final.36
ErrorsParameter symbol should be final.36
ErrorsLine contains a tab character.37
ErrorsLine is longer than 80 characters.38
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine has trailing spaces.41
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsMethod 'stateSymbol' is not designed for extension - needs to be abstract, final or empty.42
ErrorsLine contains a tab character.43
ErrorsParameter context should be final.43
ErrorsParameter symbol should be final.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
Errors'cast' is not followed by whitespace.45
ErrorsLine contains a tab character.46

cz/cuni/amis/pogamut/udk/communication/translator/bot/state/ReadyState.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsFirst sentence should end with a period.14
ErrorsLine is longer than 80 characters.15
ErrorsLine has trailing spaces.21
ErrorsLine has trailing spaces.25
ErrorsLine contains a tab character.25
ErrorsLine has trailing spaces.26
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
Errors'}' is not preceded with whitespace.27
ErrorsLine contains a tab character.28
ErrorsLine has trailing spaces.29
ErrorsLine is longer than 80 characters.29
ErrorsLine contains a tab character.29
ErrorsLine has trailing spaces.30
ErrorsLine is longer than 80 characters.30
ErrorsLine contains a tab character.30
ErrorsLine has trailing spaces.31
ErrorsLine contains a tab character.31
Errors'}' is not preceded with whitespace.31
ErrorsLine contains a tab character.32
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsParameter context should be final.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsParameter context should be final.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsParameter context should be final.45
ErrorsLine contains a tab character.46
ErrorsParameter fromState should be final.46
ErrorsLine contains a tab character.47
ErrorsParameter symbol should be final.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsParameter context should be final.51
ErrorsLine is longer than 80 characters.52
ErrorsLine contains a tab character.52
ErrorsParameter toState should be final.52
ErrorsParameter symbol should be final.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.55
ErrorsMethod 'innerStateSymbol' is not designed for extension - needs to be abstract, final or empty.55
ErrorsLine is longer than 80 characters.56
ErrorsLine contains a tab character.56
ErrorsParameter context should be final.56
ErrorsParameter symbol should be final.56
ErrorsLine is longer than 80 characters.57
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58

cz/cuni/amis/pogamut/udk/communication/translator/bot/state/VehicleListState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.15
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine has trailing spaces.19
Errors'=' is not preceded with whitespace.22
Errors'=' is not followed by whitespace.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.23
Errors'=' is not preceded with whitespace.23
Errors'=' is not followed by whitespace.23
ErrorsLine contains a tab character.24
Errors'=' is not preceded with whitespace.24
Errors'=' is not followed by whitespace.24
Errors'}' is not preceded with whitespace.24
ErrorsLine contains a tab character.25
Errors'=' is not preceded with whitespace.25
Errors'=' is not followed by whitespace.25
Errors'}' is not preceded with whitespace.25
Errors'}' is not preceded with whitespace.25
ErrorsLine contains a tab character.29
ErrorsMissing a Javadoc comment.29
ErrorsLine is longer than 80 characters.30
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine has trailing spaces.32
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsMethod 'stateLeaving' is not designed for extension - needs to be abstract, final or empty.33
ErrorsLine contains a tab character.34
ErrorsParameter context should be final.34
ErrorsLine is longer than 80 characters.35
ErrorsLine contains a tab character.35
ErrorsParameter toState should be final.35
ErrorsParameter symbol should be final.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 has trailing spaces.40
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsMethod 'stateSymbol' is not designed for extension - needs to be abstract, final or empty.41
ErrorsLine contains a tab character.42
ErrorsParameter context should be final.42
ErrorsParameter symbol should be final.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
Errors'cast' is not followed by whitespace.44
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.45
ErrorsLine has trailing spaces.46
ErrorsLine contains a tab character.46

cz/cuni/amis/pogamut/udk/communication/translator/bot/support/AbstractBotFSMState.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.5
ErrorsMissing a Javadoc comment.5
ErrorsLine contains a tab character.7
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.7
ErrorsMissing a Javadoc comment.7
ErrorsLine contains a tab character.8
ErrorsLine contains a tab character.9
ErrorsLine has trailing spaces.10
ErrorsLine contains a tab character.10

cz/cuni/amis/pogamut/udk/communication/translator/bot/support/BotListState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.21
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
ErrorsLine is longer than 80 characters.29
ErrorsLine has trailing spaces.30
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsMissing a Javadoc comment.31
ErrorsLine contains a tab character.32
ErrorsMissing a Javadoc comment.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsMissing a Javadoc comment.34
ErrorsLine contains a tab character.35
ErrorsMissing a Javadoc comment.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 is longer than 80 characters.39
ErrorsLine contains a tab character.39
ErrorsLine is longer than 80 characters.40
ErrorsLine contains a tab character.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 is longer than 80 characters.44
ErrorsLine contains a tab character.44
ErrorsParameter beginMessage should be final.44
Errors'beginMessage' hides a field.44
ErrorsParameter message should be final.44
Errors'message' hides a field.44
ErrorsParameter endMessage should be final.44
Errors'endMessage' hides a field.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.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 contains a tab character.50
ErrorsMethod 'getList' is not designed for extension - needs to be abstract, final or empty.50
ErrorsMissing a Javadoc comment.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.53
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsMethod 'newList' is not designed for extension - needs to be abstract, final or empty.54
ErrorsMissing a Javadoc comment.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.58
ErrorsMethod 'init' is not designed for extension - needs to be abstract, final or empty.58
ErrorsLine contains a tab character.59
ErrorsParameter context should be final.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.63
ErrorsMethod 'restart' is not designed for extension - needs to be abstract, final or empty.63
ErrorsLine contains a tab character.64
ErrorsParameter context should be final.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.68
ErrorsMethod 'stateEntering' is not designed for extension - needs to be abstract, final or empty.68
ErrorsLine is longer than 80 characters.69
ErrorsLine contains a tab character.69
ErrorsParameter context should be final.69
ErrorsParameter fromState should be final.69
ErrorsParameter symbol should be final.69
Errors'if' construct must use '{}'s.70
ErrorsLine is longer than 80 characters.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.73
ErrorsMethod 'stateLeaving' is not designed for extension - needs to be abstract, final or empty.73
ErrorsLine contains a tab character.74
ErrorsParameter context should be final.74
ErrorsLine is longer than 80 characters.75
ErrorsLine contains a tab character.75
ErrorsParameter toState should be final.75
ErrorsParameter symbol should be final.75
Errors'if' construct must use '{}'s.76
ErrorsLine has trailing spaces.76
ErrorsLine is longer than 80 characters.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.79
ErrorsMethod 'stateSymbol' is not designed for extension - needs to be abstract, final or empty.79
ErrorsLine contains a tab character.80
ErrorsParameter context should be final.80
ErrorsParameter symbol should be final.80
Errors'if' construct must use '{}'s.81
ErrorsLine is longer than 80 characters.81
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83

cz/cuni/amis/pogamut/udk/communication/translator/bot/support/BotMessageExpectedState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.12
ErrorsLine has trailing spaces.14
ErrorsLine is longer than 80 characters.17
ErrorsLine contains a tab character.19
ErrorsMissing a Javadoc comment.19
ErrorsLine contains a tab character.20
ErrorsLine has trailing spaces.21
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsLine is longer than 80 characters.23
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 expectedMessage 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
ErrorsParameter context should be final.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsParameter context should be final.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsParameter context should be final.39
ErrorsLine is longer than 80 characters.40
ErrorsLine contains a tab character.40
ErrorsParameter fromState should be final.40
ErrorsParameter symbol should be final.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.43
ErrorsMethod 'stateLeaving' is not designed for extension - needs to be abstract, final or empty.43
ErrorsLine is longer than 80 characters.44
ErrorsLine contains a tab character.44
ErrorsParameter context should be final.44
ErrorsParameter toState should be final.44
ErrorsParameter symbol should be final.44
Errors'if' construct must use '{}'s.45
ErrorsLine is longer than 80 characters.45
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.48
ErrorsMethod 'stateSymbol' is not designed for extension - needs to be abstract, final or empty.48
ErrorsLine contains a tab character.49
ErrorsParameter context should be final.49
ErrorsParameter symbol should be final.49
ErrorsLine is longer than 80 characters.50
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51

cz/cuni/amis/pogamut/udk/communication/translator/bot/transition/HandshakeEndTransition.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.9
ErrorsMissing a Javadoc comment.9
ErrorsLine contains a tab character.11
ErrorsLine contains a tab character.12
ErrorsParameter context should be final.12
ErrorsLine contains a tab character.13
ErrorsLine contains a tab character.15
ErrorsLine contains a tab character.16
ErrorsParameter context should be final.16
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.19
ErrorsMethod 'stepped' is not designed for extension - needs to be abstract, final or empty.19
ErrorsLine contains a tab character.20
ErrorsParameter context should be final.20
ErrorsLine contains a tab character.21
ErrorsParameter fromState should be final.21
ErrorsLine contains a tab character.22
ErrorsParameter bySymbol should be final.22
ErrorsLine contains a tab character.23
ErrorsParameter toState should be final.23
ErrorsLine is longer than 80 characters.24
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine has trailing spaces.26
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30

cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/AmmoDescriptor.java

ViolationMessageLine
ErrorsLine has trailing spaces.5
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
ErrorsMissing a Javadoc comment.13
ErrorsLine contains a tab character.14
ErrorsLine contains a tab character.15
ErrorsMissing a Javadoc comment.15
ErrorsLine contains a tab character.16
ErrorsLine contains a tab character.17
ErrorsMissing a Javadoc comment.17
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsMissing a Javadoc comment.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsMissing a Javadoc comment.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsMissing a Javadoc comment.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsMissing a Javadoc comment.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsMissing a Javadoc comment.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsMissing a Javadoc comment.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsMissing a Javadoc comment.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsMissing a Javadoc comment.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsMissing a Javadoc comment.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsMissing a Javadoc comment.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsMissing a Javadoc comment.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsMissing a Javadoc comment.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsMissing a Javadoc comment.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsMissing a Javadoc comment.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsMissing a Javadoc comment.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.54
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsMethod 'getPriAmmoType' is not designed for extension - needs to be abstract, final or empty.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.69
ErrorsLine is longer than 80 characters.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsMethod 'getPriInitialAmount' is not designed for extension - needs to be abstract, final or empty.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine has trailing spaces.81
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsMethod 'getPriMaxAmount' is not designed for extension - needs to be abstract, final or empty.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine has trailing spaces.90
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsMethod 'getPriMaxRange' is not designed for extension - needs to be abstract, final or empty.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsMethod 'getPriDamageType' is not designed for extension - needs to be abstract, final or empty.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 contains a tab character.113
ErrorsMethod 'isPriArmorStops' is not designed for extension - needs to be abstract, final or empty.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine has trailing spaces.119
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsMethod 'isPriAlwaysGibs' is not designed for extension - needs to be abstract, final or empty.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine has trailing spaces.128
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsMethod 'isPriSpecial' is not designed for extension - needs to be abstract, final or empty.132
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine has trailing spaces.138
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsMethod 'isPriDetonatesGoop' is not designed for extension - needs to be abstract, final or empty.142
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.146
ErrorsLine is longer than 80 characters.147
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsLine has trailing spaces.149
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsMethod 'isPriSuperWeapon' is not designed for extension - needs to be abstract, final or empty.152
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.156
ErrorsLine is longer than 80 characters.157
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine has trailing spaces.159
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
ErrorsMethod 'isPriExtraMomZ' is not designed for extension - needs to be abstract, final or empty.162
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
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 has trailing spaces.170
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsLine contains a tab character.173
ErrorsMethod 'getPriProjType' is not designed for extension - needs to be abstract, final or empty.173
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.177
ErrorsLine contains a tab character.178
ErrorsLine has trailing spaces.179
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.180
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.182
ErrorsMethod 'getPriDamage' is not designed for extension - needs to be abstract, final or empty.182
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.186
ErrorsLine is longer than 80 characters.187
ErrorsLine contains a tab character.187
ErrorsLine contains a tab character.188
ErrorsLine has trailing spaces.189
ErrorsLine contains a tab character.189
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
ErrorsMethod 'getPriSpeed' is not designed for extension - needs to be abstract, final or empty.192
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.197
ErrorsLine has trailing spaces.198
ErrorsLine contains a tab character.198
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.201
ErrorsMethod 'getPriMaxSpeed' is not designed for extension - needs to be abstract, final or empty.201
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.203
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.206
ErrorsLine contains a tab character.207
ErrorsLine has trailing spaces.208
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.209
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.211
ErrorsMethod 'getPriLifeSpan' is not designed for extension - needs to be abstract, final or empty.211
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.215
ErrorsLine is longer than 80 characters.216
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.217
ErrorsLine has trailing spaces.218
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.220
ErrorsLine contains a tab character.221
ErrorsMethod 'getPriDamageRadius' is not designed for extension - needs to be abstract, final or empty.221
ErrorsLine contains a tab character.222
ErrorsLine contains a tab character.223
ErrorsLine contains a tab character.225
ErrorsLine contains a tab character.226
ErrorsLine contains a tab character.227
ErrorsLine has trailing spaces.228
ErrorsLine contains a tab character.228
ErrorsLine contains a tab character.229
ErrorsLine contains a tab character.230
ErrorsLine contains a tab character.231
ErrorsLine contains a tab character.232
ErrorsMethod 'getPriTossZ' is not designed for extension - needs to be abstract, final or empty.232
ErrorsLine contains a tab character.233
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.236
ErrorsLine is longer than 80 characters.237
ErrorsLine contains a tab character.237
ErrorsLine has trailing spaces.238
ErrorsLine contains a tab character.238
ErrorsLine contains a tab character.239
ErrorsLine contains a tab character.240
ErrorsLine contains a tab character.241
ErrorsLine contains a tab character.242
ErrorsMethod 'getPriMaxEffectDistance' is not designed for extension - needs to be abstract, final or empty.242
ErrorsLine contains a tab character.243
ErrorsLine contains a tab character.244

cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/AmmoDescriptorFactory.java

ViolationMessageLine
ErrorsClass AmmoDescriptorFactory should be declared as final.8
ErrorsLine is longer than 80 characters.8
ErrorsMissing a Javadoc comment.10
ErrorsMissing a Javadoc comment.12
ErrorsMissing a Javadoc comment.15
ErrorsMissing a Javadoc comment.19
ErrorsParameter configMsg should be final.19

cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/ArmorDescriptor.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.5

cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/ArmorDescriptorFactory.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.3
ErrorsLine is longer than 80 characters.6
ErrorsClass ArmorDescriptorFactory should be declared as final.10
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.12
ErrorsMissing a Javadoc comment.12
ErrorsMissing a Javadoc comment.14
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.21
ErrorsParameter configMsg should be final.21

cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/GeneralDescriptor.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine has trailing spaces.17
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
ErrorsMissing a Javadoc comment.18
ErrorsLine contains a tab character.20
ErrorsMissing a Javadoc comment.20
ErrorsParameter configMsg should be final.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
ErrorsMust have at least one statement.25
ErrorsLine contains a tab character.26
ErrorsMust have at least one statement.26
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 contains a tab character.31
ErrorsLine contains a tab character.33
ErrorsMethod 'contains' is not designed for extension - needs to be abstract, final or empty.33
ErrorsMissing a Javadoc comment.33
ErrorsParameter key should be final.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
ErrorsMethod 'get' is not designed for extension - needs to be abstract, final or empty.37
ErrorsMissing a Javadoc comment.37
ErrorsParameter key should be final.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.41
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.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.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51

cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/GeneralDescriptorFactory.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.3
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.gbinfomessages.ItemCategory.3
ErrorsClass GeneralDescriptorFactory should be declared as final.10
ErrorsLine is longer than 80 characters.10
ErrorsLine has trailing spaces.11
ErrorsLine contains a tab character.11
ErrorsLine is longer than 80 characters.12
ErrorsLine contains a tab character.12
ErrorsMissing a Javadoc comment.12
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine contains a tab character.14
ErrorsMissing a Javadoc comment.14
Errors'{' is not followed by whitespace.14
Errors'}' is not preceded with whitespace.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.15
ErrorsLine contains a tab character.16
ErrorsMissing a Javadoc comment.16
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsParameter configMsg should be final.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23

cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/HealthDescriptor.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.9
ErrorsMissing a Javadoc comment.10
ErrorsLine contains a tab character.12
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.12
ErrorsLine contains a tab character.13
ErrorsLine contains a tab character.14
ErrorsLine contains a tab character.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.20
ErrorsMethod 'isSuperHealth' is not designed for extension - needs to be abstract, final or empty.23
ErrorsLine has trailing spaces.26

cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/HealthDescriptorFactory.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.3
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.gbinfomessages.ItemCategory.3
ErrorsLine is longer than 80 characters.6
ErrorsClass HealthDescriptorFactory should be declared as final.10
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.12
ErrorsMissing a Javadoc comment.12
ErrorsMissing a Javadoc comment.14
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.21
ErrorsParameter configMsg should be final.21

cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/IDescriptorFactory.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.6
ErrorsType Javadoc comment is missing an @param <T> tag.9
ErrorsLine has trailing spaces.10
ErrorsLine contains a tab character.10
ErrorsMissing a Javadoc comment.11
ErrorsLine has trailing spaces.12

cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/ItemDescriptor.java

ViolationMessageLine
ErrorsLine has trailing spaces.13
ErrorsLine has trailing spaces.15
ErrorsMissing a Javadoc comment.20
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.24
ErrorsMissing a Javadoc comment.26
ErrorsMethod 'getAmount' is not designed for extension - needs to be abstract, final or empty.29
ErrorsMissing a Javadoc comment.29
ErrorsMethod 'getInventoryType' is not designed for extension - needs to be abstract, final or empty.33
ErrorsMissing a Javadoc comment.33
ErrorsMethod 'getPickupType' is not designed for extension - needs to be abstract, final or empty.37
ErrorsMissing a Javadoc comment.37
ErrorsMethod 'getItemCategory' is not designed for extension - needs to be abstract, final or empty.41
ErrorsMissing a Javadoc comment.41
ErrorsLine is longer than 80 characters.46
ErrorsMethod 'fieldToName' is not designed for extension - needs to be abstract, final or empty.52
ErrorsParameter string should be final.52
ErrorsMethod 'firstCharToUpperCase' is not designed for extension - needs to be abstract, final or empty.57
ErrorsMissing a Javadoc comment.57
ErrorsParameter input should be final.57
ErrorsLine is longer than 80 characters.62
ErrorsLine is longer than 80 characters.64
ErrorsLine is longer than 80 characters.68
ErrorsMethod 'doReflexion' is not designed for extension - needs to be abstract, final or empty.68
ErrorsParameter configMsg should be final.68
ErrorsExpected @param tag for 'configMsg'.68
ErrorsParameter clazz should be final.68
ErrorsExpected @param tag for 'clazz'.68
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.100
ErrorsLine is longer than 80 characters.102
ErrorsLine is longer than 80 characters.103

cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/ItemDescriptorFactory.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.3
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.gbinfomessages.ItemCategory.3
ErrorsClass ItemDescriptorFactory should be declared as final.10
ErrorsLine is longer than 80 characters.10
ErrorsMissing a Javadoc comment.12
ErrorsMissing a Javadoc comment.14
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.21
ErrorsParameter configMsg should be final.21
Errors',' is not followed by whitespace.23

cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/ItemDescriptorField.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.9
Errors'=' is not preceded with whitespace.13
Errors'=' is not followed by whitespace.13
Errors'}' is not preceded with whitespace.13
Errors'=' is not preceded with whitespace.14
Errors'=' is not followed by whitespace.14

cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/ItemTranslator.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.13
ErrorsLine has trailing spaces.14
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine has trailing spaces.17
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.20
ErrorsLine has trailing spaces.21
ErrorsLine is longer than 80 characters.21
ErrorsLine has trailing spaces.23
ErrorsComment matches to-do format 'TODO:'.24
ErrorsLine has trailing spaces.25
ErrorsLine is longer than 80 characters.31
ErrorsMissing a Javadoc comment.31
ErrorsLine is longer than 80 characters.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.35
ErrorsMethod 'getItemTypes' is not designed for extension - needs to be abstract, final or empty.38
ErrorsMissing a Javadoc comment.38
ErrorsMethod 'getDescriptor' is not designed for extension - needs to be abstract, final or empty.42
ErrorsMissing a Javadoc comment.42
ErrorsParameter msg should be final.42
ErrorsExpected an @return tag.54
ErrorsMethod 'getDescriptor' is not designed for extension - needs to be abstract, final or empty.54
ErrorsParameter type should be final.54
ErrorsExpected @param tag for 'type'.54
Errors'if' construct must use '{}'s.56
ErrorsExpected an @return tag.68
ErrorsMethod 'getDefaultDescriptor' is not designed for extension - needs to be abstract, final or empty.68
ErrorsParameter type should be final.68
ErrorsExpected @param tag for 'type'.68
ErrorsMethod 'addCustomUserDescriptor' is not designed for extension - needs to be abstract, final or empty.77
ErrorsParameter userDescriptor should be final.77
ErrorsExpected @param tag for 'userDescriptor'.77
ErrorsLine has trailing spaces.83
ErrorsExpected an @return tag.86
ErrorsMethod 'createDescriptor' is not designed for extension - needs to be abstract, final or empty.86
ErrorsParameter message should be final.86
ErrorsExpected @param tag for 'message'.86
ErrorsLine contains a tab character.87
ErrorsLine is longer than 80 characters.90
ErrorsInner assignments should be avoided.90
ErrorsLine is longer than 80 characters.93
ErrorsInner assignments should be avoided.93
ErrorsLine is longer than 80 characters.96
ErrorsInner assignments should be avoided.96
ErrorsLine is longer than 80 characters.99
ErrorsInner assignments should be avoided.99
ErrorsLine is longer than 80 characters.102
ErrorsInner assignments should be avoided.102
ErrorsLine is longer than 80 characters.105

cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/ItemTyped.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.6
ErrorsLine has trailing spaces.8
ErrorsExpected an @return tag.17

cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/OtherDescriptor.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.5

cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/OtherDescriptorFactory.java

ViolationMessageLine
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.3
ErrorsLine is longer than 80 characters.6
ErrorsClass OtherDescriptorFactory should be declared as final.10
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.12
ErrorsMissing a Javadoc comment.12
ErrorsMissing a Javadoc comment.14
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.21
ErrorsParameter configMsg should be final.21

cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/ShieldDescriptor.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.5
Errors'{' is not preceded with whitespace.8

cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/ShieldDescriptorFactory.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.ItemType.3
ErrorsLine is longer than 80 characters.6
ErrorsClass ShieldDescriptorFactory should be declared as final.10
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.12
ErrorsMissing a Javadoc comment.12
ErrorsMissing a Javadoc comment.14
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.21
ErrorsParameter configMsg should be final.21

cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/TranslatorUtils.java

ViolationMessageLine
ErrorsLine has trailing spaces.10
ErrorsLine contains a tab character.10
ErrorsLine has trailing spaces.11
ErrorsLine contains a tab character.11

cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/WeaponDescriptor.java

ViolationMessageLine
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.12
ErrorsMissing a Javadoc comment.12
ErrorsLine contains a tab character.13
ErrorsLine contains a tab character.15
ErrorsLine contains a tab character.16
ErrorsMissing a Javadoc comment.16
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
ErrorsMissing a Javadoc comment.18
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.20
ErrorsMissing a Javadoc comment.20
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsMissing a Javadoc comment.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsMissing a Javadoc comment.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsMissing a Javadoc comment.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsMissing a Javadoc comment.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsMissing a Javadoc comment.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsMissing a Javadoc comment.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsMissing a Javadoc comment.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsMissing a Javadoc comment.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsMissing a Javadoc comment.40
ErrorsLine is longer than 80 characters.41
ErrorsLine contains a tab character.41
ErrorsLine is longer than 80 characters.42
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsMissing a Javadoc comment.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsMissing a Javadoc comment.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsMissing a Javadoc comment.47
ErrorsLine is longer than 80 characters.48
ErrorsLine contains a tab character.48
ErrorsLine is longer than 80 characters.49
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsMissing a Javadoc comment.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsMissing a Javadoc comment.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsMissing a Javadoc comment.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsMissing a Javadoc comment.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsMissing a Javadoc comment.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsMissing a Javadoc comment.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsMissing a Javadoc comment.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.66
ErrorsLine contains a tab character.67
ErrorsMissing a Javadoc comment.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsMissing a Javadoc comment.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsMissing a Javadoc comment.71
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsMissing a Javadoc comment.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsMissing a Javadoc comment.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsMissing a Javadoc comment.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsMissing a Javadoc comment.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsMissing a Javadoc comment.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsMissing a Javadoc comment.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsMissing a Javadoc comment.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsMissing a Javadoc comment.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsMissing a Javadoc comment.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsMissing a Javadoc comment.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsMissing a Javadoc comment.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsMissing a Javadoc comment.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsMissing a Javadoc comment.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsMissing a Javadoc comment.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsMissing a Javadoc comment.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsMissing a Javadoc comment.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsMissing a Javadoc comment.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsMissing a Javadoc comment.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsMissing a Javadoc comment.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsMissing a Javadoc comment.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsMissing a Javadoc comment.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsMissing a Javadoc comment.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsMissing a Javadoc comment.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsMissing a Javadoc comment.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsMissing a Javadoc comment.127
ErrorsLine is longer than 80 characters.128
ErrorsLine contains a tab character.128
ErrorsLine is longer than 80 characters.129
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsMissing a Javadoc comment.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsMissing a Javadoc comment.132
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsMissing a Javadoc comment.134
ErrorsLine is longer than 80 characters.135
ErrorsLine contains a tab character.135
ErrorsLine is longer than 80 characters.136
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsMissing a Javadoc comment.137
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsMissing a Javadoc comment.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsMissing a Javadoc comment.141
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.143
ErrorsMissing a Javadoc comment.143
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsMissing a Javadoc comment.145
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
ErrorsMissing a Javadoc comment.147
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsMissing a Javadoc comment.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.153
ErrorsLine contains a tab character.154
ErrorsMissing a Javadoc comment.154
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsMissing a Javadoc comment.156
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsMissing a Javadoc comment.158
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsMissing a Javadoc comment.160
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsMissing a Javadoc comment.164
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsMissing a Javadoc comment.166
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.168
ErrorsMissing a Javadoc comment.168
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsMissing a Javadoc comment.170
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsMissing a Javadoc comment.172
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsMissing a Javadoc comment.174
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsMissing a Javadoc comment.176
ErrorsLine contains a tab character.177
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.180
ErrorsMissing a Javadoc comment.180
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.182
ErrorsMissing a Javadoc comment.182
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.184
ErrorsMissing a Javadoc comment.184
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
ErrorsMissing a Javadoc comment.186
ErrorsLine contains a tab character.187
ErrorsLine contains a tab character.188
ErrorsMissing a Javadoc comment.188
ErrorsLine contains a tab character.189
ErrorsLine contains a tab character.190
ErrorsMissing a Javadoc comment.190
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
ErrorsMissing a Javadoc comment.192
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.194
ErrorsMissing a Javadoc comment.194
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.197
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.197
ErrorsLine contains a tab character.198
ErrorsLine is longer than 80 characters.199
ErrorsLine contains a tab character.199
ErrorsLine is longer than 80 characters.200
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.202
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 contains a tab character.208
ErrorsLine contains a tab character.209
ErrorsLine contains a tab character.210
ErrorsMethod 'isMelee' is not designed for extension - needs to be abstract, final or empty.210
ErrorsLine contains a tab character.211
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.214
ErrorsLine is longer than 80 characters.215
ErrorsLine contains a tab character.215
ErrorsLine contains a tab character.216
ErrorsLine has trailing spaces.217
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.220
ErrorsMethod 'isSniping' is not designed for extension - needs to be abstract, final or empty.220
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
ErrorsLine contains a tab character.224
ErrorsLine is longer than 80 characters.225
ErrorsLine contains a tab character.225
ErrorsLine contains a tab character.226
ErrorsLine has trailing spaces.227
ErrorsLine contains a tab character.227
ErrorsLine contains a tab character.228
ErrorsLine contains a tab character.229
ErrorsLine contains a tab character.230
ErrorsMethod 'isUsesAltAmmo' is not designed for extension - needs to be abstract, final or empty.230
ErrorsLine contains a tab character.231
ErrorsLine contains a tab character.232
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235
ErrorsLine is longer than 80 characters.236
ErrorsLine contains a tab character.236
ErrorsLine contains a tab character.237
ErrorsLine has trailing spaces.238
ErrorsLine contains a tab character.238
ErrorsLine contains a tab character.239
ErrorsLine contains a tab character.240
ErrorsLine contains a tab character.241
ErrorsMethod 'getPriFireModeType' is not designed for extension - needs to be abstract, final or empty.241
ErrorsLine contains a tab character.242
ErrorsLine contains a tab character.243
ErrorsLine contains a tab character.245
ErrorsLine contains a tab character.246
ErrorsLine contains a tab character.247
ErrorsLine has trailing spaces.248
ErrorsLine contains a tab character.248
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.250
ErrorsLine contains a tab character.251
ErrorsMethod 'isPriSplashDamage' is not designed for extension - needs to be abstract, final or empty.251
ErrorsLine contains a tab character.252
ErrorsLine contains a tab character.253
ErrorsLine contains a tab character.255
ErrorsLine contains a tab character.256
ErrorsLine has trailing spaces.257
ErrorsLine contains a tab character.257
ErrorsLine contains a tab character.258
ErrorsLine contains a tab character.259
ErrorsLine contains a tab character.260
ErrorsMethod 'isPriSplashJump' is not designed for extension - needs to be abstract, final or empty.260
ErrorsLine contains a tab character.261
ErrorsLine contains a tab character.262
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 contains a tab character.268
ErrorsLine contains a tab character.269
ErrorsLine contains a tab character.270
ErrorsMethod 'isPriRecomSplashDamage' is not designed for extension - needs to be abstract, final or empty.270
ErrorsLine contains a tab character.271
ErrorsLine contains a tab character.272
ErrorsLine contains a tab character.274
ErrorsLine is longer than 80 characters.275
ErrorsLine contains a tab character.275
ErrorsLine is longer than 80 characters.276
ErrorsLine contains a tab character.276
ErrorsLine has trailing spaces.277
ErrorsLine contains a tab character.277
ErrorsLine contains a tab character.278
ErrorsLine contains a tab character.279
ErrorsLine contains a tab character.280
ErrorsMethod 'isPriTossed' is not designed for extension - needs to be abstract, final or empty.280
ErrorsLine contains a tab character.281
ErrorsLine contains a tab character.282
ErrorsLine contains a tab character.284
ErrorsLine is longer than 80 characters.285
ErrorsLine contains a tab character.285
ErrorsLine contains a tab character.286
ErrorsLine has trailing spaces.287
ErrorsLine contains a tab character.287
ErrorsLine contains a tab character.288
ErrorsLine contains a tab character.289
ErrorsLine contains a tab character.290
ErrorsLine contains a tab character.291
ErrorsMethod 'isPriLeadTarget' is not designed for extension - needs to be abstract, final or empty.291
ErrorsLine contains a tab character.292
ErrorsLine contains a tab character.293
ErrorsLine contains a tab character.295
ErrorsLine is longer than 80 characters.296
ErrorsLine contains a tab character.296
ErrorsLine contains a tab character.297
ErrorsLine contains a tab character.298
ErrorsLine has trailing spaces.299
ErrorsLine contains a tab character.299
ErrorsLine contains a tab character.300
ErrorsLine contains a tab character.301
ErrorsLine contains a tab character.302
ErrorsMethod 'isPriInstantHit' is not designed for extension - needs to be abstract, final or empty.302
ErrorsLine contains a tab character.303
ErrorsLine contains a tab character.304
ErrorsLine contains a tab character.306
ErrorsLine contains a tab character.307
ErrorsLine is longer than 80 characters.308
ErrorsLine contains a tab character.308
ErrorsLine is longer than 80 characters.309
ErrorsLine contains a tab character.309
ErrorsLine contains a tab character.310
ErrorsLine has trailing spaces.311
ErrorsLine contains a tab character.311
ErrorsLine contains a tab character.312
ErrorsLine contains a tab character.313
ErrorsLine contains a tab character.314
ErrorsMethod 'isPriFireOnRelease' is not designed for extension - needs to be abstract, final or empty.314
ErrorsLine contains a tab character.315
ErrorsLine contains a tab character.316
ErrorsLine contains a tab character.318
ErrorsLine is longer than 80 characters.319
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 has trailing spaces.322
ErrorsLine contains a tab character.322
ErrorsLine contains a tab character.323
ErrorsLine contains a tab character.324
ErrorsLine contains a tab character.325
ErrorsMethod 'isPriWaitForRelease' is not designed for extension - needs to be abstract, final or empty.325
ErrorsLine contains a tab character.326
ErrorsLine contains a tab character.327
ErrorsLine contains a tab character.329
ErrorsLine is longer than 80 characters.330
ErrorsLine contains a tab character.330
ErrorsLine contains a tab character.331
ErrorsLine has trailing spaces.332
ErrorsLine contains a tab character.332
ErrorsLine contains a tab character.333
ErrorsLine contains a tab character.334
ErrorsLine contains a tab character.335
ErrorsMethod 'isPriModeExclusive' is not designed for extension - needs to be abstract, final or empty.335
ErrorsLine contains a tab character.336
ErrorsLine contains a tab character.337
ErrorsLine contains a tab character.339
ErrorsLine contains a tab character.340
ErrorsLine contains a tab character.341
ErrorsLine has trailing spaces.342
ErrorsLine contains a tab character.342
ErrorsLine contains a tab character.343
ErrorsLine contains a tab character.344
ErrorsLine contains a tab character.345
ErrorsMethod 'getPriFireRate' is not designed for extension - needs to be abstract, final or empty.345
ErrorsLine contains a tab character.346
ErrorsLine contains a tab character.347
ErrorsLine contains a tab character.349
ErrorsLine is longer than 80 characters.350
ErrorsLine contains a tab character.350
ErrorsLine contains a tab character.351
ErrorsLine has trailing spaces.352
ErrorsLine contains a tab character.352
ErrorsLine contains a tab character.353
ErrorsLine contains a tab character.354
ErrorsLine contains a tab character.355
ErrorsMethod 'getPriBotRefireRate' is not designed for extension - needs to be abstract, final or empty.355
ErrorsLine contains a tab character.356
ErrorsLine contains a tab character.357
ErrorsLine contains a tab character.359
ErrorsLine contains a tab character.360
ErrorsLine has trailing spaces.361
ErrorsLine contains a tab character.361
ErrorsLine contains a tab character.362
ErrorsLine contains a tab character.363
ErrorsLine contains a tab character.364
ErrorsMethod 'getPriAmmoPerFire' is not designed for extension - needs to be abstract, final or empty.364
ErrorsLine contains a tab character.365
ErrorsLine contains a tab character.366
ErrorsLine contains a tab character.368
ErrorsLine contains a tab character.369
ErrorsLine has trailing spaces.370
ErrorsLine contains a tab character.370
ErrorsLine contains a tab character.371
ErrorsLine contains a tab character.372
ErrorsLine contains a tab character.373
ErrorsLine contains a tab character.374
ErrorsMethod 'getPriAmmoClipSize' is not designed for extension - needs to be abstract, final or empty.374
ErrorsLine contains a tab character.375
ErrorsLine contains a tab character.376
ErrorsLine contains a tab character.378
ErrorsLine is longer than 80 characters.379
ErrorsLine contains a tab character.379
ErrorsLine has trailing spaces.380
ErrorsLine contains a tab character.380
ErrorsLine contains a tab character.381
ErrorsLine contains a tab character.382
ErrorsLine contains a tab character.383
ErrorsMethod 'getPriAimError' is not designed for extension - needs to be abstract, final or empty.383
ErrorsLine contains a tab character.384
ErrorsLine contains a tab character.385
ErrorsLine contains a tab character.387
ErrorsLine is longer than 80 characters.388
ErrorsLine contains a tab character.388
ErrorsLine contains a tab character.389
ErrorsLine has trailing spaces.390
ErrorsLine contains a tab character.390
ErrorsLine contains a tab character.391
ErrorsLine contains a tab character.392
ErrorsLine contains a tab character.393
ErrorsMethod 'getPriSpread' is not designed for extension - needs to be abstract, final or empty.393
ErrorsLine contains a tab character.394
ErrorsLine contains a tab character.395
ErrorsLine contains a tab character.397
ErrorsLine contains a tab character.398
ErrorsLine contains a tab character.399
ErrorsLine has trailing spaces.400
ErrorsLine contains a tab character.400
ErrorsLine contains a tab character.401
ErrorsLine contains a tab character.402
ErrorsLine contains a tab character.403
ErrorsLine has trailing spaces.404
ErrorsLine contains a tab character.404
ErrorsLine contains a tab character.405
ErrorsLine contains a tab character.406
ErrorsLine contains a tab character.407
ErrorsMethod 'getPriSpreadStyle' is not designed for extension - needs to be abstract, final or empty.407
ErrorsLine contains a tab character.408
ErrorsLine contains a tab character.409
ErrorsLine contains a tab character.411
ErrorsLine contains a tab character.412
ErrorsLine has trailing spaces.413
ErrorsLine contains a tab character.413
ErrorsLine contains a tab character.414
ErrorsLine contains a tab character.415
ErrorsLine contains a tab character.416
ErrorsLine contains a tab character.417
ErrorsMethod 'getPriFireCount' is not designed for extension - needs to be abstract, final or empty.417
ErrorsLine contains a tab character.418
ErrorsLine contains a tab character.419
ErrorsLine contains a tab character.421
ErrorsLine contains a tab character.422
ErrorsLine has trailing spaces.423
ErrorsLine contains a tab character.423
ErrorsLine contains a tab character.424
ErrorsLine contains a tab character.425
ErrorsLine contains a tab character.426
ErrorsMethod 'getPriDamageAtten' is not designed for extension - needs to be abstract, final or empty.426
ErrorsLine contains a tab character.427
ErrorsLine contains a tab character.428
ErrorsLine contains a tab character.430
ErrorsLine contains a tab character.431
ErrorsLine contains a tab character.432
ErrorsLine is longer than 80 characters.433
ErrorsLine contains a tab character.433
ErrorsLine is longer than 80 characters.434
ErrorsLine contains a tab character.434
ErrorsLine contains a tab character.435
ErrorsLine has trailing spaces.436
ErrorsLine contains a tab character.436
ErrorsLine contains a tab character.437
ErrorsLine contains a tab character.438
ErrorsLine contains a tab character.439
ErrorsMethod 'getPriAmmoType' is not designed for extension - needs to be abstract, final or empty.439
ErrorsLine contains a tab character.440
ErrorsLine contains a tab character.441
ErrorsLine has trailing spaces.442
ErrorsLine contains a tab character.442
ErrorsLine contains a tab character.443
ErrorsMissing a Javadoc comment.443
ErrorsLine has trailing spaces.444
ErrorsLine contains a tab character.444
ErrorsLine contains a tab character.445
ErrorsLine is longer than 80 characters.446
ErrorsLine contains a tab character.446
ErrorsLine contains a tab character.447
ErrorsLine contains a tab character.448
ErrorsMethod 'getPriAmmoItemType' is not designed for extension - needs to be abstract, final or empty.448
Errors'if' construct must use '{}'s.449
ErrorsLine contains a tab character.449
Errors'if' construct must use '{}'s.450
ErrorsLine contains a tab character.450
ErrorsLine contains a tab character.451
ErrorsLine contains a tab character.452
ErrorsLine contains a tab character.453
ErrorsLine contains a tab character.455
ErrorsLine is longer than 80 characters.456
ErrorsLine contains a tab character.456
ErrorsLine contains a tab character.457
ErrorsLine has trailing spaces.458
ErrorsLine contains a tab character.458
ErrorsLine contains a tab character.459
ErrorsLine contains a tab character.460
ErrorsLine contains a tab character.461
ErrorsMethod 'getPriInitialAmount' is not designed for extension - needs to be abstract, final or empty.461
ErrorsLine contains a tab character.462
ErrorsLine contains a tab character.463
ErrorsLine contains a tab character.465
ErrorsLine contains a tab character.466
ErrorsLine has trailing spaces.467
ErrorsLine contains a tab character.467
ErrorsLine contains a tab character.468
ErrorsLine contains a tab character.469
ErrorsLine contains a tab character.470
ErrorsMethod 'getPriMaxAmount' is not designed for extension - needs to be abstract, final or empty.470
ErrorsLine contains a tab character.471
ErrorsLine contains a tab character.472
ErrorsLine contains a tab character.474
ErrorsLine contains a tab character.475
ErrorsLine has trailing spaces.476
ErrorsLine contains a tab character.476
ErrorsLine contains a tab character.477
ErrorsLine contains a tab character.478
ErrorsLine contains a tab character.479
ErrorsLine contains a tab character.480
ErrorsMethod 'getPriMaxRange' is not designed for extension - needs to be abstract, final or empty.480
ErrorsLine contains a tab character.481
ErrorsLine contains a tab character.482
ErrorsLine contains a tab character.484
ErrorsLine contains a tab character.485
ErrorsLine contains a tab character.486
ErrorsLine has trailing spaces.487
ErrorsLine contains a tab character.487
ErrorsLine contains a tab character.488
ErrorsLine contains a tab character.489
ErrorsLine contains a tab character.490
ErrorsMethod 'getPriDamageType' is not designed for extension - needs to be abstract, final or empty.490
ErrorsLine contains a tab character.491
ErrorsLine contains a tab character.492
ErrorsLine contains a tab character.494
ErrorsLine contains a tab character.495
ErrorsLine has trailing spaces.496
ErrorsLine contains a tab character.496
ErrorsLine contains a tab character.497
ErrorsLine contains a tab character.498
ErrorsLine contains a tab character.499
ErrorsMethod 'isPriArmorStops' is not designed for extension - needs to be abstract, final or empty.499
ErrorsLine contains a tab character.500
ErrorsLine contains a tab character.501
ErrorsLine contains a tab character.503
ErrorsLine contains a tab character.504
ErrorsLine has trailing spaces.505
ErrorsLine contains a tab character.505
ErrorsLine contains a tab character.506
ErrorsLine contains a tab character.507
ErrorsLine contains a tab character.508
ErrorsMethod 'isPriAlwaysGibs' is not designed for extension - needs to be abstract, final or empty.508
ErrorsLine contains a tab character.509
ErrorsLine contains a tab character.510
ErrorsLine contains a tab character.512
ErrorsLine contains a tab character.513
ErrorsLine has trailing spaces.514
ErrorsLine contains a tab character.514
ErrorsLine contains a tab character.515
ErrorsLine contains a tab character.516
ErrorsLine contains a tab character.517
ErrorsLine contains a tab character.518
ErrorsMethod 'isPriSpecial' is not designed for extension - needs to be abstract, final or empty.518
ErrorsLine contains a tab character.519
ErrorsLine contains a tab character.520
ErrorsLine contains a tab character.522
ErrorsLine contains a tab character.523
ErrorsLine has trailing spaces.524
ErrorsLine contains a tab character.524
ErrorsLine contains a tab character.525
ErrorsLine contains a tab character.526
ErrorsLine contains a tab character.527
ErrorsLine contains a tab character.528
ErrorsMethod 'isPriDetonatesGoop' is not designed for extension - needs to be abstract, final or empty.528
ErrorsLine contains a tab character.529
ErrorsLine contains a tab character.530
ErrorsLine contains a tab character.532
ErrorsLine is longer than 80 characters.533
ErrorsLine contains a tab character.533
ErrorsLine contains a tab character.534
ErrorsLine has trailing spaces.535
ErrorsLine contains a tab character.535
ErrorsLine contains a tab character.536
ErrorsLine contains a tab character.537
ErrorsLine contains a tab character.538
ErrorsMethod 'isPriSuperWeapon' is not designed for extension - needs to be abstract, final or empty.538
ErrorsLine contains a tab character.539
ErrorsLine contains a tab character.540
ErrorsLine contains a tab character.542
ErrorsLine is longer than 80 characters.543
ErrorsLine contains a tab character.543
ErrorsLine contains a tab character.544
ErrorsLine has trailing spaces.545
ErrorsLine contains a tab character.545
ErrorsLine contains a tab character.546
ErrorsLine contains a tab character.547
ErrorsLine contains a tab character.548
ErrorsMethod 'isPriExtraMomZ' is not designed for extension - needs to be abstract, final or empty.548
ErrorsLine contains a tab character.549
ErrorsLine contains a tab character.550
ErrorsLine contains a tab character.552
ErrorsLine is longer than 80 characters.553
ErrorsLine contains a tab character.553
ErrorsLine is longer than 80 characters.554
ErrorsLine contains a tab character.554
ErrorsLine contains a tab character.555
ErrorsLine has trailing spaces.556
ErrorsLine contains a tab character.556
ErrorsLine contains a tab character.557
ErrorsLine contains a tab character.558
ErrorsLine contains a tab character.559
ErrorsMethod 'getPriProjType' is not designed for extension - needs to be abstract, final or empty.559
ErrorsLine contains a tab character.560
ErrorsLine contains a tab character.561
ErrorsLine contains a tab character.563
ErrorsLine contains a tab character.564
ErrorsLine has trailing spaces.565
ErrorsLine contains a tab character.565
ErrorsLine contains a tab character.566
ErrorsLine contains a tab character.567
ErrorsLine contains a tab character.568
ErrorsMethod 'getPriDamage' is not designed for extension - needs to be abstract, final or empty.568
ErrorsLine contains a tab character.569
ErrorsLine contains a tab character.570
ErrorsLine contains a tab character.572
ErrorsLine is longer than 80 characters.573
ErrorsLine contains a tab character.573
ErrorsLine contains a tab character.574
ErrorsLine has trailing spaces.575
ErrorsLine contains a tab character.575
ErrorsLine contains a tab character.576
ErrorsLine contains a tab character.577
ErrorsLine contains a tab character.578
ErrorsMethod 'getPriSpeed' is not designed for extension - needs to be abstract, final or empty.578
ErrorsLine contains a tab character.579
ErrorsLine contains a tab character.580
ErrorsLine contains a tab character.582
ErrorsLine contains a tab character.583
ErrorsLine has trailing spaces.584
ErrorsLine contains a tab character.584
ErrorsLine contains a tab character.585
ErrorsLine contains a tab character.586
ErrorsLine contains a tab character.587
ErrorsMethod 'getPriMaxSpeed' is not designed for extension - needs to be abstract, final or empty.587
ErrorsLine contains a tab character.588
ErrorsLine contains a tab character.589
ErrorsLine contains a tab character.591
ErrorsLine contains a tab character.592
ErrorsLine contains a tab character.593
ErrorsLine has trailing spaces.594
ErrorsLine contains a tab character.594
ErrorsLine contains a tab character.595
ErrorsLine contains a tab character.596
ErrorsLine contains a tab character.597
ErrorsMethod 'getPriLifeSpan' is not designed for extension - needs to be abstract, final or empty.597
ErrorsLine contains a tab character.598
ErrorsLine contains a tab character.599
ErrorsLine contains a tab character.601
ErrorsLine is longer than 80 characters.602
ErrorsLine contains a tab character.602
ErrorsLine contains a tab character.603
ErrorsLine has trailing spaces.604
ErrorsLine contains a tab character.604
ErrorsLine contains a tab character.605
ErrorsLine contains a tab character.606
ErrorsLine contains a tab character.607
ErrorsMethod 'getPriDamageRadius' is not designed for extension - needs to be abstract, final or empty.607
ErrorsLine contains a tab character.608
ErrorsLine contains a tab character.609
ErrorsLine contains a tab character.611
ErrorsLine contains a tab character.612
ErrorsLine contains a tab character.613
ErrorsLine has trailing spaces.614
ErrorsLine contains a tab character.614
ErrorsLine contains a tab character.615
ErrorsLine contains a tab character.616
ErrorsLine contains a tab character.617
ErrorsLine contains a tab character.618
ErrorsMethod 'getPriTossZ' is not designed for extension - needs to be abstract, final or empty.618
ErrorsLine contains a tab character.619
ErrorsLine contains a tab character.620
ErrorsLine contains a tab character.622
ErrorsLine is longer than 80 characters.623
ErrorsLine contains a tab character.623
ErrorsLine has trailing spaces.624
ErrorsLine contains a tab character.624
ErrorsLine contains a tab character.625
ErrorsLine contains a tab character.626
ErrorsLine contains a tab character.627
ErrorsLine contains a tab character.628
ErrorsMethod 'getPriMaxEffectDistance' is not designed for extension - needs to be abstract, final or empty.628
ErrorsLine contains a tab character.629
ErrorsLine contains a tab character.630
ErrorsLine contains a tab character.632
ErrorsLine is longer than 80 characters.633
ErrorsLine contains a tab character.633
ErrorsLine contains a tab character.634
ErrorsLine contains a tab character.635
ErrorsLine has trailing spaces.636
ErrorsLine contains a tab character.636
ErrorsLine contains a tab character.637
ErrorsLine contains a tab character.638
ErrorsLine contains a tab character.639
ErrorsMethod 'getSecFireModeType' is not designed for extension - needs to be abstract, final or empty.639
ErrorsLine contains a tab character.640
ErrorsLine contains a tab character.641
ErrorsLine contains a tab character.643
ErrorsLine is longer than 80 characters.644
ErrorsLine contains a tab character.644
ErrorsLine contains a tab character.645
ErrorsLine has trailing spaces.646
ErrorsLine contains a tab character.646
ErrorsLine contains a tab character.647
ErrorsLine contains a tab character.648
ErrorsLine contains a tab character.649
ErrorsMethod 'isSecSplashDamage' is not designed for extension - needs to be abstract, final or empty.649
ErrorsLine contains a tab character.650
ErrorsLine contains a tab character.651
ErrorsLine contains a tab character.653
ErrorsLine contains a tab character.654
ErrorsLine has trailing spaces.655
ErrorsLine contains a tab character.655
ErrorsLine contains a tab character.656
ErrorsLine contains a tab character.657
ErrorsLine contains a tab character.658
ErrorsMethod 'isSecSplashJump' is not designed for extension - needs to be abstract, final or empty.658
ErrorsLine contains a tab character.659
ErrorsLine contains a tab character.660
ErrorsLine contains a tab character.662
ErrorsLine contains a tab character.663
ErrorsLine has trailing spaces.664
ErrorsLine contains a tab character.664
ErrorsLine contains a tab character.665
ErrorsLine contains a tab character.666
ErrorsLine contains a tab character.667
ErrorsLine contains a tab character.668
ErrorsMethod 'isSecRecomSplashDamage' is not designed for extension - needs to be abstract, final or empty.668
ErrorsLine contains a tab character.669
ErrorsLine contains a tab character.670
ErrorsLine contains a tab character.672
ErrorsLine is longer than 80 characters.673
ErrorsLine contains a tab character.673
ErrorsLine is longer than 80 characters.674
ErrorsLine contains a tab character.674
ErrorsLine has trailing spaces.675
ErrorsLine contains a tab character.675
ErrorsLine contains a tab character.676
ErrorsLine contains a tab character.677
ErrorsLine contains a tab character.678
ErrorsMethod 'isSecTossed' is not designed for extension - needs to be abstract, final or empty.678
ErrorsLine contains a tab character.679
ErrorsLine contains a tab character.680
ErrorsLine contains a tab character.682
ErrorsLine is longer than 80 characters.683
ErrorsLine contains a tab character.683
ErrorsLine contains a tab character.684
ErrorsLine has trailing spaces.685
ErrorsLine contains a tab character.685
ErrorsLine contains a tab character.686
ErrorsLine contains a tab character.687
ErrorsLine contains a tab character.688
ErrorsLine contains a tab character.689
ErrorsMethod 'isSecLeadTarget' is not designed for extension - needs to be abstract, final or empty.689
ErrorsLine contains a tab character.690
ErrorsLine contains a tab character.691
ErrorsLine contains a tab character.693
ErrorsLine is longer than 80 characters.694
ErrorsLine contains a tab character.694
ErrorsLine contains a tab character.695
ErrorsLine contains a tab character.696
ErrorsLine has trailing spaces.697
ErrorsLine contains a tab character.697
ErrorsLine contains a tab character.698
ErrorsLine contains a tab character.699
ErrorsLine contains a tab character.700
ErrorsMethod 'isSecInstantHit' is not designed for extension - needs to be abstract, final or empty.700
ErrorsLine contains a tab character.701
ErrorsLine contains a tab character.702
ErrorsLine contains a tab character.704
ErrorsLine contains a tab character.705
ErrorsLine is longer than 80 characters.706
ErrorsLine contains a tab character.706
ErrorsLine is longer than 80 characters.707
ErrorsLine contains a tab character.707
ErrorsLine contains a tab character.708
ErrorsLine has trailing spaces.709
ErrorsLine contains a tab character.709
ErrorsLine contains a tab character.710
ErrorsLine contains a tab character.711
ErrorsLine contains a tab character.712
ErrorsMethod 'isSecFireOnRelease' is not designed for extension - needs to be abstract, final or empty.712
ErrorsLine contains a tab character.713
ErrorsLine contains a tab character.714
ErrorsLine contains a tab character.716
ErrorsLine is longer than 80 characters.717
ErrorsLine contains a tab character.717
ErrorsLine is longer than 80 characters.718
ErrorsLine contains a tab character.718
ErrorsLine contains a tab character.719
ErrorsLine has trailing spaces.720
ErrorsLine contains a tab character.720
ErrorsLine contains a tab character.721
ErrorsLine contains a tab character.722
ErrorsLine contains a tab character.723
ErrorsMethod 'isSecWaitForRelease' is not designed for extension - needs to be abstract, final or empty.723
ErrorsLine contains a tab character.724
ErrorsLine contains a tab character.725
ErrorsLine contains a tab character.727
ErrorsLine is longer than 80 characters.728
ErrorsLine contains a tab character.728
ErrorsLine contains a tab character.729
ErrorsLine has trailing spaces.730
ErrorsLine contains a tab character.730
ErrorsLine contains a tab character.731
ErrorsLine contains a tab character.732
ErrorsLine contains a tab character.733
ErrorsMethod 'isSecModeExclusive' is not designed for extension - needs to be abstract, final or empty.733
ErrorsLine contains a tab character.734
ErrorsLine contains a tab character.735
ErrorsLine contains a tab character.737
ErrorsLine contains a tab character.738
ErrorsLine contains a tab character.739
ErrorsLine has trailing spaces.740
ErrorsLine contains a tab character.740
ErrorsLine contains a tab character.741
ErrorsLine contains a tab character.742
ErrorsLine contains a tab character.743
ErrorsMethod 'getSecFireRate' is not designed for extension - needs to be abstract, final or empty.743
ErrorsLine contains a tab character.744
ErrorsLine contains a tab character.745
ErrorsLine contains a tab character.747
ErrorsLine is longer than 80 characters.748
ErrorsLine contains a tab character.748
ErrorsLine contains a tab character.749
ErrorsLine has trailing spaces.750
ErrorsLine contains a tab character.750
ErrorsLine contains a tab character.751
ErrorsLine contains a tab character.752
ErrorsLine contains a tab character.753
ErrorsMethod 'getSecBotRefireRate' is not designed for extension - needs to be abstract, final or empty.753
ErrorsLine contains a tab character.754
ErrorsLine contains a tab character.755
ErrorsLine contains a tab character.757
ErrorsLine contains a tab character.758
ErrorsLine has trailing spaces.759
ErrorsLine contains a tab character.759
ErrorsLine contains a tab character.760
ErrorsLine contains a tab character.761
ErrorsLine contains a tab character.762
ErrorsMethod 'getSecAmmoPerFire' is not designed for extension - needs to be abstract, final or empty.762
ErrorsLine contains a tab character.763
ErrorsLine contains a tab character.764
ErrorsLine contains a tab character.766
ErrorsLine contains a tab character.767
ErrorsLine has trailing spaces.768
ErrorsLine contains a tab character.768
ErrorsLine contains a tab character.769
ErrorsLine contains a tab character.770
ErrorsLine contains a tab character.771
ErrorsLine contains a tab character.772
ErrorsMethod 'getSecAmmoClipSize' is not designed for extension - needs to be abstract, final or empty.772
ErrorsLine contains a tab character.773
ErrorsLine contains a tab character.774
ErrorsLine contains a tab character.776
ErrorsLine is longer than 80 characters.777
ErrorsLine contains a tab character.777
ErrorsLine has trailing spaces.778
ErrorsLine contains a tab character.778
ErrorsLine contains a tab character.779
ErrorsLine contains a tab character.780
ErrorsLine contains a tab character.781
ErrorsMethod 'getSecAimError' is not designed for extension - needs to be abstract, final or empty.781
ErrorsLine contains a tab character.782
ErrorsLine contains a tab character.783
ErrorsLine contains a tab character.785
ErrorsLine is longer than 80 characters.786
ErrorsLine contains a tab character.786
ErrorsLine contains a tab character.787
ErrorsLine has trailing spaces.788
ErrorsLine contains a tab character.788
ErrorsLine contains a tab character.789
ErrorsLine contains a tab character.790
ErrorsLine contains a tab character.791
ErrorsMethod 'getSecSpread' is not designed for extension - needs to be abstract, final or empty.791
ErrorsLine contains a tab character.792
ErrorsLine contains a tab character.793
ErrorsLine contains a tab character.795
ErrorsLine contains a tab character.796
ErrorsLine contains a tab character.797
ErrorsLine has trailing spaces.798
ErrorsLine contains a tab character.798
ErrorsLine contains a tab character.799
ErrorsLine contains a tab character.800
ErrorsLine contains a tab character.801
ErrorsLine has trailing spaces.802
ErrorsLine contains a tab character.802
ErrorsLine contains a tab character.803
ErrorsLine contains a tab character.804
ErrorsLine contains a tab character.805
ErrorsMethod 'getSecSpreadStyle' is not designed for extension - needs to be abstract, final or empty.805
ErrorsLine contains a tab character.806
ErrorsLine contains a tab character.807
ErrorsLine contains a tab character.809
ErrorsLine contains a tab character.810
ErrorsLine has trailing spaces.811
ErrorsLine contains a tab character.811
ErrorsLine contains a tab character.812
ErrorsLine contains a tab character.813
ErrorsLine contains a tab character.814
ErrorsLine contains a tab character.815
ErrorsMethod 'getSecFireCount' is not designed for extension - needs to be abstract, final or empty.815
ErrorsLine contains a tab character.816
ErrorsLine contains a tab character.817
ErrorsLine contains a tab character.819
ErrorsLine contains a tab character.820
ErrorsLine has trailing spaces.821
ErrorsLine contains a tab character.821
ErrorsLine contains a tab character.822
ErrorsLine contains a tab character.823
ErrorsLine contains a tab character.824
ErrorsMethod 'getSecDamageAtten' is not designed for extension - needs to be abstract, final or empty.824
ErrorsLine contains a tab character.825
ErrorsLine contains a tab character.826
ErrorsLine contains a tab character.828
ErrorsLine contains a tab character.829
ErrorsLine contains a tab character.830
ErrorsLine is longer than 80 characters.831
ErrorsLine contains a tab character.831
ErrorsLine is longer than 80 characters.832
ErrorsLine contains a tab character.832
ErrorsLine contains a tab character.833
ErrorsLine has trailing spaces.834
ErrorsLine contains a tab character.834
ErrorsLine contains a tab character.835
ErrorsLine contains a tab character.836
ErrorsLine contains a tab character.837
ErrorsMethod 'getSecAmmoType' is not designed for extension - needs to be abstract, final or empty.837
ErrorsLine contains a tab character.838
ErrorsLine contains a tab character.839
ErrorsLine has trailing spaces.840
ErrorsLine contains a tab character.840
ErrorsLine contains a tab character.841
ErrorsMissing a Javadoc comment.841
ErrorsLine has trailing spaces.842
ErrorsLine contains a tab character.842
ErrorsLine contains a tab character.843
ErrorsLine is longer than 80 characters.844
ErrorsLine contains a tab character.844
ErrorsLine contains a tab character.845
ErrorsLine contains a tab character.846
ErrorsMethod 'getSecAmmoItemType' is not designed for extension - needs to be abstract, final or empty.846
Errors'if' construct must use '{}'s.847
ErrorsLine is longer than 80 characters.847
ErrorsLine contains a tab character.847
Errors'if' construct must use '{}'s.848
ErrorsLine contains a tab character.848
ErrorsLine contains a tab character.849
ErrorsLine contains a tab character.850
ErrorsLine contains a tab character.851
ErrorsLine contains a tab character.854
ErrorsLine is longer than 80 characters.855
ErrorsLine contains a tab character.855
ErrorsLine contains a tab character.856
ErrorsLine has trailing spaces.857
ErrorsLine contains a tab character.857
ErrorsLine contains a tab character.858
ErrorsLine contains a tab character.859
ErrorsLine contains a tab character.860
ErrorsMethod 'getSecInitialAmount' is not designed for extension - needs to be abstract, final or empty.860
ErrorsLine contains a tab character.861
ErrorsLine contains a tab character.862
ErrorsLine contains a tab character.864
ErrorsLine contains a tab character.865
ErrorsLine has trailing spaces.866
ErrorsLine contains a tab character.866
ErrorsLine contains a tab character.867
ErrorsLine contains a tab character.868
ErrorsLine contains a tab character.869
ErrorsMethod 'getSecMaxAmount' is not designed for extension - needs to be abstract, final or empty.869
ErrorsLine contains a tab character.870
ErrorsLine contains a tab character.871
ErrorsLine contains a tab character.873
ErrorsLine contains a tab character.874
ErrorsLine has trailing spaces.875
ErrorsLine contains a tab character.875
ErrorsLine contains a tab character.876
ErrorsLine contains a tab character.877
ErrorsLine contains a tab character.878
ErrorsLine contains a tab character.879
ErrorsMethod 'getSecMaxRange' is not designed for extension - needs to be abstract, final or empty.879
ErrorsLine contains a tab character.880
ErrorsLine contains a tab character.881
ErrorsLine contains a tab character.883
ErrorsLine contains a tab character.884
ErrorsLine contains a tab character.885
ErrorsLine has trailing spaces.886
ErrorsLine contains a tab character.886
ErrorsLine contains a tab character.887
ErrorsLine contains a tab character.888
ErrorsLine contains a tab character.889
ErrorsMethod 'getSecDamageType' is not designed for extension - needs to be abstract, final or empty.889
ErrorsLine contains a tab character.890
ErrorsLine contains a tab character.891
ErrorsLine contains a tab character.893
ErrorsLine contains a tab character.894
ErrorsLine has trailing spaces.895
ErrorsLine contains a tab character.895
ErrorsLine contains a tab character.896
ErrorsLine contains a tab character.897
ErrorsLine contains a tab character.898
ErrorsMethod 'isSecArmorStops' is not designed for extension - needs to be abstract, final or empty.898
ErrorsLine contains a tab character.899
ErrorsLine contains a tab character.900
ErrorsLine contains a tab character.902
ErrorsLine contains a tab character.903
ErrorsLine has trailing spaces.904
ErrorsLine contains a tab character.904
ErrorsLine contains a tab character.905
ErrorsLine contains a tab character.906
ErrorsLine contains a tab character.907
ErrorsMethod 'isSecAlwaysGibs' is not designed for extension - needs to be abstract, final or empty.907
ErrorsLine contains a tab character.908
ErrorsLine contains a tab character.909
ErrorsLine contains a tab character.911
ErrorsLine contains a tab character.912
ErrorsLine has trailing spaces.913
ErrorsLine contains a tab character.913
ErrorsLine contains a tab character.914
ErrorsLine contains a tab character.915
ErrorsLine contains a tab character.916
ErrorsLine contains a tab character.917
ErrorsMethod 'isSecSpecial' is not designed for extension - needs to be abstract, final or empty.917
ErrorsLine contains a tab character.918
ErrorsLine contains a tab character.919
ErrorsLine contains a tab character.921
ErrorsLine contains a tab character.922
ErrorsLine has trailing spaces.923
ErrorsLine contains a tab character.923
ErrorsLine contains a tab character.924
ErrorsLine contains a tab character.925
ErrorsLine contains a tab character.926
ErrorsLine contains a tab character.927
ErrorsMethod 'isSecDetonatesGoop' is not designed for extension - needs to be abstract, final or empty.927
ErrorsLine contains a tab character.928
ErrorsLine contains a tab character.929
ErrorsLine contains a tab character.931
ErrorsLine is longer than 80 characters.932
ErrorsLine contains a tab character.932
ErrorsLine contains a tab character.933
ErrorsLine has trailing spaces.934
ErrorsLine contains a tab character.934
ErrorsLine contains a tab character.935
ErrorsLine contains a tab character.936
ErrorsLine contains a tab character.937
ErrorsMethod 'isSecSuperWeapon' is not designed for extension - needs to be abstract, final or empty.937
ErrorsLine contains a tab character.938
ErrorsLine contains a tab character.939
ErrorsLine contains a tab character.941
ErrorsLine is longer than 80 characters.942
ErrorsLine contains a tab character.942
ErrorsLine contains a tab character.943
ErrorsLine has trailing spaces.944
ErrorsLine contains a tab character.944
ErrorsLine contains a tab character.945
ErrorsLine contains a tab character.946
ErrorsLine contains a tab character.947
ErrorsMethod 'isSecExtraMomZ' is not designed for extension - needs to be abstract, final or empty.947
ErrorsLine contains a tab character.948
ErrorsLine contains a tab character.949
ErrorsLine contains a tab character.951
ErrorsLine is longer than 80 characters.952
ErrorsLine contains a tab character.952
ErrorsLine is longer than 80 characters.953
ErrorsLine contains a tab character.953
ErrorsLine contains a tab character.954
ErrorsLine has trailing spaces.955
ErrorsLine contains a tab character.955
ErrorsLine contains a tab character.956
ErrorsLine contains a tab character.957
ErrorsLine contains a tab character.958
ErrorsMethod 'getSecProjType' is not designed for extension - needs to be abstract, final or empty.958
ErrorsLine contains a tab character.959
ErrorsLine contains a tab character.960
ErrorsLine contains a tab character.962
ErrorsLine contains a tab character.963
ErrorsLine has trailing spaces.964
ErrorsLine contains a tab character.964
ErrorsLine contains a tab character.965
ErrorsLine contains a tab character.966
ErrorsLine contains a tab character.967
ErrorsMethod 'getSecDamage' is not designed for extension - needs to be abstract, final or empty.967
ErrorsLine contains a tab character.968
ErrorsLine contains a tab character.969
ErrorsLine contains a tab character.971
ErrorsLine is longer than 80 characters.972
ErrorsLine contains a tab character.972
ErrorsLine contains a tab character.973
ErrorsLine has trailing spaces.974
ErrorsLine contains a tab character.974
ErrorsLine contains a tab character.975
ErrorsLine contains a tab character.976
ErrorsLine contains a tab character.977
ErrorsMethod 'getSecSpeed' is not designed for extension - needs to be abstract, final or empty.977
ErrorsLine contains a tab character.978
ErrorsLine contains a tab character.979
ErrorsLine contains a tab character.981
ErrorsLine contains a tab character.982
ErrorsLine has trailing spaces.983
ErrorsLine contains a tab character.983
ErrorsLine contains a tab character.984
ErrorsLine contains a tab character.985
ErrorsLine contains a tab character.986
ErrorsMethod 'getSecMaxSpeed' is not designed for extension - needs to be abstract, final or empty.986
ErrorsLine contains a tab character.987
ErrorsLine contains a tab character.988
ErrorsLine contains a tab character.990
ErrorsLine contains a tab character.991
ErrorsLine contains a tab character.992
ErrorsLine has trailing spaces.993
ErrorsLine contains a tab character.993
ErrorsLine contains a tab character.994
ErrorsLine contains a tab character.995
ErrorsLine contains a tab character.996
ErrorsMethod 'getSecLifeSpan' is not designed for extension - needs to be abstract, final or empty.996
ErrorsLine contains a tab character.997
ErrorsLine contains a tab character.998
ErrorsLine contains a tab character.1000
ErrorsLine is longer than 80 characters.1001
ErrorsLine contains a tab character.1001
ErrorsLine contains a tab character.1002
ErrorsLine has trailing spaces.1003
ErrorsLine contains a tab character.1003
ErrorsLine contains a tab character.1004
ErrorsLine contains a tab character.1005
ErrorsLine contains a tab character.1006
ErrorsMethod 'getSecDamageRadius' is not designed for extension - needs to be abstract, final or empty.1006
ErrorsLine contains a tab character.1007
ErrorsLine contains a tab character.1008
ErrorsLine contains a tab character.1010
ErrorsLine contains a tab character.1011
ErrorsLine contains a tab character.1012
ErrorsLine has trailing spaces.1013
ErrorsLine contains a tab character.1013
ErrorsLine contains a tab character.1014
ErrorsLine contains a tab character.1015
ErrorsLine contains a tab character.1016
ErrorsLine contains a tab character.1017
ErrorsMethod 'getSecTossZ' is not designed for extension - needs to be abstract, final or empty.1017
ErrorsLine contains a tab character.1018
ErrorsLine contains a tab character.1019
ErrorsLine contains a tab character.1021
ErrorsLine is longer than 80 characters.1022
ErrorsLine contains a tab character.1022
ErrorsLine has trailing spaces.1023
ErrorsLine contains a tab character.1023
ErrorsLine contains a tab character.1024
ErrorsLine contains a tab character.1025
ErrorsLine contains a tab character.1026
ErrorsLine contains a tab character.1027
ErrorsMethod 'getSecMaxEffectDistance' is not designed for extension - needs to be abstract, final or empty.1027
ErrorsLine contains a tab character.1028
ErrorsLine contains a tab character.1029

cz/cuni/amis/pogamut/udk/communication/translator/itemdescriptor/WeaponDescriptorFactory.java

ViolationMessageLine
ErrorsLine has trailing spaces.4
ErrorsLine is longer than 80 characters.4
ErrorsClass WeaponDescriptorFactory should be declared as final.8
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.10
ErrorsMissing a Javadoc comment.10
ErrorsMissing a Javadoc comment.12
ErrorsMissing a Javadoc comment.15
ErrorsParameter configMsg should be final.20

cz/cuni/amis/pogamut/udk/communication/translator/observer/ObserverFSM.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.translator.IWorldEventQueue.Queue.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsMissing a Javadoc comment.19
ErrorsLine has trailing spaces.20
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsMissing a Javadoc comment.21
ErrorsLine has trailing spaces.22
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsMissing a Javadoc comment.23
ErrorsLine has trailing spaces.24
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsMissing a Javadoc comment.25
ErrorsLine contains a tab character.27
ErrorsMissing a Javadoc comment.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsMissing a Javadoc comment.29
ErrorsLine contains a tab character.30
ErrorsParameter translator should be final.30
ErrorsParameter logger should be final.30
ErrorsLine contains a tab character.31
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.36
ErrorsMethod 'processMessage' is not designed for extension - needs to be abstract, final or empty.36
ErrorsLine is longer than 80 characters.37
ErrorsLine contains a tab character.37
ErrorsParameter message should be final.37
ErrorsRedundant throws: 'TranslatorException' is unchecked exception.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 'reset' 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
ErrorsLine contains a tab character.46
ErrorsLine has trailing spaces.47
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.52

cz/cuni/amis/pogamut/udk/communication/translator/observer/state/CommunicationTerminatedState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsMissing a Javadoc comment.12
Errors'=' is not preceded with whitespace.12
Errors'=' is not followed by whitespace.12
Errors'}' is not preceded with whitespace.12
ErrorsLine is longer than 80 characters.14
Errors'{' is not preceded with whitespace.14
ErrorsLine contains a tab character.16
ErrorsLine contains a tab character.17
ErrorsParameter context should be final.17
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsParameter context should be final.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsParameter context should be final.25
ErrorsLine contains a tab character.26
ErrorsParameter fromState should be final.26
ErrorsLine contains a tab character.27
ErrorsParameter symbol should be final.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsParameter context should be final.31
ErrorsLine is longer than 80 characters.32
ErrorsLine contains a tab character.32
ErrorsParameter toState should be final.32
ErrorsParameter symbol should be final.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.35
ErrorsMethod 'innerStateSymbol' is not designed for extension - needs to be abstract, final or empty.35
ErrorsLine is longer than 80 characters.36
ErrorsLine contains a tab character.36
ErrorsParameter context should be final.36
ErrorsParameter symbol should be final.36
ErrorsLine is longer than 80 characters.37
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38

cz/cuni/amis/pogamut/udk/communication/translator/observer/state/GameInfoExpectedState.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.15
ErrorsLine contains a tab character.19
Errors'=' is not preceded with whitespace.19
Errors'=' is not followed by whitespace.19
ErrorsLine contains a tab character.20
ErrorsLine has trailing spaces.21
ErrorsLine contains a tab character.21
Errors'=' is not preceded with whitespace.21
Errors'=' is not followed by whitespace.21
ErrorsLine has trailing spaces.22
ErrorsLine contains a tab character.22
Errors'=' is not preceded with whitespace.22
Errors'=' is not followed by whitespace.22
Errors'}' is not preceded with whitespace.22
ErrorsLine contains a tab character.23
Errors'=' is not preceded with whitespace.23
Errors'=' is not followed by whitespace.23
Errors'}' is not preceded with whitespace.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine is longer than 80 characters.27
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsParameter context should be final.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsParameter context should be final.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsParameter context should be final.38
ErrorsLine contains a tab character.39
ErrorsParameter fromState should be final.39
ErrorsLine contains a tab character.40
ErrorsParameter symbol should be final.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsParameter context should be final.44
ErrorsLine is longer than 80 characters.45
ErrorsLine contains a tab character.45
ErrorsParameter toState should be final.45
ErrorsParameter symbol should be final.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.48
ErrorsMethod 'innerStateSymbol' is not designed for extension - needs to be abstract, final or empty.48
ErrorsLine is longer than 80 characters.49
ErrorsLine contains a tab character.49
ErrorsParameter context should be final.49
ErrorsParameter symbol should be final.49
ErrorsLine is longer than 80 characters.50
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51

cz/cuni/amis/pogamut/udk/communication/translator/observer/state/HelloObserverExpectedState.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.12
Errors'=' is not preceded with whitespace.15
Errors'=' is not followed by whitespace.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine contains a tab character.17
Errors'=' is not preceded with whitespace.17
Errors'=' is not followed by whitespace.17
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine contains a tab character.18
Errors'=' is not preceded with whitespace.18
Errors'=' is not followed by whitespace.18
Errors'}' is not preceded with whitespace.18
ErrorsLine is longer than 80 characters.19
ErrorsLine contains a tab character.19
Errors'=' is not preceded with whitespace.19
Errors'=' is not followed by whitespace.19
Errors'}' is not preceded with whitespace.19
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsLine is longer than 80 characters.24
ErrorsLine contains a tab character.26
ErrorsMissing a Javadoc comment.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28

cz/cuni/amis/pogamut/udk/communication/translator/observer/state/ItemCategoryState.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.18
Errors'=' is not preceded with whitespace.22
Errors'=' is not followed by whitespace.22
ErrorsLine contains a tab character.23
ErrorsLine has trailing spaces.24
ErrorsLine contains a tab character.24
Errors'=' is not preceded with whitespace.24
Errors'=' is not followed by whitespace.24
ErrorsLine has trailing spaces.25
ErrorsLine contains a tab character.25
Errors'=' is not preceded with whitespace.25
Errors'=' is not followed by whitespace.25
Errors'}' is not preceded with whitespace.25
ErrorsLine contains a tab character.26
Errors'=' is not preceded with whitespace.26
Errors'=' is not followed by whitespace.26
Errors'}' is not preceded with whitespace.26
ErrorsLine contains a tab character.27
ErrorsLine is longer than 80 characters.29
Errors'{' is not preceded with whitespace.29
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsParameter context should be final.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsParameter context should be final.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.39
ErrorsMethod 'stateEntering' is not designed for extension - needs to be abstract, final or empty.39
ErrorsLine contains a tab character.40
ErrorsParameter context should be final.40
ErrorsLine is longer than 80 characters.41
ErrorsLine contains a tab character.41
ErrorsParameter fromState should be final.41
ErrorsLine contains a tab character.42
ErrorsParameter symbol should be final.42
Errors'if' construct must use '{}'s.43
ErrorsLine is longer than 80 characters.43
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.46
ErrorsMethod 'stateLeaving' is not designed for extension - needs to be abstract, final or empty.46
ErrorsLine contains a tab character.47
ErrorsParameter context should be final.47
ErrorsLine is longer than 80 characters.48
ErrorsLine contains a tab character.48
ErrorsParameter toState should be final.48
ErrorsParameter symbol should be final.48
Errors'if' construct must use '{}'s.49
ErrorsLine is longer than 80 characters.49
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.52
ErrorsMethod 'innerStateSymbol' is not designed for extension - needs to be abstract, final or empty.52
ErrorsLine is longer than 80 characters.53
ErrorsLine contains a tab character.53
ErrorsParameter context should be final.53
ErrorsParameter symbol should be final.53
Errors'if' construct must use '{}'s.54
ErrorsLine is longer than 80 characters.54
ErrorsLine contains a tab character.54
ErrorsLine is longer than 80 characters.55
ErrorsLine contains a tab character.55
Errors'cast' is not followed by whitespace.55
ErrorsLine is longer than 80 characters.56
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57

cz/cuni/amis/pogamut/udk/communication/translator/observer/state/ItemListState.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsMissing a Javadoc comment.23
ErrorsLine contains a tab character.24
Errors'=' is not preceded with whitespace.24
Errors'=' is not followed by whitespace.24
ErrorsLine contains a tab character.25
ErrorsLine has trailing spaces.26
ErrorsLine contains a tab character.26
Errors'=' is not preceded with whitespace.26
Errors'=' is not followed by whitespace.26
ErrorsLine has trailing spaces.27
ErrorsLine contains a tab character.27
Errors'=' is not preceded with whitespace.27
Errors'=' is not followed by whitespace.27
Errors'}' is not preceded with whitespace.27
ErrorsLine contains a tab character.28
Errors'=' is not preceded with whitespace.28
Errors'=' is not followed by whitespace.28
Errors'}' is not preceded with whitespace.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.34
ErrorsMissing a Javadoc comment.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
ErrorsMethod 'stateLeaving' is not designed for extension - needs to be abstract, final or empty.38
ErrorsLine contains a tab character.39
ErrorsParameter translatorContext should be final.39
ErrorsLine is longer than 80 characters.40
ErrorsLine contains a tab character.40
ErrorsParameter toState should be final.40
ErrorsParameter symbol 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 is longer than 80 characters.45
ErrorsLine contains a tab character.45
ErrorsMissing a Javadoc comment.45
ErrorsParameter origNavPoints should be final.45
ErrorsParameter list should be final.45
ErrorsParameter context should be final.45
ErrorsLine contains a tab character.46
ErrorsLine has trailing spaces.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 has trailing spaces.51
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.53
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.55
ErrorsLine is longer than 80 characters.56
ErrorsLine contains a tab character.56
Errors'if' construct must use '{}'s.57
ErrorsLine is longer than 80 characters.57
ErrorsLine contains a tab character.57
ErrorsLine is longer than 80 characters.58
ErrorsLine contains a tab character.58
Errors'if' construct must use '{}'s.59
ErrorsLine is longer than 80 characters.59
ErrorsLine contains a tab character.59
ErrorsLine is longer than 80 characters.60
ErrorsLine contains a tab character.60
ErrorsLine is longer than 80 characters.61
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
Errors'if' construct must use '{}'s.63
ErrorsLine is longer than 80 characters.63
ErrorsLine contains a tab character.63
ErrorsLine is longer than 80 characters.64
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66

cz/cuni/amis/pogamut/udk/communication/translator/observer/state/MapListState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
Errors'=' is not preceded with whitespace.24
Errors'=' is not followed by whitespace.24
ErrorsLine contains a tab character.25
Errors'=' is not preceded with whitespace.25
Errors'=' is not followed by whitespace.25
ErrorsLine contains a tab character.26
Errors'=' is not preceded with whitespace.26
Errors'=' is not followed by whitespace.26
Errors'}' is not preceded with whitespace.26
ErrorsLine contains a tab character.27
Errors'=' is not preceded with whitespace.27
Errors'=' is not followed by whitespace.27
Errors'}' is not preceded with whitespace.27
Errors'}' is not preceded with whitespace.27
ErrorsLine is longer than 80 characters.29
ErrorsLine contains a tab character.31
ErrorsMissing a Javadoc comment.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.35
ErrorsMethod 'stateLeaving' is not designed for extension - needs to be abstract, final or empty.35
ErrorsLine contains a tab character.36
ErrorsParameter context should be final.36
ErrorsLine is longer than 80 characters.37
ErrorsLine contains a tab character.37
ErrorsParameter toState should be final.37
ErrorsParameter symbol should be final.37
ErrorsLine contains a tab character.38
ErrorsLine is longer than 80 characters.39
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine has trailing spaces.42
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsMethod 'innerStateSymbol' is not designed for extension - needs to be abstract, final or empty.43
ErrorsLine contains a tab character.44
ErrorsParameter context should be final.44
ErrorsLine contains a tab character.45
ErrorsParameter symbol should be final.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
Errors'cast' is not followed by whitespace.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50

cz/cuni/amis/pogamut/udk/communication/translator/observer/state/MutatorListState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.16
Errors'=' is not preceded with whitespace.20
Errors'=' is not followed by whitespace.20
ErrorsLine contains a tab character.21
ErrorsLine has trailing spaces.22
ErrorsLine contains a tab character.22
Errors'=' is not preceded with whitespace.22
Errors'=' is not followed by whitespace.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.23
Errors'=' is not preceded with whitespace.23
Errors'=' is not followed by whitespace.23
Errors'}' is not preceded with whitespace.23
ErrorsLine contains a tab character.24
Errors'=' is not preceded with whitespace.24
Errors'=' is not followed by whitespace.24
Errors'}' is not preceded with whitespace.24
ErrorsLine contains a tab character.25
ErrorsLine is longer than 80 characters.27
Errors'{' is not preceded with whitespace.27
ErrorsLine contains a tab character.29
ErrorsMissing a Javadoc comment.29
ErrorsLine is longer than 80 characters.30
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine has trailing spaces.32
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsMethod 'stateEntering' is not designed for extension - needs to be abstract, final or empty.33
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
ErrorsParameter context should be final.34
ErrorsParameter fromState should be final.34
ErrorsParameter symbol should be final.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsMethod 'stateLeaving' is not designed for extension - needs to be abstract, final or empty.39
ErrorsLine is longer than 80 characters.40
ErrorsLine contains a tab character.40
ErrorsParameter context should be final.40
ErrorsParameter toState should be final.40
ErrorsParameter symbol should be final.40
ErrorsLine contains a tab character.41
ErrorsLine is longer than 80 characters.42
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsMethod 'innerStateSymbol' is not designed for extension - needs to be abstract, final or empty.46
ErrorsLine contains a tab character.47
ErrorsParameter context should be final.47
ErrorsLine contains a tab character.48
ErrorsParameter symbol should be final.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
Errors'cast' is not followed by whitespace.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53

cz/cuni/amis/pogamut/udk/communication/translator/observer/state/NavPointListState.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.21
ErrorsLine is longer than 80 characters.22
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.28
ErrorsLine is longer than 80 characters.29
ErrorsLine is longer than 80 characters.30
ErrorsLine is longer than 80 characters.33
ErrorsLine has trailing spaces.34
Errors'=' is not preceded with whitespace.37
Errors'=' is not followed by whitespace.37
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38
Errors'=' is not preceded with whitespace.38
Errors'=' is not followed by whitespace.38
ErrorsLine has trailing spaces.39
ErrorsLine contains a tab character.39
Errors'=' is not preceded with whitespace.39
Errors'=' is not followed by whitespace.39
Errors'}' is not preceded with whitespace.39
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
ErrorsLine contains a tab character.41
ErrorsLine has trailing spaces.42
ErrorsLine contains a tab character.42
ErrorsLine has trailing spaces.43
ErrorsLine is longer than 80 characters.43
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine is longer than 80 characters.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsMissing a Javadoc comment.50
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.51
ErrorsLine is longer than 80 characters.52
ErrorsLine contains a tab character.52
ErrorsMissing a Javadoc comment.52
ErrorsLine has trailing spaces.53
ErrorsLine contains a tab character.53
ErrorsLine is longer than 80 characters.54
ErrorsLine contains a tab character.54
ErrorsMissing a Javadoc comment.54
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsMissing a Javadoc comment.56
ErrorsLine contains a tab character.58
ErrorsMissing a Javadoc comment.58
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsMethod 'stateEntering' is not designed for extension - needs to be abstract, final or empty.61
ErrorsLine is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsParameter context should be final.62
ErrorsParameter fromState should be final.62
ErrorsParameter symbol should be final.62
ErrorsLine contains a tab character.63
Errors'if' construct must use '{}'s.64
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 has trailing spaces.67
ErrorsLine contains a tab character.67
Errors'if' construct must use '{}'s.68
ErrorsLine is longer than 80 characters.68
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine is longer than 80 characters.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsMethod 'stateLeaving' is not designed for extension - needs to be abstract, final or empty.73
ErrorsLine contains a tab character.74
ErrorsParameter context should be final.74
ErrorsLine is longer than 80 characters.75
ErrorsLine contains a tab character.75
ErrorsParameter toState should be final.75
ErrorsParameter symbol should be final.75
Errors'if' construct must use '{}'s.76
ErrorsLine has trailing spaces.76
ErrorsLine is longer than 80 characters.76
ErrorsLine contains a tab character.76
Errors'if' construct must use '{}'s.77
ErrorsLine is longer than 80 characters.77
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.78
ErrorsLine contains a tab character.78
ErrorsLine has trailing spaces.79
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine is longer than 80 characters.84
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
Errors'if' construct must use '{}'s.86
ErrorsLine is longer than 80 characters.86
ErrorsLine contains a tab character.86
ErrorsLine is longer than 80 characters.87
ErrorsLine contains a tab character.87
Errors'if' construct must use '{}'s.88
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.88
ErrorsLine is longer than 80 characters.89
ErrorsLine contains a tab character.89
ErrorsLine is longer than 80 characters.90
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
Errors'if' construct must use '{}'s.92
ErrorsLine is longer than 80 characters.92
ErrorsLine contains a tab character.92
ErrorsLine is longer than 80 characters.93
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine is longer than 80 characters.97
ErrorsLine contains a tab character.97
Errors'20' is a magic number.97
ErrorsLine is longer than 80 characters.98
ErrorsLine contains a tab character.98
Errors'20' is a magic number.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.102
ErrorsMethod 'innerStateSymbol' is not designed for extension - needs to be abstract, final or empty.102
ErrorsLine is longer than 80 characters.103
ErrorsLine contains a tab character.103
ErrorsParameter context should be final.103
ErrorsParameter symbol should be final.103
Errors'if' construct must use '{}'s.104
ErrorsLine is longer than 80 characters.104
ErrorsLine contains a tab character.104
ErrorsLine has trailing spaces.105
ErrorsLine contains a tab character.105
Errors'cast' is not followed by whitespace.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsParameter context should be final.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.112
ErrorsMethod 'restart' is not designed for extension - needs to be abstract, final or empty.112
ErrorsLine contains a tab character.113
ErrorsParameter context should be final.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine is longer than 80 characters.116
ErrorsLine contains a tab character.116
Errors'20' is a magic number.116
ErrorsLine is longer than 80 characters.117
ErrorsLine contains a tab character.117
Errors'20' is a magic number.117
ErrorsLine contains a tab character.118
ErrorsLine has trailing spaces.119
ErrorsLine contains a tab character.119

cz/cuni/amis/pogamut/udk/communication/translator/observer/state/NavPointNeighboursState.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.11
ErrorsLine has trailing spaces.14
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine has trailing spaces.17
Errors'=' is not preceded with whitespace.20
Errors'=' is not followed by whitespace.20
ErrorsLine contains a tab character.21
ErrorsLine has trailing spaces.22
ErrorsLine contains a tab character.22
Errors'=' is not preceded with whitespace.22
Errors'=' is not followed by whitespace.22
ErrorsLine has trailing spaces.23
ErrorsLine is longer than 80 characters.23
ErrorsLine contains a tab character.23
Errors'=' is not preceded with whitespace.23
Errors'=' is not followed by whitespace.23
Errors'}' is not preceded with whitespace.23
ErrorsLine contains a tab character.24
Errors'=' is not preceded with whitespace.24
Errors'=' is not followed by whitespace.24
Errors'}' is not preceded with whitespace.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine is longer than 80 characters.28
ErrorsLine contains a tab character.30
ErrorsMissing a Javadoc comment.30
ErrorsLine is longer than 80 characters.31
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsMethod 'stateLeaving' is not designed for extension - needs to be abstract, final or empty.34
ErrorsLine contains a tab character.35
ErrorsParameter translatorContext should be final.35
ErrorsLine is longer than 80 characters.36
ErrorsLine contains a tab character.36
ErrorsParameter toState should be final.36
ErrorsParameter symbol should be final.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39

cz/cuni/amis/pogamut/udk/communication/translator/observer/state/ObserverRunningState.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.20
ErrorsLine has trailing spaces.26
ErrorsLine contains a tab character.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
Errors'=' is not preceded with whitespace.28
Errors'=' is not followed by whitespace.28
ErrorsLine has trailing spaces.29
ErrorsLine is longer than 80 characters.29
ErrorsLine contains a tab character.29
Errors'=' is not preceded with whitespace.29
Errors'=' is not followed by whitespace.29
Errors'}' is not preceded with whitespace.29
ErrorsLine contains a tab character.30
Errors'=' is not preceded with whitespace.30
Errors'=' is not followed by whitespace.30
Errors'}' is not preceded with whitespace.30
ErrorsLine has trailing spaces.31
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.33
Errors'=' is not preceded with whitespace.33
Errors'=' is not followed by whitespace.33
ErrorsLine has trailing spaces.34
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
Errors'=' is not preceded with whitespace.34
Errors'=' is not followed by whitespace.34
Errors'}' is not preceded with whitespace.34
ErrorsLine contains a tab character.35
Errors'=' is not preceded with whitespace.35
Errors'=' is not followed by whitespace.35
Errors'}' is not preceded with whitespace.35
ErrorsLine contains a tab character.36
ErrorsLine has trailing spaces.37
ErrorsLine is longer than 80 characters.37
ErrorsLine contains a tab character.37
ErrorsLine has trailing spaces.38
ErrorsLine is longer than 80 characters.38
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
Errors'}' is not preceded with whitespace.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine is longer than 80 characters.43
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
Errors'}' is not preceded with whitespace.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine has trailing spaces.47
ErrorsLine is longer than 80 characters.47
ErrorsLine contains a tab character.47
ErrorsLine has trailing spaces.48
ErrorsLine is longer than 80 characters.48
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
Errors'}' is not preceded with whitespace.49
ErrorsLine contains a tab character.50
ErrorsLine is longer than 80 characters.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.54
Errors'}' is not preceded with whitespace.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine is longer than 80 characters.58
ErrorsLine is longer than 80 characters.61
ErrorsParameter context should be final.61
ErrorsParameter arg1 should be final.61
ErrorsParameter arg2 should be final.61
ErrorsMethod 'innerStateSymbol' is not designed for extension - needs to be abstract, final or empty.64
ErrorsLine is longer than 80 characters.65
ErrorsParameter context should be final.65
ErrorsParameter obj should be final.65
ErrorsLine contains a tab character.67
ErrorsLine is longer than 80 characters.68
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine is longer than 80 characters.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine is longer than 80 characters.73
ErrorsLine contains a tab character.73
ErrorsLine is longer than 80 characters.79
ErrorsParameter context should be final.79
ErrorsParameter arg1 should be final.79
ErrorsParameter symbol should be final.79
ErrorsLine has trailing spaces.83
ErrorsParameter arg0 should be final.83
ErrorsParameter arg0 should be final.87
ErrorsLine has trailing spaces.89

cz/cuni/amis/pogamut/udk/communication/translator/observer/state/PasswordState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.17
ErrorsLine has trailing spaces.19
Errors'=' is not preceded with whitespace.22
Errors'=' is not followed by whitespace.22
ErrorsLine has trailing spaces.23
Errors'=' is not preceded with whitespace.23
Errors'=' is not followed by whitespace.23
ErrorsLine has trailing spaces.24
Errors'=' is not preceded with whitespace.24
Errors'=' is not followed by whitespace.24
Errors'}' is not preceded with whitespace.24
Errors'=' is not preceded with whitespace.25
Errors'=' is not followed by whitespace.25
Errors'}' is not preceded with whitespace.25
ErrorsLine has trailing spaces.27
Errors'=' is not preceded with whitespace.27
Errors'=' is not followed by whitespace.27
Errors'=' is not preceded with whitespace.28
Errors'=' is not followed by whitespace.28
Errors'}' is not preceded with whitespace.28
Errors'=' is not preceded with whitespace.29
Errors'=' is not followed by whitespace.29
Errors'}' is not preceded with whitespace.29
Errors'}' is not preceded with whitespace.29
ErrorsLine is longer than 80 characters.31
ErrorsLine has trailing spaces.32
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsParameter context should be final.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsParameter context should be final.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.41
ErrorsMethod 'stateEntering' is not designed for extension - needs to be abstract, final or empty.41
ErrorsLine contains a tab character.42
ErrorsParameter context should be final.42
ErrorsLine contains a tab character.43
ErrorsParameter fromState should be final.43
ErrorsLine contains a tab character.44
ErrorsParameter symbol should be final.44
Errors'if' construct must use '{}'s.45
ErrorsLine is longer than 80 characters.45
ErrorsLine contains a tab character.45
Errors'if' construct must use '{}'s.46
ErrorsLine is longer than 80 characters.46
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
Errors'cast' is not followed by whitespace.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsParameter context should be final.51
ErrorsLine is longer than 80 characters.52
ErrorsLine contains a tab character.52
ErrorsParameter toState should be final.52
ErrorsParameter symbol should be final.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.55
ErrorsMethod 'innerStateSymbol' is not designed for extension - needs to be abstract, final or empty.55
ErrorsLine is longer than 80 characters.56
ErrorsLine contains a tab character.56
ErrorsParameter context should be final.56
ErrorsParameter symbol should be final.56
Errors'if' construct must use '{}'s.57
ErrorsLine is longer than 80 characters.57
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine has trailing spaces.59
ErrorsLine contains a tab character.59

cz/cuni/amis/pogamut/udk/communication/translator/observer/state/PathAcceptState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.15
ErrorsLine contains a tab character.20
ErrorsLine is longer than 80 characters.21
ErrorsLine contains a tab character.21
ErrorsLine is longer than 80 characters.22
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
Errors'}' is not preceded with whitespace.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine is longer than 80 characters.27
ErrorsMissing a Javadoc comment.29
ErrorsLine contains a tab character.31
ErrorsMissing a Javadoc comment.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsMethod 'stateEntering' is not designed for extension - needs to be abstract, final or empty.35
ErrorsLine is longer than 80 characters.36
ErrorsLine contains a tab character.36
ErrorsParameter context should be final.36
ErrorsParameter fromState should be final.36
ErrorsParameter symbol should be final.36
Errors'cast' is not followed by whitespace.38
ErrorsLine contains a tab character.41
ErrorsMethod 'stateLeaving' is not designed for extension - needs to be abstract, final or empty.41
ErrorsLine is longer than 80 characters.42
ErrorsLine contains a tab character.42
ErrorsParameter context should be final.42
ErrorsParameter toState should be final.42
ErrorsParameter symbol should be final.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46

cz/cuni/amis/pogamut/udk/communication/translator/observer/state/PlayerListState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.15
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine has trailing spaces.19
Errors'=' is not preceded with whitespace.22
Errors'=' is not followed by whitespace.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.23
Errors'=' is not preceded with whitespace.23
Errors'=' is not followed by whitespace.23
ErrorsLine has trailing spaces.24
ErrorsLine contains a tab character.24
Errors'=' is not preceded with whitespace.24
Errors'=' is not followed by whitespace.24
Errors'}' is not preceded with whitespace.24
ErrorsLine contains a tab character.25
Errors'=' is not preceded with whitespace.25
Errors'=' is not followed by whitespace.25
Errors'}' is not preceded with whitespace.25
Errors'}' is not preceded with whitespace.25
ErrorsLine is longer than 80 characters.27
ErrorsLine contains a tab character.29
ErrorsMissing a Javadoc comment.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine has trailing spaces.32
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsMethod 'stateLeaving' is not designed for extension - needs to be abstract, final or empty.33
ErrorsLine contains a tab character.34
ErrorsParameter context should be final.34
ErrorsLine is longer than 80 characters.35
ErrorsLine contains a tab character.35
ErrorsParameter toState should be final.35
ErrorsParameter symbol should be final.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 has trailing spaces.40
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsMethod 'innerStateSymbol' is not designed for extension - needs to be abstract, final or empty.41
ErrorsLine contains a tab character.42
ErrorsParameter context should be final.42
ErrorsLine contains a tab character.43
ErrorsParameter symbol should be final.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
Errors'cast' is not followed by whitespace.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48

cz/cuni/amis/pogamut/udk/communication/translator/observer/state/ReadyState.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsFirst sentence should end with a period.16
ErrorsLine is longer than 80 characters.17
ErrorsLine has trailing spaces.23
ErrorsLine has trailing spaces.27
ErrorsLine contains a tab character.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
Errors'}' is not preceded with whitespace.29
ErrorsLine contains a tab character.30
ErrorsLine has trailing spaces.31
ErrorsLine is longer than 80 characters.31
ErrorsLine contains a tab character.31
ErrorsLine has trailing spaces.32
ErrorsLine contains a tab character.32
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.33
ErrorsLine contains a tab character.33
Errors'}' is not preceded with whitespace.33
ErrorsLine contains a tab character.34
ErrorsLine is longer than 80 characters.36
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsParameter context should be final.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsParameter context should be final.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsParameter context should be final.47
ErrorsLine contains a tab character.48
ErrorsParameter fromState should be final.48
ErrorsLine contains a tab character.49
ErrorsParameter symbol should be final.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsParameter context should be final.53
ErrorsLine is longer than 80 characters.54
ErrorsLine contains a tab character.54
ErrorsParameter toState should be final.54
ErrorsParameter symbol should be final.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.57
ErrorsMethod 'innerStateSymbol' is not designed for extension - needs to be abstract, final or empty.57
ErrorsLine is longer than 80 characters.58
ErrorsLine contains a tab character.58
ErrorsParameter context should be final.58
ErrorsParameter symbol should be final.58
Errors'if' construct must use '{}'s.59
ErrorsLine contains a tab character.59
ErrorsLine is longer than 80 characters.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61

cz/cuni/amis/pogamut/udk/communication/translator/observer/support/AbstractObserverFSMState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.17
ErrorsLine has trailing spaces.18
ErrorsLine contains a tab character.18
ErrorsLine is longer than 80 characters.19
ErrorsLine contains a tab character.19
ErrorsMissing a Javadoc comment.19
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsParameter context should be final.22
ErrorsParameter symbol should be final.22
ErrorsLine contains a tab character.23
Errors'if' construct must use '{}'s.24
ErrorsLine is longer than 80 characters.24
ErrorsLine contains a tab character.24
ErrorsLine is longer than 80 characters.25
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 has trailing spaces.30
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34

cz/cuni/amis/pogamut/udk/communication/translator/observer/support/ObserverListState.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.21
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
ErrorsLine is longer than 80 characters.29
ErrorsLine has trailing spaces.30
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsMissing a Javadoc comment.31
ErrorsLine contains a tab character.32
ErrorsMissing a Javadoc comment.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsMissing a Javadoc comment.34
ErrorsLine contains a tab character.35
ErrorsMissing a Javadoc comment.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 is longer than 80 characters.39
ErrorsLine contains a tab character.39
ErrorsLine is longer than 80 characters.40
ErrorsLine contains a tab character.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 is longer than 80 characters.44
ErrorsLine contains a tab character.44
ErrorsParameter beginMessage should be final.44
Errors'beginMessage' hides a field.44
ErrorsParameter message should be final.44
Errors'message' hides a field.44
ErrorsParameter endMessage should be final.44
Errors'endMessage' hides a field.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.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 contains a tab character.50
ErrorsMethod 'getList' is not designed for extension - needs to be abstract, final or empty.50
ErrorsMissing a Javadoc comment.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.53
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsMethod 'newList' is not designed for extension - needs to be abstract, final or empty.54
ErrorsMissing a Javadoc comment.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.58
ErrorsMethod 'init' is not designed for extension - needs to be abstract, final or empty.58
ErrorsLine contains a tab character.59
ErrorsParameter context should be final.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.63
ErrorsMethod 'restart' is not designed for extension - needs to be abstract, final or empty.63
ErrorsLine contains a tab character.64
ErrorsParameter context should be final.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.68
ErrorsMethod 'stateEntering' is not designed for extension - needs to be abstract, final or empty.68
ErrorsLine is longer than 80 characters.69
ErrorsLine contains a tab character.69
ErrorsParameter context should be final.69
ErrorsParameter fromState should be final.69
ErrorsParameter symbol should be final.69
Errors'if' construct must use '{}'s.70
ErrorsLine is longer than 80 characters.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.73
ErrorsMethod 'stateLeaving' is not designed for extension - needs to be abstract, final or empty.73
ErrorsLine contains a tab character.74
ErrorsParameter context should be final.74
ErrorsLine is longer than 80 characters.75
ErrorsLine contains a tab character.75
ErrorsParameter toState should be final.75
ErrorsParameter symbol should be final.75
Errors'if' construct must use '{}'s.76
ErrorsLine has trailing spaces.76
ErrorsLine is longer than 80 characters.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.79
ErrorsMethod 'innerStateSymbol' is not designed for extension - needs to be abstract, final or empty.79
ErrorsLine contains a tab character.80
ErrorsParameter context should be final.80
ErrorsParameter symbol should be final.80
Errors'if' construct must use '{}'s.81
ErrorsLine is longer than 80 characters.81
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83

cz/cuni/amis/pogamut/udk/communication/translator/observer/support/ObserverMessageExpectedState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.12
ErrorsLine has trailing spaces.14
ErrorsLine is longer than 80 characters.17
ErrorsLine contains a tab character.19
ErrorsMissing a Javadoc comment.19
ErrorsLine contains a tab character.20
ErrorsLine has trailing spaces.21
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsLine is longer than 80 characters.23
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 expectedMessage 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
ErrorsParameter context should be final.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsParameter context should be final.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsParameter context should be final.39
ErrorsLine is longer than 80 characters.40
ErrorsLine contains a tab character.40
ErrorsParameter fromState should be final.40
ErrorsParameter symbol should be final.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.43
ErrorsMethod 'stateLeaving' is not designed for extension - needs to be abstract, final or empty.43
ErrorsLine is longer than 80 characters.44
ErrorsLine contains a tab character.44
ErrorsParameter context should be final.44
ErrorsParameter toState should be final.44
ErrorsParameter symbol should be final.44
Errors'if' construct must use '{}'s.45
ErrorsLine is longer than 80 characters.45
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.48
ErrorsMethod 'innerStateSymbol' is not designed for extension - needs to be abstract, final or empty.48
ErrorsLine contains a tab character.49
ErrorsParameter context should be final.49
ErrorsParameter symbol should be final.49
ErrorsLine is longer than 80 characters.50
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51

cz/cuni/amis/pogamut/udk/communication/translator/server/ServerFSM.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.translator.IWorldEventQueue.Queue.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsMissing a Javadoc comment.19
ErrorsLine has trailing spaces.20
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsMissing a Javadoc comment.21
ErrorsLine has trailing spaces.22
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsMissing a Javadoc comment.23
ErrorsLine has trailing spaces.24
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsMissing a Javadoc comment.25
ErrorsLine contains a tab character.27
ErrorsMissing a Javadoc comment.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsMissing a Javadoc comment.29
ErrorsLine contains a tab character.30
ErrorsParameter translator should be final.30
ErrorsParameter logger should be final.30
ErrorsLine contains a tab character.31
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.36
ErrorsMethod 'processMessage' is not designed for extension - needs to be abstract, final or empty.36
ErrorsLine is longer than 80 characters.37
ErrorsLine contains a tab character.37
ErrorsParameter message should be final.37
ErrorsRedundant throws: 'TranslatorException' is unchecked exception.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 'reset' 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
ErrorsLine contains a tab character.46
ErrorsLine has trailing spaces.47
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.52

cz/cuni/amis/pogamut/udk/communication/translator/server/state/CommunicationTerminatedState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsMissing a Javadoc comment.12
Errors'=' is not preceded with whitespace.12
Errors'=' is not followed by whitespace.12
Errors'}' is not preceded with whitespace.12
ErrorsLine is longer than 80 characters.14
Errors'{' is not preceded with whitespace.14
ErrorsLine contains a tab character.16
ErrorsLine contains a tab character.17
ErrorsParameter context should be final.17
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsParameter context should be final.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsParameter context should be final.25
ErrorsLine contains a tab character.26
ErrorsParameter fromState should be final.26
ErrorsLine contains a tab character.27
ErrorsParameter symbol should be final.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsParameter context should be final.31
ErrorsLine is longer than 80 characters.32
ErrorsLine contains a tab character.32
ErrorsParameter toState should be final.32
ErrorsParameter symbol should be final.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.35
ErrorsMethod 'innerStateSymbol' is not designed for extension - needs to be abstract, final or empty.35
ErrorsLine is longer than 80 characters.36
ErrorsLine contains a tab character.36
ErrorsParameter context should be final.36
ErrorsParameter symbol should be final.36
ErrorsLine is longer than 80 characters.37
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38

cz/cuni/amis/pogamut/udk/communication/translator/server/state/GameInfoExpectedState.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.15
ErrorsLine contains a tab character.19
Errors'=' is not preceded with whitespace.19
Errors'=' is not followed by whitespace.19
ErrorsLine contains a tab character.20
ErrorsLine has trailing spaces.21
ErrorsLine contains a tab character.21
Errors'=' is not preceded with whitespace.21
Errors'=' is not followed by whitespace.21
ErrorsLine has trailing spaces.22
ErrorsLine contains a tab character.22
Errors'=' is not preceded with whitespace.22
Errors'=' is not followed by whitespace.22
Errors'}' is not preceded with whitespace.22
ErrorsLine contains a tab character.23
Errors'=' is not preceded with whitespace.23
Errors'=' is not followed by whitespace.23
Errors'}' is not preceded with whitespace.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine is longer than 80 characters.27
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsParameter context should be final.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsParameter context should be final.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsParameter context should be final.38
ErrorsLine contains a tab character.39
ErrorsParameter fromState should be final.39
ErrorsLine contains a tab character.40
ErrorsParameter symbol should be final.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsParameter context should be final.44
ErrorsLine is longer than 80 characters.45
ErrorsLine contains a tab character.45
ErrorsParameter toState should be final.45
ErrorsParameter symbol should be final.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.48
ErrorsMethod 'innerStateSymbol' is not designed for extension - needs to be abstract, final or empty.48
ErrorsLine is longer than 80 characters.49
ErrorsLine contains a tab character.49
ErrorsParameter context should be final.49
ErrorsParameter symbol should be final.49
ErrorsLine is longer than 80 characters.50
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51

cz/cuni/amis/pogamut/udk/communication/translator/server/state/HelloControlServerExpectedState.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.12
Errors'=' is not preceded with whitespace.15
Errors'=' is not followed by whitespace.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine contains a tab character.17
Errors'=' is not preceded with whitespace.17
Errors'=' is not followed by whitespace.17
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine contains a tab character.18
Errors'=' is not preceded with whitespace.18
Errors'=' is not followed by whitespace.18
Errors'}' is not preceded with whitespace.18
ErrorsLine is longer than 80 characters.19
ErrorsLine contains a tab character.19
Errors'=' is not preceded with whitespace.19
Errors'=' is not followed by whitespace.19
Errors'}' is not preceded with whitespace.19
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsLine is longer than 80 characters.24
ErrorsLine contains a tab character.26
ErrorsMissing a Javadoc comment.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28

cz/cuni/amis/pogamut/udk/communication/translator/server/state/ItemCategoryState.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.18
Errors'=' is not preceded with whitespace.22
Errors'=' is not followed by whitespace.22
ErrorsLine contains a tab character.23
ErrorsLine has trailing spaces.24
ErrorsLine contains a tab character.24
Errors'=' is not preceded with whitespace.24
Errors'=' is not followed by whitespace.24
ErrorsLine has trailing spaces.25
ErrorsLine contains a tab character.25
Errors'=' is not preceded with whitespace.25
Errors'=' is not followed by whitespace.25
Errors'}' is not preceded with whitespace.25
ErrorsLine contains a tab character.26
Errors'=' is not preceded with whitespace.26
Errors'=' is not followed by whitespace.26
Errors'}' is not preceded with whitespace.26
ErrorsLine contains a tab character.27
ErrorsLine is longer than 80 characters.29
Errors'{' is not preceded with whitespace.29
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsParameter context should be final.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsParameter context should be final.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.39
ErrorsMethod 'stateEntering' is not designed for extension - needs to be abstract, final or empty.39
ErrorsLine contains a tab character.40
ErrorsParameter context should be final.40
ErrorsLine is longer than 80 characters.41
ErrorsLine contains a tab character.41
ErrorsParameter fromState should be final.41
ErrorsLine contains a tab character.42
ErrorsParameter symbol should be final.42
Errors'if' construct must use '{}'s.43
ErrorsLine is longer than 80 characters.43
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.46
ErrorsMethod 'stateLeaving' is not designed for extension - needs to be abstract, final or empty.46
ErrorsLine contains a tab character.47
ErrorsParameter context should be final.47
ErrorsLine is longer than 80 characters.48
ErrorsLine contains a tab character.48
ErrorsParameter toState should be final.48
ErrorsParameter symbol should be final.48
Errors'if' construct must use '{}'s.49
ErrorsLine is longer than 80 characters.49
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.52
ErrorsMethod 'innerStateSymbol' is not designed for extension - needs to be abstract, final or empty.52
ErrorsLine is longer than 80 characters.53
ErrorsLine contains a tab character.53
ErrorsParameter context should be final.53
ErrorsParameter symbol should be final.53
Errors'if' construct must use '{}'s.54
ErrorsLine is longer than 80 characters.54
ErrorsLine contains a tab character.54
ErrorsLine is longer than 80 characters.55
ErrorsLine contains a tab character.55
Errors'cast' is not followed by whitespace.55
ErrorsLine is longer than 80 characters.56
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57

cz/cuni/amis/pogamut/udk/communication/translator/server/state/ItemListState.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsMissing a Javadoc comment.23
ErrorsLine contains a tab character.24
Errors'=' is not preceded with whitespace.24
Errors'=' is not followed by whitespace.24
ErrorsLine contains a tab character.25
ErrorsLine has trailing spaces.26
ErrorsLine contains a tab character.26
Errors'=' is not preceded with whitespace.26
Errors'=' is not followed by whitespace.26
ErrorsLine has trailing spaces.27
ErrorsLine contains a tab character.27
Errors'=' is not preceded with whitespace.27
Errors'=' is not followed by whitespace.27
Errors'}' is not preceded with whitespace.27
ErrorsLine contains a tab character.28
Errors'=' is not preceded with whitespace.28
Errors'=' is not followed by whitespace.28
Errors'}' is not preceded with whitespace.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.34
ErrorsMissing a Javadoc comment.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
ErrorsMethod 'stateLeaving' is not designed for extension - needs to be abstract, final or empty.38
ErrorsLine contains a tab character.39
ErrorsParameter translatorContext should be final.39
ErrorsLine is longer than 80 characters.40
ErrorsLine contains a tab character.40
ErrorsParameter toState should be final.40
ErrorsParameter symbol 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 is longer than 80 characters.45
ErrorsLine contains a tab character.45
ErrorsMissing a Javadoc comment.45
ErrorsParameter origNavPoints should be final.45
ErrorsParameter list should be final.45
ErrorsParameter context should be final.45
ErrorsLine contains a tab character.46
ErrorsLine has trailing spaces.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 has trailing spaces.51
ErrorsLine contains a tab character.51
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.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
Errors'if' construct must use '{}'s.56
ErrorsLine is longer than 80 characters.56
ErrorsLine contains a tab character.56
ErrorsLine is longer than 80 characters.57
ErrorsLine contains a tab character.57
Errors'if' construct must use '{}'s.58
ErrorsLine is longer than 80 characters.58
ErrorsLine contains a tab character.58
ErrorsLine is longer than 80 characters.59
ErrorsLine contains a tab character.59
ErrorsLine is longer than 80 characters.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
Errors'if' construct must use '{}'s.62
ErrorsLine is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsLine is longer than 80 characters.63
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67

cz/cuni/amis/pogamut/udk/communication/translator/server/state/MapListState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
Errors'=' is not preceded with whitespace.23
Errors'=' is not followed by whitespace.23
ErrorsLine contains a tab character.24
Errors'=' is not preceded with whitespace.24
Errors'=' is not followed by whitespace.24
ErrorsLine contains a tab character.25
Errors'=' is not preceded with whitespace.25
Errors'=' is not followed by whitespace.25
Errors'}' is not preceded with whitespace.25
ErrorsLine contains a tab character.26
Errors'=' is not preceded with whitespace.26
Errors'=' is not followed by whitespace.26
Errors'}' is not preceded with whitespace.26
Errors'}' is not preceded with whitespace.26
ErrorsLine contains a tab character.30
ErrorsMissing a Javadoc comment.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsMethod 'stateLeaving' is not designed for extension - needs to be abstract, final or empty.34
ErrorsLine contains a tab character.35
ErrorsParameter context should be final.35
ErrorsLine is longer than 80 characters.36
ErrorsLine contains a tab character.36
ErrorsParameter toState should be final.36
ErrorsParameter symbol should be final.36
ErrorsLine contains a tab character.37
ErrorsLine is longer than 80 characters.38
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine has trailing spaces.41
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsMethod 'innerStateSymbol' is not designed for extension - needs to be abstract, final or empty.42
ErrorsLine contains a tab character.43
ErrorsParameter context should be final.43
ErrorsLine contains a tab character.44
ErrorsParameter symbol should be final.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
Errors'cast' is not followed by whitespace.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49

cz/cuni/amis/pogamut/udk/communication/translator/server/state/MutatorListState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.16
Errors'=' is not preceded with whitespace.20
Errors'=' is not followed by whitespace.20
ErrorsLine contains a tab character.21
ErrorsLine has trailing spaces.22
ErrorsLine contains a tab character.22
Errors'=' is not preceded with whitespace.22
Errors'=' is not followed by whitespace.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.23
Errors'=' is not preceded with whitespace.23
Errors'=' is not followed by whitespace.23
Errors'}' is not preceded with whitespace.23
ErrorsLine contains a tab character.24
Errors'=' is not preceded with whitespace.24
Errors'=' is not followed by whitespace.24
Errors'}' is not preceded with whitespace.24
ErrorsLine contains a tab character.25
ErrorsLine is longer than 80 characters.27
Errors'{' is not preceded with whitespace.27
ErrorsLine contains a tab character.29
ErrorsMissing a Javadoc comment.29
ErrorsLine is longer than 80 characters.30
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine has trailing spaces.32
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsMethod 'stateEntering' is not designed for extension - needs to be abstract, final or empty.33
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
ErrorsParameter context should be final.34
ErrorsParameter fromState should be final.34
ErrorsParameter symbol should be final.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsMethod 'stateLeaving' is not designed for extension - needs to be abstract, final or empty.39
ErrorsLine is longer than 80 characters.40
ErrorsLine contains a tab character.40
ErrorsParameter context should be final.40
ErrorsParameter toState should be final.40
ErrorsParameter symbol should be final.40
ErrorsLine contains a tab character.41
ErrorsLine is longer than 80 characters.42
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsMethod 'innerStateSymbol' is not designed for extension - needs to be abstract, final or empty.46
ErrorsLine contains a tab character.47
ErrorsParameter context should be final.47
ErrorsLine contains a tab character.48
ErrorsParameter symbol should be final.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
Errors'cast' is not followed by whitespace.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.54
ErrorsLine contains a tab character.54

cz/cuni/amis/pogamut/udk/communication/translator/server/state/NavPointListState.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.21
ErrorsLine is longer than 80 characters.22
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.28
ErrorsLine is longer than 80 characters.29
ErrorsLine is longer than 80 characters.30
ErrorsLine is longer than 80 characters.33
ErrorsLine has trailing spaces.34
Errors'=' is not preceded with whitespace.37
Errors'=' is not followed by whitespace.37
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.39
ErrorsLine contains a tab character.39
Errors'=' is not preceded with whitespace.39
Errors'=' is not followed by whitespace.39
Errors'}' is not preceded with whitespace.39
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
ErrorsLine contains a tab character.41
ErrorsLine has trailing spaces.42
ErrorsLine contains a tab character.42
ErrorsLine has trailing spaces.43
ErrorsLine is longer than 80 characters.43
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine is longer than 80 characters.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsMissing a Javadoc comment.50
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.51
ErrorsLine is longer than 80 characters.52
ErrorsLine contains a tab character.52
ErrorsMissing a Javadoc comment.52
ErrorsLine has trailing spaces.53
ErrorsLine contains a tab character.53
ErrorsLine is longer than 80 characters.54
ErrorsLine contains a tab character.54
ErrorsMissing a Javadoc comment.54
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsMissing a Javadoc comment.56
ErrorsLine contains a tab character.58
ErrorsMissing a Javadoc comment.58
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsMethod 'stateEntering' is not designed for extension - needs to be abstract, final or empty.61
ErrorsLine is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsParameter context should be final.62
ErrorsParameter fromState should be final.62
ErrorsParameter symbol should be final.62
ErrorsLine contains a tab character.63
Errors'if' construct must use '{}'s.64
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 has trailing spaces.67
ErrorsLine contains a tab character.67
Errors'if' construct must use '{}'s.68
ErrorsLine is longer than 80 characters.68
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine is longer than 80 characters.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsMethod 'stateLeaving' is not designed for extension - needs to be abstract, final or empty.73
ErrorsLine contains a tab character.74
ErrorsParameter context should be final.74
ErrorsLine is longer than 80 characters.75
ErrorsLine contains a tab character.75
ErrorsParameter toState should be final.75
ErrorsParameter symbol should be final.75
Errors'if' construct must use '{}'s.76
ErrorsLine has trailing spaces.76
ErrorsLine is longer than 80 characters.76
ErrorsLine contains a tab character.76
Errors'if' construct must use '{}'s.77
ErrorsLine is longer than 80 characters.77
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.78
ErrorsLine contains a tab character.78
ErrorsLine has trailing spaces.79
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine is longer than 80 characters.84
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
Errors'if' construct must use '{}'s.86
ErrorsLine is longer than 80 characters.86
ErrorsLine contains a tab character.86
ErrorsLine is longer than 80 characters.87
ErrorsLine contains a tab character.87
Errors'if' construct must use '{}'s.88
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.88
ErrorsLine is longer than 80 characters.89
ErrorsLine contains a tab character.89
ErrorsLine is longer than 80 characters.90
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
Errors'if' construct must use '{}'s.92
ErrorsLine is longer than 80 characters.92
ErrorsLine contains a tab character.92
ErrorsLine is longer than 80 characters.93
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine is longer than 80 characters.97
ErrorsLine contains a tab character.97
Errors'20' is a magic number.97
ErrorsLine is longer than 80 characters.98
ErrorsLine contains a tab character.98
Errors'20' is a magic number.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.102
ErrorsMethod 'innerStateSymbol' is not designed for extension - needs to be abstract, final or empty.102
ErrorsLine is longer than 80 characters.103
ErrorsLine contains a tab character.103
ErrorsParameter context should be final.103
ErrorsParameter symbol should be final.103
Errors'if' construct must use '{}'s.104
ErrorsLine is longer than 80 characters.104
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
Errors'cast' is not followed by whitespace.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsParameter context should be final.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.112
ErrorsMethod 'restart' is not designed for extension - needs to be abstract, final or empty.112
ErrorsLine contains a tab character.113
ErrorsParameter context should be final.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine is longer than 80 characters.116
ErrorsLine contains a tab character.116
Errors'20' is a magic number.116
ErrorsLine is longer than 80 characters.117
ErrorsLine contains a tab character.117
Errors'20' is a magic number.117
ErrorsLine contains a tab character.118
ErrorsLine has trailing spaces.119
ErrorsLine contains a tab character.119

cz/cuni/amis/pogamut/udk/communication/translator/server/state/NavPointNeighboursState.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.11
ErrorsLine has trailing spaces.14
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine has trailing spaces.17
Errors'=' is not preceded with whitespace.20
Errors'=' is not followed by whitespace.20
ErrorsLine contains a tab character.21
ErrorsLine has trailing spaces.22
ErrorsLine contains a tab character.22
Errors'=' is not preceded with whitespace.22
Errors'=' is not followed by whitespace.22
ErrorsLine has trailing spaces.23
ErrorsLine is longer than 80 characters.23
ErrorsLine contains a tab character.23
Errors'=' is not preceded with whitespace.23
Errors'=' is not followed by whitespace.23
Errors'}' is not preceded with whitespace.23
ErrorsLine contains a tab character.24
Errors'=' is not preceded with whitespace.24
Errors'=' is not followed by whitespace.24
Errors'}' is not preceded with whitespace.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine is longer than 80 characters.28
ErrorsLine contains a tab character.30
ErrorsMissing a Javadoc comment.30
ErrorsLine is longer than 80 characters.31
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsMethod 'stateLeaving' is not designed for extension - needs to be abstract, final or empty.34
ErrorsLine contains a tab character.35
ErrorsParameter translatorContext should be final.35
ErrorsLine is longer than 80 characters.36
ErrorsLine contains a tab character.36
ErrorsParameter toState should be final.36
ErrorsParameter symbol should be final.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39

cz/cuni/amis/pogamut/udk/communication/translator/server/state/PasswordState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.17
ErrorsLine has trailing spaces.19
Errors'=' is not preceded with whitespace.22
Errors'=' is not followed by whitespace.22
ErrorsLine has trailing spaces.23
Errors'=' is not preceded with whitespace.23
Errors'=' is not followed by whitespace.23
ErrorsLine has trailing spaces.24
Errors'=' is not preceded with whitespace.24
Errors'=' is not followed by whitespace.24
Errors'}' is not preceded with whitespace.24
Errors'=' is not preceded with whitespace.25
Errors'=' is not followed by whitespace.25
Errors'}' is not preceded with whitespace.25
ErrorsLine has trailing spaces.27
Errors'=' is not preceded with whitespace.27
Errors'=' is not followed by whitespace.27
Errors'=' is not preceded with whitespace.28
Errors'=' is not followed by whitespace.28
Errors'}' is not preceded with whitespace.28
Errors'=' is not preceded with whitespace.29
Errors'=' is not followed by whitespace.29
Errors'}' is not preceded with whitespace.29
Errors'}' is not preceded with whitespace.29
ErrorsLine is longer than 80 characters.31
ErrorsLine has trailing spaces.32
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsParameter context should be final.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsParameter context should be final.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.41
ErrorsMethod 'stateEntering' is not designed for extension - needs to be abstract, final or empty.41
ErrorsLine contains a tab character.42
ErrorsParameter context should be final.42
ErrorsLine contains a tab character.43
ErrorsParameter fromState should be final.43
ErrorsLine contains a tab character.44
ErrorsParameter symbol should be final.44
Errors'if' construct must use '{}'s.45
ErrorsLine is longer than 80 characters.45
ErrorsLine contains a tab character.45
Errors'if' construct must use '{}'s.46
ErrorsLine is longer than 80 characters.46
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
Errors'cast' is not followed by whitespace.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsParameter context should be final.51
ErrorsLine is longer than 80 characters.52
ErrorsLine contains a tab character.52
ErrorsParameter toState should be final.52
ErrorsParameter symbol should be final.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.55
ErrorsMethod 'innerStateSymbol' is not designed for extension - needs to be abstract, final or empty.55
ErrorsLine is longer than 80 characters.56
ErrorsLine contains a tab character.56
ErrorsParameter context should be final.56
ErrorsParameter symbol should be final.56
Errors'if' construct must use '{}'s.57
ErrorsLine is longer than 80 characters.57
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine has trailing spaces.59
ErrorsLine contains a tab character.59

cz/cuni/amis/pogamut/udk/communication/translator/server/state/PathAcceptState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.15
ErrorsLine contains a tab character.20
ErrorsLine is longer than 80 characters.21
ErrorsLine contains a tab character.21
ErrorsLine is longer than 80 characters.22
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
Errors'}' is not preceded with whitespace.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine is longer than 80 characters.27
ErrorsMissing a Javadoc comment.29
ErrorsLine contains a tab character.31
ErrorsMissing a Javadoc comment.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsMethod 'stateEntering' is not designed for extension - needs to be abstract, final or empty.35
ErrorsLine is longer than 80 characters.36
ErrorsLine contains a tab character.36
ErrorsParameter context should be final.36
ErrorsParameter fromState should be final.36
ErrorsParameter symbol should be final.36
Errors'cast' is not followed by whitespace.38
ErrorsLine contains a tab character.41
ErrorsMethod 'stateLeaving' is not designed for extension - needs to be abstract, final or empty.41
ErrorsLine is longer than 80 characters.42
ErrorsLine contains a tab character.42
ErrorsParameter context should be final.42
ErrorsParameter toState should be final.42
ErrorsParameter symbol should be final.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46

cz/cuni/amis/pogamut/udk/communication/translator/server/state/PlayerListState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.15
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine has trailing spaces.19
Errors'=' is not preceded with whitespace.22
Errors'=' is not followed by whitespace.22
ErrorsLine contains a tab character.23
ErrorsLine has trailing spaces.24
ErrorsLine contains a tab character.24
Errors'=' is not preceded with whitespace.24
Errors'=' is not followed by whitespace.24
Errors'}' is not preceded with whitespace.24
ErrorsLine contains a tab character.25
Errors'=' is not preceded with whitespace.25
Errors'=' is not followed by whitespace.25
Errors'}' is not preceded with whitespace.25
Errors'}' is not preceded with whitespace.25
ErrorsLine is longer than 80 characters.27
ErrorsLine contains a tab character.29
ErrorsMissing a Javadoc comment.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine has trailing spaces.32
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsMethod 'innerStateSymbol' is not designed for extension - needs to be abstract, final or empty.33
ErrorsLine contains a tab character.34
ErrorsParameter context should be final.34
ErrorsLine contains a tab character.35
ErrorsParameter symbol should be final.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
Errors'cast' is not followed by whitespace.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine has trailing spaces.42
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsMethod 'stateLeaving' is not designed for extension - needs to be abstract, final or empty.43
ErrorsLine contains a tab character.44
ErrorsParameter context should be final.44
ErrorsLine is longer than 80 characters.45
ErrorsLine contains a tab character.45
ErrorsParameter toState should be final.45
ErrorsParameter symbol should be final.45
ErrorsLine contains a tab character.46
ErrorsLine is longer than 80 characters.47
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49

cz/cuni/amis/pogamut/udk/communication/translator/server/state/ReadyState.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.gbinfomessages.GameInfo.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.translator.shared.transition.GameInfoTransition.14
ErrorsFirst sentence should end with a period.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.21
ErrorsLine has trailing spaces.23
ErrorsLine has trailing spaces.27
ErrorsLine contains a tab character.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
Errors'}' is not preceded with whitespace.29
ErrorsLine contains a tab character.30
ErrorsLine is longer than 80 characters.31
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
Errors'}' is not preceded with whitespace.33
ErrorsLine contains a tab character.34
ErrorsLine is longer than 80 characters.36
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsParameter context should be final.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsParameter context should be final.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsParameter context should be final.47
ErrorsLine contains a tab character.48
ErrorsParameter fromState should be final.48
ErrorsLine contains a tab character.49
ErrorsParameter symbol should be final.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsParameter context should be final.53
ErrorsLine is longer than 80 characters.54
ErrorsLine contains a tab character.54
ErrorsParameter toState should be final.54
ErrorsParameter symbol should be final.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.57
ErrorsMethod 'innerStateSymbol' is not designed for extension - needs to be abstract, final or empty.57
ErrorsLine is longer than 80 characters.58
ErrorsLine contains a tab character.58
ErrorsParameter context should be final.58
ErrorsParameter symbol should be final.58
Errors'if' construct must use '{}'s.59
ErrorsLine contains a tab character.59
ErrorsLine is longer than 80 characters.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61

cz/cuni/amis/pogamut/udk/communication/translator/server/state/ServerRunningState.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.21
ErrorsLine has trailing spaces.27
ErrorsLine contains a tab character.28
ErrorsLine has trailing spaces.29
ErrorsLine contains a tab character.29
Errors'=' is not preceded with whitespace.29
Errors'=' is not followed by whitespace.29
ErrorsLine has trailing spaces.30
ErrorsLine is longer than 80 characters.30
ErrorsLine contains a tab character.30
Errors'=' is not preceded with whitespace.30
Errors'=' is not followed by whitespace.30
Errors'}' is not preceded with whitespace.30
ErrorsLine contains a tab character.31
Errors'=' is not preceded with whitespace.31
Errors'=' is not followed by whitespace.31
Errors'}' is not preceded with whitespace.31
ErrorsLine has trailing spaces.32
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
Errors'=' is not preceded with whitespace.34
Errors'=' is not followed by whitespace.34
ErrorsLine has trailing spaces.35
ErrorsLine is longer than 80 characters.35
ErrorsLine contains a tab character.35
Errors'=' is not preceded with whitespace.35
Errors'=' is not followed by whitespace.35
Errors'}' is not preceded with whitespace.35
ErrorsLine contains a tab character.36
Errors'=' is not preceded with whitespace.36
Errors'=' is not followed by whitespace.36
Errors'}' is not preceded with whitespace.36
ErrorsLine contains a tab character.37
ErrorsLine has trailing spaces.38
ErrorsLine is longer than 80 characters.38
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.39
ErrorsLine is longer than 80 characters.39
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
Errors'}' is not preceded with whitespace.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine is longer than 80 characters.44
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
Errors'}' is not preceded with whitespace.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine has trailing spaces.48
ErrorsLine is longer than 80 characters.48
ErrorsLine contains a tab character.48
ErrorsLine has trailing spaces.49
ErrorsLine is longer than 80 characters.49
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
Errors'}' is not preceded with whitespace.50
ErrorsLine contains a tab character.51
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
Errors'}' is not preceded with whitespace.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine is longer than 80 characters.58
ErrorsLine contains a tab character.58
ErrorsLine is longer than 80 characters.59
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
Errors'}' is not preceded with whitespace.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine is longer than 80 characters.64
ErrorsLine is longer than 80 characters.67
ErrorsParameter context should be final.67
ErrorsParameter arg1 should be final.67
ErrorsParameter arg2 should be final.67
ErrorsMethod 'innerStateSymbol' is not designed for extension - needs to be abstract, final or empty.70
ErrorsLine is longer than 80 characters.71
ErrorsParameter context should be final.71
ErrorsParameter obj should be final.71
ErrorsLine contains a tab character.73
ErrorsLine is longer than 80 characters.74
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine is longer than 80 characters.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine is longer than 80 characters.79
ErrorsLine contains a tab character.79
ErrorsLine is longer than 80 characters.85
ErrorsParameter context should be final.85
ErrorsParameter arg1 should be final.85
ErrorsParameter symbol should be final.85
ErrorsLine has trailing spaces.89
ErrorsParameter arg0 should be final.89
ErrorsParameter arg0 should be final.93
ErrorsLine has trailing spaces.95

cz/cuni/amis/pogamut/udk/communication/translator/server/state/VehicleListState.java

ViolationMessageLine
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.gbinfomessages.Mutator.7
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.messages.gbinfomessages.Player.8
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.13
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.translator.bot.support.BotListState.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.translator.shared.events.MutatorListObtained.15
ErrorsLine is longer than 80 characters.16
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.translator.shared.events.PlayerListObtained.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.20
ErrorsLine has trailing spaces.23
ErrorsLine is longer than 80 characters.23
ErrorsLine has trailing spaces.24
Errors'=' is not preceded with whitespace.27
Errors'=' is not followed by whitespace.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
Errors'=' is not preceded with whitespace.28
Errors'=' is not followed by whitespace.28
ErrorsLine contains a tab character.29
Errors'=' is not preceded with whitespace.29
Errors'=' is not followed by whitespace.29
Errors'}' is not preceded with whitespace.29
ErrorsLine contains a tab character.30
Errors'=' is not preceded with whitespace.30
Errors'=' is not followed by whitespace.30
Errors'}' is not preceded with whitespace.30
Errors'}' is not preceded with whitespace.30
ErrorsLine is longer than 80 characters.32
ErrorsLine contains a tab character.34
ErrorsMissing a Javadoc comment.34
ErrorsLine is longer than 80 characters.35
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
ErrorsMethod 'stateLeaving' is not designed for extension - needs to be abstract, final or empty.38
ErrorsLine contains a tab character.39
ErrorsParameter context should be final.39
ErrorsLine is longer than 80 characters.40
ErrorsLine contains a tab character.40
ErrorsParameter toState should be final.40
ErrorsParameter symbol should be final.40
ErrorsLine contains a tab character.41
ErrorsLine is longer than 80 characters.42
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsMethod 'innerStateSymbol' is not designed for extension - needs to be abstract, final or empty.46
ErrorsLine is longer than 80 characters.47
ErrorsLine contains a tab character.47
ErrorsParameter context should be final.47
ErrorsParameter symbol should be final.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
Errors'cast' is not followed by whitespace.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52

cz/cuni/amis/pogamut/udk/communication/translator/server/support/AbstractServerFSMState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.17
ErrorsLine has trailing spaces.18
ErrorsLine contains a tab character.18
ErrorsLine is longer than 80 characters.19
ErrorsLine contains a tab character.19
ErrorsMissing a Javadoc comment.19
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsParameter context should be final.22
ErrorsParameter symbol should be final.22
ErrorsLine contains a tab character.23
Errors'if' construct must use '{}'s.24
ErrorsLine is longer than 80 characters.24
ErrorsLine contains a tab character.24
ErrorsLine is longer than 80 characters.25
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 has trailing spaces.30
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34

cz/cuni/amis/pogamut/udk/communication/translator/server/support/ServerListState.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.21
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
ErrorsLine is longer than 80 characters.29
ErrorsLine has trailing spaces.30
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsMissing a Javadoc comment.31
ErrorsLine contains a tab character.32
ErrorsMissing a Javadoc comment.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsMissing a Javadoc comment.34
ErrorsLine contains a tab character.35
ErrorsMissing a Javadoc comment.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 is longer than 80 characters.39
ErrorsLine contains a tab character.39
ErrorsLine is longer than 80 characters.40
ErrorsLine contains a tab character.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 is longer than 80 characters.44
ErrorsLine contains a tab character.44
ErrorsParameter beginMessage should be final.44
Errors'beginMessage' hides a field.44
ErrorsParameter message should be final.44
Errors'message' hides a field.44
ErrorsParameter endMessage should be final.44
Errors'endMessage' hides a field.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.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 contains a tab character.50
ErrorsMethod 'getList' is not designed for extension - needs to be abstract, final or empty.50
ErrorsMissing a Javadoc comment.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.53
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsMethod 'newList' is not designed for extension - needs to be abstract, final or empty.54
ErrorsMissing a Javadoc comment.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.58
ErrorsMethod 'init' is not designed for extension - needs to be abstract, final or empty.58
ErrorsLine contains a tab character.59
ErrorsParameter context should be final.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.63
ErrorsMethod 'restart' is not designed for extension - needs to be abstract, final or empty.63
ErrorsLine contains a tab character.64
ErrorsParameter context should be final.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.68
ErrorsMethod 'stateEntering' is not designed for extension - needs to be abstract, final or empty.68
ErrorsLine is longer than 80 characters.69
ErrorsLine contains a tab character.69
ErrorsParameter context should be final.69
ErrorsParameter fromState should be final.69
ErrorsParameter symbol should be final.69
Errors'if' construct must use '{}'s.70
ErrorsLine is longer than 80 characters.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.73
ErrorsMethod 'stateLeaving' is not designed for extension - needs to be abstract, final or empty.73
ErrorsLine contains a tab character.74
ErrorsParameter context should be final.74
ErrorsLine is longer than 80 characters.75
ErrorsLine contains a tab character.75
ErrorsParameter toState should be final.75
ErrorsParameter symbol should be final.75
Errors'if' construct must use '{}'s.76
ErrorsLine has trailing spaces.76
ErrorsLine is longer than 80 characters.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.79
ErrorsMethod 'innerStateSymbol' is not designed for extension - needs to be abstract, final or empty.79
ErrorsLine contains a tab character.80
ErrorsParameter context should be final.80
ErrorsParameter symbol should be final.80
Errors'if' construct must use '{}'s.81
ErrorsLine is longer than 80 characters.81
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.83
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84

cz/cuni/amis/pogamut/udk/communication/translator/server/support/ServerMessageExpectedState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.12
ErrorsLine has trailing spaces.14
ErrorsLine is longer than 80 characters.17
ErrorsLine contains a tab character.19
ErrorsMissing a Javadoc comment.19
ErrorsLine contains a tab character.20
ErrorsLine has trailing spaces.21
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsLine is longer than 80 characters.23
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 expectedMessage 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
ErrorsParameter context should be final.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsParameter context should be final.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsParameter context should be final.39
ErrorsLine is longer than 80 characters.40
ErrorsLine contains a tab character.40
ErrorsParameter fromState should be final.40
ErrorsParameter symbol should be final.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.43
ErrorsMethod 'stateLeaving' is not designed for extension - needs to be abstract, final or empty.43
ErrorsLine is longer than 80 characters.44
ErrorsLine contains a tab character.44
ErrorsParameter context should be final.44
ErrorsParameter toState should be final.44
ErrorsParameter symbol should be final.44
Errors'if' construct must use '{}'s.45
ErrorsLine is longer than 80 characters.45
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.48
ErrorsMethod 'innerStateSymbol' is not designed for extension - needs to be abstract, final or empty.48
ErrorsLine contains a tab character.49
ErrorsParameter context should be final.49
ErrorsParameter symbol should be final.49
ErrorsLine is longer than 80 characters.50
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51

cz/cuni/amis/pogamut/udk/communication/translator/shared/events/BotFirstSpawned.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine contains a tab character.7
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.7
ErrorsMissing a Javadoc comment.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine contains a tab character.9

cz/cuni/amis/pogamut/udk/communication/translator/shared/events/InitCommandRequest.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.3
ErrorsMissing a Javadoc comment.5
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.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
ErrorsLine has trailing spaces.11
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.12
ErrorsMissing a Javadoc comment.12
ErrorsLine contains a tab character.13
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.15

cz/cuni/amis/pogamut/udk/communication/translator/shared/events/ItemDescriptorObtained.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.4
ErrorsMissing a Javadoc comment.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine contains a tab character.8
ErrorsMissing a Javadoc comment.8
ErrorsLine contains a tab character.10
ErrorsMissing a Javadoc comment.10
ErrorsParameter obtained should be final.10
ErrorsLine contains a tab character.11
ErrorsLine contains a tab character.12
ErrorsLine contains a tab character.14
ErrorsMethod 'getItemDescriptor' is not designed for extension - needs to be abstract, final or empty.14
ErrorsMissing a Javadoc comment.14
ErrorsLine contains a tab character.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.18
ErrorsMissing a Javadoc comment.18
ErrorsLine contains a tab character.19

cz/cuni/amis/pogamut/udk/communication/translator/shared/events/ListObtained.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.5
ErrorsType Javadoc comment is missing an @param <T> tag.11
ErrorsLine contains a tab character.13
ErrorsMissing a Javadoc comment.13
ErrorsLine contains a tab character.15
ErrorsMissing a Javadoc comment.15
ErrorsParameter list should be final.15
Errors'list' hides a field.15
ErrorsLine contains a tab character.16
ErrorsLine contains a tab character.17
ErrorsExpected an @return tag.23
ErrorsLine contains a tab character.23
ErrorsMethod 'getList' is not designed for extension - needs to be abstract, final or empty.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine has trailing spaces.26
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.27
ErrorsMissing a Javadoc comment.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.31
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34

cz/cuni/amis/pogamut/udk/communication/translator/shared/events/MapListObtained.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.6
ErrorsFirst sentence should end with a period.10
ErrorsLine contains a tab character.17
ErrorsMissing a Javadoc comment.17
ErrorsLine contains a tab character.19
ErrorsMissing a Javadoc comment.19
ErrorsParameter list should be final.19
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.23
ErrorsMethod 'getMaps' is not designed for extension - needs to be abstract, final or empty.23
ErrorsMissing a Javadoc comment.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine has trailing spaces.26
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.27
ErrorsMissing a Javadoc comment.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.31
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34

cz/cuni/amis/pogamut/udk/communication/translator/shared/events/MapPointListObtained.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.6
ErrorsMissing a Javadoc comment.11
ErrorsLine is longer than 80 characters.13
ErrorsLine contains a tab character.13
ErrorsLine contains a tab character.14
ErrorsMissing a Javadoc comment.14
ErrorsLine contains a tab character.15
ErrorsMissing a Javadoc comment.15
ErrorsLine is longer than 80 characters.17
ErrorsLine contains a tab character.17
ErrorsMissing a Javadoc comment.17
ErrorsParameter navPoints should be final.17
Errors'navPoints' hides a field.17
ErrorsParameter items should be final.17
Errors'items' hides a field.17
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.20
ErrorsLine has trailing spaces.21
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.22
ErrorsMissing a Javadoc comment.22
ErrorsLine contains a tab character.23
ErrorsLine has trailing spaces.25
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsMissing a Javadoc comment.26
Errors'if' construct must use '{}'s.27
ErrorsLine is longer than 80 characters.27
ErrorsLine contains a tab character.27
Errors'if' construct must use '{}'s.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
ErrorsMethod 'getNavPoints' is not designed for extension - needs to be abstract, final or empty.32
ErrorsMissing a Javadoc comment.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsMethod 'getItems' is not designed for extension - needs to be abstract, final or empty.36
ErrorsMissing a Javadoc comment.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.40
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.40
ErrorsMissing a Javadoc comment.40
ErrorsLine is longer than 80 characters.41
ErrorsLine contains a tab character.41
ErrorsAvoid inline conditionals.41
Errors'+' is not preceded with whitespace.41
ErrorsAvoid inline conditionals.41
Errors'+' is not followed by whitespace.41
ErrorsLine contains a tab character.42

cz/cuni/amis/pogamut/udk/communication/translator/shared/events/MoverListObtained.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.5
ErrorsMissing a Javadoc comment.8
ErrorsLine contains a tab character.10
ErrorsMissing a Javadoc comment.10
ErrorsLine contains a tab character.12
ErrorsMissing a Javadoc comment.12
ErrorsParameter list should be final.12
ErrorsLine contains a tab character.13
ErrorsLine contains a tab character.14
ErrorsLine contains a tab character.16
ErrorsMethod 'getMovers' is not designed for extension - needs to be abstract, final or empty.16
ErrorsMissing a Javadoc comment.16
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.20
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.20
ErrorsMissing a Javadoc comment.20
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.24
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.24
ErrorsMissing a Javadoc comment.24
ErrorsLine is longer than 80 characters.25
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26

cz/cuni/amis/pogamut/udk/communication/translator/shared/events/MutatorListObtained.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.5
ErrorsMissing a Javadoc comment.8
ErrorsLine contains a tab character.10
ErrorsMissing a Javadoc comment.10
ErrorsLine contains a tab character.12
ErrorsMissing a Javadoc comment.12
ErrorsParameter list should be final.12
ErrorsLine contains a tab character.13
ErrorsLine contains a tab character.14
ErrorsLine contains a tab character.16
ErrorsMethod 'getMutators' is not designed for extension - needs to be abstract, final or empty.16
ErrorsMissing a Javadoc comment.16
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.20
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.20
ErrorsMissing a Javadoc comment.20
ErrorsLine contains a tab character.21
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.23
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 is longer than 80 characters.26
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28

cz/cuni/amis/pogamut/udk/communication/translator/shared/events/Path.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.6
ErrorsMissing a Javadoc comment.9
ErrorsLine has trailing spaces.10
ErrorsLine contains a tab character.10
ErrorsLine contains a tab character.11
ErrorsMissing a Javadoc comment.11
ErrorsLine has trailing spaces.12
ErrorsLine contains a tab character.12
ErrorsLine contains a tab character.13
ErrorsMissing a Javadoc comment.13
ErrorsLine has trailing spaces.14
ErrorsLine contains a tab character.14
ErrorsLine contains a tab character.15
ErrorsMissing a Javadoc comment.15
ErrorsParameter pathId should be final.15
Errors'pathId' hides a field.15
ErrorsParameter path should be final.15
Errors'path' hides a field.15
ErrorsLine contains a tab character.16
Errors'if' construct must use '{}'s.17
ErrorsLine is longer than 80 characters.17
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
Errors'if' construct must use '{}'s.19
ErrorsLine is longer than 80 characters.19
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.20
ErrorsLine has trailing spaces.21
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.22
ErrorsMissing a Javadoc comment.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsExpected an @return tag.30
ErrorsLine contains a tab character.30
ErrorsMethod 'getPathId' 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
ErrorsFirst sentence should end with a period.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsExpected an @return tag.38
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsMethod 'getPath' is not designed for extension - needs to be abstract, final or empty.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine has trailing spaces.41
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.42
ErrorsLine contains a tab character.43
ErrorsLine is longer than 80 characters.44
ErrorsLine contains a tab character.44
Errors'+' is not preceded with whitespace.44
Errors'+' is not followed by whitespace.44
Errors'+' is not preceded with whitespace.44
Errors'+' is not followed by whitespace.44
Errors'+' is not preceded with whitespace.44
Errors'+' is not followed by whitespace.44
Errors'+' is not preceded with whitespace.44
Errors'+' is not followed by whitespace.44
ErrorsLine contains a tab character.45

cz/cuni/amis/pogamut/udk/communication/translator/shared/events/PlayerListObtained.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.5
ErrorsMissing a Javadoc comment.8
ErrorsLine contains a tab character.10
ErrorsMissing a Javadoc comment.10
ErrorsLine contains a tab character.12
ErrorsMissing a Javadoc comment.12
ErrorsParameter list should be final.12
ErrorsLine contains a tab character.13
ErrorsLine contains a tab character.14
ErrorsLine contains a tab character.16
ErrorsMethod 'getPlayers' is not designed for extension - needs to be abstract, final or empty.16
ErrorsMissing a Javadoc comment.16
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.20
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.20
ErrorsMissing a Javadoc comment.20
ErrorsLine contains a tab character.21
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.23
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 is longer than 80 characters.26
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
ErrorsLine has trailing spaces.29
ErrorsLine contains a tab character.29

cz/cuni/amis/pogamut/udk/communication/translator/shared/events/ReadyCommandRequest.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.3
ErrorsMissing a Javadoc comment.5
ErrorsLine contains a tab character.7
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.7
ErrorsMissing a Javadoc comment.7
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.10
ErrorsLine contains a tab character.10
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.11
ErrorsLine is longer than 80 characters.13

cz/cuni/amis/pogamut/udk/communication/translator/shared/events/VehicleListObtained.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.5
ErrorsMissing a Javadoc comment.8
ErrorsLine contains a tab character.9
ErrorsMissing a Javadoc comment.9
ErrorsLine contains a tab character.11
ErrorsMissing a Javadoc comment.11
ErrorsParameter list should be final.11
ErrorsLine contains a tab character.12
ErrorsLine contains a tab character.13
ErrorsLine contains a tab character.15
ErrorsMethod 'getVehicles' is not designed for extension - needs to be abstract, final or empty.15
ErrorsMissing a Javadoc comment.15
ErrorsLine contains a tab character.16
ErrorsLine contains a tab character.17
ErrorsLine has trailing spaces.18
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.19
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.19
ErrorsMissing a Javadoc comment.19
ErrorsLine contains a tab character.20
ErrorsLine has trailing spaces.22
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26

cz/cuni/amis/pogamut/udk/communication/translator/shared/transition/GameInfoTransition.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.17
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.20
ErrorsParameter context should be final.20
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsParameter context should be final.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.27
ErrorsMethod 'stepped' is not designed for extension - needs to be abstract, final or empty.27
ErrorsLine contains a tab character.28
ErrorsParameter context should be final.28
ErrorsLine contains a tab character.29
ErrorsParameter fromState should be final.29
ErrorsLine contains a tab character.30
ErrorsParameter bySymbol should be final.30
ErrorsLine contains a tab character.31
ErrorsParameter toState should be final.31
Errors'if' construct must use '{}'s.32
ErrorsLine is longer than 80 characters.32
ErrorsLine contains a tab character.32
Errors'if' construct must use '{}'s.33
ErrorsLine is longer than 80 characters.33
ErrorsLine contains a tab character.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
Errors'cast' is not followed by whitespace.34
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40

cz/cuni/amis/pogamut/udk/communication/translator/shared/transition/InitRequestedTransition.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.9
ErrorsMissing a Javadoc comment.9
ErrorsLine contains a tab character.11
ErrorsLine contains a tab character.12
ErrorsParameter context should be final.12
ErrorsLine contains a tab character.13
ErrorsLine contains a tab character.15
ErrorsLine contains a tab character.16
ErrorsParameter context should be final.16
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.19
ErrorsMethod 'stepped' is not designed for extension - needs to be abstract, final or empty.19
ErrorsLine contains a tab character.20
ErrorsParameter context should be final.20
ErrorsLine contains a tab character.21
ErrorsParameter fromState should be final.21
ErrorsLine contains a tab character.22
ErrorsParameter bySymbol should be final.22
ErrorsLine has trailing spaces.23
ErrorsLine is longer than 80 characters.23
ErrorsLine contains a tab character.23
ErrorsParameter toState should be final.23
ErrorsLine has trailing spaces.24
ErrorsLine is longer than 80 characters.24
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine has trailing spaces.26
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30

cz/cuni/amis/pogamut/udk/communication/translator/shared/transition/ReadyRequestedTransition.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.9
ErrorsMissing a Javadoc comment.9
ErrorsLine contains a tab character.11
ErrorsLine contains a tab character.12
ErrorsParameter context should be final.12
ErrorsLine contains a tab character.13
ErrorsLine contains a tab character.15
ErrorsLine contains a tab character.16
ErrorsParameter context should be final.16
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.19
ErrorsMethod 'stepped' is not designed for extension - needs to be abstract, final or empty.19
ErrorsLine contains a tab character.20
ErrorsParameter context should be final.20
ErrorsLine contains a tab character.21
ErrorsParameter fromState should be final.21
ErrorsLine contains a tab character.22
ErrorsParameter bySymbol should be final.22
ErrorsLine has trailing spaces.23
ErrorsLine is longer than 80 characters.23
ErrorsLine contains a tab character.23
ErrorsParameter toState should be final.23
ErrorsLine has trailing spaces.24
ErrorsLine is longer than 80 characters.24
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine has trailing spaces.26
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30

cz/cuni/amis/pogamut/udk/communication/worldview/UDKLockableWorldView.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.20
ErrorsLine has trailing spaces.29
ErrorsLine is longer than 80 characters.29
ErrorsLine is longer than 80 characters.32
ErrorsLine has trailing spaces.37
ErrorsLine is longer than 80 characters.37
ErrorsLine has trailing spaces.38
ErrorsLine is longer than 80 characters.42
ErrorsLine has trailing spaces.43
ErrorsLine contains a tab character.43
ErrorsLine is longer than 80 characters.44
ErrorsLine contains a tab character.44
ErrorsMissing a Javadoc comment.44
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine is longer than 80 characters.49
ErrorsLine contains a tab character.49
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine is longer than 80 characters.54
ErrorsLine contains a tab character.54
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsFirst sentence should end with a period.61
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
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
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsMissing a Javadoc comment.71
ErrorsLine is longer than 80 characters.72
ErrorsParameter dependencies should be final.72
ErrorsParameter mediator should be final.72
ErrorsParameter bus should be final.72
ErrorsParameter log should be final.72
ErrorsLine has trailing spaces.75
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine is longer than 80 characters.77
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsMethod 'lock' is not designed for extension - needs to be abstract, final or empty.79
ErrorsExpected @throws tag for 'ComponentNotRunningException'.79
ErrorsRedundant throws: 'ComponentNotRunningException' is unchecked exception.79
Errors'if' construct must use '{}'s.80
ErrorsLine is longer than 80 characters.80
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
Errors'synchronized' is not followed by whitespace.81
Errors'if' construct must use '{}'s.82
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
Errors'if' construct must use '{}'s.84
ErrorsLine is longer than 80 characters.84
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine has trailing spaces.87
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine is longer than 80 characters.89
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsMethod 'unlock' is not designed for extension - needs to be abstract, final or empty.92
ErrorsExpected @throws tag for 'ComponentNotRunningException'.92
ErrorsRedundant throws: 'ComponentNotRunningException' is unchecked exception.92
ErrorsLine contains a tab character.93
Errors'synchronized' is not followed by whitespace.93
Errors'if' construct must use '{}'s.94
ErrorsLine contains a tab character.94
Errors'if' construct must use '{}'s.95
ErrorsLine is longer than 80 characters.95
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.100
Errors'if' construct must use '{}'s.101
ErrorsLine is longer than 80 characters.101
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsLine has trailing spaces.104
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsMethod 'isLocked' is not designed for extension - needs to be abstract, final or empty.105
ErrorsMissing a Javadoc comment.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine has trailing spaces.108
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsMethod 'hasBatchesToProcess' is not designed for extension - needs to be abstract, final or empty.109
ErrorsMissing a Javadoc comment.109
ErrorsLine contains a tab character.110
ErrorsLine has trailing spaces.111
ErrorsLine contains a tab character.111
ErrorsLine has trailing spaces.112
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine has trailing spaces.114
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsParameter batch should be final.119
ErrorsExpected @param tag for 'batch'.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine has trailing spaces.122
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine has trailing spaces.124
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsMethod 'notify' is not designed for extension - needs to be abstract, final or empty.128
ErrorsLine contains a tab character.129
ErrorsParameter event should be final.129
ErrorsExpected @param tag for 'event'.129
Errors'if' construct must use '{}'s.130
ErrorsLine is longer than 80 characters.130
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
Errors'synchronized' is not followed by whitespace.131
ErrorsLine contains a tab character.132
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.138
ErrorsLine contains a tab character.139
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 is longer than 80 characters.144
ErrorsLine contains a tab character.144
Errors'+' is not preceded with whitespace.144
Errors'+' is not followed by whitespace.144
Errors'20' is a magic number.144
ErrorsLine contains a tab character.145
ErrorsLine has trailing spaces.146
ErrorsLine is longer than 80 characters.146
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158

cz/cuni/amis/pogamut/udk/communication/worldview/UDKSyncLockableWorldView.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.21
ErrorsLine is longer than 80 characters.22
ErrorsLine has trailing spaces.52
ErrorsLine has trailing spaces.56
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.63
ErrorsLine is longer than 80 characters.65
ErrorsLine contains a tab character.65
ErrorsMissing a Javadoc comment.65
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine is longer than 80 characters.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine is longer than 80 characters.75
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsFirst sentence should end with a period.89
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 contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine has trailing spaces.108
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.114
ErrorsMissing a Javadoc comment.114
ErrorsLine contains a tab character.115
ErrorsLine is longer than 80 characters.116
ErrorsLine contains a tab character.116
ErrorsParameter dependencies should be final.116
ErrorsLine contains a tab character.117
ErrorsParameter mediator should be final.117
ErrorsLine contains a tab character.118
ErrorsParameter bus should be final.118
ErrorsParameter log should be final.118
ErrorsLine has trailing spaces.119
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.122
ErrorsLine is longer than 80 characters.123
ErrorsLine contains a tab character.123
ErrorsLine has trailing spaces.124
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine is longer than 80 characters.127
ErrorsLine contains a tab character.127
ErrorsMethod 'lock' is not designed for extension - needs to be abstract, final or empty.127
ErrorsExpected @throws tag for 'PogamutInterruptedException'.127
ErrorsRedundant throws: 'PogamutInterruptedException' is unchecked exception.127
ErrorsExpected @throws tag for 'ComponentNotRunningException'.127
ErrorsRedundant throws: 'ComponentNotRunningException' is unchecked exception.127
Errors'if' construct must use '{}'s.128
ErrorsLine is longer than 80 characters.128
ErrorsLine contains a tab character.128
Errors'if' construct must use '{}'s.129
ErrorsLine is longer than 80 characters.129
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
Errors'if' construct must use '{}'s.131
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
Errors'if' construct must use '{}'s.134
ErrorsLine is longer than 80 characters.134
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
Errors'if' construct must use '{}'s.137
ErrorsLine is longer than 80 characters.137
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine is longer than 80 characters.139
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
Errors'if' construct must use '{}'s.142
ErrorsLine is longer than 80 characters.142
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.143
ErrorsLine is longer than 80 characters.144
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
Errors'if' construct must use '{}'s.147
ErrorsLine is longer than 80 characters.147
ErrorsLine contains a tab character.147
ErrorsLine has trailing spaces.148
ErrorsLine contains a tab character.148
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.152
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.156
ErrorsLine is longer than 80 characters.157
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsMethod 'unlock' is not designed for extension - needs to be abstract, final or empty.160
ErrorsExpected @throws tag for 'ComponentNotRunningException'.160
ErrorsRedundant throws: 'ComponentNotRunningException' is unchecked exception.160
ErrorsLine contains a tab character.161
Errors'if' construct must use '{}'s.162
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
Errors'if' construct must use '{}'s.165
ErrorsLine is longer than 80 characters.165
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
Errors'if' construct must use '{}'s.168
ErrorsLine is longer than 80 characters.168
ErrorsLine contains a tab character.168
ErrorsLine is longer than 80 characters.169
ErrorsLine contains a tab character.169
ErrorsLine is longer than 80 characters.170
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsLine contains a tab character.174
ErrorsMethod 'isLocked' is not designed for extension - needs to be abstract, final or empty.174
ErrorsMissing a Javadoc comment.174
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.178
ErrorsMethod 'isInLock' is not designed for extension - needs to be abstract, final or empty.178
ErrorsMissing a Javadoc comment.178
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.180
ErrorsLine contains a tab character.182
ErrorsLine is longer than 80 characters.183
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.189
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.198
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.201
ErrorsLine has trailing spaces.202
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.203
ErrorsLine contains a tab character.204
ErrorsLine contains a tab character.205
ErrorsParameter batch should be final.205
ErrorsExpected @param tag for 'batch'.205
ErrorsLine contains a tab character.206
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.209
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.214
ErrorsLine contains a tab character.215
ErrorsMethod 'notify' is not designed for extension - needs to be abstract, final or empty.215
ErrorsLine contains a tab character.216
ErrorsParameter event should be final.216
ErrorsExpected @param tag for 'event'.216
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.220
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
ErrorsLine contains a tab character.223
ErrorsLine contains a tab character.224
ErrorsLine contains a tab character.225
ErrorsLine contains a tab character.226
ErrorsLine contains a tab character.227
ErrorsLine is longer than 80 characters.228
ErrorsLine contains a tab character.228
ErrorsLine contains a tab character.229
ErrorsLine contains a tab character.230
ErrorsLine contains a tab character.231
ErrorsLine contains a tab character.232
ErrorsLine is longer than 80 characters.233
ErrorsLine contains a tab character.233
ErrorsLine is longer than 80 characters.234
ErrorsLine contains a tab character.234
Errors'10' is a magic number.234
ErrorsLine contains a tab character.235
ErrorsLine contains a tab character.236
ErrorsLine contains a tab character.237
ErrorsLine contains a tab character.238
ErrorsLine contains a tab character.239
ErrorsLine contains a tab character.240
ErrorsLine contains a tab character.241
ErrorsLine contains a tab character.242
ErrorsLine is longer than 80 characters.243
ErrorsLine contains a tab character.243
Errors'if' construct must use '{}'s.244
ErrorsLine is longer than 80 characters.244
ErrorsLine contains a tab character.244
ErrorsLine contains a tab character.245
ErrorsLine contains a tab character.246
ErrorsLine contains a tab character.247
ErrorsLine is longer than 80 characters.248
ErrorsLine contains a tab character.248
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.250
ErrorsLine contains a tab character.251
ErrorsLine contains a tab character.252
ErrorsLine contains a tab character.253
ErrorsLine contains a tab character.254
ErrorsLine contains a tab character.255
ErrorsLine contains a tab character.256
ErrorsLine has trailing spaces.257
ErrorsLine contains a tab character.257
ErrorsLine contains a tab character.258
ErrorsMethod 'start' is not designed for extension - needs to be abstract, final or empty.258
ErrorsLine contains a tab character.259
ErrorsParameter startPaused should be final.259
ErrorsLine contains a tab character.260
ErrorsLine contains a tab character.261
ErrorsLine contains a tab character.262
ErrorsLine contains a tab character.263
ErrorsLine contains a tab character.264
ErrorsLine contains a tab character.266
ErrorsMethod 'preStop' is not designed for extension - needs to be abstract, final or empty.266
ErrorsLine contains a tab character.267
ErrorsLine contains a tab character.268
ErrorsLine contains a tab character.269
ErrorsLine contains a tab character.270
ErrorsLine contains a tab character.271
ErrorsLine contains a tab character.272
ErrorsLine contains a tab character.273
ErrorsLine has trailing spaces.274
ErrorsLine contains a tab character.274
ErrorsLine contains a tab character.275
ErrorsMethod 'prePause' is not designed for extension - needs to be abstract, final or empty.275
ErrorsLine contains a tab character.276
ErrorsLine contains a tab character.277
ErrorsLine contains a tab character.278
ErrorsLine contains a tab character.279
ErrorsLine contains a tab character.280
ErrorsLine contains a tab character.281
ErrorsLine contains a tab character.282
ErrorsLine has trailing spaces.283
ErrorsLine contains a tab character.283
ErrorsLine contains a tab character.284
ErrorsMethod 'resume' is not designed for extension - needs to be abstract, final or empty.284
ErrorsLine contains a tab character.285
ErrorsLine contains a tab character.286
ErrorsLine contains a tab character.287
Errors'synchronized' is not followed by whitespace.287
ErrorsLine contains a tab character.288
ErrorsLine is longer than 80 characters.289
ErrorsLine contains a tab character.289
ErrorsLine contains a tab character.290
ErrorsLine contains a tab character.291
ErrorsLine contains a tab character.292
ErrorsLine has trailing spaces.293
ErrorsLine contains a tab character.293
ErrorsLine contains a tab character.294
ErrorsMethod 'stop' is not designed for extension - needs to be abstract, final or empty.294
ErrorsLine contains a tab character.295
ErrorsLine contains a tab character.296
ErrorsLine contains a tab character.297
ErrorsLine contains a tab character.298
ErrorsLine contains a tab character.299
ErrorsLine contains a tab character.300
ErrorsLine contains a tab character.301

cz/cuni/amis/pogamut/udk/communication/worldview/UDKWorldView.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.17
ErrorsLine has trailing spaces.25
ErrorsLine contains a tab character.25
ErrorsLine is longer than 80 characters.26
ErrorsLine contains a tab character.26
ErrorsMissing a Javadoc comment.26
ErrorsLine has trailing spaces.27
ErrorsLine contains a tab character.27
ErrorsMissing a Javadoc comment.28
ErrorsLine is longer than 80 characters.29
ErrorsParameter dependencies should be final.29
ErrorsParameter mediator should be final.29
ErrorsParameter bus should be final.29
ErrorsParameter log should be final.29
ErrorsMethod 'isBatchEndEvent' is not designed for extension - needs to be abstract, final or empty.34
ErrorsParameter evt should be final.35
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.39
ErrorsMethod 'isBatchBeginEvent' is not designed for extension - needs to be abstract, final or empty.39
ErrorsLine contains a tab character.40
ErrorsParameter evt should be final.40
ErrorsLine contains a tab character.41
ErrorsLine has trailing spaces.42
ErrorsLine contains a tab character.42
ErrorsMethod 'setDisappearedFlag' is not designed for extension - needs to be abstract, final or empty.44
ErrorsParameter obj should be final.45
ErrorsLine has trailing spaces.47

cz/cuni/amis/pogamut/udk/communication/worldview/map/IGraph.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
ErrorsRedundant 'public' modifier.7
ErrorsLine has trailing spaces.8
ErrorsLine contains a tab character.8
ErrorsLine contains a tab character.9
ErrorsMissing a Javadoc comment.9
ErrorsRedundant 'public' modifier.9

cz/cuni/amis/pogamut/udk/communication/worldview/map/UDKMap.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.21
ErrorsMissing a Javadoc comment.28
ErrorsMissing a Javadoc comment.29
ErrorsComment matches to-do format 'TODO:'.31
ErrorsLine is longer than 80 characters.32
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.33
ErrorsLine is longer than 80 characters.34
ErrorsMissing a Javadoc comment.35
ErrorsMissing a Javadoc comment.37
ErrorsParameter worldView should be final.37
ErrorsMethod 'addInfo' is not designed for extension - needs to be abstract, final or empty.53
ErrorsMissing a Javadoc comment.53
ErrorsParameter info should be final.53
Errors'info' hides a field.53
ErrorsMethod 'getInfo' is not designed for extension - needs to be abstract, final or empty.57
ErrorsMissing a Javadoc comment.57
ErrorsMethod 'setName' is not designed for extension - needs to be abstract, final or empty.61
ErrorsMissing a Javadoc comment.61
ErrorsParameter name should be final.61
Errors'name' hides a field.61
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.65
ErrorsMissing a Javadoc comment.65
ErrorsLine is longer than 80 characters.82
ErrorsMethod 'vertexSet' is not designed for extension - needs to be abstract, final or empty.85
ErrorsMissing a Javadoc comment.85
ErrorsMethod 'edgeSet' is not designed for extension - needs to be abstract, final or empty.89
ErrorsMissing a Javadoc comment.89
ErrorsLine has trailing spaces.97
ErrorsMethod 'printInfo' is not designed for extension - needs to be abstract, final or empty.101
ErrorsMissing a Javadoc comment.101
ErrorsLine is longer than 80 characters.102
ErrorsLine is longer than 80 characters.104
ErrorsLine has trailing spaces.222
ErrorsExpected an @return tag.224
ErrorsMethod 'getBox' is not designed for extension - needs to be abstract, final or empty.224

cz/cuni/amis/pogamut/udk/communication/worldview/map/Waylink.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsUnused import - java.io.Serializable.8
ErrorsLine is longer than 80 characters.10
ErrorsComment matches to-do format 'TODO:'.15
ErrorsMissing a Javadoc comment.19
ErrorsMissing a Javadoc comment.20
ErrorsMissing a Javadoc comment.21
ErrorsMissing a Javadoc comment.23
ErrorsMissing a Javadoc comment.24
ErrorsMissing a Javadoc comment.26
ErrorsParameter start should be final.26
Errors'start' hides a field.26
ErrorsParameter edge should be final.26
ErrorsMethod 'setEnd' is not designed for extension - needs to be abstract, final or empty.35
ErrorsMissing a Javadoc comment.35
ErrorsParameter end should be final.35
Errors'end' hides a field.35
ErrorsMethod 'getEndId' is not designed for extension - needs to be abstract, final or empty.39
ErrorsMissing a Javadoc comment.39
ErrorsMethod 'getFlags' is not designed for extension - needs to be abstract, final or empty.43
ErrorsMissing a Javadoc comment.43
ErrorsMethod 'getStart' is not designed for extension - needs to be abstract, final or empty.47
ErrorsMissing a Javadoc comment.47
ErrorsMethod 'getEnd' is not designed for extension - needs to be abstract, final or empty.51
ErrorsMissing a Javadoc comment.51
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.55
ErrorsParameter b should be final.56
Errors'if' construct must use '{}'s.57
Errors'if' construct must use '{}'s.59
Errors'if' is not followed by whitespace.59
Errors'if' construct must use '{}'s.64
Errors'if' construct must use '{}'s.67
Errors'if' construct must use '{}'s.70
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.76
Errors'5' is a magic number.78
Errors'83' is a magic number.79
ErrorsAvoid inline conditionals.79
Errors'83' is a magic number.80
ErrorsAvoid inline conditionals.80
Errors'83' is a magic number.81

cz/cuni/amis/pogamut/udk/communication/worldview/map/Waypoint.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.13
ErrorsFirst sentence should end with a period.16
ErrorsLine is longer than 80 characters.17
ErrorsMissing a Javadoc comment.21
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.24
ErrorsMissing a Javadoc comment.26
ErrorsParameter nav should be final.26
ErrorsLine has trailing spaces.29
ErrorsLine has trailing spaces.34
ErrorsMethod 'getID' is not designed for extension - needs to be abstract, final or empty.35
ErrorsLine contains a tab character.37
ErrorsMethod 'getLocation' is not designed for extension - needs to be abstract, final or empty.40
ErrorsMethod 'getOutgoingEdges' is not designed for extension - needs to be abstract, final or empty.45

cz/cuni/amis/pogamut/udk/communication/worldview/objects/IGBViewable.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine contains a tab character.7
ErrorsLine contains a tab character.8
ErrorsLine contains a tab character.9
ErrorsLine contains a tab character.10
ErrorsExpected an @return tag.11
ErrorsLine contains a tab character.11
ErrorsRedundant 'public' modifier.11

cz/cuni/amis/pogamut/udk/communication/worldview/objects/IGBWorldEvent.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.3
ErrorsMissing a Javadoc comment.6

cz/cuni/amis/pogamut/udk/communication/worldview/objects/IGBWorldObjectDisappeared.java

ViolationMessageLine
ErrorsLine has trailing spaces.6

cz/cuni/amis/pogamut/udk/communication/worldview/objects/IGBWorldObjectEvent.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.5
ErrorsMissing a Javadoc comment.5

cz/cuni/amis/pogamut/udk/component/ComponentStub.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.14
ErrorsLine contains a tab character.16
ErrorsMissing a Javadoc comment.16
ErrorsLine has trailing spaces.17
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
ErrorsMissing a Javadoc comment.18
ErrorsLine contains a tab character.20
ErrorsMissing a Javadoc comment.20
ErrorsLine contains a tab character.22
ErrorsMissing a Javadoc comment.22
ErrorsLine contains a tab character.24
ErrorsMissing a Javadoc comment.24
ErrorsParameter logger should be final.24
ErrorsParameter bus should be final.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine is longer than 80 characters.27
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
ErrorsMethod 'getComponentId' 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
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsMethod 'getController' is not designed for extension - needs to be abstract, final or empty.35
ErrorsMissing a Javadoc comment.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37

cz/cuni/amis/pogamut/udk/factory/direct/remoteagent/UDKObserverFactory.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.28
ErrorsUnused import - cz.cuni.amis.pogamut.udk.factory.guice.remoteagent.UDKObserverModule.31
ErrorsLine is longer than 80 characters.36
ErrorsLine is longer than 80 characters.40
ErrorsLine is longer than 80 characters.46
ErrorsLine has trailing spaces.47
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsMethod 'newAgent' is not designed for extension - needs to be abstract, final or empty.48
ErrorsLine has trailing spaces.49
ErrorsLine is longer than 80 characters.49
ErrorsLine contains a tab character.49
ErrorsParameter agentParameters should be final.49
ErrorsRedundant throws: 'PogamutException' is unchecked exception.49
ErrorsLine contains a tab character.50
ErrorsLine is longer than 80 characters.53
ErrorsLine is longer than 80 characters.54
ErrorsLine has trailing spaces.58
ErrorsLine has trailing spaces.64
ErrorsLine is longer than 80 characters.66
Errors'cast' is not followed by whitespace.66
ErrorsLine has trailing spaces.67
ErrorsLine has trailing spaces.70
ErrorsLine is longer than 80 characters.72
ErrorsLine is longer than 80 characters.74
ErrorsLine is longer than 80 characters.75
ErrorsLine is longer than 80 characters.76
ErrorsLine has trailing spaces.79
ErrorsLine is longer than 80 characters.80
ErrorsLine has trailing spaces.81
ErrorsLine is longer than 80 characters.86
ErrorsLine is longer than 80 characters.87
ErrorsLine has trailing spaces.88
ErrorsLine has trailing spaces.92
ErrorsLine has trailing spaces.93
ErrorsLine is longer than 80 characters.93
ErrorsLine contains a tab character.95

cz/cuni/amis/pogamut/udk/factory/direct/remoteagent/UDKServerFactory.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.28
ErrorsUnused import - cz.cuni.amis.pogamut.udk.factory.guice.remoteagent.UDKServerModule.31
ErrorsLine is longer than 80 characters.36
ErrorsLine is longer than 80 characters.40
ErrorsLine is longer than 80 characters.46
Errors'{' is not preceded with whitespace.46
ErrorsLine has trailing spaces.47
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsMethod 'newAgent' is not designed for extension - needs to be abstract, final or empty.48
ErrorsLine has trailing spaces.49
ErrorsLine is longer than 80 characters.49
ErrorsLine contains a tab character.49
ErrorsParameter agentParameters should be final.49
ErrorsRedundant throws: 'PogamutException' is unchecked exception.49
ErrorsLine contains a tab character.50
ErrorsLine is longer than 80 characters.53
ErrorsLine is longer than 80 characters.54
ErrorsLine has trailing spaces.58
ErrorsLine has trailing spaces.64
ErrorsLine is longer than 80 characters.66
Errors'cast' is not followed by whitespace.66
ErrorsLine has trailing spaces.67
ErrorsLine has trailing spaces.70
ErrorsLine is longer than 80 characters.72
ErrorsLine is longer than 80 characters.74
ErrorsLine is longer than 80 characters.75
ErrorsLine is longer than 80 characters.76
ErrorsLine has trailing spaces.79
ErrorsLine is longer than 80 characters.80
ErrorsLine has trailing spaces.81
ErrorsLine is longer than 80 characters.86
ErrorsLine is longer than 80 characters.87
ErrorsLine has trailing spaces.88
ErrorsLine has trailing spaces.92
ErrorsLine has trailing spaces.93
ErrorsLine is longer than 80 characters.93
ErrorsLine contains a tab character.95

cz/cuni/amis/pogamut/udk/factory/guice/remoteagent/UDKBotFactory.java

ViolationMessageLine
ErrorsUnused import - cz.cuni.amis.pogamut.base.agent.IAgent.3
ErrorsUnused import - cz.cuni.amis.pogamut.base.agent.params.IRemoteAgentParameters.4
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.21
ErrorsLine contains a tab character.23
ErrorsMissing a Javadoc comment.23
ErrorsParameter agentModule should be final.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine has trailing spaces.26
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsMethod 'getAgentModule' is not designed for extension - needs to be abstract, final or empty.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

cz/cuni/amis/pogamut/udk/factory/guice/remoteagent/UDKBotModule.java

ViolationMessageLine
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.messages.InfoMessage.7
ErrorsLine is longer than 80 characters.8
ErrorsUnused import - cz.cuni.amis.pogamut.base.factory.guice.GuiceAgentModule.13
ErrorsUnused import - cz.cuni.amis.pogamut.base.factory.guice.GuiceRemoteAgentModule.14
ErrorsLine is longer than 80 characters.24
ErrorsLine is longer than 80 characters.27
ErrorsLine is longer than 80 characters.33
ErrorsLine has trailing spaces.34
ErrorsLine is longer than 80 characters.35
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 is longer than 80 characters.38
ErrorsLine contains a tab character.38
ErrorsLine is longer than 80 characters.39
ErrorsLine is longer than 80 characters.41
ErrorsLine is longer than 80 characters.42
ErrorsLine is longer than 80 characters.43
ErrorsLine is longer than 80 characters.44
ErrorsLine has trailing spaces.45
ErrorsLine is longer than 80 characters.47
ErrorsLine has trailing spaces.50
ErrorsLine is longer than 80 characters.51
ErrorsLine is longer than 80 characters.53
ErrorsLine is longer than 80 characters.54
ErrorsLine has trailing spaces.55
ErrorsLine is longer than 80 characters.61
ErrorsType Javadoc comment is missing an @param <PARAMS> tag.61
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 is longer than 80 characters.66
ErrorsLine contains a tab character.66
ErrorsVariable 'worldViewDependenciesProvider' must be private and have accessor methods.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsMissing a Javadoc comment.68
ErrorsLine has trailing spaces.69
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsMissing a Javadoc comment.70
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine is longer than 80 characters.73
ErrorsLine contains a tab character.73
ErrorsMissing a Javadoc comment.73
ErrorsParameter botControllerClass should be final.73
Errors'botControllerClass' hides a field.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.77
ErrorsMethod 'prepareNewAgent' is not designed for extension - needs to be abstract, final or empty.77
ErrorsLine contains a tab character.78
ErrorsParameter agentParameters should be final.78
ErrorsLine contains a tab character.79
ErrorsLine is longer than 80 characters.80
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine has trailing spaces.82
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsMethod 'configureModules' is not designed for extension - needs to be abstract, final or empty.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine is longer than 80 characters.90
ErrorsLine contains a tab character.90
ErrorsLine is longer than 80 characters.91
ErrorsLine contains a tab character.91
ErrorsLine is longer than 80 characters.92
ErrorsLine contains a tab character.92
ErrorsLine is longer than 80 characters.93
ErrorsLine contains a tab character.93
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
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine is longer than 80 characters.100
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine has trailing spaces.103
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105

cz/cuni/amis/pogamut/udk/factory/guice/remoteagent/UDKCommunicationModule.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsUnused import - com.google.inject.Injector.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.agent.IAgent.8
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.messages.InfoMessage.12
ErrorsLine is longer than 80 characters.16
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.IWorldMessageTranslator.16
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.worldview.IWorldView.17
ErrorsUnused import - cz.cuni.amis.pogamut.base.factory.guice.GuiceAgentModule.20
ErrorsLine is longer than 80 characters.27
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.ItemTranslator.27
ErrorsLine is longer than 80 characters.30
ErrorsLine is longer than 80 characters.34
ErrorsLine has trailing spaces.35
ErrorsLine is longer than 80 characters.36
ErrorsLine is longer than 80 characters.38
ErrorsLine has trailing spaces.39
ErrorsLine is longer than 80 characters.39
ErrorsLine is longer than 80 characters.40
ErrorsLine contains a tab character.40
ErrorsLine is longer than 80 characters.41
ErrorsLine is longer than 80 characters.42
ErrorsLine is longer than 80 characters.43
ErrorsLine is longer than 80 characters.44
ErrorsLine is longer than 80 characters.45
ErrorsLine is longer than 80 characters.46
ErrorsLine contains a tab character.46
ErrorsLine is longer than 80 characters.47
ErrorsLine is longer than 80 characters.48
ErrorsLine has trailing spaces.51
ErrorsExtra HTML tag found: </table>52
ErrorsLine is longer than 80 characters.53
ErrorsLine is longer than 80 characters.56
ErrorsLine contains a tab character.56
ErrorsLine is longer than 80 characters.57
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.58
ErrorsLine is longer than 80 characters.60
ErrorsLine is longer than 80 characters.61
ErrorsLine has trailing spaces.62
ErrorsLine is longer than 80 characters.67
ErrorsType Javadoc comment is missing an @param <PARAMS> tag.67
Errors'{' is not preceded with whitespace.67
ErrorsLine is longer than 80 characters.69
ErrorsLine contains a tab character.69
ErrorsMissing a Javadoc comment.69
ErrorsVariable 'connectionDependenciesProvider' must be private and have accessor methods.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine is longer than 80 characters.74
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsMethod 'prepareNewAgent' is not designed for extension - needs to be abstract, final or empty.78
ErrorsLine contains a tab character.79
ErrorsParameter agentParameters should be final.79
ErrorsExpected @param tag for 'agentParameters'.79
ErrorsLine contains a tab character.80
ErrorsLine is longer than 80 characters.81
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.83
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsMethod 'configureModules' is not designed for extension - needs to be abstract, final or empty.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine is longer than 80 characters.91
ErrorsLine contains a tab character.91
ErrorsLine is longer than 80 characters.92
ErrorsLine contains a tab character.92
ErrorsLine is longer than 80 characters.93
ErrorsLine is longer than 80 characters.94
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine is longer than 80 characters.97
ErrorsLine contains a tab character.97
ErrorsLine is longer than 80 characters.98
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102

cz/cuni/amis/pogamut/udk/factory/guice/remoteagent/UDKObserverFactory.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsUnused import - cz.cuni.amis.pogamut.base.agent.IAgent.3
ErrorsUnused import - cz.cuni.amis.pogamut.base.agent.params.IRemoteAgentParameters.4
ErrorsUnused import - cz.cuni.amis.pogamut.udk.observer.IUDKObserver.7
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsUnused @param tag for '<BOT>'.19
ErrorsLine is longer than 80 characters.22
ErrorsType Javadoc comment is missing an @param <SERVER> tag.22
ErrorsLine contains a tab character.24
ErrorsMissing a Javadoc comment.24
ErrorsParameter agentModule should be final.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine has trailing spaces.27
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsMethod 'getAgentModule' is not designed for extension - needs to be abstract, final or empty.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31

cz/cuni/amis/pogamut/udk/factory/guice/remoteagent/UDKObserverModule.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.messages.InfoMessage.7
ErrorsLine is longer than 80 characters.8
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.worldview.ILockableWorldView.9
ErrorsUnused import - cz.cuni.amis.pogamut.base.factory.guice.GuiceAgentModule.13
ErrorsUnused import - cz.cuni.amis.pogamut.base.factory.guice.GuiceRemoteAgentModule.14
ErrorsUnused import - cz.cuni.amis.pogamut.base3d.ILockableVisionWorldView.16
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.worldview.UDKLockableWorldView.20
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.32
ErrorsLine has trailing spaces.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 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 is longer than 80 characters.38
ErrorsLine is longer than 80 characters.40
ErrorsLine is longer than 80 characters.41
ErrorsLine is longer than 80 characters.42
ErrorsLine has trailing spaces.43
ErrorsLine is longer than 80 characters.45
ErrorsLine is longer than 80 characters.50
ErrorsLine is longer than 80 characters.51
ErrorsLine has trailing spaces.52
ErrorsLine is longer than 80 characters.58
ErrorsType Javadoc comment is missing an @param <PARAMS> tag.58
ErrorsLine contains a tab character.60
ErrorsLine is longer than 80 characters.61
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine is longer than 80 characters.63
ErrorsLine contains a tab character.63
ErrorsVariable 'worldViewDependenciesProvider' must be private and have accessor methods.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsMethod 'prepareNewAgent' is not designed for extension - needs to be abstract, final or empty.65
ErrorsLine contains a tab character.66
ErrorsParameter agentParameters should be final.66
ErrorsLine contains a tab character.67
ErrorsLine is longer than 80 characters.68
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsMethod 'configureModules' is not designed for extension - needs to be abstract, final or empty.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine is longer than 80 characters.78
ErrorsLine contains a tab character.78
ErrorsLine is longer than 80 characters.79
ErrorsLine contains a tab character.79
ErrorsLine is longer than 80 characters.80
ErrorsLine contains a tab character.80
ErrorsLine is longer than 80 characters.81
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.83
ErrorsLine is longer than 80 characters.83
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine has trailing spaces.85
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87

cz/cuni/amis/pogamut/udk/factory/guice/remoteagent/UDKServerFactory.java

ViolationMessageLine
ErrorsUnused import - cz.cuni.amis.pogamut.base.agent.IAgent.3
ErrorsUnused import - cz.cuni.amis.pogamut.base.agent.params.IRemoteAgentParameters.4
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsUnused @param tag for '<BOT>'.18
ErrorsLine is longer than 80 characters.21
ErrorsType Javadoc comment is missing an @param <SERVER> tag.21
ErrorsLine contains a tab character.23
ErrorsMissing a Javadoc comment.23
ErrorsParameter agentModule should be final.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine has trailing spaces.26
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsMethod 'getAgentModule' is not designed for extension - needs to be abstract, final or empty.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30

cz/cuni/amis/pogamut/udk/factory/guice/remoteagent/UDKServerModule.java

ViolationMessageLine
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.messages.InfoMessage.7
ErrorsLine is longer than 80 characters.8
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.worldview.ILockableWorldView.9
ErrorsUnused import - cz.cuni.amis.pogamut.base.factory.guice.GuiceAgentModule.13
ErrorsUnused import - cz.cuni.amis.pogamut.base.factory.guice.GuiceRemoteAgentModule.14
ErrorsUnused import - cz.cuni.amis.pogamut.base3d.ILockableVisionWorldView.17
ErrorsUnused import - cz.cuni.amis.pogamut.udk.communication.worldview.UDKLockableWorldView.21
ErrorsLine is longer than 80 characters.27
ErrorsLine is longer than 80 characters.33
ErrorsLine has trailing spaces.34
ErrorsLine is longer than 80 characters.35
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 is longer than 80 characters.38
ErrorsLine contains a tab character.38
ErrorsLine is longer than 80 characters.39
ErrorsLine is longer than 80 characters.41
ErrorsLine is longer than 80 characters.42
ErrorsLine is longer than 80 characters.43
ErrorsLine is longer than 80 characters.44
ErrorsLine has trailing spaces.45
ErrorsLine is longer than 80 characters.47
ErrorsLine has trailing spaces.50
ErrorsLine is longer than 80 characters.53
ErrorsLine is longer than 80 characters.54
ErrorsLine has trailing spaces.55
ErrorsLine is longer than 80 characters.61
ErrorsType Javadoc comment is missing an @param <PARAMS> tag.61
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 is longer than 80 characters.66
ErrorsLine contains a tab character.66
ErrorsVariable 'worldViewDependenciesProvider' must be private and have accessor methods.66
ErrorsLine contains a tab character.68
ErrorsMethod 'prepareNewAgent' is not designed for extension - needs to be abstract, final or empty.68
ErrorsLine contains a tab character.69
ErrorsParameter agentParameters should be final.69
ErrorsLine contains a tab character.70
ErrorsLine is longer than 80 characters.71
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsMethod 'configureModules' is not designed for extension - needs to be abstract, final or empty.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine is longer than 80 characters.81
ErrorsLine contains a tab character.81
ErrorsLine is longer than 80 characters.82
ErrorsLine contains a tab character.82
ErrorsLine is longer than 80 characters.83
ErrorsLine contains a tab character.83
ErrorsLine is longer than 80 characters.84
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine has trailing spaces.87
ErrorsLine is longer than 80 characters.87
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine has trailing spaces.89
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91

cz/cuni/amis/pogamut/udk/observer/IUDKObserver.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing package-info.java file.0
ErrorsUnused import - cz.cuni.amis.pogamut.base.server.IWorldServer.4
ErrorsUnused import - cz.cuni.amis.pogamut.udk.bot.IUDKBot.5
ErrorsMissing a Javadoc comment.7

cz/cuni/amis/pogamut/udk/observer/exception/MapChangeException.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.4
ErrorsLine has trailing spaces.5

cz/cuni/amis/pogamut/udk/observer/exception/UCCStartException.java

ViolationMessageLine
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 has trailing spaces.22
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 message should be final.26
ErrorsExpected @param tag for 'message'.26
ErrorsParameter origin should be final.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 is longer than 80 characters.31
ErrorsLine contains a tab character.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
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine is longer than 80 characters.39
ErrorsLine contains a tab character.39
ErrorsParameter message should be final.39
ErrorsExpected @param tag for 'message'.39
ErrorsParameter cause should be final.39
ErrorsExpected @param tag for 'cause'.39
ErrorsParameter origin should be final.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine has trailing spaces.43
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
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.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsParameter message should be final.53
ErrorsExpected @param tag for 'message'.53
ErrorsParameter log should be final.53
ErrorsExpected @param tag for 'log'.53
ErrorsParameter origin should be final.53
Errors'{' is not preceded with whitespace.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine is longer than 80 characters.58
ErrorsLine contains a tab character.58
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.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine is longer than 80 characters.66
ErrorsLine contains a tab character.66
ErrorsParameter message should be final.66
ErrorsExpected @param tag for 'message'.66
ErrorsParameter cause should be final.66
ErrorsExpected @param tag for 'cause'.66
ErrorsParameter log should be final.66
ErrorsExpected @param tag for 'log'.66
ErrorsParameter origin should be final.66
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.68

cz/cuni/amis/pogamut/udk/observer/impl/AbstractUDKObserver.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.25
ErrorsLine has trailing spaces.43
ErrorsType Javadoc comment is missing an @param <ACT> tag.46
ErrorsType Javadoc comment is missing an @param <WORLD_VIEW> tag.46
ErrorsLine is longer than 80 characters.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.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.54
ErrorsLine contains a tab character.54
ErrorsLine is longer than 80 characters.55
ErrorsLine contains a tab character.55
ErrorsMissing a Javadoc comment.55
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsMissing a Javadoc comment.57
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsMissing a Javadoc comment.59
ErrorsLine is longer than 80 characters.60
ErrorsLine contains a tab character.60
ErrorsParameter agentId should be final.60
ErrorsParameter bus should be final.60
ErrorsParameter agentLogger should be final.60
ErrorsParameter worldView should be final.60
ErrorsParameter act should be final.60
ErrorsLine contains a tab character.61
ErrorsLine is longer than 80 characters.63
ErrorsLine contains a tab character.63
ErrorsLine is longer than 80 characters.64
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine is longer than 80 characters.68
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine is longer than 80 characters.72
ErrorsLine contains a tab character.72
ErrorsParameter event should be final.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine has trailing spaces.82
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsMethod 'setPassword' is not designed for extension - needs to be abstract, final or empty.85
ErrorsParameter password should be final.85
ErrorsExpected @param tag for 'password'.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.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 contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine is longer than 80 characters.96
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsMethod 'readyCommandRequested' is not designed for extension - needs to be abstract, final or empty.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
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.107
ErrorsLine is longer than 80 characters.108
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsParameter event should be final.111
ErrorsLine is longer than 80 characters.112
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine is longer than 80 characters.127
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.132
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 is longer than 80 characters.137
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine has trailing spaces.139
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsExpected an @return tag.142
ErrorsLine contains a tab character.142
ErrorsMethod 'getPasswordReply' is not designed for extension - needs to be abstract, final or empty.142
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.146
ErrorsLine is longer than 80 characters.147
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine is longer than 80 characters.151
ErrorsLine contains a tab character.151
ErrorsLine is longer than 80 characters.152
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsLine is longer than 80 characters.157
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsLine is longer than 80 characters.161
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsExpected an @return tag.164
ErrorsLine contains a tab character.164
ErrorsMethod 'createPasswordReply' is not designed for extension - needs to be abstract, final or empty.164
ErrorsLine is longer than 80 characters.165
ErrorsLine contains a tab character.165
ErrorsAvoid inline conditionals.165
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.169
ErrorsLine is longer than 80 characters.170
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsLine is longer than 80 characters.173
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsParameter event should be final.176
ErrorsLine is longer than 80 characters.177
ErrorsLine contains a tab character.177
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.180
ErrorsLine contains a tab character.181
Errors'if' construct must use '{}'s.182
ErrorsLine is longer than 80 characters.182
ErrorsLine contains a tab character.182
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.188
ErrorsMethod 'getWorldView' is not designed for extension - needs to be abstract, final or empty.188
ErrorsLine contains a tab character.189
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191
ErrorsLine has trailing spaces.192
ErrorsLine contains a tab character.192
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.197
ErrorsLine has trailing spaces.198
ErrorsLine contains a tab character.198
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.202
ErrorsMethod 'reset' is not designed for extension - needs to be abstract, final or empty.202
ErrorsLine contains a tab character.203
ErrorsLine is longer than 80 characters.204
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 contains a tab character.208
ErrorsMethod 'startAgent' is not designed for extension - needs to be abstract, final or empty.208
ErrorsLine contains a tab character.209
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.211
Errors'60000' is a magic number.211
ErrorsLine is longer than 80 characters.212
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.214
ErrorsLine has trailing spaces.215
ErrorsLine contains a tab character.215
ErrorsLine contains a tab character.216
ErrorsMethod 'resetAgent' is not designed for extension - needs to be abstract, final or empty.216
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.220
ErrorsLine has trailing spaces.221
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
ErrorsMethod 'stopAgent' is not designed for extension - needs to be abstract, final or empty.222
ErrorsLine contains a tab character.223
ErrorsLine contains a tab character.224
ErrorsLine contains a tab character.225
ErrorsLine contains a tab character.226
ErrorsLine has trailing spaces.227
ErrorsLine contains a tab character.227
ErrorsLine contains a tab character.228
ErrorsMethod 'killAgent' is not designed for extension - needs to be abstract, final or empty.228
ErrorsLine contains a tab character.229
ErrorsLine contains a tab character.230
ErrorsLine contains a tab character.231
ErrorsLine contains a tab character.232

cz/cuni/amis/pogamut/udk/observer/impl/UDKObserver.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.11
ErrorsLine has trailing spaces.12
ErrorsLine contains a tab character.12
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine contains a tab character.15
ErrorsLine contains a tab character.18
ErrorsMissing a Javadoc comment.18
ErrorsLine is longer than 80 characters.19
ErrorsParameter params should be final.19
Errors'params' hides a field.19
ErrorsParameter bus should be final.19
ErrorsParameter agentLogger should be final.19
ErrorsParameter worldView should be final.19
ErrorsParameter act should be final.19
ErrorsLine has trailing spaces.23
ErrorsLine has trailing spaces.25
ErrorsLine is longer than 80 characters.25
ErrorsLine is longer than 80 characters.27
ErrorsLine has trailing spaces.29
ErrorsMethod 'getParams' 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 has trailing spaces.36

cz/cuni/amis/pogamut/udk/server/IUDKServer.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing package-info.java file.0
ErrorsComment matches to-do format 'TODO:'.18
ErrorsMissing a Javadoc comment.19
ErrorsLine has trailing spaces.20
ErrorsLine contains a tab character.21
ErrorsLine is longer than 80 characters.22
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
ErrorsRedundant 'public' modifier.26
ErrorsExpected @param tag for 'host'.26
ErrorsExpected @param tag for 'port'.26
ErrorsLine has trailing spaces.27
ErrorsLine contains a tab character.27
ErrorsRedundant 'public' modifier.31
ErrorsLine has trailing spaces.32
ErrorsLine has trailing spaces.35
ErrorsLine has trailing spaces.37
ErrorsRedundant 'public' modifier.41
ErrorsLine has trailing spaces.42
ErrorsLine has trailing spaces.43
ErrorsRedundant 'public' modifier.46
ErrorsLine has trailing spaces.47
ErrorsLine is longer than 80 characters.49
ErrorsLine has trailing spaces.51
ErrorsLine is longer than 80 characters.51
ErrorsLine has trailing spaces.52
ErrorsExpected an @return tag.55
ErrorsRedundant 'public' modifier.55
ErrorsExpected @param tag for 'map'.55
ErrorsExpected @throws tag for 'MapChangeException'.55
ErrorsRedundant throws: 'MapChangeException' is unchecked exception.55
ErrorsLine has trailing spaces.56
ErrorsLine has trailing spaces.58
ErrorsLine is longer than 80 characters.59
ErrorsLine has trailing spaces.60
ErrorsRedundant 'public' modifier.63
ErrorsLine is longer than 80 characters.66
ErrorsLine is longer than 80 characters.72
ErrorsRedundant 'public' modifier.72
ErrorsLine has trailing spaces.75
ErrorsRedundant 'public' modifier.79
ErrorsRedundant 'public' modifier.85
ErrorsExpected @param tag for 'botName'.85
ErrorsExpected @param tag for 'botType'.85
ErrorsFirst sentence should end with a period.87
ErrorsRedundant 'public' modifier.91

cz/cuni/amis/pogamut/udk/server/exception/MapChangeException.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing package-info.java file.0
ErrorsUnused import - cz.cuni.amis.pogamut.udk.server.IUDKServer.3
ErrorsLine contains a tab character.13
ErrorsMissing a Javadoc comment.13
ErrorsParameter message should be final.13
ErrorsParameter cause should be final.13
ErrorsLine contains a tab character.14
ErrorsLine contains a tab character.15
ErrorsLine contains a tab character.17
ErrorsMissing a Javadoc comment.17
ErrorsParameter message should be final.17
ErrorsParameter origin should be final.17
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.20

cz/cuni/amis/pogamut/udk/server/exception/UCCStartException.java

ViolationMessageLine
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 has trailing spaces.22
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 message should be final.26
ErrorsExpected @param tag for 'message'.26
ErrorsParameter origin should be final.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 is longer than 80 characters.31
ErrorsLine contains a tab character.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
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine is longer than 80 characters.39
ErrorsLine contains a tab character.39
ErrorsParameter message should be final.39
ErrorsExpected @param tag for 'message'.39
ErrorsParameter cause should be final.39
ErrorsExpected @param tag for 'cause'.39
ErrorsParameter origin should be final.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine has trailing spaces.43
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
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.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsParameter message should be final.53
ErrorsExpected @param tag for 'message'.53
ErrorsParameter log should be final.53
ErrorsExpected @param tag for 'log'.53
ErrorsParameter origin should be final.53
Errors'{' is not preceded with whitespace.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine is longer than 80 characters.58
ErrorsLine contains a tab character.58
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.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine is longer than 80 characters.66
ErrorsLine contains a tab character.66
ErrorsParameter message should be final.66
ErrorsExpected @param tag for 'message'.66
ErrorsParameter cause should be final.66
ErrorsExpected @param tag for 'cause'.66
ErrorsParameter log should be final.66
ErrorsExpected @param tag for 'log'.66
ErrorsParameter origin should be final.66
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.68

cz/cuni/amis/pogamut/udk/server/impl/AbstractUDKServer.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.34
ErrorsLine is longer than 80 characters.35
ErrorsLine is longer than 80 characters.36
ErrorsLine has trailing spaces.62
ErrorsType Javadoc comment is missing an @param <ACT> tag.65
ErrorsType Javadoc comment is missing an @param <WORLD_VIEW> tag.65
ErrorsLine is longer than 80 characters.66
ErrorsLine contains a tab character.68
ErrorsMissing a Javadoc comment.68
ErrorsVariable 'players' must be private and have accessor methods.68
ErrorsLine has trailing spaces.69
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsMissing a Javadoc comment.70
ErrorsVariable 'mutators' must be private and have accessor methods.70
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsMissing a Javadoc comment.72
ErrorsVariable 'gameSpeed' must be private and have accessor methods.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsMissing a Javadoc comment.74
ErrorsVariable 'maps' must be private and have accessor methods.74
ErrorsLine has trailing spaces.75
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsMissing a Javadoc comment.76
ErrorsVariable 'mapName' must be private and have accessor methods.76
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsMissing a Javadoc comment.78
ErrorsLine has trailing spaces.79
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsMissing a Javadoc comment.80
ErrorsVariable 'nativeAgents' must be private and have accessor methods.80
ErrorsLine has trailing spaces.81
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsVariable 'agents' must be private and have accessor methods.85
ErrorsLine has trailing spaces.86
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.92
ErrorsLine contains a tab character.92
ErrorsLine is longer than 80 characters.93
ErrorsLine contains a tab character.93
ErrorsMissing a Javadoc comment.93
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsParameter event should be final.96
ErrorsLine contains a tab character.97
ErrorsLine is longer than 80 characters.98
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine is longer than 80 characters.102
ErrorsLine contains a tab character.102
ErrorsMissing a Javadoc comment.102
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsParameter event should be final.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsMissing a Javadoc comment.111
ErrorsLine contains a tab character.113
ErrorsMissing a Javadoc comment.113
ErrorsLine contains a tab character.114
ErrorsParameter agentId should be final.114
ErrorsParameter agentLogger should be final.114
ErrorsLine contains a tab character.115
ErrorsParameter bus should be final.115
ErrorsParameter connection should be final.115
Errors'connection' hides a field.115
ErrorsLine contains a tab character.116
ErrorsParameter worldView should be final.116
ErrorsParameter act should be final.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.119
ErrorsLine is longer than 80 characters.121
ErrorsLine contains a tab character.121
ErrorsLine is longer than 80 characters.122
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.124
ErrorsLine is longer than 80 characters.125
ErrorsLine contains a tab character.125
ErrorsLine is longer than 80 characters.127
ErrorsLine contains a tab character.127
ErrorsLine has trailing spaces.128
ErrorsLine contains a tab character.128
ErrorsLine is longer than 80 characters.129
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine has trailing spaces.132
ErrorsLine contains a tab character.132
ErrorsMethod 'setAddress' is not designed for extension - needs to be abstract, final or empty.132
ErrorsMissing a Javadoc comment.132
ErrorsParameter host should be final.132
ErrorsParameter port should be final.132
Errors'if' construct must use '{}'s.133
ErrorsLine is longer than 80 characters.133
ErrorsLine contains a tab character.133
ErrorsLine is longer than 80 characters.134
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine has trailing spaces.139
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsMethod 'setPassword' is not designed for extension - needs to be abstract, final or empty.142
ErrorsParameter password should be final.142
ErrorsExpected @param tag for 'password'.142
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
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 contains a tab character.156
ErrorsMethod 'readyCommandRequested' is not designed for extension - needs to be abstract, final or empty.156
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.160
ErrorsLine is longer than 80 characters.161
ErrorsLine contains a tab character.161
ErrorsLine is longer than 80 characters.162
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsLine is longer than 80 characters.165
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.168
ErrorsParameter event should be final.168
ErrorsLine is longer than 80 characters.169
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.180
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.182
ErrorsLine contains a tab character.183
ErrorsLine is longer than 80 characters.184
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
ErrorsLine contains a tab character.189
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
ErrorsLine contains a tab character.193
ErrorsLine is longer than 80 characters.194
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.195
ErrorsLine has trailing spaces.196
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.198
ErrorsExpected an @return tag.199
ErrorsLine contains a tab character.199
ErrorsMethod 'getPasswordReply' is not designed for extension - needs to be abstract, final or empty.199
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.203
ErrorsLine is longer than 80 characters.204
ErrorsLine contains a tab character.204
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.206
ErrorsLine contains a tab character.207
ErrorsLine is longer than 80 characters.208
ErrorsLine contains a tab character.208
ErrorsLine is longer than 80 characters.209
ErrorsLine contains a tab character.209
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.211
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.213
ErrorsLine is longer than 80 characters.214
ErrorsLine contains a tab character.214
ErrorsLine contains a tab character.215
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.217
ErrorsLine is longer than 80 characters.218
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.220
ErrorsExpected an @return tag.221
ErrorsLine contains a tab character.221
ErrorsMethod 'createPasswordReply' is not designed for extension - needs to be abstract, final or empty.221
ErrorsLine is longer than 80 characters.222
ErrorsLine contains a tab character.222
ErrorsAvoid inline conditionals.222
ErrorsLine contains a tab character.223
ErrorsLine contains a tab character.224
ErrorsLine contains a tab character.226
ErrorsLine is longer than 80 characters.227
ErrorsLine contains a tab character.227
ErrorsLine contains a tab character.228
ErrorsLine contains a tab character.229
ErrorsLine is longer than 80 characters.230
ErrorsLine contains a tab character.230
ErrorsLine contains a tab character.232
ErrorsLine contains a tab character.233
ErrorsParameter event should be final.233
ErrorsLine is longer than 80 characters.234
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235
ErrorsLine contains a tab character.236
ErrorsLine contains a tab character.237
ErrorsLine contains a tab character.238
Errors'if' construct must use '{}'s.239
ErrorsLine is longer than 80 characters.239
ErrorsLine contains a tab character.239
ErrorsLine contains a tab character.240
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 contains a tab character.246
ErrorsLine contains a tab character.247
ErrorsLine contains a tab character.248
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.250
ErrorsLine contains a tab character.251
ErrorsLine contains a tab character.252
ErrorsLine contains a tab character.254
ErrorsMethod 'getGameInfo' is not designed for extension - needs to be abstract, final or empty.254
ErrorsMissing a Javadoc comment.254
ErrorsLine contains a tab character.255
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.261
ErrorsMethod 'getWorldView' is not designed for extension - needs to be abstract, final or empty.261
ErrorsLine contains a tab character.262
ErrorsLine contains a tab character.263
ErrorsLine contains a tab character.264
ErrorsLine contains a tab character.266
ErrorsMethod 'getAvailableMaps' is not designed for extension - needs to be abstract, final or empty.266
ErrorsLine contains a tab character.267
ErrorsLine contains a tab character.268
ErrorsLine contains a tab character.269
ErrorsLine contains a tab character.271
ErrorsMethod 'getGameSpeedFlag' is not designed for extension - needs to be abstract, final or empty.271
ErrorsLine contains a tab character.272
ErrorsLine contains a tab character.273
ErrorsLine contains a tab character.274
ErrorsLine contains a tab character.276
ErrorsMethod 'getMapName' is not designed for extension - needs to be abstract, final or empty.276
ErrorsLine contains a tab character.277
Errors'if' construct must use '{}'s.278
ErrorsLine contains a tab character.278
ErrorsLine contains a tab character.279
ErrorsLine contains a tab character.280
ErrorsLine contains a tab character.282
ErrorsMethod 'getPlayers' is not designed for extension - needs to be abstract, final or empty.282
ErrorsLine contains a tab character.283
ErrorsLine contains a tab character.284
ErrorsLine contains a tab character.285
ErrorsLine has trailing spaces.286
ErrorsLine contains a tab character.286
ErrorsLine contains a tab character.287
ErrorsMethod 'getMutators' is not designed for extension - needs to be abstract, final or empty.287
ErrorsLine contains a tab character.288
ErrorsLine contains a tab character.289
ErrorsLine contains a tab character.290
ErrorsLine contains a tab character.292
ErrorsMethod 'getAgents' is not designed for extension - needs to be abstract, final or empty.292
ErrorsLine contains a tab character.293
ErrorsLine contains a tab character.294
ErrorsLine contains a tab character.295
ErrorsLine contains a tab character.296
ErrorsLine contains a tab character.298
ErrorsLine contains a tab character.299
ErrorsLine contains a tab character.300
ErrorsLine contains a tab character.301
ErrorsLine is longer than 80 characters.302
ErrorsLine contains a tab character.302
ErrorsLine contains a tab character.303
ErrorsLine contains a tab character.305
ErrorsLine contains a tab character.306
ErrorsParameter obj should be final.306
ErrorsLine contains a tab character.307
ErrorsLine contains a tab character.308
ErrorsLine is longer than 80 characters.309
ErrorsLine contains a tab character.309
ErrorsLine is longer than 80 characters.310
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 is longer than 80 characters.314
ErrorsLine contains a tab character.314
ErrorsLine is longer than 80 characters.315
ErrorsLine contains a tab character.315
ErrorsLine is longer than 80 characters.316
ErrorsLine contains a tab character.316
ErrorsLine contains a tab character.317
ErrorsLine contains a tab character.318
ErrorsLine contains a tab character.319
ErrorsLine contains a tab character.320
ErrorsLine contains a tab character.321
ErrorsLine contains a tab character.323
ErrorsLine contains a tab character.324
ErrorsParameter elem should be final.324
ErrorsLine contains a tab character.325
ErrorsLine contains a tab character.326
ErrorsLine contains a tab character.327
ErrorsLine contains a tab character.328
ErrorsLine contains a tab character.329
ErrorsLine contains a tab character.330
ErrorsLine contains a tab character.332
ErrorsMethod 'getNativeAgents' is not designed for extension - needs to be abstract, final or empty.332
ErrorsLine is longer than 80 characters.333
ErrorsLine contains a tab character.333
ErrorsLine contains a tab character.334
ErrorsLine contains a tab character.335
ErrorsLine contains a tab character.336
ErrorsLine contains a tab character.338
ErrorsLine contains a tab character.339
ErrorsLine contains a tab character.340
ErrorsLine contains a tab character.341
ErrorsLine is longer than 80 characters.343
ErrorsLine contains a tab character.343
ErrorsLine contains a tab character.344
ErrorsLine contains a tab character.346
ErrorsLine is longer than 80 characters.347
ErrorsLine contains a tab character.347
ErrorsParameter obj should be final.347
ErrorsLine contains a tab character.348
ErrorsLine contains a tab character.349
ErrorsLine is longer than 80 characters.350
ErrorsLine contains a tab character.350
ErrorsLine is longer than 80 characters.351
ErrorsLine contains a tab character.351
ErrorsLine is longer than 80 characters.352
ErrorsLine contains a tab character.352
ErrorsLine is longer than 80 characters.353
ErrorsLine contains a tab character.353
ErrorsLine contains a tab character.354
ErrorsLine contains a tab character.355
ErrorsLine contains a tab character.356
ErrorsLine is longer than 80 characters.357
ErrorsLine contains a tab character.357
ErrorsLine is longer than 80 characters.358
ErrorsLine contains a tab character.358
ErrorsLine is longer than 80 characters.359
ErrorsLine contains a tab character.359
ErrorsLine contains a tab character.360
ErrorsLine contains a tab character.361
ErrorsLine contains a tab character.362
ErrorsLine contains a tab character.363
ErrorsLine contains a tab character.364
ErrorsLine contains a tab character.366
ErrorsLine contains a tab character.367
ErrorsParameter elem should be final.367
ErrorsLine contains a tab character.368
ErrorsLine contains a tab character.369
ErrorsLine contains a tab character.370
ErrorsLine contains a tab character.371
ErrorsLine contains a tab character.372
ErrorsLine contains a tab character.374
ErrorsLine contains a tab character.376
ErrorsMethod 'connectNativeBot' is not designed for extension - needs to be abstract, final or empty.376
ErrorsLine contains a tab character.377
ErrorsParameter botName should be final.377
ErrorsParameter botType should be final.377
ErrorsLine contains a tab character.378
Errors'3' is a magic number.378
ErrorsLine contains a tab character.379
ErrorsLine contains a tab character.381
ErrorsMethod 'getMap' is not designed for extension - needs to be abstract, final or empty.381
ErrorsLine contains a tab character.382
ErrorsLine contains a tab character.383
ErrorsLine contains a tab character.384
ErrorsLine contains a tab character.385
ErrorsLine contains a tab character.386
ErrorsLine contains a tab character.387
ErrorsLine has trailing spaces.388
ErrorsLine contains a tab character.388
ErrorsLine contains a tab character.389
ErrorsLine contains a tab character.390
ErrorsLine contains a tab character.391
ErrorsLine contains a tab character.392
ErrorsLine contains a tab character.393
ErrorsLine has trailing spaces.394
ErrorsLine contains a tab character.394
ErrorsLine contains a tab character.395
ErrorsLine contains a tab character.396
ErrorsLine contains a tab character.397
ErrorsLine contains a tab character.398
ErrorsMethod 'reset' is not designed for extension - needs to be abstract, final or empty.398
ErrorsLine contains a tab character.399
ErrorsLine contains a tab character.400
Errors'if' construct must use '{}'s.401
ErrorsLine contains a tab character.401
Errors'if' construct must use '{}'s.402
ErrorsLine contains a tab character.402
Errors'if' construct must use '{}'s.403
ErrorsLine contains a tab character.403
Errors'if' construct must use '{}'s.404
ErrorsLine contains a tab character.404
Errors'if' construct must use '{}'s.405
ErrorsLine contains a tab character.405
ErrorsLine contains a tab character.406
ErrorsLine has trailing spaces.407
ErrorsLine contains a tab character.407
ErrorsLine contains a tab character.408
ErrorsMethod 'resetAgent' is not designed for extension - needs to be abstract, final or empty.408
ErrorsLine contains a tab character.409
ErrorsLine contains a tab character.410
ErrorsLine contains a tab character.411
ErrorsLine contains a tab character.412
ErrorsLine has trailing spaces.413
ErrorsLine contains a tab character.413
ErrorsLine contains a tab character.414
ErrorsMethod 'stopAgent' is not designed for extension - needs to be abstract, final or empty.414
ErrorsLine contains a tab character.415
ErrorsLine contains a tab character.416
ErrorsLine contains a tab character.417
ErrorsLine contains a tab character.418
ErrorsLine has trailing spaces.419
ErrorsLine contains a tab character.419
ErrorsLine contains a tab character.420
ErrorsMethod 'killAgent' is not designed for extension - needs to be abstract, final or empty.420
ErrorsLine contains a tab character.421
ErrorsLine contains a tab character.422
ErrorsLine contains a tab character.423
ErrorsLine contains a tab character.424
ErrorsLine has trailing spaces.425
ErrorsLine contains a tab character.425
ErrorsLine contains a tab character.426
ErrorsMethod 'startAgent' is not designed for extension - needs to be abstract, final or empty.426
ErrorsLine contains a tab character.427
ErrorsLine contains a tab character.428
ErrorsLine has trailing spaces.429
ErrorsLine contains a tab character.429

cz/cuni/amis/pogamut/udk/server/impl/UDKServer.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsUnused import - java.io.IOException.3
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.21
ErrorsLine is longer than 80 characters.28
ErrorsLine is longer than 80 characters.29
ErrorsLine is longer than 80 characters.30
ErrorsUnused import - cz.cuni.amis.pogamut.udk.utils.UCCWrapper.34
ErrorsUnused import - cz.cuni.amis.pogamut.udk.utils.UDKWrapper.35
ErrorsLine is longer than 80 characters.40
ErrorsMissing a Javadoc comment.40
ErrorsLine has trailing spaces.41
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.46
ErrorsLine contains a tab character.47
ErrorsMissing a Javadoc comment.47
ErrorsLine has trailing spaces.48
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.50
ErrorsMissing a Javadoc comment.50
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.51
ErrorsLine is longer than 80 characters.52
ErrorsLine contains a tab character.52
ErrorsMissing a Javadoc comment.52
ErrorsVariable 'playerJoinsListener' must be private and have accessor methods.52
ErrorsMissing a Javadoc comment.53
ErrorsVariable 'mapListListener' must be private and have accessor methods.53
ErrorsLine has trailing spaces.54
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
ErrorsMissing a Javadoc comment.60
ErrorsLine is longer than 80 characters.61
ErrorsParameter params should be final.61
Errors'params' hides a field.61
ErrorsParameter agentLogger should be final.61
ErrorsParameter bus should be final.61
ErrorsParameter connection should be final.61
ErrorsParameter worldView should be final.61
ErrorsParameter act should be final.61
ErrorsLine is longer than 80 characters.62
ErrorsLine has trailing spaces.65
ErrorsLine has trailing spaces.67
ErrorsLine has trailing spaces.70
ErrorsLine is longer than 80 characters.71
ErrorsLine is longer than 80 characters.82
ErrorsParameter event should be final.84
ErrorsParameter changedValue should be final.93
ErrorsLine is longer than 80 characters.99
ErrorsInner assignments should be avoided.99
ErrorsParameter event should be final.101
ErrorsLine contains a tab character.102
ErrorsLine has trailing spaces.108
ErrorsLine has trailing spaces.110
ErrorsLine has trailing spaces.112
ErrorsLine has trailing spaces.114
ErrorsLine is longer than 80 characters.114
ErrorsLine is longer than 80 characters.116
ErrorsLine has trailing spaces.118
ErrorsMethod 'getParams' is not designed for extension - needs to be abstract, final or empty.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine has trailing spaces.125
ErrorsLine contains a tab character.125
ErrorsMethod 'startAgent' is not designed for extension - needs to be abstract, final or empty.130
Errors'if' construct must use '{}'s.134
ErrorsLine is longer than 80 characters.134
Errors'60000' is a magic number.135
ErrorsLine is longer than 80 characters.137
Errors'if' construct must use '{}'s.139
ErrorsLine contains a tab character.139
ErrorsLine has trailing spaces.140
ErrorsLine has trailing spaces.142
ErrorsLine contains a tab character.143
ErrorsMethod 'reset' is not designed for extension - needs to be abstract, final or empty.143
ErrorsMissing a Javadoc comment.143
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsLine has trailing spaces.153
ErrorsLine contains a tab character.153
ErrorsLine is longer than 80 characters.154
ErrorsLine contains a tab character.154
ErrorsLine has trailing spaces.155
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsMissing a Javadoc comment.156
ErrorsVariable 'changingMapMutex' must be private and have accessor methods.156
ErrorsLine contains a tab character.157
ErrorsMissing a Javadoc comment.157
ErrorsVariable 'changingMap' must be private and have accessor methods.157
ErrorsLine contains a tab character.158
ErrorsMissing a Javadoc comment.158
ErrorsVariable 'changingMapAttempt' must be private and have accessor methods.158
ErrorsLine contains a tab character.159
ErrorsMissing a Javadoc comment.159
ErrorsVariable 'targetMap' must be private and have accessor methods.159
ErrorsLine contains a tab character.160
ErrorsMissing a Javadoc comment.160
ErrorsVariable 'mapChangeFuture' must be private and have accessor methods.160
ErrorsLine has trailing spaces.161
ErrorsLine contains a tab character.161
ErrorsLine is longer than 80 characters.163
ErrorsLine has trailing spaces.166
ErrorsExpected an @return tag.168
ErrorsLine contains a tab character.168
ErrorsMethod 'setGameMap' is not designed for extension - needs to be abstract, final or empty.168
ErrorsLine is longer than 80 characters.169
ErrorsLine contains a tab character.169
ErrorsParameter map should be final.169
ErrorsExpected @param tag for 'map'.169
ErrorsRedundant throws: 'MapChangeException' is unchecked exception.169
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
Errors'synchronized' is not followed by whitespace.171
ErrorsLine contains a tab character.172
ErrorsLine is longer than 80 characters.173
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsLine has trailing spaces.175
ErrorsLine contains a tab character.175
Errors'if' construct must use '{}'s.176
ErrorsLine is longer than 80 characters.176
ErrorsLine contains a tab character.176
ErrorsLine has trailing spaces.177
ErrorsLine contains a tab character.177
ErrorsLine is longer than 80 characters.178
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.180
ErrorsLine has trailing spaces.181
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.182
ErrorsLine has trailing spaces.183
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.184
ErrorsLine has trailing spaces.185
ErrorsLine contains a tab character.185
ErrorsLine is longer than 80 characters.186
ErrorsLine contains a tab character.186
Errors'20000' is a magic number.186
ErrorsLine is longer than 80 characters.187
ErrorsLine contains a tab character.187
ErrorsLine has trailing spaces.188
ErrorsLine contains a tab character.188
ErrorsLine has trailing spaces.189
ErrorsLine contains a tab character.189
ErrorsLine has trailing spaces.190
ErrorsLine contains a tab character.190
ErrorsLine has trailing spaces.191
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
ErrorsLine is longer than 80 characters.193
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.194
ErrorsLine has trailing spaces.195
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.196
ErrorsLine has trailing spaces.197
ErrorsLine contains a tab character.197
ErrorsMissing a Javadoc comment.198
ErrorsLine contains a tab character.198
ErrorsLine contains a tab character.200
ErrorsMissing a Javadoc comment.200
ErrorsVariable 'canceled' must be private and have accessor methods.200
ErrorsLine contains a tab character.201
ErrorsMissing a Javadoc comment.201
ErrorsVariable 'success' must be private and have accessor methods.201
ErrorsLine has trailing spaces.202
ErrorsLine contains a tab character.202
ErrorsMissing a Javadoc comment.202
ErrorsVariable 'doneLatch' must be private and have accessor methods.202
ErrorsLine has trailing spaces.203
ErrorsLine contains a tab character.203
ErrorsLine contains a tab character.204
ErrorsMissing a Javadoc comment.204
ErrorsVariable 'lastState' must be private and have accessor methods.204
ErrorsLine has trailing spaces.205
ErrorsLine contains a tab character.205
ErrorsLine is longer than 80 characters.206
ErrorsLine contains a tab character.206
ErrorsMissing a Javadoc comment.206
ErrorsVariable 'listener' must be private and have accessor methods.206
ErrorsLine has trailing spaces.207
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.209
ErrorsParameter changedValue should be final.209
ErrorsLine is longer than 80 characters.210
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.211
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.213
ErrorsLine is longer than 80 characters.214
ErrorsLine contains a tab character.214
ErrorsLine contains a tab character.215
Errors'if' construct must use '{}'s.216
ErrorsLine is longer than 80 characters.216
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.218
ErrorsLine is longer than 80 characters.219
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.220
Errors'synchronized' is not followed by whitespace.220
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
ErrorsLine contains a tab character.223
ErrorsLine contains a tab character.224
ErrorsLine has trailing spaces.225
ErrorsLine contains a tab character.225
ErrorsLine contains a tab character.226
ErrorsLine contains a tab character.227
ErrorsLine is longer than 80 characters.228
ErrorsLine contains a tab character.228
ErrorsLine contains a tab character.229
ErrorsLine contains a tab character.230
ErrorsLine is longer than 80 characters.231
ErrorsLine contains a tab character.231
ErrorsLine contains a tab character.232
ErrorsLine contains a tab character.233
ErrorsLine has trailing spaces.234
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235
ErrorsLine is longer than 80 characters.236
ErrorsLine contains a tab character.236
Errors'if' construct must use '{}'s.237
ErrorsLine is longer than 80 characters.237
ErrorsLine contains a tab character.237
ErrorsLine is longer than 80 characters.238
ErrorsLine contains a tab character.238
ErrorsLine contains a tab character.239
ErrorsLine contains a tab character.240
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 has trailing spaces.246
ErrorsLine contains a tab character.246
ErrorsLine contains a tab character.247
ErrorsLine has trailing spaces.248
ErrorsLine contains a tab character.248
ErrorsLine contains a tab character.249
ErrorsLine has trailing spaces.250
ErrorsLine contains a tab character.250
ErrorsLine contains a tab character.251
ErrorsMissing a Javadoc comment.251
ErrorsLine contains a tab character.252
ErrorsLine contains a tab character.253
ErrorsLine has trailing spaces.254
ErrorsLine contains a tab character.254
ErrorsLine contains a tab character.255
ErrorsMethod 'restartServer' is not designed for extension - needs to be abstract, final or empty.255
ErrorsMissing a Javadoc comment.255
ErrorsLine contains a tab character.256
ErrorsLine contains a tab character.257
ErrorsLine contains a tab character.259
ErrorsMethod 'cancel' is not designed for extension - needs to be abstract, final or empty.259
ErrorsLine contains a tab character.260
ErrorsParameter arg0 should be final.260
ErrorsLine contains a tab character.261
Errors'synchronized' is not followed by whitespace.261
ErrorsLine contains a tab character.262
ErrorsLine contains a tab character.263
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 contains a tab character.268
ErrorsLine contains a tab character.269
ErrorsLine contains a tab character.270
ErrorsLine contains a tab character.271
ErrorsLine contains a tab character.272
ErrorsLine contains a tab character.274
ErrorsMethod 'get' is not designed for extension - needs to be abstract, final or empty.274
ErrorsLine contains a tab character.275
ErrorsLine contains a tab character.276
ErrorsLine contains a tab character.277
ErrorsLine contains a tab character.278
ErrorsLine is longer than 80 characters.279
ErrorsLine contains a tab character.279
ErrorsLine contains a tab character.280
ErrorsLine contains a tab character.281
ErrorsLine contains a tab character.282
ErrorsLine contains a tab character.284
ErrorsMethod 'get' is not designed for extension - needs to be abstract, final or empty.284
ErrorsLine contains a tab character.285
ErrorsParameter arg0 should be final.285
ErrorsParameter arg1 should be final.285
ErrorsLine contains a tab character.286
ErrorsLine contains a tab character.287
ErrorsLine contains a tab character.288
ErrorsLine is longer than 80 characters.289
ErrorsLine contains a tab character.289
ErrorsLine has trailing spaces.290
ErrorsLine contains a tab character.290
ErrorsLine contains a tab character.291
ErrorsLine contains a tab character.292
ErrorsLine contains a tab character.294
ErrorsMethod 'isCancelled' is not designed for extension - needs to be abstract, final or empty.294
ErrorsLine contains a tab character.295
ErrorsLine contains a tab character.296
ErrorsLine contains a tab character.297
ErrorsLine contains a tab character.299
ErrorsMethod 'isDone' is not designed for extension - needs to be abstract, final or empty.299
ErrorsLine contains a tab character.300
ErrorsLine contains a tab character.301
ErrorsLine contains a tab character.302
ErrorsLine has trailing spaces.303
ErrorsLine contains a tab character.303
ErrorsLine contains a tab character.304
ErrorsMissing a Javadoc comment.306
ErrorsLine contains a tab character.306
ErrorsLine has trailing spaces.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 is longer than 80 characters.316
ErrorsLine contains a tab character.316
ErrorsLine has trailing spaces.317
ErrorsLine is longer than 80 characters.317
ErrorsLine contains a tab character.317
ErrorsMust have at least one statement.317
ErrorsLine contains a tab character.318
ErrorsLine contains a tab character.319
ErrorsLine contains a tab character.320
ErrorsLine contains a tab character.321
ErrorsLine has trailing spaces.322
ErrorsLine contains a tab character.322
ErrorsLine contains a tab character.323

cz/cuni/amis/pogamut/udk/storyworld/perception/SPLocation.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing package-info.java file.0
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
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine contains a tab character.14
ErrorsMissing a Javadoc comment.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.15
ErrorsLine contains a tab character.16
ErrorsMissing a Javadoc comment.16
ErrorsLine has trailing spaces.17
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
ErrorsMissing a Javadoc comment.18
ErrorsLine contains a tab character.20
ErrorsMissing a Javadoc comment.20
ErrorsLine contains a tab character.22
ErrorsMissing a Javadoc comment.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsMissing a Javadoc comment.24
ErrorsLine contains a tab character.25
Errors',' is not followed by whitespace.25
Errors',' is not followed by whitespace.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.28
ErrorsMissing a Javadoc comment.28
ErrorsParameter x should be final.28
Errors'x' hides a field.28
ErrorsParameter y should be final.28
Errors'y' hides a field.28
ErrorsParameter z should be final.28
Errors'z' hides a field.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 has trailing spaces.33
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsMissing a Javadoc comment.34
ErrorsParameter location should be final.34
Errors'location' hides a field.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
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsExpected an @return tag.42
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 has trailing spaces.46
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsDefinition of 'equals()' without corresponding definition of 'hashCode()'.47
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.47
ErrorsMissing a Javadoc comment.47
ErrorsParameter obj should be final.47
Errors'if' construct must use '{}'s.48
ErrorsLine contains a tab character.48
Errors'if' construct must use '{}'s.49
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
Errors'location' hides a field.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.53
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsMethod 'asPoint3d' is not designed for extension - needs to be abstract, final or empty.54
ErrorsMissing a Javadoc comment.54
ErrorsLine contains a tab character.55
Errors'synchronized' is not followed by whitespace.55
Errors'if' construct must use '{}'s.56
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.58
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
ErrorsMethod 'asLocation' is not designed for extension - needs to be abstract, final or empty.62
ErrorsMissing a Javadoc comment.62
ErrorsLine contains a tab character.63
Errors'synchronized' is not followed by whitespace.63
Errors')' is preceded with whitespace.63
Errors'if' construct must use '{}'s.64
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsMethod 'getX' is not designed for extension - needs to be abstract, final or empty.71
ErrorsMissing a Javadoc comment.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.75
ErrorsMethod 'setX' is not designed for extension - needs to be abstract, final or empty.75
ErrorsMissing a Javadoc comment.75
ErrorsParameter x should be final.75
Errors'x' hides a field.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.79
ErrorsMethod 'getY' is not designed for extension - needs to be abstract, final or empty.79
ErrorsMissing a Javadoc comment.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.83
ErrorsMethod 'setY' is not designed for extension - needs to be abstract, final or empty.83
ErrorsMissing a Javadoc comment.83
ErrorsParameter y should be final.83
Errors'y' hides a field.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.87
ErrorsMethod 'getZ' is not designed for extension - needs to be abstract, final or empty.87
ErrorsMissing a Javadoc comment.87
ErrorsLine has trailing spaces.88
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.91
ErrorsMethod 'setZ' is not designed for extension - needs to be abstract, final or empty.91
ErrorsMissing a Javadoc comment.91
ErrorsParameter z should be final.91
Errors'z' hides a field.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine has trailing spaces.94
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsMethod 'distance' is not designed for extension - needs to be abstract, final or empty.95
ErrorsMissing a Javadoc comment.95
ErrorsParameter location should be final.95
Errors'location' hides a field.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.99
ErrorsMissing a Javadoc comment.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine has trailing spaces.102
ErrorsLine contains a tab character.102

cz/cuni/amis/pogamut/udk/storyworld/place/SPStoryPlace.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.29
ErrorsLine has trailing spaces.32
ErrorsLine has trailing spaces.33
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsMissing a Javadoc comment.39
ErrorsLine contains a tab character.40
ErrorsLine has trailing spaces.41
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsMissing a Javadoc comment.42
ErrorsLine contains a tab character.43
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsMissing a Javadoc comment.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsVariable 'insidePlaceName' must be private and have accessor methods.47
ErrorsLine has trailing spaces.48
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsMissing a Javadoc comment.49
ErrorsLine contains a tab character.50
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsMissing a Javadoc comment.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.54
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsMissing a Javadoc comment.55
ErrorsLine contains a tab character.56
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsMissing a Javadoc comment.58
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsMissing a Javadoc comment.61
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.63
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsMissing a Javadoc comment.64
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsMissing a Javadoc comment.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsMissing a Javadoc comment.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.74
ErrorsMissing a Javadoc comment.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsMissing a Javadoc comment.77
ErrorsParameter name should be final.77
Errors'name' hides a field.77
ErrorsParameter inside should be final.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine has trailing spaces.81
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.83
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsMissing a Javadoc comment.84
ErrorsParameter name should be final.84
Errors'name' hides a field.84
ErrorsLine contains a tab character.85
ErrorsLine has trailing spaces.86
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsExpected an @return tag.92
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine has trailing spaces.102
ErrorsLine contains a tab character.102
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.107
ErrorsLine has trailing spaces.108
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsMethod 'setInsidePlace' is not designed for extension - needs to be abstract, final or empty.111
ErrorsParameter place should be final.111
ErrorsExpected @param tag for 'place'.111
Errors'if' construct must use '{}'s.112
ErrorsLine is longer than 80 characters.112
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine has trailing spaces.119
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine has trailing spaces.124
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.125
ErrorsLine contains a tab character.126
ErrorsParameter obj should be final.126
Errors'if' construct must use '{}'s.127
ErrorsLine contains a tab character.127
Errors'if' construct must use '{}'s.128
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
Errors'cast' is not followed by whitespace.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine has trailing spaces.132
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.133
ErrorsMissing a Javadoc comment.133
Errors'if' construct must use '{}'s.134
ErrorsLine has trailing spaces.134
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.138
ErrorsLine has trailing spaces.139
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsExpected an @return tag.143
ErrorsLine contains a tab character.143
ErrorsMethod 'getInsidePlace' is not designed for extension - needs to be abstract, final or empty.143
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsLine has trailing spaces.146
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsExpected an @return tag.151
ErrorsLine contains a tab character.151
ErrorsMethod 'getInsidePlaceName' is not designed for extension - needs to be abstract, final or empty.151
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsLine has trailing spaces.154
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine has trailing spaces.159
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.161
ErrorsLine has trailing spaces.162
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsExpected an @return tag.165
ErrorsLine contains a tab character.165
ErrorsMethod 'getHigherPlaces' is not designed for extension - needs to be abstract, final or empty.165
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.177
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.180
ErrorsExpected an @return tag.181
ErrorsLine contains a tab character.181
ErrorsMethod 'getContainsPlaces' is not designed for extension - needs to be abstract, final or empty.181
ErrorsLine contains a tab character.182
ErrorsLine contains a tab character.183
ErrorsLine has trailing spaces.184
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
ErrorsLine is longer than 80 characters.188
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.189
ErrorsLine has trailing spaces.190
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
ErrorsExpected an @return tag.193
ErrorsLine contains a tab character.193
ErrorsMethod 'getContainsAllPlaces' is not designed for extension - needs to be abstract, final or empty.193
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.196
ErrorsLine is longer than 80 characters.197
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.198
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.201
ErrorsLine has trailing spaces.202
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.203
ErrorsLine is longer than 80 characters.204
ErrorsLine contains a tab character.204
ErrorsLine is longer than 80 characters.205
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.206
ErrorsLine contains a tab character.207
ErrorsLine is longer than 80 characters.208
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.209
ErrorsLine has trailing spaces.210
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.211
ErrorsLine contains a tab character.212
ErrorsExpected an @return tag.213
ErrorsLine contains a tab character.213
ErrorsMethod 'getNavPoints' is not designed for extension - needs to be abstract, final or empty.213
ErrorsLine contains a tab character.214
ErrorsLine contains a tab character.215
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
ErrorsLine has trailing spaces.220
ErrorsLine contains a tab character.220
ErrorsLine contains a tab character.221
ErrorsLine has trailing spaces.222
ErrorsLine contains a tab character.222
ErrorsLine contains a tab character.223
ErrorsLine is longer than 80 characters.224
ErrorsLine contains a tab character.224
ErrorsLine is longer than 80 characters.225
ErrorsLine contains a tab character.225
ErrorsLine contains a tab character.226
ErrorsLine contains a tab character.227
ErrorsLine is longer than 80 characters.228
ErrorsLine contains a tab character.228
ErrorsLine contains a tab character.229
ErrorsLine contains a tab character.230
ErrorsLine contains a tab character.231
ErrorsExpected an @return tag.232
ErrorsLine contains a tab character.232
ErrorsMethod 'getNavPointsList' is not designed for extension - needs to be abstract, final or empty.232
ErrorsLine contains a tab character.233
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235
ErrorsLine contains a tab character.236
ErrorsLine contains a tab character.237
ErrorsLine has trailing spaces.238
ErrorsLine contains a tab character.238
ErrorsLine contains a tab character.239
ErrorsMethod 'getCenter' is not designed for extension - needs to be abstract, final or empty.239
ErrorsMissing a Javadoc comment.239
ErrorsLine contains a tab character.240
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 contains a tab character.246
ErrorsLine is longer than 80 characters.247
ErrorsLine contains a tab character.247
ErrorsLine contains a tab character.248
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.250
ErrorsLine has trailing spaces.251
ErrorsLine contains a tab character.251
ErrorsLine contains a tab character.252
ErrorsMethod 'getCenterNavPoint' is not designed for extension - needs to be abstract, final or empty.252
ErrorsMissing a Javadoc comment.252
ErrorsLine contains a tab character.253
ErrorsLine contains a tab character.254
ErrorsLine contains a tab character.255
ErrorsLine contains a tab character.256
ErrorsLine contains a tab character.257
ErrorsLine has trailing spaces.258
ErrorsLine contains a tab character.258
ErrorsLine contains a tab character.259
ErrorsMethod 'getRandomNavPoint' is not designed for extension - needs to be abstract, final or empty.259
ErrorsMissing a Javadoc comment.259
Errors'if' construct must use '{}'s.260
ErrorsLine contains a tab character.260
ErrorsLine is longer than 80 characters.261
ErrorsLine contains a tab character.261
ErrorsLine contains a tab character.262
ErrorsLine has trailing spaces.263
ErrorsLine contains a tab character.263
ErrorsLine contains a tab character.264
ErrorsMethod 'getNearestNavPoint' is not designed for extension - needs to be abstract, final or empty.264
ErrorsMissing a Javadoc comment.264
ErrorsParameter location should be final.264
ErrorsComment matches to-do format 'TODO:'.265
ErrorsLine contains a tab character.265
ErrorsLine contains a tab character.266
ErrorsLine contains a tab character.267
ErrorsLine contains a tab character.268
ErrorsLine contains a tab character.269
ErrorsLine is longer than 80 characters.270
ErrorsLine contains a tab character.270
ErrorsLine contains a tab character.271
ErrorsLine contains a tab character.272
ErrorsLine contains a tab character.273
ErrorsLine contains a tab character.274
ErrorsLine has trailing spaces.275
ErrorsLine contains a tab character.275
ErrorsLine contains a tab character.276
ErrorsLine contains a tab character.277
ErrorsLine has trailing spaces.278
ErrorsLine contains a tab character.278
ErrorsLine contains a tab character.279
ErrorsMethod 'getFurthestNavPoint' is not designed for extension - needs to be abstract, final or empty.279
ErrorsMissing a Javadoc comment.279
ErrorsParameter location should be final.279
ErrorsComment matches to-do format 'TODO:'.280
ErrorsLine contains a tab character.280
ErrorsLine contains a tab character.281
ErrorsLine contains a tab character.282
ErrorsLine contains a tab character.283
ErrorsLine contains a tab character.284
ErrorsLine is longer than 80 characters.285
ErrorsLine contains a tab character.285
ErrorsLine contains a tab character.286
ErrorsLine contains a tab character.287
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 contains a tab character.292
ErrorsLine has trailing spaces.293
ErrorsLine contains a tab character.293
ErrorsLine contains a tab character.294
ErrorsMethod 'getNavPointDistances' is not designed for extension - needs to be abstract, final or empty.294
ErrorsMissing a Javadoc comment.294
ErrorsParameter location should be final.294
ErrorsLine is longer than 80 characters.295
ErrorsLine contains a tab character.295
ErrorsLine has trailing spaces.296
ErrorsLine contains a tab character.296
ErrorsLine is longer than 80 characters.297
ErrorsLine contains a tab character.297
ErrorsLine contains a tab character.298
ErrorsLine contains a tab character.299
ErrorsLine contains a tab character.300
ErrorsLine has trailing spaces.301
ErrorsLine contains a tab character.301
ErrorsLine is longer than 80 characters.302
ErrorsLine contains a tab character.302
ErrorsMethod 'getNavPointDistancesSwapped' is not designed for extension - needs to be abstract, final or empty.302
ErrorsMissing a Javadoc comment.302
ErrorsParameter location should be final.302
ErrorsLine is longer than 80 characters.303
ErrorsLine contains a tab character.303
ErrorsLine has trailing spaces.304
ErrorsLine contains a tab character.304
ErrorsLine is longer than 80 characters.305
ErrorsLine contains a tab character.305
ErrorsLine contains a tab character.306
ErrorsLine contains a tab character.307
ErrorsLine contains a tab character.308
ErrorsLine has trailing spaces.309
ErrorsLine contains a tab character.309
ErrorsLine contains a tab character.310
ErrorsLine is longer than 80 characters.311
ErrorsLine contains a tab character.311
ErrorsLine contains a tab character.312
ErrorsLine contains a tab character.313
ErrorsExpected an @return tag.314
ErrorsLine is longer than 80 characters.314
ErrorsLine contains a tab character.314
ErrorsMethod 'getRandomNavPoint' is not designed for extension - needs to be abstract, final or empty.314
ErrorsParameter location should be final.314
ErrorsExpected @param tag for 'location'.314
ErrorsParameter distance should be final.314
ErrorsLine contains a tab character.315
ErrorsLine contains a tab character.316
ErrorsLine contains a tab character.317
ErrorsLine is longer than 80 characters.318
ErrorsLine contains a tab character.318
ErrorsLine has trailing spaces.319
ErrorsLine contains a tab character.319
ErrorsLine contains a tab character.320
ErrorsLine contains a tab character.321
ErrorsLine contains a tab character.322
ErrorsLine contains a tab character.323
ErrorsLine contains a tab character.324
Errors'-' is not preceded with whitespace.324
Errors'-' is not followed by whitespace.324
ErrorsLine contains a tab character.325
ErrorsLine contains a tab character.326
ErrorsLine has trailing spaces.327
ErrorsLine contains a tab character.327
ErrorsLine contains a tab character.328
ErrorsLine has trailing spaces.329
ErrorsLine contains a tab character.329
ErrorsLine is longer than 80 characters.330
ErrorsLine contains a tab character.330
ErrorsLine contains a tab character.331
ErrorsLine contains a tab character.333
ErrorsLine contains a tab character.334
ErrorsParameter o1 should be final.334
ErrorsParameter o2 should be final.334
ErrorsLine contains a tab character.335
ErrorsLine contains a tab character.336
ErrorsLine has trailing spaces.337
ErrorsLine contains a tab character.337
ErrorsLine contains a tab character.338
ErrorsLine is longer than 80 characters.339
ErrorsLine contains a tab character.339
Errors'-' is not preceded with whitespace.339
Errors'-' is not followed by whitespace.339
Errors'*' is not preceded with whitespace.339
Errors'*' is not followed by whitespace.339
ErrorsLine contains a tab character.340
ErrorsLine contains a tab character.341
ErrorsLine contains a tab character.342
ErrorsLine has trailing spaces.343
ErrorsLine contains a tab character.343
ErrorsLine contains a tab character.344
ErrorsLine contains a tab character.345
ErrorsLine contains a tab character.346
ErrorsLine contains a tab character.347
ErrorsLine contains a tab character.348
ErrorsLine has trailing spaces.349
ErrorsLine contains a tab character.349
ErrorsLine has trailing spaces.350
ErrorsLine contains a tab character.350
ErrorsLine contains a tab character.351
ErrorsLine has trailing spaces.352
ErrorsLine contains a tab character.352
ErrorsLine contains a tab character.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
ErrorsExpected an @return tag.358
ErrorsLine contains a tab character.358
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.358
ErrorsLine contains a tab character.359
ErrorsLine has trailing spaces.360
ErrorsLine contains a tab character.360
ErrorsLine contains a tab character.361
ErrorsLine contains a tab character.363
ErrorsMethod 'contains' is not designed for extension - needs to be abstract, final or empty.363
ErrorsMissing a Javadoc comment.363
ErrorsParameter place should be final.363
Errors'if' construct must use '{}'s.364
ErrorsLine contains a tab character.364
ErrorsLine has trailing spaces.365
ErrorsLine contains a tab character.365
ErrorsLine contains a tab character.366

cz/cuni/amis/pogamut/udk/storyworld/place/SPStoryPlaceBase.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.19
ErrorsLine has trailing spaces.20
ErrorsLine has trailing spaces.25
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsMissing a Javadoc comment.26
ErrorsLine is longer than 80 characters.27
ErrorsLine contains a tab character.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsMissing a Javadoc comment.29
ErrorsLine contains a tab character.30
ErrorsLine has trailing spaces.31
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsMissing a Javadoc comment.32
Errors'=' is not preceded with whitespace.32
Errors'=' is not followed by whitespace.32
ErrorsLine contains a tab character.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsLine is longer than 80 characters.35
ErrorsLine contains a tab character.35
ErrorsMissing a Javadoc comment.35
ErrorsParameter name should be final.35
ErrorsParameter inside should be final.35
ErrorsParameter navPoints should be final.35
Errors'navPoints' hides a field.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
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsExpected an @return tag.43
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine has trailing spaces.48
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine is longer than 80 characters.50
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.53
ErrorsLine contains a tab character.54
ErrorsExpected an @return tag.55
ErrorsLine contains a tab character.55
ErrorsMethod 'getNavPoints' is not designed for extension - needs to be abstract, final or empty.55
ErrorsLine contains a tab character.56
ErrorsLine has trailing spaces.57
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
ErrorsMethod 'setVirtualPlaces' is not designed for extension - needs to be abstract, final or empty.60
ErrorsMissing a Javadoc comment.60
ErrorsParameter places should be final.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsMethod 'setVirtualPlaces' is not designed for extension - needs to be abstract, final or empty.65
ErrorsMissing a Javadoc comment.65
ErrorsParameter names should be final.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsMethod 'bountNavPoints' is not designed for extension - needs to be abstract, final or empty.70
ErrorsMissing a Javadoc comment.70
ErrorsParameter map should be final.70
ErrorsLine contains a tab character.71
Errors'navPoints' hides a field.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine is longer than 80 characters.74
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine is longer than 80 characters.76
ErrorsLine contains a tab character.76
Errors'+' is not followed by whitespace.76
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.78
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine has trailing spaces.82
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsExpected an @return tag.87
ErrorsLine contains a tab character.87
ErrorsMethod 'getContainsPlaces' is not designed for extension - needs to be abstract, final or empty.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine has trailing spaces.91
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsExpected an @return tag.96
ErrorsLine contains a tab character.96
ErrorsMethod 'getContainsAllPlaces' is not designed for extension - needs to be abstract, final or empty.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99

cz/cuni/amis/pogamut/udk/storyworld/place/SPStoryWorld.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.19
ErrorsComment matches to-do format 'TODO:'.28
ErrorsLine contains a tab character.34
ErrorsMissing a Javadoc comment.34
ErrorsLine is longer than 80 characters.36
ErrorsLine contains a tab character.36
ErrorsMissing a Javadoc comment.36
ErrorsLine contains a tab character.38
ErrorsMissing a Javadoc comment.38
ErrorsLine contains a tab character.40
ErrorsMissing a Javadoc comment.40
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 contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.52
ErrorsMissing a Javadoc comment.52
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine is longer than 80 characters.61
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.63
ErrorsMissing a Javadoc comment.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsParameter event should be final.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.77
Errors'}' is not followed by whitespace.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.82
ErrorsMissing a Javadoc comment.82
ErrorsLine contains a tab character.84
ErrorsMissing a Javadoc comment.84
ErrorsLine contains a tab character.86
ErrorsMissing a Javadoc comment.86
ErrorsLine contains a tab character.88
ErrorsMissing a Javadoc comment.88
ErrorsLine is longer than 80 characters.90
ErrorsLine contains a tab character.90
ErrorsMissing a Javadoc comment.90
ErrorsParameter worldXMLDefinitionFile should be final.90
ErrorsParameter ww should be final.90
ErrorsParameter log should be final.90
Errors'log' hides a field.90
ErrorsLine is longer than 80 characters.91
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
ErrorsMissing a Javadoc comment.94
ErrorsParameter worldXMLDefinition should be final.94
ErrorsParameter ww should be final.94
ErrorsParameter log should be final.94
Errors'log' hides a field.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.98
ErrorsMissing a Javadoc comment.98
ErrorsParameter data should be final.98
Errors'data' hides a field.98
ErrorsParameter ww should be final.98
ErrorsParameter log should be final.98
Errors'log' hides a field.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.107
ErrorsLine is longer than 80 characters.108
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.113
ErrorsMissing a Javadoc comment.113
ErrorsParameter map should be final.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsComment matches to-do format 'TODO:'.119
ErrorsLine is longer than 80 characters.119
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.123
ErrorsMethod 'getPlace' is not designed for extension - needs to be abstract, final or empty.123
ErrorsMissing a Javadoc comment.123
ErrorsParameter name should be final.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.127
ErrorsMethod 'getPlace' is not designed for extension - needs to be abstract, final or empty.127
ErrorsMissing a Javadoc comment.127
ErrorsParameter name should be final.127
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.131
ErrorsMethod 'getBase' is not designed for extension - needs to be abstract, final or empty.131
ErrorsMissing a Javadoc comment.131
ErrorsParameter name should be final.131
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.135
ErrorsMethod 'getNavPoint' is not designed for extension - needs to be abstract, final or empty.135
ErrorsMissing a Javadoc comment.135
ErrorsParameter id should be final.135
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.139
ErrorsMethod 'getBase' is not designed for extension - needs to be abstract, final or empty.139
ErrorsMissing a Javadoc comment.139
ErrorsParameter name should be final.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.143
ErrorsMethod 'getBase' is not designed for extension - needs to be abstract, final or empty.143
ErrorsMissing a Javadoc comment.143
ErrorsParameter navPointId should be final.143
ErrorsLine is longer than 80 characters.144
ErrorsLine contains a tab character.144
Errors'bases' hides a field.144
ErrorsLine contains a tab character.145
ErrorsLine is longer than 80 characters.146
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
ErrorsExpected an @return tag.156
ErrorsLine contains a tab character.156
ErrorsMethod 'at' is not designed for extension - needs to be abstract, final or empty.156
ErrorsParameter location should be final.156
ErrorsExpected @param tag for 'location'.156
ErrorsLine contains a tab character.157
ErrorsLine is longer than 80 characters.158
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.164
ErrorsMethod 'getNearestNavPoint' is not designed for extension - needs to be abstract, final or empty.164
ErrorsMissing a Javadoc comment.164
ErrorsParameter location should be final.164
ErrorsComment matches to-do format 'TODO:'.165
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
Errors'try' is not followed by whitespace.170
Errors'{' is not preceded with whitespace.170
ErrorsLine is longer than 80 characters.171
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
Errors'catch' is not preceded with whitespace.176
Errors'}' is not followed by whitespace.176
Errors'catch' is not followed by whitespace.176
Errors'{' is not preceded with whitespace.176
ErrorsMust have at least one statement.176
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.180
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.182
ErrorsLine contains a tab character.184
ErrorsMethod 'getFurthestNavPoint' is not designed for extension - needs to be abstract, final or empty.184
ErrorsMissing a Javadoc comment.184
ErrorsParameter location should be final.184
ErrorsComment matches to-do format 'TODO:'.185
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.189
ErrorsLine is longer than 80 characters.190
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.199
ErrorsLine is longer than 80 characters.200
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.203
ErrorsLine contains a tab character.204
ErrorsLine contains a tab character.205
ErrorsExpected an @return tag.206
ErrorsLine contains a tab character.206
ErrorsMethod 'isInside' is not designed for extension - needs to be abstract, final or empty.206
ErrorsParameter location should be final.206
ErrorsExpected @param tag for 'location'.206
ErrorsParameter place should be final.206
ErrorsExpected @param tag for 'place'.206
ErrorsLine contains a tab character.207
Errors'bases' hides a field.207
Errors'if' construct must use '{}'s.208
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.209
Errors'if' construct must use '{}'s.210
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.211
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.215
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.217
ErrorsLine is longer than 80 characters.218
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.220
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
ErrorsExpected an @return tag.223
ErrorsLine contains a tab character.223
ErrorsMethod 'getNavPoints' is not designed for extension - needs to be abstract, final or empty.223
ErrorsLine contains a tab character.224
ErrorsLine contains a tab character.225
ErrorsLine contains a tab character.226
ErrorsLine contains a tab character.227
ErrorsLine contains a tab character.228
ErrorsLine is longer than 80 characters.229
ErrorsLine contains a tab character.229
ErrorsLine contains a tab character.230
ErrorsLine contains a tab character.231
ErrorsLine contains a tab character.232
ErrorsLine contains a tab character.233
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235
ErrorsLine is longer than 80 characters.237
ErrorsLine contains a tab character.237
ErrorsMethod 'getNavPointsToPlaceMap' is not designed for extension - needs to be abstract, final or empty.237
ErrorsMissing a Javadoc comment.237
ErrorsLine contains a tab character.238
ErrorsLine is longer than 80 characters.239
ErrorsLine contains a tab character.239
ErrorsLine contains a tab character.240
ErrorsLine contains a tab character.241
ErrorsLine is longer than 80 characters.242
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 contains a tab character.246
ErrorsLine contains a tab character.247
ErrorsLine contains a tab character.249
ErrorsMethod 'getAllPlaces' is not designed for extension - needs to be abstract, final or empty.249
ErrorsMissing a Javadoc comment.249
ErrorsLine contains a tab character.250
ErrorsLine contains a tab character.251
ErrorsLine contains a tab character.252
ErrorsLine contains a tab character.253
ErrorsLine contains a tab character.254
ErrorsLine contains a tab character.255
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.262
ErrorsMethod 'getNavigation' is not designed for extension - needs to be abstract, final or empty.262
ErrorsMissing a Javadoc comment.262
ErrorsLine contains a tab character.263
ErrorsLine contains a tab character.264
ErrorsLine contains a tab character.266
ErrorsLine is longer than 80 characters.267
ErrorsLine contains a tab character.267
ErrorsLine contains a tab character.268
ErrorsLine contains a tab character.269
ErrorsLine contains a tab character.270
ErrorsLine contains a tab character.271
ErrorsLine contains a tab character.272
ErrorsExpected an @return tag.273
ErrorsLine contains a tab character.273
ErrorsMethod 'getPath' is not designed for extension - needs to be abstract, final or empty.273
ErrorsParameter from should be final.273
ErrorsExpected @param tag for 'from'.273
ErrorsParameter to should be final.273
ErrorsExpected @param tag for 'to'.273
ErrorsLine contains a tab character.274
ErrorsLine contains a tab character.275
ErrorsLine contains a tab character.277
ErrorsLine is longer than 80 characters.278
ErrorsLine contains a tab character.278
ErrorsLine contains a tab character.279
ErrorsLine contains a tab character.280
ErrorsLine contains a tab character.281
ErrorsLine contains a tab character.282
ErrorsLine contains a tab character.283
ErrorsExpected an @return tag.284
ErrorsLine contains a tab character.284
ErrorsMethod 'getPath' is not designed for extension - needs to be abstract, final or empty.284
ErrorsParameter from should be final.284
ErrorsExpected @param tag for 'from'.284
ErrorsParameter to should be final.284
ErrorsExpected @param tag for 'to'.284
ErrorsLine contains a tab character.285
ErrorsLine contains a tab character.286
ErrorsLine contains a tab character.288
ErrorsLine is longer than 80 characters.289
ErrorsLine contains a tab character.289
ErrorsLine contains a tab character.290
ErrorsLine contains a tab character.291
ErrorsLine contains a tab character.292
ErrorsLine contains a tab character.293
ErrorsLine contains a tab character.294
ErrorsLine contains a tab character.295
ErrorsExpected an @return tag.296
ErrorsLine contains a tab character.296
ErrorsMethod 'getPath' is not designed for extension - needs to be abstract, final or empty.296
ErrorsParameter from should be final.296
ErrorsExpected @param tag for 'from'.296
ErrorsParameter place should be final.296
ErrorsExpected @param tag for 'place'.296
ErrorsLine contains a tab character.297
ErrorsLine contains a tab character.298
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.307
ErrorsLine contains a tab character.308
ErrorsLine contains a tab character.309
ErrorsLine contains a tab character.311
ErrorsMethod 'getStoryWorldData' is not designed for extension - needs to be abstract, final or empty.311
ErrorsMissing a Javadoc comment.311
ErrorsLine contains a tab character.312
ErrorsLine contains a tab character.313
ErrorsLine contains a tab character.315
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.315
ErrorsLine contains a tab character.316
ErrorsLine contains a tab character.317
ErrorsLine contains a tab character.318

cz/cuni/amis/pogamut/udk/storyworld/place/SPStoryWorldData.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.20
ErrorsLine contains a tab character.23
ErrorsMissing a Javadoc comment.23
ErrorsLine contains a tab character.24
ErrorsLine has trailing spaces.25
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsMissing a Javadoc comment.26
ErrorsLine contains a tab character.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsMissing a Javadoc comment.29
ErrorsLine contains a tab character.30
ErrorsLine has trailing spaces.31
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsMissing a Javadoc comment.32
ErrorsLine contains a tab character.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsMissing a Javadoc comment.35
ErrorsLine contains a tab character.36
ErrorsLine has trailing spaces.37
ErrorsLine contains a tab character.37
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsMissing a Javadoc comment.38
ErrorsLine contains a tab character.39
ErrorsLine has trailing spaces.40
ErrorsLine contains a tab character.40
ErrorsLine is longer than 80 characters.41
ErrorsLine contains a tab character.41
ErrorsMissing a Javadoc comment.41
ErrorsParameter xmlFile should be final.41
ErrorsLine has trailing spaces.42
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
ErrorsLine contains a tab character.46
ErrorsLine is longer than 80 characters.47
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsMust have at least one statement.51
ErrorsLine contains a tab character.52
Errors'if' construct must use '{}'s.53
ErrorsLine is longer than 80 characters.53
ErrorsLine contains a tab character.53
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 has trailing spaces.58
ErrorsLine contains a tab character.58
ErrorsLine is longer than 80 characters.59
ErrorsLine contains a tab character.59
ErrorsMissing a Javadoc comment.59
ErrorsParameter places should be final.59
Errors'places' hides a field.59
ErrorsParameter bases should be final.59
Errors'bases' hides a field.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 has trailing spaces.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
ErrorsExpected an @return tag.69
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 contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
Errors'if' construct must use '{}'s.79
ErrorsLine contains a tab character.79
ErrorsLine is longer than 80 characters.80
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine is longer than 80 characters.82
ErrorsLine contains a tab character.82
ErrorsAvoid inline conditionals.82
ErrorsLine is longer than 80 characters.83
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine has trailing spaces.88
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
Errors'if' construct must use '{}'s.91
ErrorsLine contains a tab character.91
ErrorsLine is longer than 80 characters.92
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine is longer than 80 characters.94
ErrorsLine contains a tab character.94
ErrorsAvoid inline conditionals.94
ErrorsLine is longer than 80 characters.95
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine has trailing spaces.97
ErrorsLine contains a tab character.97
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.102
ErrorsMethod 'getPlaces' is not designed for extension - needs to be abstract, final or empty.102
ErrorsMissing a Javadoc comment.102
Errors',' is not followed by whitespace.102
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.106
ErrorsMethod 'getBases' is not designed for extension - needs to be abstract, final or empty.106
ErrorsMissing a Javadoc comment.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine has trailing spaces.109
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsMethod 'getFile' is not designed for extension - needs to be abstract, final or empty.110
ErrorsMissing a Javadoc comment.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.114
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.114
ErrorsLine contains a tab character.115
ErrorsLine is longer than 80 characters.116
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine has trailing spaces.118
ErrorsLine contains a tab character.118

cz/cuni/amis/pogamut/udk/utils/MultipleUDKBotRunner.java

ViolationMessageLine
ErrorsUnused import - cz.cuni.amis.pogamut.base.agent.IAgentId.6
ErrorsLine is longer than 80 characters.11
ErrorsUnused import - cz.cuni.amis.pogamut.base.utils.PogamutProperty.14
ErrorsLine is longer than 80 characters.24
ErrorsLine is longer than 80 characters.25
ErrorsLine is longer than 80 characters.29
ErrorsLine has trailing spaces.30
ErrorsLine is longer than 80 characters.30
ErrorsLine is longer than 80 characters.32
ErrorsLine is longer than 80 characters.35
ErrorsLine is longer than 80 characters.36
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.39
ErrorsLine is longer than 80 characters.42
ErrorsType Javadoc comment is missing an @param <BOT> tag.42
ErrorsType Javadoc comment is missing an @param <MODULE> tag.42
ErrorsType Javadoc comment is missing an @param <PARAMS> tag.42
ErrorsLine has trailing spaces.43
ErrorsLine contains a tab character.43
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
ErrorsVariable 'host' must be private and have accessor methods.47
ErrorsLine has trailing spaces.48
ErrorsLine is longer than 80 characters.50
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsVariable 'port' must be private and have accessor methods.52
ErrorsLine has trailing spaces.53
ErrorsLine is longer than 80 characters.55
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsVariable 'name' must be private and have accessor methods.57
ErrorsLine has trailing spaces.58
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 is longer than 80 characters.63
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
ErrorsParameter name should be final.66
Errors'name' hides a field.66
ErrorsParameter host should be final.66
Errors'host' hides a field.66
ErrorsParameter port should be final.66
Errors'port' hides a field.66
ErrorsLine contains a tab character.72
ErrorsLine is longer than 80 characters.73
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.74
ErrorsLine contains a tab character.74
ErrorsLine is longer than 80 characters.75
ErrorsLine contains a tab character.75
ErrorsUnused @param tag for 'factory'.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsParameter name should be final.78
Errors'name' hides a field.78
ErrorsLine has trailing spaces.80
ErrorsLine contains a tab character.80
ErrorsLine has trailing spaces.81
ErrorsLine is longer than 80 characters.81
ErrorsLine contains a tab character.81
ErrorsLine is longer than 80 characters.82
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.85
ErrorsLine is longer than 80 characters.87
ErrorsLine has trailing spaces.88
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine is longer than 80 characters.96
ErrorsLine has trailing spaces.99
ErrorsLine contains a tab character.103
ErrorsMethod 'setName' is not designed for extension - needs to be abstract, final or empty.103
ErrorsParameter name should be final.103
Errors'name' hides a field.103
Errors'if' construct must use '{}'s.104
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.109
ErrorsLine has trailing spaces.111
ErrorsMethod 'getHost' is not designed for extension - needs to be abstract, final or empty.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine has trailing spaces.120
ErrorsLine contains a tab character.124
ErrorsMethod 'setHost' is not designed for extension - needs to be abstract, final or empty.124
ErrorsParameter host should be final.124
Errors'host' hides a field.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.130
ErrorsLine has trailing spaces.132
ErrorsLine is longer than 80 characters.133
ErrorsLine contains a tab character.135
ErrorsMethod 'getPort' is not designed for extension - needs to be abstract, final or empty.135
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.139
ErrorsLine has trailing spaces.141
ErrorsLine is longer than 80 characters.142
ErrorsLine contains a tab character.145
ErrorsMethod 'setPort' is not designed for extension - needs to be abstract, final or empty.145
ErrorsParameter port should be final.145
Errors'port' hides a field.145
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsLine has trailing spaces.149
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine is longer than 80 characters.151
ErrorsMethod 'preStartHook' is not designed for extension - needs to be abstract, final or empty.153
ErrorsParameter agent should be final.154
ErrorsExpected @param tag for 'agent'.154
ErrorsExpected @throws tag for 'PogamutException'.154
ErrorsRedundant throws: 'PogamutException' is unchecked exception.154
ErrorsLine is longer than 80 characters.159
ErrorsLine is longer than 80 characters.160
ErrorsExpected an @return tag.162
ErrorsLine contains a tab character.162
ErrorsMethod 'newDefaultAgentParameters' is not designed for extension - needs to be abstract, final or empty.162
ErrorsLine contains a tab character.163
ErrorsLine is longer than 80 characters.164
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsExpected an @return tag.170
ErrorsLine contains a tab character.170
ErrorsMethod 'newAgentFactory' is not designed for extension - needs to be abstract, final or empty.170
ErrorsLine contains a tab character.171
ErrorsParameter agentModule should be final.171
ErrorsExpected @param tag for 'agentModule'.171
ErrorsLine is longer than 80 characters.172
ErrorsLine contains a tab character.172
ErrorsLine contains a tab character.173
ErrorsLine has trailing spaces.174
ErrorsLine contains a tab character.174
ErrorsLine is longer than 80 characters.175
ErrorsLine contains a tab character.175
ErrorsMethod 'startAgents' is not designed for extension - needs to be abstract, final or empty.175
ErrorsMissing a Javadoc comment.175
ErrorsParameter agentDescriptors should be final.175
Errors',' is not followed by whitespace.175
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177

cz/cuni/amis/pogamut/udk/utils/PogamutUDKProperty.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.3
ErrorsFirst sentence should end with a period.4
ErrorsLine contains a tab character.4
ErrorsLine contains a tab character.5
ErrorsLine contains a tab character.6
ErrorsLine contains a tab character.7
ErrorsLine contains a tab character.8
ErrorsLine contains a tab character.10
ErrorsLine contains a tab character.11
ErrorsLine contains a tab character.12
ErrorsLine contains a tab character.13
ErrorsFirst sentence should end with a period.15
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
ErrorsFirst sentence should end with a period.21
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsFirst sentence should end with a period.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.30
ErrorsFirst sentence should end with a period.32
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 contains a tab character.37
ErrorsLine contains a tab character.38
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
ErrorsMissing a Javadoc comment.43
ErrorsLine contains a tab character.45
ErrorsMissing a Javadoc comment.45
ErrorsParameter key should be final.45
Errors'key' hides a field.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.49
ErrorsMissing a Javadoc comment.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.53
ErrorsMissing a Javadoc comment.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55

cz/cuni/amis/pogamut/udk/utils/PogamutUTProps.java

ViolationMessageLine
ErrorsUtility classes should not have a public or default constructor.7
ErrorsLine is longer than 80 characters.9

cz/cuni/amis/pogamut/udk/utils/UCCWrapper.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.40
ErrorsLine is longer than 80 characters.54
ErrorsLine is longer than 80 characters.57
ErrorsLine is longer than 80 characters.58
ErrorsLine is longer than 80 characters.59
ErrorsLine is longer than 80 characters.60
ErrorsLine is longer than 80 characters.61
ErrorsLine has trailing spaces.62
ErrorsLine is longer than 80 characters.62
ErrorsLine has trailing spaces.63
ErrorsLine is longer than 80 characters.63
ErrorsLine is longer than 80 characters.65
ErrorsLine has trailing spaces.67
ErrorsLine is longer than 80 characters.70
ErrorsLine is longer than 80 characters.71
ErrorsLine has trailing spaces.72
ErrorsLine is longer than 80 characters.72
ErrorsLine is longer than 80 characters.73
ErrorsLine is longer than 80 characters.74
ErrorsLine is longer than 80 characters.75
ErrorsLine is longer than 80 characters.78
ErrorsLine is longer than 80 characters.79
ErrorsLine is longer than 80 characters.80
ErrorsLine has trailing spaces.81
ErrorsLine is longer than 80 characters.81
ErrorsLine is longer than 80 characters.82
ErrorsLine has trailing spaces.83
ErrorsLine has trailing spaces.85
ErrorsMissing a Javadoc comment.90
ErrorsLine has trailing spaces.94
ErrorsName 'spawnProcessMutex' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.96
ErrorsLine has trailing spaces.97
ErrorsLine has trailing spaces.103
ErrorsMissing a Javadoc comment.104
ErrorsLine has trailing spaces.105
ErrorsFirst sentence should end with a period.106
ErrorsLine is longer than 80 characters.107
ErrorsLine has trailing spaces.110
ErrorsFirst sentence should end with a period.111
ErrorsLine is longer than 80 characters.117
ErrorsLine has trailing spaces.119
ErrorsMethod 'start' is not designed for extension - needs to be abstract, final or empty.121
ErrorsRedundant throws: 'UCCStartException' is unchecked exception.121
Errors'if' is not followed by whitespace.122
Errors'{' is not preceded with whitespace.122
ErrorsMethod 'getMapNameWithOptions' is not designed for extension - needs to be abstract, final or empty.130
ErrorsMissing a Javadoc comment.130
ErrorsLine is longer than 80 characters.135
Errors'if' is not followed by whitespace.135
Errors'{' is not preceded with whitespace.135
Errors'if' is not followed by whitespace.137
Errors'{' is not preceded with whitespace.137
ErrorsLine is longer than 80 characters.138
ErrorsLine has trailing spaces.139
Errors'if' is not followed by whitespace.140
Errors'{' is not preceded with whitespace.140
ErrorsLine has trailing spaces.142
Errors'}' should be on the same line.143
Errors'if' is not followed by whitespace.144
Errors'{' is not preceded with whitespace.144
ErrorsLine is longer than 80 characters.150
ErrorsLine is longer than 80 characters.155
ErrorsMissing a Javadoc comment.155
ErrorsParameter monitor should be final.155
ErrorsParameter oldUDKProcesses should be final.155
Errors'{' is not preceded with whitespace.155
Errors'if' is not followed by whitespace.157
Errors'{' is not preceded with whitespace.157
ErrorsLine is longer than 80 characters.161
ErrorsLine is longer than 80 characters.162
ErrorsLine is longer than 80 characters.164
Errors'for' is not followed by whitespace.164
Errors':' is not followed by whitespace.164
Errors'cast' is not followed by whitespace.164
Errors'{' is not preceded with whitespace.164
ErrorsLine is longer than 80 characters.165
ErrorsLine has trailing spaces.166
ErrorsLine has trailing spaces.172
ErrorsLine has trailing spaces.174
ErrorsLine is longer than 80 characters.176
ErrorsLine is longer than 80 characters.177
ErrorsLine is longer than 80 characters.178
ErrorsLine has trailing spaces.180
ErrorsExpected an @return tag.182
ErrorsParameter procBuilder should be final.182
ErrorsExpected @param tag for 'procBuilder'.182
ErrorsExpected @throws tag for 'IOException'.182
ErrorsLine has trailing spaces.186
Errors'if' is not followed by whitespace.188
Errors'{' is not preceded with whitespace.188
ErrorsLine is longer than 80 characters.193
ErrorsLine is longer than 80 characters.194
ErrorsLine is longer than 80 characters.196
Errors'for' is not followed by whitespace.196
Errors':' is not followed by whitespace.196
Errors'cast' is not followed by whitespace.196
Errors'{' is not preceded with whitespace.196
ErrorsLine is longer than 80 characters.197
ErrorsLine has trailing spaces.206
ErrorsLine has trailing spaces.208
ErrorsLine is longer than 80 characters.211
ErrorsLine has trailing spaces.212
ErrorsLine is longer than 80 characters.212
ErrorsLine has trailing spaces.213
ErrorsMissing a Javadoc comment.227
ErrorsMissing a Javadoc comment.239
ErrorsMissing a Javadoc comment.241
ErrorsVariable 'udkPids' must be private and have accessor methods.241
ErrorsParameter op should be final.244
ErrorsParameter i should be final.244
ErrorsLine is longer than 80 characters.245
ErrorsMissing a Javadoc comment.251
ErrorsParameter uccLog should be final.260
ErrorsExpected @param tag for 'uccLog'.260
ErrorsLine is longer than 80 characters.277
Errors'4' is a magic number.281
Errors'3' is a magic number.285
ErrorsLine is longer than 80 characters.291
ErrorsVariable 'uccLog' must be private and have accessor methods.298
ErrorsMissing a Javadoc comment.300
ErrorsVariable 'fileCounter' must be private and have accessor methods.300
ErrorsMissing a Javadoc comment.302
ErrorsVariable 'uccProcess' must be private and have accessor methods.302
ErrorsVariable 'gbPort' must be private and have accessor methods.305
ErrorsVariable 'controlPort' must be private and have accessor methods.308
ErrorsVariable 'observerPort' must be private and have accessor methods.311
ErrorsMissing a Javadoc comment.313
ErrorsVariable 'utServer' must be private and have accessor methods.313
ErrorsName 'basePort' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.316
ErrorsMissing a Javadoc comment.318
ErrorsVariable 'nextUccWrapperUID' must be private and have accessor methods.318
ErrorsVariable 'uccWrapperUID' must be private and have accessor methods.321
ErrorsMissing a Javadoc comment.323
ErrorsVariable 'unrealHome' must be private and have accessor methods.323
ErrorsMissing a Javadoc comment.325
ErrorsVariable 'configuration' must be private and have accessor methods.325
ErrorsMissing a Javadoc comment.327
ErrorsVariable 'startingTimeout' must be private and have accessor methods.327
ErrorsMissing a Javadoc comment.330
ErrorsVariable 'uccPid' must be private and have accessor methods.330
ErrorsMissing a Javadoc comment.332
ErrorsVariable 'serverFactory' must be private and have accessor methods.332
ErrorsLine has trailing spaces.335
ErrorsLine is longer than 80 characters.335
ErrorsLine is longer than 80 characters.336
ErrorsLine is longer than 80 characters.337
ErrorsLine is longer than 80 characters.338
ErrorsLine is longer than 80 characters.339
ErrorsLine is longer than 80 characters.340
ErrorsVariable 'aggressiveKilling' must be private and have accessor methods.343
ErrorsLine has trailing spaces.344
ErrorsLine is longer than 80 characters.346
ErrorsLine has trailing spaces.347
ErrorsLine is longer than 80 characters.349
ErrorsLine is longer than 80 characters.352
ErrorsLine is longer than 80 characters.353
ErrorsLine has trailing spaces.357
ErrorsLine has trailing spaces.358
ErrorsMissing a Javadoc comment.359
ErrorsVariable 'scanner' must be private and have accessor methods.359
ErrorsLine has trailing spaces.361
ErrorsLine has trailing spaces.364
ErrorsMethod 'getLogger' is not designed for extension - needs to be abstract, final or empty.366
ErrorsMethod 'getUTServer' is not designed for extension - needs to be abstract, final or empty.373
ErrorsLine is longer than 80 characters.376
ErrorsLine has trailing spaces.381
ErrorsMethod 'restartServer' is not designed for extension - needs to be abstract, final or empty.382
ErrorsMissing a Javadoc comment.382
Errors'{' is not preceded with whitespace.382
ErrorsMethod 'getUnrealHome' is not designed for extension - needs to be abstract, final or empty.387
ErrorsMissing a Javadoc comment.387
ErrorsLine is longer than 80 characters.389
ErrorsMissing a Javadoc comment.395
ErrorsParameter configuration should be final.395
Errors'configuration' hides a field.395
ErrorsMissing a Javadoc comment.399
ErrorsParameter configuration should be final.399
Errors'configuration' hides a field.399
ErrorsParameter factory should be final.399
ErrorsMissing a Javadoc comment.403
ErrorsParameter configuration should be final.403
Errors'configuration' hides a field.403
ErrorsParameter startImmediately should be final.403
ErrorsLine has trailing spaces.408
ErrorsLine is longer than 80 characters.411
ErrorsLine has trailing spaces.412
ErrorsLine is longer than 80 characters.414
ErrorsParameter configuration should be final.414
Errors'configuration' hides a field.414
ErrorsExpected @param tag for 'configuration'.414
ErrorsParameter serverFactory should be final.414
Errors'serverFactory' hides a field.414
ErrorsParameter startImmediately should be final.414
ErrorsExpected @param tag for 'startImmediately'.414
ErrorsRedundant throws: 'UCCStartException' is unchecked exception.414
ErrorsLine is longer than 80 characters.417
ErrorsLine has trailing spaces.418
ErrorsLine has trailing spaces.419
ErrorsLine has trailing spaces.420
Errors'if' is not followed by whitespace.426
Errors'{' is not preceded with whitespace.426
ErrorsMethod 'getConfiguration' is not designed for extension - needs to be abstract, final or empty.431
ErrorsMissing a Javadoc comment.431
ErrorsFirst sentence should end with a period.435
ErrorsLine has trailing spaces.437
ErrorsMethod 'setConfiguration' is not designed for extension - needs to be abstract, final or empty.439
ErrorsParameter configuration should be final.439
Errors'configuration' hides a field.439
ErrorsMethod 'getServerFactory' is not designed for extension - needs to be abstract, final or empty.443
ErrorsMissing a Javadoc comment.443
ErrorsFirst sentence should end with a period.447
ErrorsLine has trailing spaces.449
ErrorsMethod 'setServerFactory' is not designed for extension - needs to be abstract, final or empty.451
ErrorsParameter serverFactory should be final.451
Errors'serverFactory' hides a field.451
ErrorsMethod 'getStartingTimeout' is not designed for extension - needs to be abstract, final or empty.455
ErrorsMissing a Javadoc comment.455
ErrorsFirst sentence should end with a period.459
ErrorsLine is longer than 80 characters.460
ErrorsLine has trailing spaces.461
ErrorsUnused @param tag for 'udkExeSpawnTimeout'.461
ErrorsMethod 'setStartingTimeout' is not designed for extension - needs to be abstract, final or empty.463
ErrorsParameter startingTimeout should be final.463
Errors'startingTimeout' hides a field.463
ErrorsExpected @param tag for 'startingTimeout'.463
ErrorsMethod 'getUdkExeSpawnTimeoutUnix' is not designed for extension - needs to be abstract, final or empty.467
ErrorsMissing a Javadoc comment.467
ErrorsFirst sentence should end with a period.471
ErrorsLine is longer than 80 characters.472
ErrorsLine has trailing spaces.473
ErrorsUnused @param tag for 'udkExeSpawnTimeout'.473
ErrorsMethod 'setUdkExeSpawnTimeoutUnix' is not designed for extension - needs to be abstract, final or empty.475
ErrorsParameter udkExeSpawnTimeoutUnix should be final.475
Errors'udkExeSpawnTimeoutUnix' hides a field.475
ErrorsExpected @param tag for 'udkExeSpawnTimeoutUnix'.475
ErrorsMethod 'getUdkExeSpawnTimeoutWindows' is not designed for extension - needs to be abstract, final or empty.479
ErrorsMissing a Javadoc comment.479
ErrorsFirst sentence should end with a period.483
ErrorsLine is longer than 80 characters.484
ErrorsLine has trailing spaces.485
ErrorsUnused @param tag for 'udkExeSpawnTimeout'.485
ErrorsMethod 'setUdkExeSpawnTimeoutWindows' is not designed for extension - needs to be abstract, final or empty.487
ErrorsParameter udkExeSpawnTimeoutWindows should be final.487
Errors'udkExeSpawnTimeoutWindows' hides a field.487
ErrorsExpected @param tag for 'udkExeSpawnTimeoutWindows'.487
ErrorsMethod 'isAggressiveKilling' is not designed for extension - needs to be abstract, final or empty.491
ErrorsMissing a Javadoc comment.491
ErrorsMethod 'setAggressiveKilling' is not designed for extension - needs to be abstract, final or empty.495
ErrorsMissing a Javadoc comment.495
ErrorsParameter aggressiveKilling should be final.495
Errors'aggressiveKilling' hides a field.495
ErrorsLine has trailing spaces.498
ErrorsLine has trailing spaces.499
ErrorsLine has trailing spaces.501
ErrorsLine has trailing spaces.502
ErrorsVariable 'shutDownHook' must be private and have accessor methods.506
ErrorsMissing a Javadoc comment.514
ErrorsMissing a Javadoc comment.517
ErrorsVariable 'stamp' must be private and have accessor methods.517
ErrorsMissing a Javadoc comment.519
ErrorsMethod 'initUCCWrapper' is not designed for extension - needs to be abstract, final or empty.528
ErrorsMissing a Javadoc comment.528
ErrorsRedundant throws: 'UCCStartException' is unchecked exception.528
ErrorsLine is longer than 80 characters.534
ErrorsLine has trailing spaces.538
ErrorsLine is longer than 80 characters.539
ErrorsLine has trailing spaces.541
Errors'if' is not followed by whitespace.542
Errors'{' is not preceded with whitespace.542
Errors'}' should be on the same line.544
ErrorsLine is longer than 80 characters.546
Errors'if' is not followed by whitespace.546
Errors'{' is not preceded with whitespace.546
ErrorsLine has trailing spaces.552
Errors'if' is not followed by whitespace.555
Errors'{' is not preceded with whitespace.555
ErrorsLine has trailing spaces.558
Errors'if' is not followed by whitespace.559
Errors'{' is not preceded with whitespace.559
ErrorsLine has trailing spaces.562
ErrorsLine has trailing spaces.578
ErrorsLine is longer than 80 characters.580
Errors'5000' is a magic number.585
ErrorsLine has trailing spaces.594
ErrorsLine has trailing spaces.597
ErrorsUnused @throws tag for 'PogamutException'.598
ErrorsMethod 'changeMap' is not designed for extension - needs to be abstract, final or empty.600
ErrorsParameter mapName should be final.600
ErrorsExpected @param tag for 'mapName'.600
ErrorsParameter notifyGame should be final.600
ErrorsExpected @param tag for 'notifyGame'.600
ErrorsParameter timeout should be final.600
ErrorsExpected @param tag for 'timeout'.600
Errors'{' is not preceded with whitespace.600
Errors'if' is not followed by whitespace.603
Errors'{' is not preceded with whitespace.603
ErrorsLine is longer than 80 characters.605
ErrorsLine has trailing spaces.607
ErrorsLine is longer than 80 characters.608
ErrorsLine has trailing spaces.612
ErrorsLine has trailing spaces.613
ErrorsLine is longer than 80 characters.616
ErrorsLine is longer than 80 characters.621
ErrorsParameter event should be final.624
Errors'if' is not followed by whitespace.625
Errors'{' is not preceded with whitespace.625
ErrorsLine is longer than 80 characters.628
ErrorsLine has trailing spaces.632
ErrorsLine has trailing spaces.633
ErrorsLine is longer than 80 characters.634
ErrorsLine has trailing spaces.635
ErrorsLine has trailing spaces.637
ErrorsLine has trailing spaces.638
Errors'for' is not followed by whitespace.638
Errors'{' is not preceded with whitespace.638
Errors'if' is not followed by whitespace.639
Errors'{' is not preceded with whitespace.639
ErrorsLine is longer than 80 characters.641
ErrorsLine is longer than 80 characters.644
Errors'if' is not followed by whitespace.644
Errors'{' is not preceded with whitespace.644
ErrorsLine is longer than 80 characters.647
ErrorsLine is longer than 80 characters.649
Errors'if' is not followed by whitespace.649
Errors'{' is not preceded with whitespace.649
Errors'{' is not preceded with whitespace.653
ErrorsLine has trailing spaces.654
ErrorsLine is longer than 80 characters.654
ErrorsLine has trailing spaces.659
ErrorsMust have at least one statement.659
ErrorsLine has trailing spaces.662
Errors'if' is not followed by whitespace.663
Errors'{' is not preceded with whitespace.663
ErrorsLine is longer than 80 characters.664
ErrorsLine has trailing spaces.666
ErrorsLine has trailing spaces.667
ErrorsLine is longer than 80 characters.682
ErrorsLine has trailing spaces.688
ErrorsLine has trailing spaces.689
ErrorsFirst sentence should end with a period.690
ErrorsLine is longer than 80 characters.691
ErrorsLine has trailing spaces.692
ErrorsExpected an @return tag.694
ErrorsMethod 'awaitGameStart' is not designed for extension - needs to be abstract, final or empty.694
Errors'{' is not preceded with whitespace.694
ErrorsFirst sentence should end with a period.698
ErrorsExpected an @return tag.702
ErrorsMethod 'getProcess' is not designed for extension - needs to be abstract, final or empty.702
ErrorsVariable 'stopped' must be private and have accessor methods.706
ErrorsMissing a Javadoc comment.708
Errors'if' is not followed by whitespace.709
Errors'{' is not preceded with whitespace.709
ErrorsLine is longer than 80 characters.710
ErrorsLine has trailing spaces.715
ErrorsLine is longer than 80 characters.715
ErrorsLine is longer than 80 characters.717
ErrorsLine is longer than 80 characters.718
ErrorsLine is longer than 80 characters.725
ErrorsLine is longer than 80 characters.728
ErrorsLine is longer than 80 characters.729
Errors'3' is a magic number.731
ErrorsLine is longer than 80 characters.733
ErrorsLine is longer than 80 characters.736
ErrorsLine is longer than 80 characters.738
ErrorsLine is longer than 80 characters.741
Errors'if' is not followed by whitespace.754
Errors'{' is not preceded with whitespace.754
ErrorsLine is longer than 80 characters.755
ErrorsMethod 'stop' is not designed for extension - needs to be abstract, final or empty.767
ErrorsLine has trailing spaces.772
Errors'1000' is a magic number.774
ErrorsMust have at least one statement.776
ErrorsMethod 'getBotPort' is not designed for extension - needs to be abstract, final or empty.784
ErrorsMethod 'getObserverPort' is not designed for extension - needs to be abstract, final or empty.793
ErrorsMethod 'getControlPort' is not designed for extension - needs to be abstract, final or empty.802
ErrorsMethod 'stopCheck' is not designed for extension - needs to be abstract, final or empty.807
ErrorsMissing a Javadoc comment.807
ErrorsMethod 'getHost' is not designed for extension - needs to be abstract, final or empty.813
ErrorsMissing a Javadoc comment.813
ErrorsMethod 'getBotAddress' is not designed for extension - needs to be abstract, final or empty.817
ErrorsMissing a Javadoc comment.817
ErrorsMethod 'getServerAddress' is not designed for extension - needs to be abstract, final or empty.821
ErrorsMissing a Javadoc comment.821
ErrorsLine has trailing spaces.826
ErrorsExpected an @return tag.830
ErrorsMethod 'getObserverAddress' is not designed for extension - needs to be abstract, final or empty.830
ErrorsMissing a Javadoc comment.840
ErrorsVariable 'mapName' must be private and have accessor methods.840
ErrorsMissing a Javadoc comment.842
ErrorsVariable 'gameBotsPack' must be private and have accessor methods.842
ErrorsMissing a Javadoc comment.844
ErrorsVariable 'gameType' must be private and have accessor methods.844
ErrorsMissing a Javadoc comment.846
ErrorsVariable 'options' must be private and have accessor methods.846
ErrorsMissing a Javadoc comment.848
ErrorsVariable 'startOnUnusedPort' must be private and have accessor methods.848
ErrorsMissing a Javadoc comment.850
ErrorsVariable 'otherCommandLineParameters' must be private and have accessor methods.850
ErrorsMissing a Javadoc comment.852
ErrorsVariable 'botServerPort' must be private and have accessor methods.852
ErrorsMissing a Javadoc comment.854
ErrorsVariable 'controlServerPort' must be private and have accessor methods.854
ErrorsFirst sentence should end with a period.856
ErrorsLine has trailing spaces.859
ErrorsVariable 'wineprefix' must be private and have accessor methods.859
ErrorsLine has trailing spaces.860
ErrorsMissing a Javadoc comment.861
ErrorsVariable 'log' must be private and have accessor methods.861
ErrorsMissing a Javadoc comment.863
ErrorsLine is longer than 80 characters.867
ErrorsMissing a Javadoc comment.871
ErrorsMethod 'applyDefaults' is not designed for extension - needs to be abstract, final or empty.874
ErrorsMissing a Javadoc comment.874
ErrorsParameter defaults should be final.874
ErrorsLine is longer than 80 characters.891
Errors'if' is not followed by whitespace.902
Errors'{' is not preceded with whitespace.902
ErrorsLine is longer than 80 characters.908
ErrorsExpected an @return tag.911
ErrorsMethod 'setStartOnUnusedPort' is not designed for extension - needs to be abstract, final or empty.911
ErrorsParameter startOnUnusedPort should be final.911
Errors'startOnUnusedPort' hides a field.911
ErrorsExpected @param tag for 'startOnUnusedPort'.911
ErrorsExpected an @return tag.920
ErrorsMethod 'setGameBotsPack' is not designed for extension - needs to be abstract, final or empty.920
ErrorsParameter gameBotsPack should be final.920
Errors'gameBotsPack' hides a field.920
ErrorsExpected @param tag for 'gameBotsPack'.920
ErrorsMethod 'setMapName' is not designed for extension - needs to be abstract, final or empty.925
ErrorsMissing a Javadoc comment.925
ErrorsParameter mapName should be final.925
Errors'mapName' hides a field.925
ErrorsExpected an @return tag.934
ErrorsMethod 'setGameType' is not designed for extension - needs to be abstract, final or empty.934
ErrorsParameter gameType should be final.934
Errors'gameType' hides a field.934
ErrorsExpected @param tag for 'gameType'.934
ErrorsExpected an @return tag.943
ErrorsMethod 'setOptions' is not designed for extension - needs to be abstract, final or empty.943
ErrorsParameter options should be final.943
Errors'options' hides a field.943
ErrorsExpected @param tag for 'options'.943
ErrorsExpected an @return tag.952
ErrorsMethod 'setLogger' is not designed for extension - needs to be abstract, final or empty.952
ErrorsParameter log should be final.952
Errors'log' hides a field.952
ErrorsExpected @param tag for 'log'.952
ErrorsLine is longer than 80 characters.957
ErrorsMethod 'setOtherCommandLineParameters' is not designed for extension - needs to be abstract, final or empty.957
ErrorsMissing a Javadoc comment.957
ErrorsParameter otherCommandLineParameters should be final.957
Errors'otherCommandLineParameters' hides a field.957
ErrorsMethod 'setBotServerPort' is not designed for extension - needs to be abstract, final or empty.962
ErrorsMissing a Javadoc comment.962
ErrorsParameter botServerPort should be final.962
Errors'botServerPort' hides a field.962
ErrorsMethod 'setControlServerPort' is not designed for extension - needs to be abstract, final or empty.967
ErrorsMissing a Javadoc comment.967
ErrorsParameter controlServerPort should be final.967
Errors'controlServerPort' hides a field.967
ErrorsLine has trailing spaces.971
ErrorsFirst sentence should end with a period.972
ErrorsLine has trailing spaces.975
ErrorsExpected an @return tag.977
ErrorsMethod 'setWineprefix' is not designed for extension - needs to be abstract, final or empty.977
ErrorsParameter wineprefix should be final.977
Errors'wineprefix' hides a field.977
ErrorsExpected @param tag for 'wineprefix'.977
Errors'{' is not preceded with whitespace.977
ErrorsMissing a Javadoc comment.988
ErrorsVariable 'os' must be private and have accessor methods.988
ErrorsMissing a Javadoc comment.990
ErrorsParameter os should be final.990
Errors'os' hides a field.990
ErrorsMethod 'handleInput' is not designed for extension - needs to be abstract, final or empty.995
ErrorsMissing a Javadoc comment.995
ErrorsParameter str should be final.995
ErrorsMethod 'run' is not designed for extension - needs to be abstract, final or empty.1001
ErrorsLine is longer than 80 characters.1003
ErrorsMust have at least one statement.1011
ErrorsLine has trailing spaces.1012
ErrorsLine has trailing spaces.1020
ErrorsLine is longer than 80 characters.1020
ErrorsLine is longer than 80 characters.1024
ErrorsVariable 'exception' must be private and have accessor methods.1025
ErrorsMissing a Javadoc comment.1027
ErrorsParameter is should be final.1027
ErrorsInner assignments should be avoided.1029
ErrorsLine is longer than 80 characters.1033
ErrorsMissing a Javadoc comment.1039
ErrorsVariable 'serverStartedLatch' must be private and have accessor methods.1039
ErrorsMissing a Javadoc comment.1040
ErrorsVariable 'mapChangedLatch' must be private and have accessor methods.1040
ErrorsMissing a Javadoc comment.1042
ErrorsVariable 'controlPort' must be private and have accessor methods.1042
ErrorsMissing a Javadoc comment.1044
ErrorsVariable 'botsPort' must be private and have accessor methods.1044
ErrorsLine has trailing spaces.1047
ErrorsLine is longer than 80 characters.1047
ErrorsLine is longer than 80 characters.1048
ErrorsVariable 'timer' must be private and have accessor methods.1051
ErrorsMissing a Javadoc comment.1053
ErrorsVariable 'task' must be private and have accessor methods.1053
ErrorsLine is longer than 80 characters.1054
ErrorsMissing a Javadoc comment.1056
ErrorsLine is longer than 80 characters.1058
ErrorsMissing a Javadoc comment.1058
ErrorsLine is longer than 80 characters.1060
ErrorsMissing a Javadoc comment.1060
ErrorsLine is longer than 80 characters.1062
ErrorsMissing a Javadoc comment.1062
ErrorsLine is longer than 80 characters.1064
ErrorsMissing a Javadoc comment.1064
ErrorsMethod 'awaitGameStart' is not designed for extension - needs to be abstract, final or empty.1066
ErrorsMissing a Javadoc comment.1066
Errors'{' is not preceded with whitespace.1066
Errors'if' is not followed by whitespace.1067
Errors'{' is not preceded with whitespace.1067
ErrorsLine is longer than 80 characters.1068
ErrorsLine has trailing spaces.1073
ErrorsLine has trailing spaces.1074
ErrorsMethod 'handleInput' is not designed for extension - needs to be abstract, final or empty.1075
ErrorsParameter str should be final.1076
ErrorsLine is longer than 80 characters.1090
ErrorsLine is longer than 80 characters.1096
ErrorsMethod 'raiseServerStartedLatch' is not designed for extension - needs to be abstract, final or empty.1109
ErrorsMissing a Javadoc comment.1109

cz/cuni/amis/pogamut/udk/utils/UDKBotRunner.java

ViolationMessageLine
ErrorsUnused import - cz.cuni.amis.pogamut.base.agent.IAgentId.5
ErrorsLine is longer than 80 characters.9
ErrorsUnused import - cz.cuni.amis.pogamut.base.utils.PogamutPlatform.12
ErrorsUnused import - cz.cuni.amis.pogamut.base.utils.PogamutProperty.13
ErrorsUnused import - cz.cuni.amis.pogamut.udk.bot.impl.UDKBot.17
ErrorsLine is longer than 80 characters.24
ErrorsLine is longer than 80 characters.26
ErrorsLine has trailing spaces.30
ErrorsLine is longer than 80 characters.37
ErrorsLine contains a tab character.39
ErrorsLine is longer than 80 characters.40
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsVariable 'host' must be private and have accessor methods.42
ErrorsLine has trailing spaces.43
ErrorsLine is longer than 80 characters.45
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsVariable 'port' must be private and have accessor methods.47
ErrorsLine has trailing spaces.48
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
ErrorsVariable 'name' must be private and have accessor methods.52
ErrorsLine has trailing spaces.54
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine is longer than 80 characters.59
ErrorsLine contains a tab character.59
ErrorsLine is longer than 80 characters.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsParameter factory should be final.62
ErrorsParameter name should be final.62
Errors'name' hides a field.62
ErrorsParameter host should be final.62
Errors'host' hides a field.62
ErrorsParameter port should be final.62
Errors'port' hides a field.62
ErrorsLine contains a tab character.69
ErrorsLine is longer than 80 characters.70
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.71
ErrorsLine is longer than 80 characters.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsUnused @param tag for 'log'.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsParameter factory should be final.76
ErrorsParameter name should be final.76
Errors'name' hides a field.76
ErrorsLine has trailing spaces.78
ErrorsLine contains a tab character.78
ErrorsLine has trailing spaces.79
ErrorsLine contains a tab character.79
ErrorsLine has trailing spaces.80
ErrorsLine is longer than 80 characters.80
ErrorsLine contains a tab character.80
ErrorsLine is longer than 80 characters.81
ErrorsLine contains a tab character.81
ErrorsLine has trailing spaces.84
ErrorsLine is longer than 80 characters.86
ErrorsLine has trailing spaces.88
ErrorsLine is longer than 80 characters.89
ErrorsParameter factory should be final.91
ErrorsLine has trailing spaces.94
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.96
ErrorsLine has trailing spaces.97
ErrorsLine contains a tab character.97
ErrorsLine is longer than 80 characters.98
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine is longer than 80 characters.100
ErrorsLine contains a tab character.100
ErrorsLine is longer than 80 characters.101
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine is longer than 80 characters.103
ErrorsLine contains a tab character.103
ErrorsParameter module should be final.103
ErrorsParameter name should be final.103
Errors'name' hides a field.103
ErrorsParameter host should be final.103
Errors'host' hides a field.103
ErrorsParameter port should be final.103
Errors'port' hides a field.103
ErrorsLine contains a tab character.107
ErrorsLine is longer than 80 characters.108
ErrorsLine contains a tab character.108
ErrorsLine has trailing spaces.109
ErrorsLine contains a tab character.109
ErrorsLine is longer than 80 characters.110
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsParameter module should be final.113
ErrorsParameter name should be final.113
Errors'name' hides a field.113
ErrorsLine has trailing spaces.115
ErrorsLine contains a tab character.115
ErrorsLine has trailing spaces.116
ErrorsLine contains a tab character.116
ErrorsLine has trailing spaces.117
ErrorsLine is longer than 80 characters.117
ErrorsLine contains a tab character.117
ErrorsLine is longer than 80 characters.118
ErrorsLine contains a tab character.118
ErrorsLine has trailing spaces.121
ErrorsLine is longer than 80 characters.123
ErrorsLine has trailing spaces.125
ErrorsLine is longer than 80 characters.126
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsParameter module should be final.128
ErrorsLine has trailing spaces.131
ErrorsLine has trailing spaces.132
ErrorsLine contains a tab character.133
ErrorsLine has trailing spaces.134
ErrorsLine contains a tab character.134
ErrorsLine is longer than 80 characters.135
ErrorsLine contains a tab character.135
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 contains a tab character.139
ErrorsLine is longer than 80 characters.140
ErrorsLine contains a tab character.140
ErrorsParameter botControllerClass should be final.140
ErrorsParameter name should be final.140
Errors'name' hides a field.140
ErrorsParameter host should be final.140
Errors'host' hides a field.140
ErrorsParameter port should be final.140
Errors'port' hides a field.140
ErrorsLine contains a tab character.144
ErrorsLine is longer than 80 characters.145
ErrorsLine contains a tab character.145
ErrorsLine has trailing spaces.146
ErrorsLine contains a tab character.146
ErrorsLine is longer than 80 characters.147
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsLine is longer than 80 characters.150
ErrorsParameter botControllerClass should be final.150
ErrorsParameter name should be final.150
Errors'name' hides a field.150
ErrorsLine has trailing spaces.152
ErrorsLine contains a tab character.152
ErrorsLine has trailing spaces.153
ErrorsLine contains a tab character.153
ErrorsLine has trailing spaces.154
ErrorsLine is longer than 80 characters.154
ErrorsLine contains a tab character.154
ErrorsLine is longer than 80 characters.155
ErrorsLine contains a tab character.155
ErrorsLine has trailing spaces.158
ErrorsLine is longer than 80 characters.160
ErrorsLine has trailing spaces.162
ErrorsLine is longer than 80 characters.163
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsParameter botControllerClass should be final.165
ErrorsLine has trailing spaces.168
ErrorsMethod 'startAgent' is not designed for extension - needs to be abstract, final or empty.169
ErrorsRedundant throws: 'PogamutException' is unchecked exception.170
ErrorsLine contains a tab character.171
ErrorsLine has trailing spaces.173
ErrorsMethod 'startAgents' is not designed for extension - needs to be abstract, final or empty.174
ErrorsParameter count should be final.175
ErrorsRedundant throws: 'PogamutException' is unchecked exception.175
ErrorsLine contains a tab character.176
ErrorsLine has trailing spaces.178
ErrorsMethod 'startAgents' is not designed for extension - needs to be abstract, final or empty.179
ErrorsLine is longer than 80 characters.180
ErrorsParameter agentParameters should be final.180
ErrorsRedundant throws: 'PogamutException' is unchecked exception.180
ErrorsLine contains a tab character.181
ErrorsLine has trailing spaces.183
ErrorsLine is longer than 80 characters.185
ErrorsLine has trailing spaces.186
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.189
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191
ErrorsLine is longer than 80 characters.194
ErrorsLine has trailing spaces.197
ErrorsLine contains a tab character.201
ErrorsMethod 'setName' is not designed for extension - needs to be abstract, final or empty.201
ErrorsParameter name should be final.201
Errors'name' hides a field.201
Errors'if' construct must use '{}'s.202
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.203
ErrorsLine contains a tab character.204
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.207
ErrorsLine has trailing spaces.209
ErrorsMethod 'getHost' is not designed for extension - needs to be abstract, final or empty.212
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.214
ErrorsLine has trailing spaces.218
ErrorsLine contains a tab character.222
ErrorsMethod 'setHost' is not designed for extension - needs to be abstract, final or empty.222
ErrorsParameter host should be final.222
Errors'host' hides a field.222
ErrorsLine contains a tab character.223
ErrorsLine contains a tab character.224
ErrorsLine contains a tab character.225
ErrorsLine contains a tab character.226
ErrorsLine contains a tab character.228
ErrorsLine has trailing spaces.230
ErrorsLine is longer than 80 characters.231
ErrorsLine contains a tab character.233
ErrorsMethod 'getPort' is not designed for extension - needs to be abstract, final or empty.233
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235
ErrorsLine contains a tab character.237
ErrorsLine has trailing spaces.239
ErrorsLine is longer than 80 characters.240
ErrorsLine contains a tab character.243
ErrorsMethod 'setPort' is not designed for extension - needs to be abstract, final or empty.243
ErrorsParameter port should be final.243
Errors'port' hides a field.243
ErrorsLine contains a tab character.244
ErrorsLine contains a tab character.245
ErrorsLine contains a tab character.246
ErrorsLine is longer than 80 characters.249
ErrorsExpected an @return tag.252
ErrorsLine contains a tab character.252
ErrorsMethod 'newDefaultAgentParameters' is not designed for extension - needs to be abstract, final or empty.252
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 has trailing spaces.256
ErrorsLine contains a tab character.256

cz/cuni/amis/pogamut/udk/utils/UDKObserverRunner.java

ViolationMessageLine
ErrorsUnused import - cz.cuni.amis.pogamut.base.agent.IAgentId.5
ErrorsLine is longer than 80 characters.9
ErrorsUnused import - cz.cuni.amis.pogamut.base.utils.PogamutPlatform.12
ErrorsUnused import - cz.cuni.amis.pogamut.base.utils.PogamutProperty.13
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.21
ErrorsLine has trailing spaces.25
ErrorsLine is longer than 80 characters.29
ErrorsType Javadoc comment is missing an @param <OBSERVER> tag.29
ErrorsType Javadoc comment is missing an @param <PARAMS> tag.29
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
ErrorsVariable 'host' must be private and have accessor methods.34
ErrorsLine has trailing spaces.35
ErrorsLine is longer than 80 characters.37
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsVariable 'port' must be private and have accessor methods.39
ErrorsLine has trailing spaces.40
ErrorsLine is longer than 80 characters.42
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsVariable 'name' must be private and have accessor methods.44
ErrorsLine has trailing spaces.46
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine has trailing spaces.48
ErrorsLine contains a tab character.48
ErrorsLine is longer than 80 characters.49
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 is longer than 80 characters.52
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine is longer than 80 characters.54
ErrorsLine contains a tab character.54
ErrorsParameter factory should be final.54
ErrorsParameter name should be final.54
Errors'name' hides a field.54
ErrorsParameter host should be final.54
Errors'host' hides a field.54
ErrorsParameter port should be final.54
Errors'port' hides a field.54
ErrorsLine contains a tab character.61
ErrorsLine is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.63
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 is longer than 80 characters.67
ErrorsParameter factory should be final.67
ErrorsParameter name should be final.67
Errors'name' hides a field.67
ErrorsLine has trailing spaces.69
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine is longer than 80 characters.71
ErrorsLine contains a tab character.71
ErrorsLine is longer than 80 characters.72
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.75
ErrorsLine is longer than 80 characters.77
ErrorsLine has trailing spaces.79
ErrorsLine is longer than 80 characters.80
ErrorsParameter factory should be final.82
ErrorsLine has trailing spaces.85
ErrorsMethod 'startAgent' is not designed for extension - needs to be abstract, final or empty.86
ErrorsRedundant throws: 'PogamutException' is unchecked exception.87
ErrorsLine contains a tab character.88
ErrorsLine has trailing spaces.90
ErrorsMethod 'startAgents' is not designed for extension - needs to be abstract, final or empty.91
ErrorsParameter count should be final.92
ErrorsRedundant throws: 'PogamutException' is unchecked exception.92
ErrorsLine contains a tab character.93
ErrorsLine has trailing spaces.95
ErrorsMethod 'startAgents' is not designed for extension - needs to be abstract, final or empty.96
ErrorsLine is longer than 80 characters.97
ErrorsParameter agentParameters should be final.97
ErrorsRedundant throws: 'PogamutException' is unchecked exception.97
ErrorsLine contains a tab character.98
ErrorsLine is longer than 80 characters.102
ErrorsExpected an @return tag.105
ErrorsLine contains a tab character.105
ErrorsMethod 'newDefaultAgentParameters' is not designed for extension - needs to be abstract, final or empty.105
ErrorsLine contains a tab character.106
ErrorsLine is longer than 80 characters.107
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine has trailing spaces.109
ErrorsLine contains a tab character.109

cz/cuni/amis/pogamut/udk/utils/UDKPropertiesProvider.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.11
ErrorsMissing a Javadoc comment.11
ErrorsName 'resource' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.11
ErrorsMissing a Javadoc comment.13
ErrorsLine is longer than 80 characters.14
ErrorsMethod 'getPriority' is not designed for extension - needs to be abstract, final or empty.17
Errors'500' is a magic number.19

cz/cuni/amis/pogamut/udk/utils/UDKServerRunner.java

ViolationMessageLine
ErrorsUnused import - java.util.logging.Level.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.agent.IAgentId.6
ErrorsUnused import - cz.cuni.amis.pogamut.base.agent.params.impl.RemoteAgentParameters.9
ErrorsLine is longer than 80 characters.11
ErrorsUnused import - cz.cuni.amis.pogamut.base.utils.PogamutPlatform.14
ErrorsUnused import - cz.cuni.amis.pogamut.base.utils.PogamutProperty.15
ErrorsLine is longer than 80 characters.21
ErrorsLine is longer than 80 characters.23
ErrorsLine has trailing spaces.27
ErrorsLine is longer than 80 characters.31
ErrorsType Javadoc comment is missing an @param <PARAMS> tag.31
ErrorsType Javadoc comment is missing an @param <SERVER> tag.31
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
ErrorsVariable 'host' must be private and have accessor methods.36
ErrorsLine has trailing spaces.37
ErrorsLine is longer than 80 characters.39
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsVariable 'port' must be private and have accessor methods.41
ErrorsLine has trailing spaces.42
ErrorsLine is longer than 80 characters.44
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsVariable 'name' must be private and have accessor methods.46
ErrorsLine has trailing spaces.48
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine has trailing spaces.50
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 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 is longer than 80 characters.56
ErrorsLine contains a tab character.56
ErrorsParameter factory should be final.56
ErrorsParameter name should be final.56
Errors'name' hides a field.56
ErrorsParameter host should be final.56
Errors'host' hides a field.56
ErrorsParameter port should be final.56
Errors'port' hides a field.56
ErrorsLine contains a tab character.63
ErrorsLine is longer than 80 characters.64
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.65
ErrorsLine is longer than 80 characters.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsParameter factory should be final.69
ErrorsParameter name should be final.69
Errors'name' hides a field.69
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine is longer than 80 characters.73
ErrorsLine contains a tab character.73
ErrorsLine is longer than 80 characters.74
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.77
ErrorsMethod 'startAgent' is not designed for extension - needs to be abstract, final or empty.78
ErrorsRedundant throws: 'PogamutException' is unchecked exception.79
ErrorsLine contains a tab character.80
ErrorsLine has trailing spaces.82
ErrorsMethod 'startAgents' is not designed for extension - needs to be abstract, final or empty.83
ErrorsParameter count should be final.84
ErrorsRedundant throws: 'PogamutException' is unchecked exception.84
ErrorsLine contains a tab character.85
ErrorsLine has trailing spaces.87
ErrorsMethod 'startAgents' is not designed for extension - needs to be abstract, final or empty.88
ErrorsLine is longer than 80 characters.89
ErrorsParameter agentParameters should be final.89
ErrorsRedundant throws: 'PogamutException' is unchecked exception.89
ErrorsLine contains a tab character.90
ErrorsLine has trailing spaces.92
ErrorsLine is longer than 80 characters.94
ErrorsLine has trailing spaces.96
ErrorsLine is longer than 80 characters.97
ErrorsParameter factory should be final.99
ErrorsLine is longer than 80 characters.104
ErrorsExpected an @return tag.107
ErrorsLine contains a tab character.107
ErrorsMethod 'newDefaultAgentParameters' is not designed for extension - needs to be abstract, final or empty.107
ErrorsLine contains a tab character.108
ErrorsLine is longer than 80 characters.109
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine has trailing spaces.111
ErrorsLine contains a tab character.111

cz/cuni/amis/pogamut/udk/utils/UDKWrapper.java

ViolationMessageLine
ErrorsUnused import - cz.cuni.amis.pogamut.base.utils.PogamutProperty.4
ErrorsLine is longer than 80 characters.14
ErrorsUtility classes should not have a public or default constructor.17
ErrorsMissing a Javadoc comment.19
ErrorsParameter serverUri should be final.19
ErrorsLine is longer than 80 characters.20
Errors'if' construct must use '{}'s.21
Errors'if' is not followed by whitespace.21
ErrorsLine is longer than 80 characters.22
ErrorsMust have at least one statement.25
ErrorsLine is longer than 80 characters.34

cz/cuni/amis/pogamut/udk/utils/UTAlgebra.java

ViolationMessageLine
ErrorsUtility classes should not have a public or default constructor.11
ErrorsExpected an @return tag.20
ErrorsLine is longer than 80 characters.20
ErrorsParameter agentLocation should be final.20
ErrorsExpected @param tag for 'agentLocation'.20
ErrorsParameter agentRotation should be final.20
ErrorsExpected @param tag for 'agentRotation'.20
ErrorsParameter object should be final.20
ErrorsExpected @param tag for 'object'.20
ErrorsLine is longer than 80 characters.21

cz/cuni/amis/pogamut/udk/utils/UnrealUtils.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.6
ErrorsUtility classes should not have a public or default constructor.10
ErrorsComment matches to-do format 'TODO:'.30
ErrorsName 'CHARACTER_RUN_SPEED' must match pattern '^[a-z][a-zA-Z0-9]*$'.32
ErrorsVariable 'CHARACTER_RUN_SPEED' must be private and have accessor methods.32
ErrorsComment matches to-do format 'TODO:'.35
ErrorsName 'CHARACTER_WALK_SPEED' must match pattern '^[a-z][a-zA-Z0-9]*$'.37
ErrorsVariable 'CHARACTER_WALK_SPEED' must be private and have accessor methods.37
ErrorsComment matches to-do format 'TODO:'.40
ErrorsComment matches to-do format 'TODO:'.45
ErrorsMissing a Javadoc comment.49
Errors'*' is not preceded with whitespace.49
Errors'*' is not followed by whitespace.49
Errors'65536' is a magic number.49
ErrorsMissing a Javadoc comment.51
Errors'65635' is a magic number.51
Errors'360' is a magic number.51
ErrorsMissing a Javadoc comment.53
ErrorsLine has trailing spaces.54
ErrorsLine is longer than 80 characters.56
ErrorsParameter degrees should be final.60
ErrorsExpected an @return tag.69
ErrorsParameter unrealDegrees should be final.69
ErrorsExpected @param tag for 'unrealDegrees'.69
ErrorsMissing a Javadoc comment.73
ErrorsParameter unrealDegrees should be final.73